1. 2d2dec9 Remove LiveIntervalUnions from RegAllocBase. by Jakob Stoklund Olesen · 13 years ago
  2. 03b87d5 Convert RABasic to using LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  3. be33629 Also compute MBB live-in lists in the new rewriter pass. by Jakob Stoklund Olesen · 13 years ago
  4. 05ff466 Move RegisterClassInfo.h. by Andrew Trick · 13 years ago
  5. c141ba5 Move LiveUnionArray into LiveIntervalUnion.h by Jakob Stoklund Olesen · 14 years ago
  6. 20f19eb Make data structures private. by Jakob Stoklund Olesen · 14 years ago
  7. 73edbf1 Sink spillInterferences into RABasic. by Jakob Stoklund Olesen · 14 years ago
  8. 06ec4203 Cleanup. by Jakob Stoklund Olesen · 14 years ago
  9. b8bf3c0 Switch AllocationOrder to using RegisterClassInfo instead of a BitVector by Jakob Stoklund Olesen · 15 years ago
  10. 50215af Fix PR9883. Make sure all caches are invalidated when a live range is repaired. by Jakob Stoklund Olesen · 15 years ago
  11. e29d63e Tag cached interference with a user-provided tag instead of the virtual register number. by Jakob Stoklund Olesen · 15 years ago
  12. 2329c54 Change the RAGreedy register assignment order so large live ranges are allocated first. by Jakob Stoklund Olesen · 15 years ago
  13. 1305bc0 Evict a lighter single interference before attempting to split a live range. by Jakob Stoklund Olesen · 15 years ago
  14. bfef075 Add a missing word to a comment. by Cameron Zwarich · 15 years ago
  15. 2e98ee3 Make the -verify-regalloc command line option available to base classes as by Jakob Stoklund Olesen · 15 years ago
  16. 92da705 Add named timer groups for the different stages of register allocation. by Jakob Stoklund Olesen · 15 years ago
  17. 8de03d2 Move MRI into RegAllocBase. Clean up debug output a bit. by Jakob Stoklund Olesen · 15 years ago
  18. ccef098 Added register reassignment prototype to RAGreedy. It's a simple by Andrew Trick · 15 years ago
  19. e0df786 Store (priority,regnum) pairs in the priority queue instead of providing an by Jakob Stoklund Olesen · 15 years ago
  20. 5885e99 Move RABasic::addMBBLiveIns to the base class, it is generally useful. by Jakob Stoklund Olesen · 15 years ago
  21. db357d7 Switch LiveIntervalUnion from std::set to IntervalMap. by Jakob Stoklund Olesen · 15 years ago
  22. fce64c9 Coding style. No significant functionality. Abandon linear scan style by Andrew Trick · 15 years ago
  23. f11344d Check TRI->getReservedRegs because other allocators do it. Even though by Andrew Trick · 15 years ago
  24. 89eb6a8 RABasic is nearly functionally complete. There are a few remaining by Andrew Trick · 15 years ago
  25. 4886605 Adds RABasic verification and tracing. by Andrew Trick · 15 years ago
  26. 42d50e9 Reverting r118604. Windows build broke. by Andrew Trick · 15 years ago
  27. 85064c1 Adds RABasic verification and tracing. by Andrew Trick · 15 years ago
  28. 3528465 Adds support for spilling previously allocated live intervals to by Andrew Trick · 15 years ago
  29. 84aef49 Jakob's review of the basic register allocator. by Andrew Trick · 15 years ago
  30. e8719c5 Nonvirtual dtor that was accessible enough to be bad. by Andrew Trick · 15 years ago
  31. 1c24605 This is a prototype of an experimental register allocation by Andrew Trick · 15 years ago