llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov bb25af5f7b [msan] Fix a data race in signal/sigaction interceptors.
llvm-svn: 189342
2013-08-27 11:34:05 +00:00
..
lit_tests tsan/msan: add halt_on_error flag 2013-08-13 15:33:00 +00:00
tests [msan] A test for ppoll() interceptor. 2013-08-27 11:10:20 +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 tsan/msan: add halt_on_error flag 2013-08-13 15:33:00 +00:00
msan.h [msan] Allocator statistics interface and malloc hooks. 2013-08-02 14:26:58 +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 [msan] Allocator statistics interface and malloc hooks. 2013-08-02 14:26:58 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_flags.h tsan/msan: add halt_on_error flag 2013-08-13 15:33:00 +00:00
msan_interceptors.cc [msan] Fix a data race in signal/sigaction interceptors. 2013-08-27 11:34:05 +00:00
msan_interface_internal.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
msan_linux.cc Move UnpoisonMappedDSO to sanitizer_common. 2013-07-29 19:09:49 +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