repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
lib
/
Transforms
/
Instrumentation
/
CMakeLists.txt
blob
22190ad7a0ae98d9538326bdac447c2f36473dad
1
add_llvm_library(LLVMInstrumentation
2
AddressSanitizer.cpp
3
BoundsChecking.cpp
4
CGProfile.cpp
5
ControlHeightReduction.cpp
6
DataFlowSanitizer.cpp
7
GCOVProfiling.cpp
8
MemorySanitizer.cpp
9
IndirectCallPromotion.cpp
10
Instrumentation.cpp
11
InstrOrderFile.cpp
12
InstrProfiling.cpp
13
PGOInstrumentation.cpp
14
PGOMemOPSizeOpt.cpp
15
PoisonChecking.cpp
16
SanitizerCoverage.cpp
17
ValueProfileCollector.cpp
18
ThreadSanitizer.cpp
19
HWAddressSanitizer.cpp
20
21
ADDITIONAL_HEADER_DIRS
22
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
23
24
DEPENDS
25
intrinsics_gen
26
)