Rename SDOperand to SDValue.
[oota-llvm.git] / lib / Target / Sparc / SparcISelLowering.cpp
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-02 Duncan SandsAdd a new getMergeValues method that does not need
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Dan GohmanRename ISD::LOCATION to ISD::DBG_STOPPOINT to better...
2008-06-30 Dan GohmanReplace some std::vectors that showed up in heap profil...
2008-06-30 Duncan SandsRevert the SelectionDAG optimization that makes
2008-06-21 Dan GohmanUse MachineBasicBlock::transferSuccessors.
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-04-12 Dan GohmanDrop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which...
2008-03-17 Chris LattnerCheck in some #ifdef'd out code switching call argument
2008-03-17 Chris Lattnerremove dead code
2008-03-17 Chris LattnerSwitch sparc from using LowerCallTo to using LowerOpera...
2008-03-17 Chris LattnerStart moving sparc to use SparcCallingConv.td, switchin...
2008-03-17 Chris Lattnersplit sparc lowering out into SparcISelLowering.{cpp...