llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 982d56abb8 [sanitizer] Move log_path to common flag and use it in MSan.
llvm-svn: 184836
2013-06-25 13:50:44 +00:00
..
lit_tests [msan] Add keep_going runtime flag. 2013-06-21 12:37:58 +00:00
tests [sanitizer] Intercept sysinfo. 2013-06-24 14:25:33 +00:00
CMakeLists.txt [MSan] don't add msan unit tests to check-msan command if libcxx is not checked out 2013-06-10 09:09:40 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [sanitizer] Move log_path to common flag and use it in MSan. 2013-06-25 13:50:44 +00:00
msan.h [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00
msan.syms Add sanitizer syscall hooks to the tool's export lists. 2013-05-14 13:55:21 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_flags.h [msan] Add keep_going runtime flag. 2013-06-21 12:37:58 +00:00
msan_interceptors.cc [msan] Unpoison param-tls in signal handler wrapper. 2013-06-24 13:48:42 +00:00
msan_interface_internal.h [msan] Add keep_going runtime flag. 2013-06-21 12:37:58 +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] Really disable replacement new and delete. 2013-04-15 12:41:52 +00:00
msan_report.cc Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. 2013-05-29 09:15:39 +00:00