Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / Alpha / AlphaISelLowering.h
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...