1. 715bcfe ModuleUtils: Stop using comdat members to generate unique module ids. by Peter Collingbourne · 8 years ago
  2. e38003f Suppress all uses of LLVM_END_WITH_NULL. NFC. by Serge Guelton · 8 years ago
  3. 964f466 [asan] Fix dead stripping of globals on Linux. by Evgeniy Stepanov · 8 years ago
  4. ba7c2e9 Revert "[asan] Fix dead stripping of globals on Linux." by Evgeniy Stepanov · 8 years ago
  5. 6c3a8cb [asan] Fix dead stripping of globals on Linux. by Evgeniy Stepanov · 8 years ago
  6. 039af60 [asan] Delay creation of asan ctor. by Evgeniy Stepanov · 8 years ago
  7. bbd5cc6 Revert "[asan] Delay creation of asan ctor." by Alex Shlyapnikov · 9 years ago
  8. 64e872a [asan] Delay creation of asan ctor. by Evgeniy Stepanov · 9 years ago
  9. b518054 Rename AttributeSet to AttributeList by Reid Kleckner · 9 years ago
  10. c440572 Revert r298158. by Evgeniy Stepanov · 9 years ago
  11. c5aa6b9 [asan] Fix dead stripping of globals on Linux. by Evgeniy Stepanov · 9 years ago
  12. 8c209aa Cleanup dump() functions. by Matthias Braun · 9 years ago
  13. 6e9bb7e [PM] Teach the always inliner in the new pass manager to support by Chandler Carruth · 9 years ago
  14. 1bd9fc7 Fix a typo. by Evgeniy Stepanov · 9 years ago
  15. ea6d49d Utility functions for appending to llvm.used/llvm.compiler.used. by Evgeniy Stepanov · 9 years ago
  16. b35cc69 [ThinLTO] Prevent importing of "llvm.used" values by Teresa Johnson · 9 years ago
  17. 1a911e2 [ModuleUtils] Use range-based loop. NFC. by Davide Italiano · 10 years ago
  18. ba6ca87 [msan] Put msan constructor in a comdat. by Evgeniy Stepanov · 10 years ago
  19. 5f6eaac GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 10 years ago
  20. b6d56a7 Create llvm.global_ctors in the new format. by Rafael Espindola · 10 years ago
  21. 45dbffd [asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' instead of abusing '__asan_init' by Kuba Brecka · 10 years ago
  22. 56ccf1c Implement `createSanitizerCtor`, common helper function for all sanitizers by Ismail Pazarbasi · 10 years ago
  23. 198d6d5 Move `checkInterfaceFunction` to ModuleUtils by Ismail Pazarbasi · 10 years ago
  24. 71b7b68 Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. by Craig Topper · 11 years ago
  25. 6230691 Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size." by Craig Topper · 11 years ago
  26. 5229cfd Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size. by Craig Topper · 11 years ago
  27. fceb76f Add comdat key field to llvm.global_ctors and llvm.global_dtors by Reid Kleckner · 11 years ago
  28. 17600e2 Respect llvm.used in Internalize. by Rafael Espindola · 12 years ago
  29. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  30. aafe091 Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h by Chandler Carruth · 13 years ago
  31. cd1aba8 [asan] fix a bug (issue 19) where dlclose and the following mmap caused a false positive. compiler part. by Kostya Serebryany · 14 years ago
  32. db999c0 test commit to verify that commit access works (added blank line) by Kostya Serebryany · 14 years ago
  33. f4af8c6 Add utility to append a function to the list of global constructors. by Devang Patel · 14 years ago