hanchenye-llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 233455cba8 [sanitizer] Intercept strerror and strerror_r.
llvm-svn: 187978
2013-08-08 11:44:05 +00:00
..
lit_tests [sanitizer] ASan/MSan tests for r187967. 2013-08-08 09:23:19 +00:00
tests [sanitizer] Intercept strerror and strerror_r. 2013-08-08 11:44:05 +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] 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 [msan] Add keep_going runtime flag. 2013-06-21 12:37:58 +00:00
msan_interceptors.cc [msan] Intercept setenv, putenv. 2013-08-01 11:14:14 +00:00
msan_interface_internal.h [msan] Allocator statistics interface and malloc hooks. 2013-08-02 14:26:58 +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