summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAge
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-14
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-03
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-03
* [PowerPC] Add assembler parserUlrich Weigand2013-05-03
* PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand2013-04-26
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-26
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-20
* PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand2013-04-17
* Mark all PPC comparison instructions as not having side effectsHal Finkel2013-04-15
* Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel2013-04-13
* PPC: Remove (broken) nested implicit definition listsHal Finkel2013-04-12
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-12
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-10
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-09
* Generate PPC early conditional returnsHal Finkel2013-04-08
* PPC rotate instructions don't have unmodeled side effctsHal Finkel2013-04-07
* Most PPC M[TF]CR instructions do not have side effectsHal Finkel2013-04-07
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-07
* PPC MCRF instruction does not have side effectsHal Finkel2013-04-07
* PPC FMR instruction does not have side effectsHal Finkel2013-04-07
* PPC ISEL is a select and never has side effectsHal Finkel2013-04-06
* Rename the current PPC BCL definition to BCLalwaysHal Finkel2013-04-04
* Use PPC reciprocal estimates with Newton iteration in fast-math modeHal Finkel2013-04-03
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-01
* Add the PPC lfiwax instructionHal Finkel2013-03-31
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-31
* Implement FRINT lowering on PPC using frinHal Finkel2013-03-29
* Add PPC FP rounding instructions fri[mnpz]Hal Finkel2013-03-29
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-28
* Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudosHal Finkel2013-03-27
* PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand2013-03-26
* PowerPC: Simplify FADD in round-to-zero mode.Ulrich Weigand2013-03-26
* PowerPC: Remove LDrs pattern.Ulrich Weigand2013-03-26
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-26
* PowerPC: Use CCBITRC operand for ISEL patterns.Ulrich Weigand2013-03-26
* PowerPC: Simplify BLR pattern.Ulrich Weigand2013-03-26
* Use direct types in PowerPC instruction patterns.Ulrich Weigand2013-03-25
* Use direct types in PowerPC Pat patterns.Ulrich Weigand2013-03-25
* Remove ABI-duplicated call instruction patterns.Ulrich Weigand2013-03-22
* Rename memrr ptrreg and offreg components.Ulrich Weigand2013-03-22
* Fix swapped BasePtr and Offset in pre-inc memory addresses.Ulrich Weigand2013-03-22
* Remove the xaddroff ComplexPattern.Ulrich Weigand2013-03-22
* Implement builtin_{setjmp/longjmp} on PPCHal Finkel2013-03-21
* Add support for spilling VRSAVE on PPCHal Finkel2013-03-21
* Rewrite pre-increment store patterns to use standard memory operands.Ulrich Weigand2013-03-19
* Prepare to make r0 an allocatable register on PPCHal Finkel2013-03-19
* Fix PPC unaligned 64-bit loads and storesHal Finkel2013-03-18
* Large code model support for PowerPC.Bill Schmidt2013-02-21
* Relocation enablement for PPC DAG postprocessing passBill Schmidt2013-02-21