llvm-6502/lib/Transforms/Instrumentation
2013-05-09 21:16:18 +00:00
..
AddressSanitizer.cpp [ASan] Change the ABI of __asan_before_dynamic_init function: now it takes pointer to private string with module name. This string serves as a unique module ID in ASan runtime. LLVM part 2013-03-26 13:05:41 +00:00
BlackList.cpp [ASan] Allow disabling init-order checks for globals by source file name. 2013-04-11 13:20:00 +00:00
BoundsChecking.cpp
CMakeLists.txt Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD 2013-05-08 20:44:14 +00:00
DebugIR.cpp Add DebugIR pass -- emits IR file and replace source lines with IR lines in MD 2013-05-08 20:44:14 +00:00
EdgeProfiling.cpp Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" 2013-02-08 21:48:29 +00:00
GCOVProfiling.cpp Minor simplification. 2013-03-28 22:40:08 +00:00
Instrumentation.cpp This patch breaks up Wrap.h so that it does not have to include all of 2013-05-01 20:59:00 +00:00
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp Fix a documentation warning: \bried -> \brief 2013-05-09 21:16:18 +00:00
OptimalEdgeProfiling.cpp Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" 2013-02-08 21:48:29 +00:00
PathProfiling.cpp Revert "Add LLVMContext::emitWarning methods and use them. <rdar://problem/12867368>" 2013-02-08 21:48:29 +00:00
ProfilingUtils.cpp
ProfilingUtils.h
ThreadSanitizer.cpp [tsan] make sure memset/memcpy/memmove are not inlined in tsan mode 2013-03-28 11:21:13 +00:00