Initial commit of MemorySanitizer.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 29 Nov 2012 09:57:20 +0000 (09:57 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Thu, 29 Nov 2012 09:57:20 +0000 (09:57 +0000)
commitaa4f97d6ed9c2b6db6a902d796d86d566c804008
tree94cc44438061288c8fdff050dbd877c7b71fc135
parent8b390ffbfdd52a23a45a21de99aa1c31f3ce623f
Initial commit of MemorySanitizer.

Compiler pass only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168866 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/InitializePasses.h
include/llvm/Transforms/Instrumentation.h
lib/Transforms/Instrumentation/CMakeLists.txt
lib/Transforms/Instrumentation/Instrumentation.cpp
lib/Transforms/Instrumentation/MemorySanitizer.cpp [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/lit.local.cfg [new file with mode: 0644]
test/Instrumentation/MemorySanitizer/msan_basic.ll [new file with mode: 0644]