aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
AgeCommit message (Expand)Author
2013-05-03[PowerPC] Add some Book II instructions to AsmParserUlrich Weigand
2013-05-03[PowerPC] Support extended mnemonics in AsmParserUlrich Weigand
2013-05-03[PowerPC] Add assembler parserUlrich Weigand
2013-04-26PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand
2013-04-26PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand
2013-04-26PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand
2013-04-20Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover
2013-04-17PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand
2013-04-15Mark all PPC comparison instructions as not having side effectsHal Finkel
2013-04-13Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel
2013-04-12PPC: Remove (broken) nested implicit definition listsHal Finkel
2013-04-12Add PPC instruction record forms and associated query functionsHal Finkel
2013-04-10PPC: Prep for if conversion of bctr[l]Hal Finkel
2013-04-09Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel
2013-04-08Generate PPC early conditional returnsHal Finkel
2013-04-07PPC rotate instructions don't have unmodeled side effctsHal Finkel
2013-04-07Most PPC M[TF]CR instructions do not have side effectsHal Finkel
2013-04-07PPC pre-increment load instructions do not have side effectsHal Finkel
2013-04-07PPC MCRF instruction does not have side effectsHal Finkel
2013-04-07PPC FMR instruction does not have side effectsHal Finkel
2013-04-06PPC ISEL is a select and never has side effectsHal Finkel
2013-04-04Rename the current PPC BCL definition to BCLalwaysHal Finkel
2013-04-03Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel
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