1. 89cab93 Pass a Banner argument to the machine code verifier both from by Jakob Stoklund Olesen · 15 years ago
  2. af24964 Make the -verify-regalloc command line option available to base classes as by Jakob Stoklund Olesen · 15 years ago
  3. 16999da Simplyfy RegAllocBasic by using getOverlaps instead of getAliasSet. by Jakob Stoklund Olesen · 15 years ago
  4. 4a84cce Use TRI::printReg instead of AbstractRegisterDescription when printing by Jakob Stoklund Olesen · 15 years ago
  5. 533f58e Add named timer groups for the different stages of register allocation. by Jakob Stoklund Olesen · 15 years ago
  6. 4680dec Move MRI into RegAllocBase. Clean up debug output a bit. by Jakob Stoklund Olesen · 15 years ago
  7. b853e6c Added register reassignment prototype to RAGreedy. It's a simple by Andrew Trick · 15 years ago
  8. d0bec3e Store (priority,regnum) pairs in the priority queue instead of providing an by Jakob Stoklund Olesen · 15 years ago
  9. 1b19dc1 Move RABasic::addMBBLiveIns to the base class, it is generally useful. by Jakob Stoklund Olesen · 15 years ago
  10. 953af2c Switch LiveIntervalUnion from std::set to IntervalMap. by Jakob Stoklund Olesen · 15 years ago
  11. 2b38c51 Simplify assertion. by Jakob Stoklund Olesen · 15 years ago
  12. 18c57a8 Coding style. No significant functionality. Abandon linear scan style by Andrew Trick · 15 years ago
  13. c62feda Namespacify. by Benjamin Kramer · 15 years ago
  14. 316df4b RABasic fix. Regalloc is responsible for updating block live ins. by Andrew Trick · 15 years ago
  15. 13bdbb0 Whitespace. by Andrew Trick · 15 years ago
  16. 8a83d54 Check TRI->getReservedRegs because other allocators do it. Even though by Andrew Trick · 15 years ago
  17. f4baeaf RABasic is nearly functionally complete. There are a few remaining by Andrew Trick · 15 years ago
  18. 071d1c0 Adds RABasic verification and tracing. by Andrew Trick · 15 years ago
  19. 32d9aeb Reverting r118604. Windows build broke. by Andrew Trick · 15 years ago
  20. 39a5ce4 Adds RABasic verification and tracing. by Andrew Trick · 15 years ago
  21. e141a49 Adds support for spilling previously allocated live intervals to by Andrew Trick · 15 years ago
  22. 964bc25 Let RegAllocBasic require MachineDominators - they are already available and by Jakob Stoklund Olesen · 15 years ago
  23. e16eecc Jakob's review of the basic register allocator. by Andrew Trick · 15 years ago
  24. 14e8d71 This is a prototype of an experimental register allocation by Andrew Trick · 15 years ago