aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* lower PPC::MFCRpseud when transforming to MC, avoiding callingChris Lattner2010-11-141-0/+7
* Emit COPY instead of FMR/FMSD instructions for floating point conversion onJakob Stoklund Olesen2010-07-161-11/+8
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-201-6/+9
* Set isTerminator on TRAP instructions.Dan Gohman2010-05-141-1/+1
* Don't use isBarrier for the PowerPC sync instruction. isBarrier is forDan Gohman2010-05-141-1/+0
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-191-6/+10
* Merge PPC instructions FMRS and FMRD into a single FMR instruction.Jakob Stoklund Olesen2010-02-261-9/+5
* remove a bunch of dead named arguments in input patterns,Chris Lattner2010-02-231-5/+5
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-211-2/+2
* Don't specify CR sub-registers as implicit defs of BL instructions.Jakob Stoklund Olesen2010-01-051-6/+2
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-181-0/+6
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-231-9/+0
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+4
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-4/+4
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-8/+8
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-181-11/+25
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-0/+8
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-111-3/+3
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-101-3/+3
* Major calling convention code refactoring.Dan Gohman2009-08-051-3/+0
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-031-33/+33
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-031-2/+2
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-2/+2
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-031-0/+2
* Add a RM pseudoreg for the rounding mode, whichDale Johannesen2008-10-291-143/+163
* Mark MFCR as reading all condition code registers.Dale Johannesen2008-10-241-0/+2
* Mark defs and uses of CTR and LR correctly.Dale Johannesen2008-10-231-6/+16
* Fix warnings about mb/me being potentially usedDuncan Sands2008-10-161-2/+2
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-111-2/+2
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-14/+14
* Implement partial-word binary atomics on ppc.Dale Johannesen2008-08-281-0/+66
* Implement 32 & 64 bit versions of PPC atomicDale Johannesen2008-08-251-0/+22
* Remove PPC-specific lowering for atomics; theDale Johannesen2008-08-251-29/+6
* Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen2008-08-221-0/+12
* Rewrite ppc code generated for __sync_{bool|val}_compare_and_swapDale Johannesen2008-08-221-4/+7
* Implement ISD::TRAP support on PPCNate Begeman2008-08-111-0/+3
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-121-29/+52
* Provide correct encoding for PPC LWARX instructions.Anton Korobeynikov2008-06-271-2/+2
* Tail call optimization improvements:Arnold Schwaighofer2008-04-301-0/+63
* 64-bit atomic operations.Evan Cheng2008-04-191-15/+15
* PPC32 atomic operations.Evan Cheng2008-04-191-0/+39
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-12/+0
* Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray2008-03-101-4/+14
* Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).Chris Lattner2008-03-071-3/+3
* Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to workChris Lattner2008-03-071-6/+3
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-031-2/+5
* Final de-tabification.Bill Wendling2008-02-271-3/+3
* Make register scavenging happy by not using a reg (CR0) that isn't definedNate Begeman2008-02-131-1/+1
* rename SDTRet -> SDTNone.Chris Lattner2008-01-151-3/+3
* remove explicit sets of 'neverHasSideEffects' that can now be Chris Lattner2008-01-101-1/+1