aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-261-3/+1
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-261-0/+5
* Implement asm support for a few PowerPC bookIII that are needed for assemblingRoman Divacky2013-09-121-0/+69
* Mark PPC MFTB and DST (and friends) as deprecatedHal Finkel2013-09-121-1/+1
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-121-0/+1
* Add the PPC fcpsgn instructionHal Finkel2013-08-191-0/+28
* PPC: Map frin to round() not nearbyint() and rint()Hal Finkel2013-08-081-12/+2
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-171-0/+1
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-081-0/+6
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-081-0/+9
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-041-0/+31
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-041-1/+1
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-031-0/+8
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-1/+7
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-17/+1
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-031-10/+19
* [PowerPC] Support all condition register logical instructionsUlrich Weigand2013-07-011-5/+32
* [PowerPC] Also add "msync" aliasUlrich Weigand2013-07-011-0/+1
* [PowerPC] Add "wait" instructionUlrich Weigand2013-07-011-0/+7
* [PowerPC] Support "eieio" instructionUlrich Weigand2013-07-011-0/+3
* [PowerPC] Add variants of "sync" instructionUlrich Weigand2013-07-011-4/+8
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-261-2/+14
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-1/+2
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-251-0/+75
* [PowerPC] Add extended subtract mnemonicsUlrich Weigand2013-06-251-0/+14
* [PowerPC] Support some miscellaneous mnemonics in the asm parserUlrich Weigand2013-06-241-0/+8
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-49/+106
* [PowerPC] Add t/f branch mnemonics to asm parserUlrich Weigand2013-06-241-0/+20
* [PowerPC] Support generic conditional branches in asm parserUlrich Weigand2013-06-241-0/+41
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-12/+60
* [PowerPC] Support bd(n)zl and bd(n)zlrlUlrich Weigand2013-06-241-0/+12
* [PowerPC] Support b(cond)l in the asm parserUlrich Weigand2013-06-241-0/+9
* [PowerPC] Support blrl and variants in the asm parserUlrich Weigand2013-06-241-0/+13
* [PowerPC] Support compare mnemonics with implied CR0Ulrich Weigand2013-06-201-0/+9
* [PowerPC] Support extended sc mnemonicUlrich Weigand2013-06-101-0/+2
* [PowerPC] Support branch mnemonics with implied CR0Ulrich Weigand2013-06-101-0/+11
* [PowerPC] Use multiclass to generate extended branch mnemonicsUlrich Weigand2013-06-101-51/+22
* [PowerPC] Remove symbolLo/symbolHi instruction operand typesUlrich Weigand2013-05-231-15/+6
* [PowerPC] Clean up generation of ha16() / lo16() markersUlrich Weigand2013-05-231-2/+2
* Change some PowerPC PatLeaf definitions to ImmLeaf for fast-isel.Bill Schmidt2013-05-221-13/+15
* Rename PPC MTCTRse to MTCTRloopHal Finkel2013-05-201-3/+3
* [PowerPC] Fix hi/lo encoding in old-style code emitterUlrich Weigand2013-05-171-2/+2
* [PowerPC] Use true offset value in "memrix" machine operandsUlrich Weigand2013-05-161-4/+6
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-0/+6
* Implement the PowerPC system call (sc) instruction.Bill Schmidt2013-05-141-0/+10
* [PowerPC] Add some Book II instructions to AsmParserUlrich Weigand2013-05-031-0/+11
* [PowerPC] Support extended mnemonics in AsmParserUlrich Weigand2013-05-031-0/+84
* [PowerPC] Add assembler parserUlrich Weigand2013-05-031-13/+112
* PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand2013-04-261-215/+235
* PowerPC: Fix encoding of stfsu and stfdu instructionsUlrich Weigand2013-04-261-2/+2