Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
2bc252acd5625cb0fb167f0d9b3fd05292f7cc47
/
llvm
/
lib
/
Transforms
/
Utils
/
ModuleUtils.cpp
1a911e2
[ModuleUtils] Use range-based loop. NFC.
by Davide Italiano
· 10 years ago
ba6ca87
[msan] Put msan constructor in a comdat.
by Evgeniy Stepanov
· 10 years ago
5f6eaac
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
by Manuel Jacob
· 10 years ago
b6d56a7
Create llvm.global_ctors in the new format.
by Rafael Espindola
· 10 years ago
45dbffd
[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' instead of abusing '__asan_init'
by Kuba Brecka
· 10 years ago
56ccf1c
Implement `createSanitizerCtor`, common helper function for all sanitizers
by Ismail Pazarbasi
· 10 years ago
198d6d5
Move `checkInterfaceFunction` to ModuleUtils
by Ismail Pazarbasi
· 11 years ago
71b7b68
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
by Craig Topper
· 11 years ago
6230691
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size."
by Craig Topper
· 11 years ago
5229cfd
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needing to mention the size.
by Craig Topper
· 11 years ago
fceb76f
Add comdat key field to llvm.global_ctors and llvm.global_dtors
by Reid Kleckner
· 11 years ago
17600e2
Respect llvm.used in Internalize.
by Rafael Espindola
· 12 years ago
9fb823b
Move all of the header files which are involved in modelling the LLVM IR
by Chandler Carruth
· 13 years ago
aafe091
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
by Chandler Carruth
· 13 years ago
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
db999c0
test commit to verify that commit access works (added blank line)
by Kostya Serebryany
· 14 years ago
f4af8c6
Add utility to append a function to the list of global constructors.
by Devang Patel
· 14 years ago