1. 8906f95 Eliminate yet another copy of getOpcode. by Dan Gohman · 15 years ago
  2. 16a2c92 Move isLCSSAForm, isLoopInvariant, getCanonicalInductionVariable, by Dan Gohman · 15 years ago
  3. 47ac0f0 When scheduling a block in parts, keep track of the overall by Dan Gohman · 16 years ago
  4. 9e64bbb Factor out more code for computing register live-range informationfor by Dan Gohman · 16 years ago
  5. 6dc75fe Move ScheduleDAGInstrs.h to be a private header. Front-ends by Dan Gohman · 16 years ago
  6. 3311a1f Fix a post-RA scheduling dependency bug. by Dan Gohman · 16 years ago
  7. f711939 Instead of adding dependence edges between terminator instructions by Dan Gohman · 16 years ago
  8. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 16 years ago
  9. 0b1d4a7 Clean up the atomic opcodes in SelectionDAG. by Dan Gohman · 16 years ago
  10. c9a5b9e Rename BuildSchedUnits to BuildSchedGraph, and refactor the by Dan Gohman · 16 years ago
  11. 237dee1 Use isTerminator() instead of isBranch()||isReturn() in by Dan Gohman · 16 years ago
  12. 8749b61 Add initial support for back-scheduling address computations, by Dan Gohman · 16 years ago
  13. 3f23744 Fix some register-alias-related bugs in the post-RA scheduler liveness by Dan Gohman · 16 years ago
  14. 4ea8e85 Add a simple target-independent heuristic to allow targets with no by Dan Gohman · 16 years ago
  15. 54e4c36 Rewrite the SDep class, and simplify some of the related code. by Dan Gohman · 16 years ago
  16. a629b48 Fix the top-level comments, and fix some 80-column violations. by Dan Gohman · 16 years ago
  17. 6a9041e Add minimal support for disambiguating memory references. Currently by Dan Gohman · 16 years ago
  18. 974b5f5 Pass the isAntiDep argument. by Dan Gohman · 16 years ago
  19. 37d8b31 Correctly set the isCtrl flag for chain dependencies. by Dan Gohman · 16 years ago
  20. fc626b6 Update comments. by Dan Gohman · 16 years ago
  21. f6b7a47 Set the isAntiDep flag in the MachineInstr scheduler. by Dan Gohman · 16 years ago
  22. 787782f Use ComputeLatency in the MachineInstr scheduler. by Dan Gohman · 16 years ago
  23. c8c2827 Implement ComputeLatency for MachineInstr ScheduleDAGs. Factor by Dan Gohman · 16 years ago
  24. 8eaf41d Treat mid-block labels the same as terminators when building the by Dan Gohman · 16 years ago
  25. 343f0c0 Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 16 years ago