aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/ModuleUtils.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-10-31Fix a typo.Evgeniy Stepanov1-1/+1
2016-10-25Utility functions for appending to llvm.used/llvm.compiler.used.Evgeniy Stepanov1-0/+38
2016-04-20[ThinLTO] Prevent importing of "llvm.used" valuesTeresa Johnson1-17/+0
2016-03-23[ModuleUtils] Use range-based loop. NFC.Davide Italiano1-2/+1
2016-02-12[msan] Put msan constructor in a comdat.Evgeniy Stepanov1-13/+24
2016-01-16GlobalValue: use getValueType() instead of getType()->getPointerElementType().Manuel Jacob1-1/+1
2015-12-06Create llvm.global_ctors in the new format.Rafael Espindola1-2/+2
2015-07-23[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...Kuba Brecka1-1/+9
2015-05-06Implement `createSanitizerCtor`, common helper function for all sanitizersIsmail Pazarbasi1-0/+21
2015-04-06Move `checkInterfaceFunction` to ModuleUtilsIsmail Pazarbasi1-0/+11
2014-08-21Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-08-18Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper1-1/+1
2014-08-17Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper1-1/+1
2014-05-16Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner1-8/+21
2013-07-25Respect llvm.used in Internalize.Rafael Espindola1-0/+18
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-4/+4
2012-06-29Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.hChandler Carruth1-1/+1
2011-12-15[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...Kostya Serebryany1-4/+12
2011-11-16test commit to verify that commit access works (added blank line)Kostya Serebryany1-0/+1
2011-10-31Add utility to append a function to the list of global constructors. Devang Patel1-0/+55