llvm-project/compiler-rt/lib/msan
Alexander Potapenko f8109dd0f8 [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add
a flag to skip cache update for cases when that's unacceptable (e.g. lsan).

Patch by Sergey Matveev (earthdok@google.com)

llvm-svn: 178000
2013-03-26 10:34:37 +00:00
..
lit_tests [msan] Intercept readdir64. 2013-03-14 12:49:23 +00:00
tests [msan] Handle dlopen() failure in dlopen interceptor. 2013-03-22 11:59:49 +00:00
CMakeLists.txt Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add 2013-03-26 10:34:37 +00:00
msan.h [msan] Options for switching between fast and cfi unwinders in run time. 2013-03-14 11:47:03 +00:00
msan.syms Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] Options for switching between fast and cfi unwinders in run time. 2013-03-14 11:47:03 +00:00
msan_interceptors.cc [msan] Handle dlopen() failure in dlopen interceptor. 2013-03-22 11:59:49 +00:00
msan_interface_internal.h [msan] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +00:00
msan_linux.cc [sanitizer] Replace more platform checks with SANITIZER_ constants. 2013-03-19 14:33:38 +00:00
msan_new_delete.cc
msan_report.cc [msan] Block reports from interceptors during _Unwind_Backtrace 2013-03-06 16:11:58 +00:00