aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCISelDAGToDAG.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-31/+0
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-14/+34
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-135/+2179
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-154/+175
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-6/+8
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-82/+82
* Update to LLVM 3.5a.Stephen Hines2014-04-241-26/+673
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-221-1/+3
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-111-1/+4
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-14/+5
* [PowerPC] Remove dead code from PPCDAGToDAGISel::SelectSETCCUlrich Weigand2013-07-031-23/+5
* Index: test/CodeGen/PowerPC/reloc-align.llBill Schmidt2013-07-011-0/+8
* Fix a PPC rlwimi instruction-selection bugHal Finkel2013-06-281-2/+2
* [PowerPC] Rename some more VK_PPC_ enumsUlrich Weigand2013-06-211-3/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-251-6/+6
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-5/+5
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-6/+6
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-0/+9
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-7/+7
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-261-2/+1
* Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand2013-03-221-1/+1
* Tighten iaddroff ComplexPattern.Ulrich Weigand2013-03-221-4/+4
* Remove the xaddroff ComplexPattern.Ulrich Weigand2013-03-221-12/+0
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-211-0/+6
* Trivial cleanupBill Schmidt2013-02-211-2/+2
* Large code model support for PowerPC.Bill Schmidt2013-02-211-6/+7
* Code review cleanup for r175697Bill Schmidt2013-02-211-11/+7
* PPCDAGToDAGISel::PostprocessISelDAG()Bill Schmidt2013-02-211-0/+155
* Additional fixes for bug 15155.Bill Schmidt2013-02-201-9/+50
* Fix PR15155: lost vadd/vsplat optimization.Bill Schmidt2013-02-201-0/+30
* Add registration for PPC-specific passes to allow the IR to be dumpedKrzysztof Parzyszek2013-02-131-1/+18
* Sort all of the includes. Several files got checked in with mis-sortedChandler Carruth2013-01-191-1/+1
* This patch addresses bug 14678 by fixing two problems in medium code modelBill Schmidt2013-01-071-3/+8
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* This is another cleanup patch for 64-bit PowerPC TLS processing. I hadBill Schmidt2012-12-131-47/+0
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-121-0/+26
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-111-0/+16
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-041-0/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-271-0/+43
* PowerPC: More support for Altivec compare operationsAdhemerval Zanella2012-10-301-13/+133
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-101-1/+3
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-2/+21
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-271-1/+1
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-271-1/+1
* Optimize zext on PPC64.Hal Finkel2012-08-281-0/+9
* Treat TargetGlobalAddress as a constant for the purpose of matching pre-inc s...Hal Finkel2012-06-211-1/+6
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-201-2/+34
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-191-0/+12
* Rename the PPC target feature gpul to mfocrf.Hal Finkel2012-06-111-2/+2