1. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  2. 6d8f817 FunctionImport: Use IRMover directly. by Peter Collingbourne · 9 years ago
  3. 9006d52 [ThinLTO] Handle conflicting local names gracefully by Teresa Johnson · 9 years ago
  4. 2b60384 [ThinLTO] Add parenthesis as per build warning by Teresa Johnson · 9 years ago
  5. 519465b [ThinLTO] Subsume all importing checks into a single flag by Teresa Johnson · 9 years ago
  6. 185b4ab [ThinLTO] Stop importing constant global vars as copies in the backend by Teresa Johnson · 9 years ago
  7. 4fef68c [ThinLTO] Only promote exported locals as marked in index by Teresa Johnson · 9 years ago
  8. 0515fb8 [ThinLTO] Handle distributed backend case when doing renaming by Teresa Johnson · 9 years ago
  9. bf28c8f [ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm by Teresa Johnson · 9 years ago
  10. 38d4df7 [ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC) by Teresa Johnson · 9 years ago
  11. 1b9c2be [ThinLTO] Use NoPromote flag in summary during promotion by Teresa Johnson · 9 years ago
  12. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  13. 3b132e3 ThinLTO: fix assertion and refactor check for hidden use from inline ASM in a helper function by Mehdi Amini · 9 years ago
  14. df5ef87 [ThinLTO] Refine fix to avoid renaming of uses in inline assembly. by Teresa Johnson · 9 years ago
  15. b4e1e82 ThinLTO: do not promote GlobalVariable that have a specific section. by Mehdi Amini · 9 years ago
  16. b35cc69 [ThinLTO] Prevent importing of "llvm.used" values by Teresa Johnson · 10 years ago
  17. bb3a1d9 ThinLTO: never promote as external weak by Mehdi Amini · 10 years ago
  18. ae280e5 ThinLTO renaming: use module hash instead of position in the summary by Mehdi Amini · 10 years ago
  19. 8d05185 Rework linkInModule(), making it oblivious to ThinLTO by Mehdi Amini · 10 years ago
  20. 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  21. cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
  22. 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  23. bd04e8f FunctionIndex is not optional for renameModuleForThinLTO(), make it a reference (NFC) by Mehdi Amini · 10 years ago
  24. 488a800 [ThinLTO] Move global processing from Linker to TransformUtils (NFC) by Teresa Johnson · 10 years ago