llvm-6502/lib/Transforms/Instrumentation
2012-07-20 09:54:50 +00:00
..
AddressSanitizer.cpp [asan] make sure that the crash callbacks do not get merged (Chandler's idea: insert an empty InlineAsm). Change the order in which the new BBs are inserted: the slow path BB is insert between old BBs, the crash BB is inserted at the end. Don't create an empty BB (introduced by recent commits). Update the test. The experimental code that does manual crash callback merge will most likely be deleted later. 2012-07-20 09:54:50 +00:00
CMakeLists.txt
EdgeProfiling.cpp
FunctionBlackList.cpp
FunctionBlackList.h
GCOVProfiling.cpp
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
ProfilingUtils.h
ThreadSanitizer.cpp