llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov f7f252d025 [sanitizer] Syscall handlers for clock_gettime and clock_getres.
llvm-svn: 185913
2013-07-09 08:54:59 +00:00
..
lit_tests [sanitizer] Syscall handlers for clock_gettime and clock_getres. 2013-07-09 08:54:59 +00:00
tests [msan] Intercept pthread_key_create. 2013-07-05 12:31:07 +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 [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface 2013-06-27 07:50:56 +00:00
msan.h [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface 2013-06-27 07:50:56 +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] Intercept pthread_key_create. 2013-07-05 12:31:07 +00:00
msan_interface_internal.h [MSan] Rename __msan_unpoision_param to __msan::UnpoisonParam - it shouldn't be in interface 2013-06-27 07:50:56 +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