Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall...
[oota-llvm.git] / lib / Target / Alpha / AlphaISelLowering.h
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-09-18 Evan ChengEnhance EmitInstrWithCustomInserter() so target can...
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-08-16 Dan GohmanDelete an unused field.
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-07-19 Eli FriedmanSwitch Alpha over to the new call lowering style. ...
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
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-02-07 Dan GohmanConstify TargetInstrInfo::EmitInstrWithCustomInserter...
2009-01-30 Dale JohannesenMake LowerCallTo and LowerArguments take a DebugLoc
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-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-23 Dan GohmanFix these enums' starting values to reflect the way...
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-04 Duncan SandsRather than having a different custom legalization
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-03-10 Scott MichelGive TargetLowering::getSetCCResultType() a parameter...
2008-02-21 Andrew LenharthAtomic op support. If any gcc test uses __sync builtin...
2008-02-14 Duncan SandsIn TargetLowering::LowerCallTo, don't assert that
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-02 Dan GohmanMore explicit keywords.
2007-03-25 Chris Lattnerswitch TargetLowering::getConstraintType to take the...
2007-01-24 Andrew LenharthFTOIT and ITOFT are bit converts, and if we drop 21264s...
2006-12-31 Reid SpencerFor PR950:
2006-10-31 Andrew LenharthAdd all that branch mangling niftiness
2006-10-11 Andrew LenharthReduce the amount of state in the lowering code and...
2006-10-11 Andrew LenharthJimptables working again on alpha.
2006-06-21 Andrew Lenharthinline asm, at least for floats
2006-06-13 Andrew LenharthIt really helps to be returning to the correct place
2006-06-12 Andrew LenharthLet the alpha breakage begin. First Formals and RET...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-03-09 Andrew LenharthAlpha Scheduling classes
2006-01-28 Nate BegemanImplement Promote for VAARG, and allow it to be custom...
2006-01-27 Chris LattnerSwitch to AlphaISD::CALL instead of ISD::CALL
2006-01-25 Nate BegemanFirst part of bug 680:
2006-01-23 Andrew Lenharthadded stores to lsmark
2006-01-23 Andrew Lenharthyea, lowering this stuff will basically work
2006-01-16 Andrew LenharthFriendly names
2005-12-25 Andrew LenharthAll that just to lower div and rem
2005-12-24 Andrew LenharthAll addressing modes are now exposed. The only remaini...
2005-12-24 Andrew LenharthLet's see if we can break things.
2005-11-30 Andrew LenharthFPSelect and more custom lowering
2005-11-30 Andrew LenharthAll sorts of stuff.
2005-10-22 Andrew LenharthWell, the Constant matching pattern works. Can't say...
2005-10-20 Andrew Lenharthret 0; works, not much else
2005-09-02 Andrew LenharthPull out Lowering in preperation for multiple ISels...