aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-081-0/+7
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-041-0/+7
* Enable prefetch generation on PPC64.Hal Finkel2012-04-011-0/+3
* Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel2012-04-011-27/+27
* Fix dynamic linking on PPC64.Hal Finkel2012-03-311-0/+3
* Convert PowerPC to register mask operands.Roman Divacky2012-03-061-14/+2
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-181-3/+3
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-071-1/+1
* set mayStore and mayLoad on CR pseudosHal Finkel2011-12-071-2/+4
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-061-0/+5
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-021-1/+1
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-171-1/+1
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-301-0/+4
* Code generation for 'fence' instruction.Eli Friedman2011-07-271-0/+2
* Fix PR8828 by removing the explicit def in MovePCToLR as well as the pointlessCameron Zwarich2011-05-191-2/+1
* PowerPC atomic pseudos clobber CR0, they don't read it.Jakob Stoklund Olesen2011-04-041-1/+1
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-231-20/+20
* Fix a bug I introduced in the ppc refactoring, which caused longChris Lattner2010-11-161-0/+1
* split out an encoder for memri operands, allowing a relocation to be ploppedChris Lattner2010-11-151-5/+6
* add support for encoding the lo14 forms used for a few PPC64 addressingChris Lattner2010-11-151-0/+1
* implement the start of support for lo16 and ha16, allowing us to get stuff like:Chris Lattner2010-11-151-0/+2
* change direct branches to encode with the same encoding methodChris Lattner2010-11-151-4/+8
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-151-1/+0
* split call operands out to their own encoding class, simplifyingChris Lattner2010-11-151-0/+1
* add proper encoding for MTCRF instead of using a hack.Chris Lattner2010-11-151-0/+1
* add basic encoding support for immediates and registers, allowing us Chris Lattner2010-11-151-4/+1
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-151-62/+35
* 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