This patch corrects logic in PPCFrameLowering for save and restore of
[oota-llvm.git] / lib / Target / PowerPC / PPCISelLowering.h
2012-08-28 Hal FinkelEliminate redundant CR moves on PPC32.
2012-06-22 Hal FinkelConvert the PPC backend to use the new FMA infrastructure.
2012-06-04 Roman DivackyImplement local-exec TLS on PowerPC.
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-04-04 Rafael EspindolaAlways compute all the bits in ComputeMaskedBits.
2012-04-01 Hal FinkelSet the default PPC node scheduling preference to ILP...
2012-03-31 Hal FinkelFix dynamic linking on PPC64.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2011-10-26 Lang HamesRename NonScalarIntSafe to something more appropriate.
2011-10-14 Hal FinkelAdd an implementation of the CanLowerReturn function...
2011-09-06 Duncan SandsAdd codegen support for vector select (in the IR this...
2011-09-06 Duncan SandsSplit the init.trampoline intrinsic, which currently...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-02 Eric ChristopherHave LowerOperandForConstraint handle multiple characte...
2011-05-06 Eli FriedmanMake the logic for determining function alignment more...
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2010-11-15 Chris Lattneradd targetoperand flags for jump tables, constant pool...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-07-07 Dan GohmanSplit the SDValue out of OutputArg so that SelectionDAG...
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-05-20 Dale JohannesenThe PPC MFCR instruction implicitly uses all 8 of the CR
2010-05-01 Dan GohmanGet rid of the EdgeMapping map. Instead, just check...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-17 Dan GohmanMove per-function state out of TargetLowering subclasse...
2010-04-16 Dan GohmanEliminate an unnecessary SelectionDAG dependency in...
2010-04-08 Evan ChengAvoid using f64 to lower memcpy from constant string...
2010-04-02 Evan ChengCorrectly lower memset / memcpy of undef. It should...
2010-04-01 Evan ChengAdd comments about DstAlign and SrcAlign.
2010-04-01 Evan Cheng- Avoid using floating point stores to implement memset...
2010-04-01 Evan ChengFix sdisel memcpy, memset, memmove lowering:
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-12-18 Tilmann SchellerAdd support for calls through function pointers in...
2009-11-04 Bob WilsonAdd PowerPC codegen for indirect branches.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-15 Tilmann SchellerAdd support for the PowerPC 64-bit SVR4 ABI.
2009-08-11 Owen AndersonSplit EVT into MVT and EVT, the former representing...
2009-08-10 Owen AndersonRename MVT to EVT, in preparation for splitting SimpleV...
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-01 Dan GohmanFix typos in comments.
2009-07-03 Tilmann SchellerRefactor ABI code in the PowerPC backend.
2009-07-03 Tilmann SchellerImplement the SVR4 ABI for PowerPC.
2009-07-03 Tilmann SchellerSmall cleanups in the PowerPC backend.
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-04 Dale JohannesenFix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was
2009-04-27 Nate Begeman2nd attempt, fixing SSE4.1 issues and implementing...
2009-04-24 Rafael EspindolaRevert 69952. Causes testsuite failures on linux x86-64.
2009-04-24 Nate BegemanPR2957
2009-04-23 Dan GohmanFix spurious indentation in a comment.
2009-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-02-05 Dale JohannesenRemove a non-DebugLoc version of getNode.
2009-02-04 Dale JohannesenRemove non-DebugLoc versions of getLoad and getStore.
2009-01-15 Dan GohmanConst-qualify getPreIndexedAddressParts and friends.
2009-01-01 Duncan SandsFix PR3274: when promoting the condition of a BRCOND...
2008-12-01 Duncan SandsChange the interface to the type legalization method
2008-10-21 Dan GohmanDisable constant-offset folding for PowerPC, as the...
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-09-17 Bill WendlingAdd trampoline support to PPC. GCC simply calls the...
2008-09-13 Dan GohmanDefine CallSDNode, an SDNode subclass for use with...
2008-08-28 Dale JohannesenImplement partial-word binary atomics on ppc.
2008-08-25 Dale JohannesenImplement 32 & 64 bit versions of PPC atomic
2008-08-25 Dale JohannesenRemove PPC-specific lowering for atomics; the
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-12 Evan ChengImplement llvm.atomic.cmp.swap.i32 on PPC. Patch by...
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-30 Arnold SchwaighoferTail call optimization improvements:
2008-04-26 Chris LattnerA few inline asm cleanups:
2008-04-19 Evan Cheng64-bit atomic operations.
2008-04-19 Evan ChengPPC32 atomic operations.
2008-03-19 Dan GohmanAdd support for multiple return values for the PPC...
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-03-04 Dale JohannesenMove PPC lowering functions into PPCTargetLowering
2008-02-28 Dale JohannesenInterface of getByValTypeAlignment differed between
2008-02-13 Dan GohmanSimplify some logic in ComputeMaskedBits. And change...
2008-02-13 Dan GohmanConvert SelectionDAG::ComputeMaskedBits to use APInt...
2008-01-30 Evan ChengEven though InsertAtEndOfBasicBlock is an ugly hack...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-10-10 Dale JohannesenNext PPC long double bits: ppcf128->i32 conversion.
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-02 Dan GohmanMore explicit keywords.
2007-07-30 Evan ChengVector fneg must be expanded into fsub -0.0, X.
2007-06-22 Dan GohmanMove ComputeMaskedBits, MaskedValueIsZero, and ComputeN...
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
next