aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
AgeCommit message (Expand)Author
2010-03-19set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner
2010-02-26Merge PPC instructions FMRS and FMRD into a single FMR instruction.Jakob Stoklund Olesen
2010-02-23remove a bunch of dead named arguments in input patterns,Chris Lattner
2010-02-21Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner
2010-01-05Don't specify CR sub-registers as implicit defs of BL instructions.Jakob Stoklund Olesen
2009-12-18Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller
2009-11-23Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman
2009-11-04Add PowerPC codegen for indirect branches.Bob Wilson
2009-10-29Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-18Model the carry bit on ppc32. Without this we couldDale Johannesen
2009-08-15Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller
2009-08-11Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson
2009-08-10Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson
2009-08-05Major calling convention code refactoring.Dan Gohman
2009-07-03Refactor ABI code in the PowerPC backend.Tilmann Scheller
2009-07-03Implement the SVR4 ABI for PowerPC.Tilmann Scheller
2008-12-03Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman
2008-12-03Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman
2008-10-29Add a RM pseudoreg for the rounding mode, whichDale Johannesen
2008-10-24Mark MFCR as reading all condition code registers.Dale Johannesen
2008-10-23Mark defs and uses of CTR and LR correctly.Dale Johannesen
2008-10-16Fix warnings about mb/me being potentially usedDuncan Sands
2008-10-11Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner
2008-09-12Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman
2008-08-28Implement partial-word binary atomics on ppc.Dale Johannesen
2008-08-25Implement 32 & 64 bit versions of PPC atomicDale Johannesen
2008-08-25Remove PPC-specific lowering for atomics; theDale Johannesen
2008-08-22Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen
2008-08-22Rewrite ppc code generated for __sync_{bool|val}_compare_and_swapDale Johannesen
2008-08-11Implement ISD::TRAP support on PPCNate Begeman
2008-07-12Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng
2008-06-27Provide correct encoding for PPC LWARX instructions.Anton Korobeynikov
2008-04-30Tail call optimization improvements:Arnold Schwaighofer
2008-04-1964-bit atomic operations.Evan Cheng
2008-04-19PPC32 atomic operations.Evan Cheng
2008-03-15Replace all target specific implicit def instructions with a target independe...Evan Cheng
2008-03-10Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray
2008-03-07Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).Chris Lattner
2008-03-07Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to workChris Lattner
2008-03-03This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling
2008-02-27Final de-tabification.Bill Wendling
2008-02-13Make register scavenging happy by not using a reg (CR0) that isn't definedNate Begeman
2008-01-15rename SDTRet -> SDTNone.Chris Lattner
2008-01-10remove explicit sets of 'neverHasSideEffects' that can now be Chris Lattner
2008-01-10get def use info more correct.Chris Lattner
2008-01-06rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner
2008-01-06rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner
2008-01-06Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner
2008-01-06remove some isStore flags that are now inferred automatically.Chris Lattner