Change the scheduler accessor methods to accept an explicit TargetMachine
[oota-llvm.git] / lib / CodeGen / SelectionDAG / ScheduleDAGFast.cpp
2008-11-11 Dan GohmanChange the scheduler accessor methods to accept an...
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-09-23 Dan GohmanReplace the LiveRegs SmallSet with a simple counter...
2008-09-18 Dan GohmanAdd a new "fast" scheduler. This is currently basically...