1. bc4bd92 Fix PostRA antidependence breaker. by Andrew Trick · 15 years ago
  2. 4638852 Fixes <rdar://problem/8612856>: During postRAsched, the antidependence by Andrew Trick · 15 years ago
  3. 9c2a034 Use std::vector instead of TargetRegisterInfo::FirstVirtualRegister. This time by Bill Wendling · 15 years ago
  4. 7fa889b revert bill's patches in an attempt to fix the buildbot. by Chris Lattner · 15 years ago
  5. f7f72bc Use std::vector instead of a hard-coded array. The length of that array could by Bill Wendling · 15 years ago
  6. 46df4eb Make post-ra scheduling, anti-dep breaking, and register scavenger (conservatively) aware of predicated instructions. This enables ARM to move if-conversion before post-ra scheduler. by Evan Cheng · 15 years ago
  7. 66db3a0 Make BreakAntiDependencies' SUnits argument const, and make the Begin by Dan Gohman · 15 years ago
  8. 80c2b0d Anti-dependency breaking needs to be careful regarding instructions with by Jim Grosbach · 16 years ago
  9. 2973b57 80 column and whitespace cleanup by Jim Grosbach · 16 years ago
  10. 557bbe6 Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks. by David Goodwin · 16 years ago
  11. 4de099d Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed. by David Goodwin · 16 years ago
  12. 82c7248 Make AntiDepReg.h internal. by David Goodwin · 16 years ago
  13. e10deca Allow the aggressive anti-dep breaker to process the same region multiple times. This is necessary because new anti-dependencies are exposed when "current" ones are broken. by David Goodwin · 16 years ago
  14. 2e7be61 Break anti-dependence breaking out into its own class. by David Goodwin · 16 years ago