llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 460067823b [sanitizer] Interceptors for wait*.
llvm-svn: 179096
2013-04-09 14:34:59 +00:00
..
lit_tests [msan] Intercept glob() with tests. 2013-04-09 11:35:13 +00:00
tests [msan] Interceptors for pipe2 and socketpair. 2013-04-08 13:45:12 +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 [msan] Conditionally disable new() and delete() wrappers. 2013-04-05 12:03:47 +00:00
msan.h [msan] Conditionally disable new() and delete() wrappers. 2013-04-05 12:03:47 +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] A runtime option to disable wrapping of signal handlers. 2013-04-05 11:59:16 +00:00
msan_interceptors.cc [sanitizer] Interceptors for wait*. 2013-04-09 14:34:59 +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] MemorySanitizer runtime. 2012-12-11 12:27:27 +00:00
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