summaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstr64Bit.td
Commit message (Expand)AuthorAgeFilesLines
* remove a bogus pattern, which had the same pattern as STDUChris Lattner2010-02-271-7/+0
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-211-2/+2
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-181-0/+15
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-041-0/+4
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-291-1/+1
* Model the carry bit on ppc32. Without this we couldDale Johannesen2009-09-181-17/+27
* Add support for the PowerPC 64-bit SVR4 ABI.Tilmann Scheller2009-08-151-0/+6
* Refactor ABI code in the PowerPC backend.Tilmann Scheller2009-07-031-20/+20
* Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning.Dan Gohman2008-12-031-3/+3
* Add a sanity-check to tablegen to catch the case where isSimpleLoadDan Gohman2008-12-031-0/+4
* Add a RM pseudoreg for the rounding mode, whichDale Johannesen2008-10-291-21/+25
* Mark defs and uses of CTR and LR correctly.Dale Johannesen2008-10-231-5/+14
* Rename ConstantSDNode::getValue to getZExtValue, for consistencyDan Gohman2008-09-121-4/+4
* Implement 32 & 64 bit versions of PPC atomicDale Johannesen2008-08-251-1/+22
* Remove PPC-specific lowering for atomics; theDale Johannesen2008-08-251-8/+6
* Rewrite ppc code generated for __sync_{bool|val}_compare_and_swapDale Johannesen2008-08-221-4/+7
* Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson!Evan Cheng2008-07-121-16/+27
* Tail call optimization improvements:Arnold Schwaighofer2008-04-301-1/+47
* 64-bit atomic operations.Evan Cheng2008-04-191-0/+19
* Replace all target specific implicit def instructions with a target independe...Evan Cheng2008-03-151-8/+0
* Add support for ppc64 shifts with 7-bit (oversized) shift amount (e.g. PPCshl).Chris Lattner2008-03-071-3/+13
* rename isLoad -> isSimpleLoad due to evan's desire to have such a predicate.Chris Lattner2008-01-061-3/+3
* rename isStore -> mayStore to more accurately reflect what it captures.Chris Lattner2008-01-061-1/+1
* Change the 'isStore' inferrer to look for 'SDNPMayStore' Chris Lattner2008-01-061-5/+1
* remove some isStore flags that are now inferred automatically.Chris Lattner2008-01-061-2/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...Evan Cheng2007-10-231-3/+9
* Remove (somewhat confusing) Imp<> helper, use let Defs = [], Uses = [] instead.Evan Cheng2007-09-111-2/+2
* Fix for PR1613: added 64-bit rotate left PPC instructions and patterns.Evan Cheng2007-09-041-0/+10
* Some out operands were incorrectly specified as input operands.Evan Cheng2007-08-011-9/+9
* No more noResults.Evan Cheng2007-07-211-4/+4
* Oops. These stores actually produce results.Evan Cheng2007-07-201-4/+4
* Change instruction description to split OperandList into OutOperandList andEvan Cheng2007-07-191-99/+103
* add support for 128-bit add/sub on ppc64Chris Lattner2007-05-171-0/+34
* The PPC64 ELF ABI is "intended to use the same structure layout and calling c...Nicolas Geoffray2007-04-031-2/+3
* The ELF ABI specifies F1-F8 registers as argument registers for double, notNicolas Geoffray2007-04-031-1/+1
* Fix CodeGen/PowerPC/2007-03-24-cntlzd.llChris Lattner2007-03-251-1/+4
* Differentiate between the MachO and the ELF ABI the CALL instruction.Nicolas Geoffray2007-02-271-3/+2
* one important bugfix: PPC32 didn't have both elf and macho support forChris Lattner2007-02-251-3/+3
* implement support for the linux/ppc function call ABI. Patch byChris Lattner2007-02-251-8/+36
* Patterns no longer needed due to fix in the DAG combiner.Jim Laskey2006-12-151-4/+0
* Not all test cases are created equal. This fix is needed.Jim Laskey2006-12-151-0/+4
* Not needed. Misinterpreted error message from other bug (Missing load/storeJim Laskey2006-12-151-4/+0
* Provide 64-bit support for i64 sextload<i8>.Jim Laskey2006-12-151-0/+4
* Reduce number of instructions to load 64-bit constants.Jim Laskey2006-12-121-42/+0
* implement sextinreg i8->i64 and i16->i64Chris Lattner2006-12-061-0/+8
* This is a general clean up of the PowerPC ABI. Address several problems andJim Laskey2006-11-161-0/+6
* fix a regression that I introduced. stdu should scale the offset by 4Chris Lattner2006-11-161-1/+1
* add ppc64 r+i stores with update.Chris Lattner2006-11-161-26/+59
* Stop using isTwoAddress, switching to operand constraints instead.Chris Lattner2006-11-151-12/+17