1. f4c2025 [CodeGen] Reduce visibility of implementation details by Benjamin Kramer · 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. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  4. ada0857 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 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. 079b96e Revert "Give internal classes hidden visibility." by Benjamin Kramer · 12 years ago
  8. 6a44af362 Give internal classes hidden visibility. by Benjamin Kramer · 12 years ago
  9. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  10. 96eebf0 Convert RAGreedy to LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  11. a16ae59 Add register mask support to InterferenceCache. by Jakob Stoklund Olesen · 14 years ago
  12. b7c1715 Remove unused variable. by Jakob Stoklund Olesen · 14 years ago
  13. cacefc7 Allow null interference cursors to be queried. by Jakob Stoklund Olesen · 14 years ago
  14. a153ca5 Reapply r135121 with a fixed copy constructor. by Jakob Stoklund Olesen · 14 years ago
  15. 1d4bada Revert r135121 which broke a gcc-4.2 builder. by Jakob Stoklund Olesen · 14 years ago
  16. c270cb6 Count references to interference cache entries. by Jakob Stoklund Olesen · 14 years ago
  17. d7e9937 Reapply r135074 and r135080 with a fix. by Jakob Stoklund Olesen · 14 years ago
  18. fae30b2 Revert r135074 and r135080. They broke clamscan. by Jakob Stoklund Olesen · 14 years ago
  19. 7bb72e2 Move the InterferenceCache cursor into the GlobalSplitCand struct. 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. 91cbcaf Add an InterferenceCache class for caching per-block interference ranges. by Jakob Stoklund Olesen · 15 years ago