1. 2867140 Fix typo by Manman Ren · 12 years ago
  2. 059e800 DEBUG shouldEvict decisions by Andrew Trick · 12 years ago
  3. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  4. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  5. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  6. f6fe6bf Print register in LiveInterval::print() by Matthias Braun · 12 years ago
  7. 7200a46 Emit a better error when running out of registers on inline asm. by Benjamin Kramer · 12 years ago
  8. f9ea885 Track new virtual registers by register number. by Mark Lacey · 12 years ago
  9. 9fdc70e Make constant string pointer into an array to remove a pointer lookup for every access. by Craig Topper · 12 years ago
  10. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  11. ed119d5 Revert r168630, r168631, and r168633 as these are causing nightly test failures. by Chad Rosier · 13 years ago
  12. a44e182 Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 13 years ago
  13. 2d2dec9 Remove LiveIntervalUnions from RegAllocBase. by Jakob Stoklund Olesen · 13 years ago
  14. 03b87d5 Convert RABasic to using LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  15. a1f43dc Avoid iterating with LiveIntervals::iterator. by Jakob Stoklund Olesen · 13 years ago
  16. be33629 Also compute MBB live-in lists in the new rewriter pass. by Jakob Stoklund Olesen · 13 years ago
  17. c141ba5 Move LiveUnionArray into LiveIntervalUnion.h by Jakob Stoklund Olesen · 13 years ago
  18. 46d229c Don't print register names in LiveIntervalUnion::print(). by Jakob Stoklund Olesen · 13 years ago
  19. f3f7d6f Simplify LiveInterval::print(). by Jakob Stoklund Olesen · 13 years ago
  20. 54038d7 Switch all register list clients to the new MC*Iterator interface. by Jakob Stoklund Olesen · 13 years ago
  21. 1654732 Don't look for empty live ranges in the unions. by Jakob Stoklund Olesen · 13 years ago
  22. 3ca96f9 Moved LiveRangeEdit.h so that it can be called from other parts of the backend, not just libCodeGen by Pete Cooper · 14 years ago
  23. 1d32658 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 14 years ago
  24. 73edbf1 Sink spillInterferences into RABasic. by Jakob Stoklund Olesen · 14 years ago
  25. a818d80 Move RegAllocBase into its own cpp file separate from RABasic. by Jakob Stoklund Olesen · 14 years ago