aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstrInfo.td
Commit message (Expand)AuthorAgeFilesLines
* [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
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-261-0/+14
* Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.Tim Northover2013-04-201-8/+0
* PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand2013-04-171-0/+3
* Mark all PPC comparison instructions as not having side effectsHal Finkel2013-04-151-12/+18
* Mark all PPC CR registers to be spilled as live-in and tag MFCR appropriatelyHal Finkel2013-04-131-5/+1
* PPC: Remove (broken) nested implicit definition listsHal Finkel2013-04-121-59/+121
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-121-250/+426
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-101-1/+7