Fix thinko - the operand number has nothing to do
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGEmit.cpp
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-16 Evan ChengWhen converting a CopyFromReg to a copy instruction...
2008-09-16 Bill WendlingReverting r56249. On further investigation, this functi...
2008-09-16 Bill Wendling- Change "ExternalSymbolSDNode" to "SymbolSDNode".
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-09-12 Dan GohmanRename ConstantSDNode::getValue to getZExtValue, for...
2008-09-05 Dan GohmanMove the code that inserts copies for function livein...
2008-09-05 Dan GohmanRevert r55817. It broke PIC. FastISel will need to...
2008-09-05 Dan GohmanIn FastISel mode, the scheduler may be invoked multiple...
2008-09-03 Dan GohmanSeparate MachineInstr-emitting routines from actual...