llvm-6502/lib/Transforms/Instrumentation
2012-08-24 16:40:11 +00:00
..
AddressSanitizer.cpp [asan] add code to detect global initialization fiasco in C/C++. The sub-pass is off by default for now. Patch by Reid Watson. Note: this patch changes the interface between LLVM and compiler-rt parts of asan. The corresponding patch to compiler-rt will follow. 2012-08-21 08:24:25 +00:00
BoundsChecking.cpp revert r160742: it's breaking CMake build 2012-07-25 18:49:28 +00:00
CMakeLists.txt move the bounds checking pass to the instrumentation folder, where it belongs. I dunno why in the world I dropped it in the Scalar folder in the first place. 2012-07-20 22:39:33 +00:00
EdgeProfiling.cpp
FunctionBlackList.cpp [asan/tsan] extend the functionality of FunctionBlackList to globals and modules. Patch by Reid Watson. 2012-08-24 16:40:11 +00:00
FunctionBlackList.h [asan/tsan] extend the functionality of FunctionBlackList to globals and modules. Patch by Reid Watson. 2012-08-24 16:40:11 +00:00
GCOVProfiling.cpp Don't reinsert the 'atexit' function if it already exists. 2012-06-30 20:21:19 +00:00
Instrumentation.cpp Move the initialization of the bounds checking pass. The pass itself 2012-07-22 05:19:32 +00:00
LLVMBuild.txt
Makefile
MaximumSpanningTree.h MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a 2012-08-21 21:03:40 +00:00
OptimalEdgeProfiling.cpp
PathProfiling.cpp Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes 2012-07-15 23:45:24 +00:00
ProfilingUtils.cpp
ProfilingUtils.h
ThreadSanitizer.cpp [tsan] fix compile-time falilure found while building Chromium with tsan (tsan issue #3). A unit test will follow separately. 2012-07-05 09:07:31 +00:00