llvm-6502/lib/Transforms/Instrumentation
2014-04-18 08:02:42 +00:00
..
AddressSanitizer.cpp [asan] one more workaround for PR17409: don't do BB-level coverage instrumentation if there are more than N (=1500) basic blocks. This makes ASanCoverage work on libjpeg_turbo/jchuff.c used by Chrome, which has 1824 BBs 2014-04-18 08:02:42 +00:00
BoundsChecking.cpp remove a bunch of unused private methods 2014-03-23 17:09:26 +00:00
CMakeLists.txt
DataFlowSanitizer.cpp Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
DebugIR.cpp
DebugIR.h
GCOVProfiling.cpp
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
ThreadSanitizer.cpp