llvm-6502/lib/Transforms/Instrumentation
Evgeniy Stepanov 5e81213969 [msan] Implement sanitize_memory attribute.
Shadow checks are disabled and memory loads always produce fully initialized
values in functions that don't have a sanitize_memory attribute. Value and
argument shadow is propagated as usual.

This change also updates blacklist behaviour to match the above.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176247 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-28 11:25:14 +00:00
..
AddressSanitizer.cpp Unify clang/llvm attributes for asan/tsan/msan (LLVM part) 2013-02-26 06:58:09 +00:00
BlackList.cpp
BoundsChecking.cpp
CMakeLists.txt
EdgeProfiling.cpp
GCOVProfiling.cpp In GCC 4.7, function names are now forbidden from .gcda files. Support this by 2013-02-27 06:22:56 +00:00
Instrumentation.cpp
LLVMBuild.txt
Makefile
MaximumSpanningTree.h
MemorySanitizer.cpp [msan] Implement sanitize_memory attribute. 2013-02-28 11:25:14 +00:00
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
ProfilingUtils.h
ThreadSanitizer.cpp