1. 799003b Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used. by Benjamin Kramer · 11 years ago
  2. a799e2e [RegAllocGreedy] Introduce a late pass to repair broken hints. by Quentin Colombet · 11 years ago
  3. cf0444b Move register class name strings to a single array in MCRegisterInfo to reduce static table size and number of relocation entries. by Craig Topper · 11 years ago
  4. 307c2cb Remove unnecessary TargetMachine.h includes. by Eric Christopher · 11 years ago
  5. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  6. c0196b1 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
  7. abb90c9 Phase 1 of refactoring the MachineRegisterInfo iterators to make them suitable by Owen Anderson · 12 years ago
  8. 2867140 Fix typo by Manman Ren · 12 years ago
  9. 059e800 DEBUG shouldEvict decisions by Andrew Trick · 12 years ago
  10. d12ccbd [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  11. 49109a2 Revert r194865 and r194874. by Alexey Samsonov · 12 years ago
  12. dbedae8 [weak vtables] Remove a bunch of weak vtables by Juergen Ributzka · 12 years ago
  13. f6fe6bf Print register in LiveInterval::print() by Matthias Braun · 12 years ago
  14. 7200a46 Emit a better error when running out of registers on inline asm. by Benjamin Kramer · 12 years ago
  15. f9ea885 Track new virtual registers by register number. by Mark Lacey · 12 years ago
  16. 9fdc70e Make constant string pointer into an array to remove a pointer lookup for every access. by Craig Topper · 12 years ago
  17. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  18. ed119d5 Revert r168630, r168631, and r168633 as these are causing nightly test failures. by Chad Rosier · 13 years ago
  19. a44e182 Now that the X86 Maximal Stack Alignment Check pass has been removed (i.e., by Chad Rosier · 13 years ago
  20. 2d2dec9 Remove LiveIntervalUnions from RegAllocBase. by Jakob Stoklund Olesen · 13 years ago
  21. 03b87d5 Convert RABasic to using LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  22. a1f43dc Avoid iterating with LiveIntervals::iterator. by Jakob Stoklund Olesen · 13 years ago
  23. be33629 Also compute MBB live-in lists in the new rewriter pass. by Jakob Stoklund Olesen · 13 years ago
  24. c141ba5 Move LiveUnionArray into LiveIntervalUnion.h by Jakob Stoklund Olesen · 13 years ago
  25. 46d229c Don't print register names in LiveIntervalUnion::print(). by Jakob Stoklund Olesen · 13 years ago
  26. f3f7d6f Simplify LiveInterval::print(). by Jakob Stoklund Olesen · 13 years ago
  27. 54038d7 Switch all register list clients to the new MC*Iterator interface. by Jakob Stoklund Olesen · 13 years ago
  28. 1654732 Don't look for empty live ranges in the unions. by Jakob Stoklund Olesen · 13 years ago
  29. 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
  30. 1d32658 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 14 years ago
  31. 73edbf1 Sink spillInterferences into RABasic. by Jakob Stoklund Olesen · 14 years ago
  32. a818d80 Move RegAllocBase into its own cpp file separate from RABasic. by Jakob Stoklund Olesen · 14 years ago