summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAge
* make CR spill and restore 64-bit clean (no functional change), and fix some o...Hal Finkel2011-12-07
* set mayStore and mayLoad on CR pseudosHal Finkel2011-12-07
* add RESTORE_CR and support CR unspillsHal Finkel2011-12-06
* Move global variables in TargetMachine into new TargetOptions class. As an APINick Lewycky2011-12-02
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-17
* Set CR1EQ only when lowering vararg floating arguments (not any varargRoman Divacky2011-08-30
* Code generation for 'fence' instruction.Eli Friedman2011-07-27
* 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
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-23
* Fix a bug I introduced in the ppc refactoring, which caused longChris Lattner2010-11-16
* 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
* change direct branches to encode with the same encoding methodChris Lattner2010-11-15
* eliminate a now-unneeded operand printer.Chris Lattner2010-11-15
* split call operands out to their own encoding class, simplifyingChris Lattner2010-11-15
* add proper encoding for MTCRF instead of using a hack.Chris Lattner2010-11-15
* add basic encoding support for immediates and registers, allowing us Chris Lattner2010-11-15
* remove asmstrings (which can never be printed) from pseudo Chris Lattner2010-11-15
* lower PPC::MFCRpseud when transforming to MC, avoiding callingChris Lattner2010-11-14
* Emit COPY instead of FMR/FMSD instructions for floating point conversion onJakob Stoklund Olesen2010-07-16
* The PPC MFCR instruction implicitly uses all 8 of the CRDale Johannesen2010-05-20
* Set isTerminator on TRAP instructions.Dan Gohman2010-05-14
* Don't use isBarrier for the PowerPC sync instruction. isBarrier is forDan Gohman2010-05-14
* set SDNPVariadic on nodes throughout the rest of the targets thatChris Lattner2010-03-19
* Merge PPC instructions FMRS and FMRD into a single FMR instruction.Jakob Stoklund Olesen2010-02-26
* remove a bunch of dead named arguments in input patterns,Chris Lattner2010-02-23
* Eliminate some uses of immAllOnes, just use -1, it doesChris Lattner2010-02-21
* Don't specify CR sub-registers as implicit defs of BL instructions.Jakob Stoklund Olesen2010-01-05
* Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI.Tilmann Scheller2009-12-18
* Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.Dan Gohman2009-11-23
* Add PowerPC codegen for indirect branches.Bob Wilson2009-11-04
* Rename usesCustomDAGSchedInserter to usesCustomInserter, and update aDan Gohman2009-10-29
* Improve MachineMemOperand handling.Dan Gohman2009-09-25
* 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
* 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