[msan] MemorySanitizer runtime.
authorEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 11 Dec 2012 12:27:27 +0000 (12:27 +0000)
committerEvgeniy Stepanov <eugeni.stepanov@gmail.com>
Tue, 11 Dec 2012 12:27:27 +0000 (12:27 +0000)
commitc5033786ba34af0b8f27abf07a7f64c93b686f4f
treea4896a1c743430a41d47dbe4481f9fa4f6f155e6
parent4c976044158ce7dec102cc07452523d28e3b7baa
[msan] MemorySanitizer runtime.

Initial commit of the MemorySanitizer runtime library.

llvm-svn: 169858
compiler-rt/lib/CMakeLists.txt
compiler-rt/lib/msan/CMakeLists.txt [new file with mode: 0644]
compiler-rt/lib/msan/msan.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan.h [new file with mode: 0644]
compiler-rt/lib/msan/msan_allocator.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan_flags.h [new file with mode: 0644]
compiler-rt/lib/msan/msan_interceptors.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan_linux.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan_new_delete.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan_platform_limits_posix.cc [new file with mode: 0644]
compiler-rt/lib/msan/msan_platform_limits_posix.h [new file with mode: 0644]