Re-enable SelectionDAG CSE for calls. It matters in the case of
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGEmit.cpp
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...