summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAge
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-14
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-12
* This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt2012-12-11
* This patch introduces initial-exec model support for thread-local storageBill Schmidt2012-12-04
* This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt2012-11-27
* Fix wrong PowerPC instruction opcodes for:Ulrich Weigand2012-11-13
* Fix wrong PowerPC instruction encodings due toUlrich Weigand2012-11-13
* Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand2012-11-13
* Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand2012-11-13
* - Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt2012-10-05
* - add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt2012-10-04
* Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel2012-09-05
* Split several PPC instruction classes.Hal Finkel2012-08-28
* Allow remat of LI on PPC.Hal Finkel2012-08-28
* Eliminate redundant CR moves on PPC32.Hal Finkel2012-08-28
* Add missing SDNPSideEffect flags.Jakob Stoklund Olesen2012-08-24
* Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen2012-07-13
* Add support for the PPC isel instruction.Hal Finkel2012-06-22
* Convert the PPC backend to use the new FMA infrastructure.Hal Finkel2012-06-22
* Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel2012-06-20
* Add DAG-combines for aggressive FMA formation.Lang Hames2012-06-19
* Add support for generating reg+reg preinc stores on PPC.Hal Finkel2012-06-19
* Split out the PPC instruction class IntSimple from IntGeneral.Hal Finkel2012-06-12
* Emit the two-operand form of the PPC mfcr instruction as mfocrf.Hal Finkel2012-06-11
* Add the PPCCTRLoops pass: a PPC machine-code-level optimization pass to form ...Hal Finkel2012-06-08
* Implement local-exec TLS on PowerPC.Roman Divacky2012-06-04
* Enable prefetch generation on PPC64.Hal Finkel2012-04-01
* Split the LdStGeneral PPC itin. class into LdStLoad and LdStStore.Hal Finkel2012-04-01
* Fix dynamic linking on PPC64.Hal Finkel2012-03-31
* Convert PowerPC to register mask operands.Roman Divacky2012-03-06
* Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...Jia Liu2012-02-18
* 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