1. f5220fb [ThinLTO] Clear dllimport when setting dso_local. by Rafael Espindola · 8 years ago
  2. b4edfb9 LTO: Include dso-local bit in ThinLTO cache key. by Peter Collingbourne · 8 years ago
  3. 6af4f23 Remove redundant includes from lib/Transforms. by Michael Zolotukhin · 8 years ago
  4. 4595a91 [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. by Sean Fertile · 8 years ago
  5. 39770ca Revert "[LTO][ThinLTO] Use the linker resolutions to mark global values ..." by Sean Fertile · 8 years ago
  6. 36528c2 [LTO][ThinLTO] Use the linker resolutions to mark global values as dso_local. by Sean Fertile · 8 years ago
  7. 72c0b1c Fix assert from r309278 by David Blaikie · 8 years ago
  8. 2f0cc47 ThinLTO: Don't import aliases of any kind (even linkonce_odr) by David Blaikie · 8 years ago
  9. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  10. 6d8f817 FunctionImport: Use IRMover directly. by Peter Collingbourne · 9 years ago
  11. 9006d52 [ThinLTO] Handle conflicting local names gracefully by Teresa Johnson · 9 years ago
  12. 2b60384 [ThinLTO] Add parenthesis as per build warning by Teresa Johnson · 9 years ago
  13. 519465b [ThinLTO] Subsume all importing checks into a single flag by Teresa Johnson · 9 years ago
  14. 185b4ab [ThinLTO] Stop importing constant global vars as copies in the backend by Teresa Johnson · 9 years ago
  15. 4fef68c [ThinLTO] Only promote exported locals as marked in index by Teresa Johnson · 9 years ago
  16. 0515fb8 [ThinLTO] Handle distributed backend case when doing renaming by Teresa Johnson · 9 years ago
  17. bf28c8f [ThinLTO] Use per-summary flag to prevent exporting locals used in inline asm by Teresa Johnson · 9 years ago
  18. 38d4df7 [ThinLTO] Rename doPromoteLocalToGlobal to shouldPromoteLocalToGlobal (NFC) by Teresa Johnson · 9 years ago
  19. 1b9c2be [ThinLTO] Use NoPromote flag in summary during promotion by Teresa Johnson · 9 years ago
  20. 96efdd6 IR: Introduce local_unnamed_addr attribute. by Peter Collingbourne · 9 years ago
  21. 3b132e3 ThinLTO: fix assertion and refactor check for hidden use from inline ASM in a helper function by Mehdi Amini · 9 years ago
  22. df5ef87 [ThinLTO] Refine fix to avoid renaming of uses in inline assembly. by Teresa Johnson · 10 years ago
  23. b4e1e82 ThinLTO: do not promote GlobalVariable that have a specific section. by Mehdi Amini · 10 years ago
  24. b35cc69 [ThinLTO] Prevent importing of "llvm.used" values by Teresa Johnson · 10 years ago
  25. bb3a1d9 ThinLTO: never promote as external weak by Mehdi Amini · 10 years ago
  26. ae280e5 ThinLTO renaming: use module hash instead of position in the summary by Mehdi Amini · 10 years ago
  27. 8d05185 Rework linkInModule(), making it oblivious to ThinLTO by Mehdi Amini · 10 years ago
  28. 26ab577 [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  29. cec0cae Revert "[ThinLTO] Renaming of function index to module summary index (NFC)" by Teresa Johnson · 10 years ago
  30. 892920b [ThinLTO] Renaming of function index to module summary index (NFC) by Teresa Johnson · 10 years ago
  31. bd04e8f FunctionIndex is not optional for renameModuleForThinLTO(), make it a reference (NFC) by Mehdi Amini · 10 years ago
  32. 488a800 [ThinLTO] Move global processing from Linker to TransformUtils (NFC) by Teresa Johnson · 10 years ago