aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/ScheduleDAGFast.cpp
AgeCommit message (Expand)Author
2008-11-21Rename SDep's isSpecial to isArtificial, to make this field a littleDan Gohman
2008-11-21Change these schedulers to not emit no-ops. It turns out thatDan Gohman
2008-11-19Simplify this code a little. In the fast scheduler, CreateNewSUnitDan Gohman
2008-11-19Experimental post-pass scheduling support. Post-pass schedulingDan Gohman
2008-11-18Tidy up ScheduleNodeBottomUp methods, and make them moreDan Gohman
2008-11-18Change SUnit's dump method to take a ScheduleDAG* instead ofDan Gohman
2008-11-18Avoid using a loop in ReleasePred and ReleaseSucc methods to compute theDan Gohman
2008-11-17Don't bother doing latency calculations in the "fast" scheduler.Dan Gohman
2008-11-13Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnitDan Gohman
2008-11-13Make the Node member of SUnit private, and add accessors.Dan Gohman
2008-11-13Change ScheduleDAG's DAG member from a reference to a pointer, to prepareDan Gohman
2008-11-11Change the scheduler accessor methods to accept an explicit TargetMachineDan Gohman
2008-10-14Fix command-line option printing to print two spaces where needed,Dan Gohman
2008-09-23Replace the LiveRegs SmallSet with a simple counter that keepsDan Gohman
2008-09-18Add a new "fast" scheduler. This is currently basically just aDan Gohman