llvm-project/compiler-rt/lib/msan
Alexey Samsonov 734aab4066 [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516
llvm-svn: 178853
2013-04-05 07:30:29 +00:00
..
lit_tests [msan] Intercept readdir64. 2013-03-14 12:49:23 +00:00
tests [msan] Unpoison siginfo_t and ucontext_t in signal handlers. 2013-04-04 08:22:52 +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 [sanitizer] Use ucontext_t instead of "struct ucontext". 2013-04-04 09:03:56 +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 [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 2013-04-05 07:30:29 +00:00