misched interface: rename Begin/End to RegionBegin/RegionEnd since they are not private.
[oota-llvm.git] / lib / CodeGen / ScheduleDAGInstrs.cpp
2008-11-21 Dan GohmanUse ComputeLatency in the MachineInstr scheduler.
2008-11-21 Dan GohmanImplement ComputeLatency for MachineInstr ScheduleDAGs...
2008-11-20 Dan GohmanTreat mid-block labels the same as terminators when...
2008-11-19 Dan GohmanExperimental post-pass scheduling support. Post-pass...