1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. ded2b0d Add explicit keywords, and fix a minor typo that they uncovered. by Dan Gohman · 17 years ago
  3. 22f07ff Switch over to MachineLoopInfo. by Evan Cheng · 17 years ago
  4. 8fc9a10 First step towards moving the coalescer to priority_queue based machinery. by Evan Cheng · 17 years ago
  5. a461c4d Move SimpleRegisterCoalescing.h to lib/CodeGen since there is now a common by Evan Cheng · 17 years ago[Renamed (97%) from include/llvm/CodeGen/SimpleRegisterCoalescing.h]
  6. 0547bab - Coalesce extract_subreg when both intervals are relatively small. by Evan Cheng · 17 years ago
  7. 4ae31a5 Really fix PR1734. Carefully track which register uses are sub-register uses by by Evan Cheng · 17 years ago
  8. 8b0b874 Code clean up. by Evan Cheng · 17 years ago
  9. 32dfbea EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like by Evan Cheng · 17 years ago
  10. 2c17c4d by David Greene · 17 years ago
  11. 1a66f0a Recover most of the compile time regression due to recent live interval changes. by Evan Cheng · 17 years ago
  12. 81975f6 Add explicit keywords and remove spurious trailing semicolons. by Dan Gohman · 17 years ago
  13. b0954b1 missed this one by Gabor Greif · 17 years ago
  14. e510b3a fix typos by Gabor Greif · 17 years ago
  15. 2513330 Factor live variable analysis so it does not do register coalescing by David Greene · 17 years ago