1. dfaf646 When scheduling a block in parts, keep track of the overall by Dan Gohman · 17 years ago
  2. b954343 Factor out more code for computing register live-range informationfor by Dan Gohman · 17 years ago
  3. 483377c Move ScheduleDAGSDNodes.h to be a private header. Front-ends by Dan Gohman · 17 years ago
  4. 619ef48 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  5. b2c42c6 Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register to a virtual register unless it requires an expensive cross class copy. That means we are only treating "expensive to copy" register dependency as physical register dependency. by Evan Cheng · 17 years ago
  6. 04543e7 Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 17 years ago
  7. dddc1ac Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 17 years ago
  8. 17214e6 Make addPred and removePred return void, since the return value is not by Dan Gohman · 17 years ago
  9. 2d17089 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 17 years ago
  10. 5cc12a8 Check in the rest of this change. The isAntiDep flag needs to be passed by Dan Gohman · 17 years ago
  11. f00cef4 Add a flag to SDep for tracking which edges are anti-dependence edges. by Dan Gohman · 17 years ago
  12. 67b35bd Rename SDep's isSpecial to isArtificial, to make this field a little by Dan Gohman · 17 years ago
  13. c602dd4 Change these schedulers to not emit no-ops. It turns out that by Dan Gohman · 17 years ago
  14. 4c3034f Simplify this code a little. In the fast scheduler, CreateNewSUnit by Dan Gohman · 17 years ago
  15. 60cb69e Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago
  16. 6e58726 Tidy up ScheduleNodeBottomUp methods, and make them more by Dan Gohman · 17 years ago
  17. 22d07b1 Change SUnit's dump method to take a ScheduleDAG* instead of a SelectionDAG*. by Dan Gohman · 17 years ago
  18. 5ebdb98 Avoid using a loop in ReleasePred and ReleaseSucc methods to compute the by Dan Gohman · 17 years ago
  19. 4f474b0 Don't bother doing latency calculations in the "fast" scheduler. by Dan Gohman · 17 years ago
  20. 072734e Remove the FlaggedNodes member from SUnit. Instead of requiring each SUnit by Dan Gohman · 17 years ago
  21. 1ddfcba Make the Node member of SUnit private, and add accessors. by Dan Gohman · 17 years ago
  22. 5a390b9 Change ScheduleDAG's DAG member from a reference to a pointer, to prepare by Dan Gohman · 17 years ago
  23. 5499e89 Change the scheduler accessor methods to accept an explicit TargetMachine by Dan Gohman · 17 years ago
  24. 9c4b7d5 Fix command-line option printing to print two spaces where needed, by Dan Gohman · 17 years ago
  25. c07f686 Replace the LiveRegs SmallSet with a simple counter that keeps by Dan Gohman · 17 years ago
  26. 95be7d7 Add a new "fast" scheduler. This is currently basically just a by Dan Gohman · 17 years ago