llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 4f961de94e [msan] Remove extra backup/restore calls.
llvm-svn: 189461
2013-08-28 09:17:47 +00:00
..
lit_tests [msan] Save/restore va_arg_overflow_tls in signal handlers. 2013-08-27 14:08:15 +00:00
tests [msan] A test for ppoll() interceptor. 2013-08-27 11:10:20 +00:00
CMakeLists.txt Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix 2013-08-28 08:07:04 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Save/restore va_arg_overflow_tls in signal handlers. 2013-08-27 14:08:15 +00:00
msan.h [msan] Save/restore va_arg_overflow_tls in signal handlers. 2013-08-27 14:08:15 +00:00
msan.syms.extra Properly generate lists of exported symbols for sanitizer runtimes 2013-08-27 15:08:02 +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] Remove extra backup/restore calls. 2013-08-28 09:17:47 +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