1. 5ae5939 CodeGen: Remove more ilist iterator implicit conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  2. 57a3d08 Make static variables const if possible. Makes them go into a read-only section. by Benjamin Kramer · 11 years ago
  3. 1b9dde0 [Modules] Remove potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  4. d6f1f84 [C++11] Replace llvm::tie with std::tie. by Benjamin Kramer · 12 years ago
  5. 5eb1004 The following patch' purpose is to reduce compile time for compilation of small by Puyan Lotfi · 12 years ago
  6. 34e1be9 Represent RegUnit liveness with LiveRange instance by Matthias Braun · 12 years ago
  7. ed0881b Use the new script to sort the includes of every file under lib. by Chandler Carruth · 13 years ago
  8. 96eebf0 Convert RAGreedy to LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  9. 54038d7 Switch all register list clients to the new MC*Iterator interface. by Jakob Stoklund Olesen · 13 years ago
  10. 1d32658 Use uint16_t to store register overlaps to reduce static data. by Craig Topper · 14 years ago
  11. c4cf13f Fix global live range splitting regmask accuracy. by Jakob Stoklund Olesen · 14 years ago
  12. 024d7ae Add a static MachineOperand::clobbersPhysReg(). by Jakob Stoklund Olesen · 14 years ago
  13. a16ae59 Add register mask support to InterferenceCache. by Jakob Stoklund Olesen · 14 years ago
  14. f35c840 Remove pointless mode line in .cpp file. by Andrew Trick · 14 years ago
  15. 4d4fef23 wrong filename by Andrew Trick · 14 years ago
  16. cacefc7 Allow null interference cursors to be queried. by Jakob Stoklund Olesen · 14 years ago
  17. a153ca5 Reapply r135121 with a fixed copy constructor. by Jakob Stoklund Olesen · 14 years ago
  18. 1d4bada Revert r135121 which broke a gcc-4.2 builder. by Jakob Stoklund Olesen · 14 years ago
  19. c270cb6 Count references to interference cache entries. by Jakob Stoklund Olesen · 14 years ago
  20. 4ad6c16 Precompute interference for neighbor blocks as long as there is no interference. by Jakob Stoklund Olesen · 15 years ago
  21. 994c168 Avoid moving iterators when the previous block was just visited. by Jakob Stoklund Olesen · 15 years ago
  22. 91cbcaf Add an InterferenceCache class for caching per-block interference ranges. by Jakob Stoklund Olesen · 15 years ago