1. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  2. 8e30a1c [CodeGen] Fix build bots which uses old Clang broken in r314046. (NFC) by Eugene Zelenko · 8 years ago
  3. f193332 [CodeGen] Fix some Clang-tidy modernize-use-default-member-init and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 8 years ago
  4. f4c2025 [CodeGen] Reduce visibility of implementation details by Benjamin Kramer · 10 years ago
  5. 57a3d08 Make static variables const if possible. Makes them go into a read-only section. by Benjamin Kramer · 11 years ago
  6. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  7. 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
  8. 5eb1004 The following patch' purpose is to reduce compile time for compilation of small by Puyan Lotfi · 12 years ago
  9. 34e1be9 Represent RegUnit liveness with LiveRange instance by Matthias Braun · 12 years ago
  10. 079b96e Revert "Give internal classes hidden visibility." by Benjamin Kramer · 12 years ago
  11. 6a44af362 Give internal classes hidden visibility. by Benjamin Kramer · 12 years ago
  12. 26c9d70 Make the LiveRegMatrix analysis available to targets. by Jakob Stoklund Olesen · 13 years ago
  13. 96eebf0 Convert RAGreedy to LiveRegMatrix interference checking. by Jakob Stoklund Olesen · 13 years ago
  14. a16ae59 Add register mask support to InterferenceCache. by Jakob Stoklund Olesen · 14 years ago
  15. b7c1715 Remove unused variable. by Jakob Stoklund Olesen · 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. d7e9937 Reapply r135074 and r135080 with a fix. by Jakob Stoklund Olesen · 14 years ago
  21. fae30b2 Revert r135074 and r135080. They broke clamscan. by Jakob Stoklund Olesen · 14 years ago
  22. 7bb72e2 Move the InterferenceCache cursor into the GlobalSplitCand struct. by Jakob Stoklund Olesen · 14 years ago
  23. 4ad6c16 Precompute interference for neighbor blocks as long as there is no interference. by Jakob Stoklund Olesen · 15 years ago
  24. 91cbcaf Add an InterferenceCache class for caching per-block interference ranges. by Jakob Stoklund Olesen · 15 years ago