Add RFID instruction.
[oota-llvm.git] / lib / Target / PowerPC / PPCInstrInfo.td
2014-08-07 Joerg SonnenbergerAdd RFID instruction.
2014-08-07 Joerg SonnenbergerFix Itineray class of rfi
2014-08-07 Joerg SonnenbergerAdd first bunch of SPE instructions. As they overlap...
2014-08-05 Joerg SonnenbergerAdd accessors for the PPC 403 bank registers.
2014-08-05 Joerg SonnenbergerAccessors for SSR2 and SSR3 on PPC 403.
2014-08-05 Joerg SonnenbergerAdd dci/ici instructions for PPC 476 and friends.
2014-08-05 Joerg SonnenbergerAdd mftblo and mftbhi for PPC 4xx.
2014-08-05 Joerg SonnenbergerAdd lswi / stswi for assembler use with a warning to...
2014-08-04 Joerg SonnenbergerAdd TCR register access
2014-08-04 Joerg SonnenbergerAdd PPC 603's tlbld and tlbli instructions.
2014-08-04 Joerg SonnenbergerAdd simplified aliases for access to DCCR, ICCR, DEAR...
2014-08-04 Joerg Sonnenbergertlbre / tlbwe / tlbsx / tlbsx. variants for the PPC...
2014-08-04 Joerg SonnenbergerRecognize mftbl as alias for mftb, for symmetry with...
2014-08-04 Joerg SonnenbergerRefactor SPRG instructions.
2014-08-04 Joerg SonnenbergerAdd support for m[ft][di]bat[ul] instructions.
2014-08-04 Joerg SonnenbergerAdd features for PPC 4xx and e500/e500mc instructions.
2014-08-02 Joerg Sonnenbergertlbia support
2014-08-02 Joerg Sonnenbergermfdcr / mtdcr support
2014-07-30 Joerg SonnenbergerAdd mtpid/mfpid for BookE.
2014-07-30 Joerg SonnenbergerRefactor TLBIVAX and add tlbsx.
2014-07-30 Joerg SonnenbergerAdd rfdi and rfmci from the e500/e500mc ISA.
2014-07-30 Joerg SonnenbergerAdd BookE's tlbre, tlbwe and tlbivax instructions.
2014-07-30 Joerg SonnenbergerAdd BookE's wrtee and wrteei instructions.
2014-07-30 Joerg SonnenbergerSPRG 0 to 3 are valid outside BookE, so move them to...
2014-07-29 Joerg SonnenbergerAdd rfci instruction.
2014-07-29 Joerg Sonnenbergermbar without argument is equivalent to mbar 0.
2014-07-29 Joerg SonnenbergerRecognize BookE's mbar instruction.
2014-07-29 Joerg SonnenbergerFix typo in alias: DSIR -> DSISR
2014-07-29 Joerg SonnenbergerSupport move to/from segment register.
2014-07-29 Joerg SonnenbergerAdd a number of aliases for SPR access.
2014-07-29 Joerg SonnenbergerAdd rfi instruction. Based on feedback by Ulrich Weigand.
2014-07-25 Hal Finkel[PowerPC] Support TLS on PPC32/ELF
2014-07-18 Hal Finkel[PowerPC] 32-bit ELF PIC support
2014-06-18 Ulrich Weigand[PowerPC] Simplify and improve loading into TOC register
2014-05-22 Eric ChristopherReset the subtarget for DAGToDAG on every iteration...
2014-03-24 Hal Finkel[PowerPC] Mark many instructions as commutative
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-02-28 Hal FinkelAdd CR-bit tracking to the PowerPC backend for i1 values
2014-01-22 Rafael EspindolaFix pr18515.
2014-01-02 Hal Finkel[PPC] Use the correct immediate operands on 64-bit...
2013-12-20 Roman DivackyImplement initial-exec TLS for PPC32.
2013-12-19 Hal FinkelAdd a disassembler to the PowerPC backend
2013-12-17 Hal FinkelEliminate PPC instruction decoding ambiguities
2013-12-12 Hal FinkelRemove unused multiclass from PPCInstrInfo.td
2013-12-12 Hal FinkelImprove instruction scheduling for the PPC POWER7
2013-11-30 Hal FinkelSplit some PPC itinerary classes
2013-11-27 Hal FinkelAdd IIC_ prefix to PPC instruction-class names
2013-09-26 David MajnemerPPC: Do not introduce ISD nodes for fctid and fctiw
2013-09-26 David MajnemerPPC: Add support for fctid and fctiw
2013-09-12 Roman DivackyImplement asm support for a few PowerPC bookIII that...
2013-09-12 Hal FinkelMark PPC MFTB and DST (and friends) as deprecated
2013-09-12 Hal FinkelPPC: Enable aggressive anti-dependency breaking
2013-08-19 Hal FinkelAdd the PPC fcpsgn instruction
2013-08-08 Hal FinkelPPC: Map frin to round() not nearbyint() and rint()
2013-07-17 Hal FinkelPPC: Add CTR-register clobber to builtin setjmp
2013-07-08 Ulrich Weigand[PowerPC] Support time base instructions
2013-07-08 Ulrich Weigand[PowerPC] Support basic compare mnemonics
2013-07-04 Ulrich Weigand[PowerPC] Add all trap mnemonics
2013-07-04 Ulrich Weigand[PowerPC] Add asm parser support for CR expressions
2013-07-03 Ulrich Weigand[PowerPC] Support lmw/stmw in the asm parser
2013-07-03 Ulrich Weigand[PowerPC] Use mtocrf when available
2013-07-03 Ulrich Weigand[PowerPC] Always use mfocrf if available
2013-07-03 Ulrich Weigand[PowerPC] Support mtspr/mfspr in the asm parser
2013-07-01 Ulrich Weigand[PowerPC] Support all condition register logical instru...
2013-07-01 Ulrich Weigand[PowerPC] Also add "msync" alias
2013-07-01 Ulrich Weigand[PowerPC] Add "wait" instruction
2013-07-01 Ulrich Weigand[PowerPC] Support "eieio" instruction
2013-07-01 Ulrich Weigand[PowerPC] Add variants of "sync" instruction
2013-06-26 Ulrich Weigand[PowerPC] Accept 17-bit signed immediates for addis
2013-06-26 Ulrich Weigand[PowerPC] Support symbolic u16imm operands
2013-06-25 Ulrich Weigand[PowerPC] Add extended rotate/shift mnemonics
2013-06-25 Ulrich Weigand[PowerPC] Add extended subtract mnemonics
2013-06-24 Ulrich Weigand[PowerPC] Support some miscellaneous mnemonics in the...
2013-06-24 Ulrich Weigand[PowerPC] Add predicted forms of branches
2013-06-24 Ulrich Weigand[PowerPC] Add t/f branch mnemonics to asm parser
2013-06-24 Ulrich Weigand[PowerPC] Support generic conditional branches in asm...
2013-06-24 Ulrich Weigand[PowerPC] Support absolute branches
2013-06-24 Ulrich Weigand[PowerPC] Support bd(n)zl and bd(n)zlrl
2013-06-24 Ulrich Weigand[PowerPC] Support b(cond)l in the asm parser
2013-06-24 Ulrich Weigand[PowerPC] Support blrl and variants in the asm parser
2013-06-20 Ulrich Weigand[PowerPC] Support compare mnemonics with implied CR0
2013-06-10 Ulrich Weigand[PowerPC] Support extended sc mnemonic
2013-06-10 Ulrich Weigand[PowerPC] Support branch mnemonics with implied CR0
2013-06-10 Ulrich Weigand[PowerPC] Use multiclass to generate extended branch...
2013-05-23 Ulrich Weigand[PowerPC] Remove symbolLo/symbolHi instruction operand...
2013-05-23 Ulrich Weigand[PowerPC] Clean up generation of ha16() / lo16() markers
2013-05-22 Bill SchmidtChange some PowerPC PatLeaf definitions to ImmLeaf...
2013-05-20 Hal FinkelRename PPC MTCTRse to MTCTRloop
2013-05-17 Ulrich Weigand[PowerPC] Fix hi/lo encoding in old-style code emitter
2013-05-16 Ulrich Weigand[PowerPC] Use true offset value in "memrix" machine...
2013-05-15 Hal FinkelImplement PPC counter loops as a late IR-level pass
2013-05-14 Bill SchmidtImplement the PowerPC system call (sc) instruction.
2013-05-03 Ulrich Weigand[PowerPC] Add some Book II instructions to AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Support extended mnemonics in AsmParser
2013-05-03 Ulrich Weigand[PowerPC] Add assembler parser
2013-04-26 Ulrich WeigandPowerPC: Use RegisterOperand instead of RegisterClass...
2013-04-26 Ulrich WeigandPowerPC: Fix encoding of stfsu and stfdu instructions
2013-04-26 Ulrich WeigandPowerPC: Fix encoding of rldimi and rldcl instructions
2013-04-20 Tim NorthoverRemove unused MEMBARRIER DAG node; it's been replaced...
2013-04-17 Ulrich WeigandPowerPC: Mark some more patterns as isCodeGenOnly.
next