aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCInstr64Bit.td
Commit message (Expand)AuthorAgeFilesLines
* PPC: Do not introduce ISD nodes for fctid and fctiwDavid Majnemer2013-09-261-1/+1
* PPC: Add support for fctid and fctiwDavid Majnemer2013-09-261-0/+3
* PPC: Enable aggressive anti-dependency breakingHal Finkel2013-09-121-0/+1
* [PowerPC] Add loads, stores, and related things to fast-isel.Bill Schmidt2013-08-301-0/+9
* [PowerPC] More fast-isel chunks (returns and integer extends)Bill Schmidt2013-08-261-0/+16
* Add PPC64 mulli patternHal Finkel2013-08-061-0/+3
* PPC: Add CTR-register clobber to builtin setjmpHal Finkel2013-07-171-0/+1
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-051-2/+6
* [PowerPC] Use mtocrf when availableUlrich Weigand2013-07-031-1/+5
* [PowerPC] Always use mfocrf if availableUlrich Weigand2013-07-031-6/+4
* [PowerPC] Support mtspr/mfspr in the asm parserUlrich Weigand2013-07-031-1/+1
* [PowerPC] PR16512 - Support TLS call sequences in the asm parserUlrich Weigand2013-07-021-0/+3
* [PowerPC] Rework TLS call operand processingUlrich Weigand2013-07-021-7/+8
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-261-2/+10
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-261-1/+2
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-251-0/+8
* [PowerPC] Add predicted forms of branchesUlrich Weigand2013-06-241-2/+2
* [PowerPC] Support absolute branchesUlrich Weigand2013-06-241-4/+4
* [PowerPC] Remove symbolLo/symbolHi instruction operand typesUlrich Weigand2013-05-231-22/+13
* [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-4/+4
* 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
* Implement PPC counter loops as a late IR-level passHal Finkel2013-05-151-0/+6
* [PowerPC] Add assembler parserUlrich Weigand2013-05-031-0/+4
* PowerPC: Use RegisterOperand instead of RegisterClass operandsUlrich Weigand2013-04-261-145/+145
* PowerPC: Fix encoding of rldimi and rldcl instructionsUlrich Weigand2013-04-261-3/+3
* 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-8/+10
* 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-35/+32
* Add PPC instruction record forms and associated query functionsHal Finkel2013-04-121-163/+191
* PPC: Prep for if conversion of bctr[l]Hal Finkel2013-04-101-1/+9
* Allow PPC B and BLR to be if-converted into some predicated formsHal Finkel2013-04-091-0/+9
* PPC rotate instructions don't have unmodeled side effctsHal Finkel2013-04-071-1/+3
* Most PPC M[TF]CR instructions do not have side effectsHal Finkel2013-04-071-1/+8
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-071-2/+3
* PPC pre-increment load instructions do not have side effectsHal Finkel2013-04-071-2/+2
* PPC ISEL is a select and never has side effectsHal Finkel2013-04-061-0/+1
* Add more PPC floating-point conversion instructionsHal Finkel2013-04-011-0/+16
* Add the PPC popcntw instructionHal Finkel2013-04-011-0/+7
* Cleanup PPC(64) i32 -> float/double conversionHal Finkel2013-03-311-13/+0
* Add the PPC64 ldbrx/stdbrx instructionsHal Finkel2013-03-281-1/+9
* Add the PPC64 popcntd instructionHal Finkel2013-03-281-0/+3
* Fix typo in PPCInstr64BitHal Finkel2013-03-281-1/+1
* Use the PPC no-r0 class on the TOC LD pseudosHal Finkel2013-03-271-2/+2
* Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructionsHal Finkel2013-03-271-9/+9
* PowerPC: Mark patterns as isCodeGenOnly.Ulrich Weigand2013-03-261-3/+7
* PowerPC: Remove LDrs pattern.Ulrich Weigand2013-03-261-8/+0
* PowerPC: Remove ADDIL patterns.Ulrich Weigand2013-03-261-5/+2