1. ae09d93 Update these register allocators to set the PhysRegUsed info in MachineFunction. by Chris Lattner · 21 years ago
  2. 78100c4 Silence VS warnings by Chris Lattner · 21 years ago
  3. e09dbe2 Move virtual method call out of loop by Chris Lattner · 21 years ago
  4. a51f5ee Rename some methods, use 'begin' instead of 'start', add new LiveInterval by Chris Lattner · 21 years ago
  5. 9f82237 Change the way we choose a free register: instead of picking the first by Alkis Evlogimenos · 21 years ago
  6. 7c16caa Changes For Bug 352 by Reid Spencer · 21 years ago
  7. fae8f6a Be a bit more efficient when processing the active and inactive by Alkis Evlogimenos · 21 years ago
  8. e2d962e Now that LiveIntervals::addIntervalsForSpills is fixed, do not require by Alkis Evlogimenos · 21 years ago
  9. efd40bc Back out this change as it broke the build last night. This should be by Alkis Evlogimenos · 21 years ago
  10. 11f0fc8 The linear scan variants do not require the LiveVariables analysis. by Alkis Evlogimenos · 21 years ago
  11. a698308 Convert indentation to 2 spaces. by Alkis Evlogimenos · 21 years ago
  12. cf72e7f Change std::map<unsigned, LiveInterval*> into a std::map<unsigned, by Alkis Evlogimenos · 21 years ago
  13. c51866a Completely eliminate the intervals_ list. instead, the r2iMap_ maintains by Chris Lattner · 21 years ago
  14. 8563833 Rename LiveIntervals.(cpp|h) -> LiveIntervalAnalysis.(cpp|h) by Chris Lattner · 21 years ago
  15. 1201879 Use reverse iterators when updating the vector, since scanning from by Alkis Evlogimenos · 21 years ago
  16. 902dcf0 These files don't need to include <iostream> since they include "Support/Debug.h". by Brian Gaeke · 21 years ago
  17. c74c7d1 Fix analysis name. by Alkis Evlogimenos · 21 years ago
  18. 701071a Clear spilled list at once. Remove unused vector. by Alkis Evlogimenos · 21 years ago
  19. a3efc03 Change std::list into a std::vector for IntervalSets. This reduces by Alkis Evlogimenos · 21 years ago
  20. fbc436b Improve file comment. by Alkis Evlogimenos · 21 years ago
  21. d524e5b Add Iterative scan register allocator. by Alkis Evlogimenos · 21 years ago