summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAge
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...Owen Anderson2009-08-11
* Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...Owen Anderson2009-08-10
* Major calling convention code refactoring.Dan Gohman2009-08-05
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-03
* Implement the SVR4 ABI for PowerPC.Tilmann Scheller2009-07-03
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-03
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-03
* Add a RM pseudoreg for the rounding mode, whichDale Johannesen2008-10-29
* Mark MFCR as reading all condition code registers.Dale Johannesen2008-10-24
* Mark defs and uses of CTR and LR correctly.Dale Johannesen2008-10-23
* Fix warnings about mb/me being potentially usedDuncan Sands2008-10-16
* Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's asChris Lattner2008-10-11
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Implement partial-word binary atomics on ppc.Dale Johannesen2008-08-28
* Implement 32 & 64 bit versions of PPC atomicDale Johannesen2008-08-25
* Remove PPC-specific lowering for atomics; theDale Johannesen2008-08-25
* Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen2008-08-22
* Rewrite ppc code generated for __sync_{bool|val}_compare_and_swapDale Johannesen2008-08-22
* Implement ISD::TRAP support on PPCNate Begeman2008-08-11
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-12
* Provide correct encoding for PPC LWARX instructions.Anton Korobeynikov2008-06-27
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* 64-bit atomic operations.Evan Cheng2008-04-19
* PPC32 atomic operations.Evan Cheng2008-04-19
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Add description of individual bits in CR. This fix PR1765.Nicolas Geoffray2008-03-10
* Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).Chris Lattner2008-03-07
* Replace SDT_PPCShiftOp in favor of SDTIntBinOps. This allows it to workChris Lattner2008-03-07
* This is the initial check-in for adding register scavenging to PPC. (Currently,Bill Wendling2008-03-03
* Final de-tabification.Bill Wendling2008-02-27
* Make register scavenging happy by not using a reg (CR0) that isn't definedNate Begeman2008-02-13
* rename SDTRet -> SDTNone.Chris Lattner2008-01-15
* remove explicit sets of 'neverHasSideEffects' that can now be Chris Lattner2008-01-10
* get def use info more correct.Chris Lattner2008-01-10
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-06
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-06
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-06
* remove some isStore flags that are now inferred automatically.Chris Lattner2008-01-06
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Mark the "isRemat" instruction as never having side effects.Bill Wendling2007-12-19
* Implicit def instructions, e.g. X86::IMPLICIT_DEF_GR32, are always re-materia...Evan Cheng2007-12-12
* Initial commit of the machine code LICM pass. It successfully hoists this:Bill Wendling2007-12-07
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-13
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Add a flag for indirect branch instructions.Owen Anderson2007-11-12
* Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng2007-10-23
* Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen2007-10-10
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-11
* Some out operands were incorrectly specified as input operands.Evan Cheng2007-08-01