Rewrite the SDep class, and simplify some of the related code.
[oota-llvm.git] / lib / CodeGen / ScheduleDAGInstrs.cpp
2008-12-09 Dan GohmanRewrite the SDep class, and simplify some of the relate...
2008-12-08 Dan GohmanFix the top-level comments, and fix some 80-column...
2008-12-04 Dan GohmanAdd minimal support for disambiguating memory reference...
2008-11-24 Dan GohmanPass the isAntiDep argument.
2008-11-21 Dan GohmanCorrectly set the isCtrl flag for chain dependencies.
2008-11-21 Dan GohmanUpdate comments.
2008-11-21 Dan GohmanSet the isAntiDep flag in the MachineInstr scheduler.
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...