1. 47ac0f0 When scheduling a block in parts, keep track of the overall by Dan Gohman · 17 years ago
  2. 9e64bbb Factor out more code for computing register live-range informationfor by Dan Gohman · 17 years ago
  3. 6dc75fe Move ScheduleDAGInstrs.h to be a private header. Front-ends by Dan Gohman · 17 years ago[Renamed (93%) from include/llvm/CodeGen/ScheduleDAGInstrs.h]
  4. f90fb34 If a vector is empty, you're not allowed to access any by Duncan Sands · 17 years ago
  5. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  6. c9a5b9e Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 17 years ago
  7. 361c31d Add an assertion to the ScheduleDAGInstrs class to catch SUnits by Dan Gohman · 17 years ago
  8. 3f23744 Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 17 years ago
  9. 54e4c36 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 17 years ago
  10. c8c2827 Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor by Dan Gohman · 17 years ago
  11. 343f0c0 Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago