Fixed the comment. No functionality change.
[oota-llvm.git] / lib / CodeGen / ScheduleDAGInstrs.cpp
2009-02-11 Dan GohmanWhen scheduling a block in parts, keep track of the...
2009-02-10 Dan GohmanFactor out more code for computing register live-range...
2009-02-06 Dan GohmanMove ScheduleDAGInstrs.h to be a private header. Front...
2009-01-30 Dan GohmanFix a post-RA scheduling dependency bug.
2009-01-16 Dan GohmanInstead of adding dependence edges between terminator...
2009-01-15 Dan GohmanMove a few containers out of ScheduleDAGInstrs::BuildSc...
2008-12-23 Dan GohmanClean up the atomic opcodes in SelectionDAG.
2008-12-23 Dan GohmanRename BuildSchedUnits to BuildSchedGraph, and refactor the
2008-12-23 Dan GohmanUse isTerminator() instead of isBranch()||isReturn...
2008-12-16 Dan GohmanAdd initial support for back-scheduling address computa...
2008-12-16 Dan GohmanFix some register-alias-related bugs in the post-RA...
2008-12-16 Dan GohmanAdd a simple target-independent heuristic to allow...
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...