1. e29e8e1 Update DBG_VALUEs while breaking anti dependencies. by Devang Patel · 13 years ago
  2. 66db3a0 Make BreakAntiDependencies' SUnits argument const, and make the Begin by Dan Gohman · 15 years ago
  3. 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 · 15 years ago
  4. 6ac0e76 Sink a #include <map> to where it's actually needed. by Dan Gohman · 15 years ago
  5. 4de099d Do a scheduling pass ignoring anti-dependencies to identify candidate registers that should be renamed. by David Goodwin · 15 years ago
  6. 82c7248 Make AntiDepReg.h internal. by David Goodwin · 15 years ago[Renamed from include/llvm/CodeGen/AntiDepBreaker.h]
  7. 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 · 15 years ago
  8. ada0ef8 Define virtual destructor in *.cpp file. by David Goodwin · 15 years ago
  9. c932213 Add virtual destructor. by David Goodwin · 15 years ago
  10. 2e7be61 Break anti-dependence breaking out into its own class. by David Goodwin · 15 years ago