aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
AgeCommit message (Expand)Author
2013-04-01Add more PPC floating-point conversion instructionsHal Finkel
2013-03-31Add the PPC lfiwax instructionHal Finkel
2013-03-31Cleanup PPC(64) i32 -> float/double conversionHal Finkel
2013-03-29Implement FRINT lowering on PPC using frinHal Finkel
2013-03-29Add PPC FP rounding instructions fri[mnpz]Hal Finkel
2013-03-28Add the PPC64 ldbrx/stdbrx instructionsHal Finkel
2013-03-27Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudosHal Finkel
2013-03-26PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand
2013-03-26PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand
2013-03-26PowerPC: Remove LDrs pattern.Ulrich Weigand
2013-03-26PowerPC: Remove ADDIL patterns.Ulrich Weigand
2013-03-26PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand
2013-03-26PowerPC: Simplify BLR pattern.Ulrich Weigand
2013-03-25Use direct types in PowerPC instruction patterns.Ulrich Weigand
2013-03-25Use direct types in PowerPC Pat patterns.Ulrich Weigand
2013-03-22Remove ABI-duplicated call instruction patterns.Ulrich Weigand
2013-03-22Rename memrr ptrreg and offreg components.Ulrich Weigand
2013-03-22Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand
2013-03-22Remove the xaddroff ComplexPattern.Ulrich Weigand
2013-03-21Implement builtin_{setjmp/longjmp} on PPCHal Finkel
2013-03-21Add support for spilling VRSAVE on PPCHal Finkel
2013-03-19Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand
2013-03-19Prepare to make r0 an allocatable register on PPCHal Finkel
2013-03-18Fix PPC unaligned 64-bit loads and storesHal Finkel
2013-02-21Large code model support for PowerPC.Bill Schmidt
2013-02-21Relocation enablement for PPC DAG postprocessing passBill Schmidt
2012-12-14This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt
2012-12-12This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt
2012-12-11This patch implements the general dynamic TLS model for 64-bit PowerPC.Bill Schmidt
2012-12-04This patch introduces initial-exec model support for thread-local storageBill Schmidt
2012-11-27This patch implements medium code model support for 64-bit PowerPC.Bill Schmidt
2012-11-13Fix wrong PowerPC instruction opcodes for:Ulrich Weigand
2012-11-13Fix wrong PowerPC instruction encodings due toUlrich Weigand
2012-11-13Fix instruction encoding for "bd(n)z" on PowerPC,Ulrich Weigand
2012-11-13Fix instruction encoding for "isel" on PowerPC,Ulrich Weigand
2012-10-05- Mark the BCC and BLR defs as isCodeGenOnly per error output fromWill Schmidt
2012-10-04- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td to resolveWill Schmidt
2012-09-05Move the PPC TOC defs into the PPC64 InstrInfo file.Hal Finkel
2012-08-28Split several PPC instruction classes.Hal Finkel
2012-08-28Allow remat of LI on PPC.Hal Finkel
2012-08-28Eliminate redundant CR moves on PPC32.Hal Finkel
2012-08-24Add missing SDNPSideEffect flags.Jakob Stoklund Olesen
2012-07-13Remove variable_ops from call instructions in most targets.Jakob Stoklund Olesen
2012-06-22Add support for the PPC isel instruction.Hal Finkel
2012-06-22Convert the PPC backend to use the new FMA infrastructure.Hal Finkel
2012-06-20Add support for generating reg+reg (indexed) pre-inc loads on PPC.Hal Finkel
2012-06-19Add DAG-combines for aggressive FMA formation.Lang Hames
2012-06-19Add support for generating reg+reg preinc stores on PPC.Hal Finkel
2012-06-12Split out the PPC instruction class IntSimple from IntGeneral.Hal Finkel
2012-06-11Emit the two-operand form of the PPC mfcr instruction as mfocrf.Hal Finkel