index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
/
ModuleUtils.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[VectorUtils] Introduce the Vector Function Database (VFDatabase)."
Francesco Petrogalli
2019-12-13
1
-5
/
+2
*
[VectorUtils] Introduce the Vector Function Database (VFDatabase).
Francesco Petrogalli
2019-12-10
1
-2
/
+5
*
[VFABI] Read/Write functions for the VFABI attribute.
Francesco Petrogalli
2019-11-12
1
-0
/
+29
*
ModuleUtils - silence static analyzer dyn_cast<> null dereference warning. NFCI.
Simon Pilgrim
2019-09-27
1
-1
/
+1
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-27
/
+7
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-02-01
1
-29
/
+18
*
Revert "[opaque pointer types] Add a FunctionCallee wrapper type, and use it."
James Y Knight
2019-01-31
1
-18
/
+29
*
[opaque pointer types] Add a FunctionCallee wrapper type, and use it.
James Y Knight
2019-01-31
1
-29
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[NewPM][TSan] Reiterate the TSan port
Philip Pfaffe
2019-01-16
1
-0
/
+22
*
[NewPM] Port Msan
Philip Pfaffe
2019-01-03
1
-0
/
+21
*
ModuleUtils: Stop using comdat members to generate unique module ids.
Peter Collingbourne
2017-10-05
1
-1
/
+1
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-6
/
+6
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-27
1
-0
/
+32
*
Revert "[asan] Fix dead stripping of globals on Linux."
Evgeniy Stepanov
2017-04-10
1
-32
/
+0
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-04-06
1
-0
/
+32
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-04-06
1
-5
/
+13
*
Revert "[asan] Delay creation of asan ctor."
Alex Shlyapnikov
2017-03-27
1
-13
/
+5
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-03-24
1
-5
/
+13
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-2
/
+2
*
Revert r298158.
Evgeniy Stepanov
2017-03-20
1
-32
/
+0
*
[asan] Fix dead stripping of globals on Linux.
Evgeniy Stepanov
2017-03-17
1
-0
/
+32
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+2
*
[PM] Teach the always inliner in the new pass manager to support
Chandler Carruth
2016-12-26
1
-0
/
+64
*
Fix a typo.
Evgeniy Stepanov
2016-10-31
1
-1
/
+1
*
Utility functions for appending to llvm.used/llvm.compiler.used.
Evgeniy Stepanov
2016-10-25
1
-0
/
+38
*
[ThinLTO] Prevent importing of "llvm.used" values
Teresa Johnson
2016-04-20
1
-17
/
+0
*
[ModuleUtils] Use range-based loop. NFC.
Davide Italiano
2016-03-23
1
-2
/
+1
*
[msan] Put msan constructor in a comdat.
Evgeniy Stepanov
2016-02-12
1
-13
/
+24
*
GlobalValue: use getValueType() instead of getType()->getPointerElementType().
Manuel Jacob
2016-01-16
1
-1
/
+1
*
Create llvm.global_ctors in the new format.
Rafael Espindola
2015-12-06
1
-2
/
+2
*
[asan] Rename the ABI versioning symbol to '__asan_version_mismatch_check' in...
Kuba Brecka
2015-07-23
1
-1
/
+9
*
Implement `createSanitizerCtor`, common helper function for all sanitizers
Ismail Pazarbasi
2015-05-06
1
-0
/
+21
*
Move `checkInterfaceFunction` to ModuleUtils
Ismail Pazarbasi
2015-04-06
1
-0
/
+11
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-1
/
+1
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-1
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-1
/
+1
*
Add comdat key field to llvm.global_ctors and llvm.global_dtors
Reid Kleckner
2014-05-16
1
-8
/
+21
*
Respect llvm.used in Internalize.
Rafael Espindola
2013-07-25
1
-0
/
+18
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-4
/
+4
*
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-29
1
-1
/
+1
*
[asan] fix a bug (issue 19) where dlclose and the following mmap caused a fal...
Kostya Serebryany
2011-12-15
1
-4
/
+12
*
test commit to verify that commit access works (added blank line)
Kostya Serebryany
2011-11-16
1
-0
/
+1
*
Add utility to append a function to the list of global constructors.
Devang Patel
2011-10-31
1
-0
/
+55