PowerPC: Use RegisterOperand instead of RegisterClass operands
[oota-llvm.git] / lib / Target / PowerPC / PPCInstr64Bit.td
2013-04-26 Ulrich WeigandPowerPC: Use RegisterOperand instead of RegisterClass...
2013-04-26 Ulrich WeigandPowerPC: Fix encoding of rldimi and rldcl instructions
2013-04-17 Ulrich WeigandPowerPC: Mark some more patterns as isCodeGenOnly.
2013-04-15 Hal FinkelMark all PPC comparison instructions as not having...
2013-04-13 Hal FinkelMark all PPC CR registers to be spilled as live-in...
2013-04-12 Hal FinkelPPC: Remove (broken) nested implicit definition lists
2013-04-12 Hal FinkelAdd PPC instruction record forms and associated query...
2013-04-10 Hal FinkelPPC: Prep for if conversion of bctr[l]
2013-04-09 Hal FinkelAllow PPC B and BLR to be if-converted into some predic...
2013-04-07 Hal FinkelPPC rotate instructions don't have unmodeled side effcts
2013-04-07 Hal FinkelMost PPC M[TF]CR instructions do not have side effects
2013-04-07 Hal FinkelPPC pre-increment load instructions do not have side...
2013-04-07 Hal FinkelPPC pre-increment load instructions do not have side...
2013-04-06 Hal FinkelPPC ISEL is a select and never has side effects
2013-04-01 Hal FinkelAdd more PPC floating-point conversion instructions
2013-04-01 Hal FinkelAdd the PPC popcntw instruction
2013-03-31 Hal FinkelCleanup PPC(64) i32 -> float/double conversion
2013-03-28 Hal FinkelAdd the PPC64 ldbrx/stdbrx instructions
2013-03-28 Hal FinkelAdd the PPC64 popcntd instruction
2013-03-28 Hal FinkelFix typo in PPCInstr64Bit
2013-03-27 Hal FinkelUse the PPC no-r0 class on the TOC LD pseudos
2013-03-27 Hal FinkelApply the no-r0 class to PPC TOC ADDI[S] pseudo instruc...
2013-03-26 Ulrich WeigandPowerPC: Mark patterns as isCodeGenOnly.
2013-03-26 Ulrich WeigandPowerPC: Remove LDrs pattern.
2013-03-26 Ulrich WeigandPowerPC: Remove ADDIL patterns.
2013-03-26 Ulrich WeigandPowerPC: Use CCBITRC operand for ISEL patterns.
2013-03-26 Ulrich WeigandPowerPC: Move some 64-bit branch patterns.
2013-03-25 Ulrich WeigandUse direct types in PowerPC instruction patterns.
2013-03-25 Ulrich WeigandUse direct types in PowerPC Pat patterns.
2013-03-22 Ulrich WeigandRemove ABI-duplicated call instruction patterns.
2013-03-22 Ulrich WeigandRename memrr ptrreg and offreg components.
2013-03-22 Ulrich WeigandFix swapped BasePtr and Offset in pre-inc memory addresses.
2013-03-22 Ulrich WeigandRemove the xaddroff ComplexPattern.
2013-03-21 Hal FinkelFix a register-class comparison bug in PPCCTRLoops
2013-03-21 Hal FinkelImplement builtin_{setjmp/longjmp} on PPC
2013-03-19 Ulrich WeigandAdd missing mayLoad flag to LHAUX8 and LWAUX.
2013-03-19 Ulrich WeigandRewrite LHAU8 pattern to use standard memory operand.
2013-03-19 Ulrich WeigandRewrite pre-increment store patterns to use standard...
2013-03-19 Ulrich WeigandFix sub-operand size mismatch in tocentry operands.
2013-03-19 Hal FinkelPrepare to make r0 an allocatable register on PPC
2013-03-19 Hal FinkelCleanup PPC64 unaligned i64 load/store
2013-03-18 Hal FinkelFix PPC unaligned 64-bit loads and stores
2013-02-21 Bill SchmidtLarge code model support for PowerPC.
2012-12-14 Bill SchmidtThis patch improves the 64-bit PowerPC InitialExec...
2012-12-13 Bill SchmidtThis is another cleanup patch for 64-bit PowerPC TLS...
2012-12-13 Bill SchmidtThis is just a clean-up patch that simplifies the initi...
2012-12-12 Bill SchmidtThis patch implements local-dynamic TLS model support...
2012-12-11 Bill SchmidtThis patch implements the general dynamic TLS model...
2012-12-04 Bill SchmidtThis patch introduces initial-exec model support for...
2012-11-27 Bill SchmidtThis patch implements medium code model support for...
2012-11-13 Ulrich WeigandFix wrong PowerPC instruction opcodes for:
2012-11-13 Ulrich WeigandFix instruction encoding for "bd(n)z" on PowerPC,
2012-11-13 Ulrich WeigandFix instruction encoding for "isel" on PowerPC,
2012-10-26 Adhemerval ZanellaPowerPC: Fix for rldcl/rldicl/rldicr MC emission
2012-10-25 Adhemerval ZanellaThis patch fixes the MC object emission of 'nop' for...
2012-10-04 Will Schmidt- add tokens to PPCInstrInfo.td and PPCInstr64Bit.td...
2012-09-05 Hal FinkelMove the PPC TOC defs into the PPC64 InstrInfo file.
2012-08-28 Hal FinkelSplit several PPC instruction classes.
2012-08-28 Hal FinkelAllow remat of LI on PPC.
2012-08-24 Roman DivackyLower constant pools and jump tables via TOC on PPC64...
2012-08-07 Hal FinkelAdd a comment about mftb vs. mfspr on PPC.
2012-08-06 Hal FinkelMFTB on PPC64 should really be encoded using MFSPR.
2012-08-04 Hal FinkelAdd readcyclecounter lowering on PPC64.
2012-07-13 Jakob Stoklund OlesenRemove variable_ops from call instructions in most...
2012-06-22 Hal FinkelAdd support for the PPC isel instruction.
2012-06-20 Hal FinkelAdd support for generating reg+reg (indexed) pre-inc...
2012-06-19 Hal FinkelAdd support for generating reg+reg preinc stores on...
2012-06-12 Hal FinkelSplit out the PPC instruction class IntSimple from...
2012-06-09 Hal FinkelImprove ext/trunc patterns on PPC64.
2012-06-08 Hal FinkelAdd the PPCCTRLoops pass: a PPC machine-code-level...
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-05-20 Hal FinkelAdd a missing PPC 64-bit stwu pattern.
2012-04-01 Hal FinkelSplit the LdStGeneral PPC itin. class into LdStLoad...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-06 Roman DivackyConvert PowerPC to register mask operands.
2012-02-24 Hal FinkelX11/X2 loads around indirect calls on ppc64 should...
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2011-12-07 Hal Finkelmake CR spill and restore 64-bit clean (no functional...
2011-06-03 Roman DivackyFix wrong usages of CTR/MCTR where CTR8/MCTR8 was meant.
2011-05-19 Cameron ZwarichFix PR8828 by removing the explicit def in MovePCToLR...
2011-04-04 Jakob Stoklund OlesenPowerPC atomic pseudos clobber CR0, they don't read it.
2010-11-15 Chris Lattnersplit out an encoder for memri operands, allowing a...
2010-11-15 Chris Lattneradd support for encoding the lo14 forms used for a...
2010-11-15 Chris Lattnerimplement the start of support for lo16 and ha16, allow...
2010-11-15 Chris Lattnerremove asmstrings (which can never be printed) from...
2010-11-14 Chris Lattnermove the pic base symbol stuff up to MachineFunction
2010-11-14 Chris Lattnerreimplement ppc asmprinter "toc" handling to use a...
2010-02-27 Chris Lattnerremove a bogus pattern, which had the same pattern...
2010-02-21 Chris LattnerEliminate some uses of immAllOnes, just use -1, it...
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-09-18 Dale JohannesenModel the carry bit on ppc32. Without this we could
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2008-12-03 Dan GohmanRename isSimpleLoad to canFoldAsLoad, to better reflect...
2008-12-03 Dan GohmanAdd a sanity-check to tablegen to catch the case where...
2008-10-29 Dale JohannesenAdd a RM pseudoreg for the rounding mode, which
2008-10-23 Dale JohannesenMark defs and uses of CTR and LR correctly.
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
next