1. 2d17089 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 17 years ago
  2. 5cc12a8 Check in the rest of this change. The isAntiDep flag needs to be passed by Dan Gohman · 17 years ago
  3. f00cef4 Add a flag to SDep for tracking which edges are anti-dependence edges. by Dan Gohman · 17 years ago
  4. 67b35bd Rename SDep's isSpecial to isArtificial, to make this field a little by Dan Gohman · 17 years ago
  5. c602dd4 Change these schedulers to not emit no-ops. It turns out that by Dan Gohman · 17 years ago
  6. 4c3034f Simplify this code a little. In the fast scheduler, CreateNewSUnit by Dan Gohman · 17 years ago
  7. 60cb69e Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago
  8. 6e58726 Tidy up ScheduleNodeBottomUp methods, and make them more by Dan Gohman · 17 years ago
  9. 22d07b1 Change SUnit's dump method to take a ScheduleDAG* instead of a SelectionDAG*. by Dan Gohman · 17 years ago
  10. 5ebdb98 Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the by Dan Gohman · 17 years ago
  11. 4f474b0 Don't bother doing latency calculations in the "fast" scheduler. by Dan Gohman · 17 years ago
  12. 072734e Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit by Dan Gohman · 17 years ago
  13. 1ddfcba Make the Node member of SUnit private, and add accessors. by Dan Gohman · 17 years ago
  14. 5a390b9 Change ScheduleDAG's DAG member from a reference to a pointer, to prepare by Dan Gohman · 17 years ago
  15. 5499e89 Change the scheduler accessor methods to accept an explicit TargetMachine by Dan Gohman · 17 years ago
  16. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  17. c07f686 Replace the LiveRegs SmallSet with a simple counter that keeps by Dan Gohman · 17 years ago
  18. 95be7d7 Add a new "fast" scheduler. This is currently basically just a by Dan Gohman · 17 years ago