summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstr64Bit.td
Commit message (Expand)AuthorAge
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-07
* Fix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.Roman Divacky2011-06-03
* Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich2011-05-19
* PowerPC atomic pseudos clobber CR0, they don't read it.Jakob Stoklund Olesen2011-04-04
* split out an encoder for memri operands, allowing a relocation to be ploppedChris Lattner2010-11-15
* add support for encoding the lo14 forms used for a few PPC64 addressingChris Lattner2010-11-15
* implement the start of support for lo16 and ha16, allowing us to get stuff like:Chris Lattner2010-11-15
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-15
* move the pic base symbol stuff up to MachineFunctionChris Lattner2010-11-14
* reimplement ppc asmprinter "toc" handling to use a VariantKindChris Lattner2010-11-14
* remove a bogus pattern, which had the same pattern as STDUChris Lattner2010-02-27
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-21
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-18
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-04
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-18
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-15
* Refactor ABI code in the PowerPC backend.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 defs and uses of CTR and LR correctly.Dale Johannesen2008-10-23
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-12
* Implement 32 & 64 bit versions of PPC atomicDale Johannesen2008-08-25
* Remove PPC-specific lowering for atomics; theDale Johannesen2008-08-25
* Rewrite ppc code generated for __sync_{bool|val}_compare_and_swapDale Johannesen2008-08-22
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-12
* Tail call optimization improvements:Arnold Schwaighofer2008-04-30
* 64-bit atomic operations.Evan Cheng2008-04-19
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-15
* Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).Chris Lattner2008-03-07
* 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
* Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng2007-10-23
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-11
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-04
* Some out operands were incorrectly specified as input operands.Evan Cheng2007-08-01
* No more noResults.Evan Cheng2007-07-21
* Oops. These stores actually produce results.Evan Cheng2007-07-20
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-19
* add support for 128-bit add/sub on ppc64Chris Lattner2007-05-17
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-03
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-03
* Fix CodeGen/PowerPC/2007-03-24-cntlzd.llChris Lattner2007-03-25
* Differentiate between the MachO and the ELF ABI the CALL instruction.Nicolas Geoffray2007-02-27
* one important bugfix: PPC32 didn't have both elf and macho support forChris Lattner2007-02-25
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-25