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. f4b08b4 Move ScheduleDAGInstrs.h to be a private header. Front-ends by Dan Gohman · 17 years ago
  4. 1ee0d41 Fix a post-RA scheduling dependency bug. by Dan Gohman · 17 years ago
  5. 5f8a259 Instead of adding dependence edges between terminator instructions by Dan Gohman · 17 years ago
  6. 619ef48 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  7. 12f2490 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 17 years ago
  8. 04543e7 Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 17 years ago
  9. 072e52f Use isTerminator() instead of isBranch()||isReturn() in by Dan Gohman · 17 years ago
  10. b9a0121 Add initial support for back-scheduling address computations, by Dan Gohman · 17 years ago
  11. dddc1ac Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 17 years ago
  12. 8f782bb Add a simple target-independent heuristic to allow targets with no by Dan Gohman · 17 years ago
  13. 2d17089 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 17 years ago
  14. f90d3b0 Fix the top-level comments, and fix some 80-column violations. by Dan Gohman · 17 years ago
  15. 3aab10b Add minimal support for disambiguating memory references. Currently by Dan Gohman · 17 years ago
  16. d2b10368 Pass the isAntiDep argument. by Dan Gohman · 17 years ago
  17. 57d0b88 Correctly set the isCtrl flag for chain dependencies. by Dan Gohman · 17 years ago
  18. 546bcfe Update comments. by Dan Gohman · 17 years ago
  19. d7d1fd7 Set the isAntiDep flag in the MachineInstr scheduler. by Dan Gohman · 17 years ago
  20. d1f33e2 Use ComputeLatency in the MachineInstr scheduler. by Dan Gohman · 17 years ago
  21. 7b7ca50 Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor by Dan Gohman · 17 years ago
  22. 22e9677 Treat mid-block labels the same as terminators when building the by Dan Gohman · 17 years ago
  23. 60cb69e Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago