llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 7ba7207f1d [msan] Intercept time().
llvm-svn: 179002
2013-04-08 08:25:22 +00:00
..
lit_tests [msan] Intercept readdir64. 2013-03-14 12:49:23 +00:00
tests [msan] Intercept time(). 2013-04-08 08:25:22 +00:00
CMakeLists.txt Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Conditionally disable new() and delete() wrappers. 2013-04-05 12:03:47 +00:00
msan.h [msan] Conditionally disable new() and delete() wrappers. 2013-04-05 12:03:47 +00:00
msan.syms Build and install .syms files alongside sanitizer runtimes. These are used to 2013-03-23 00:31:07 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] A runtime option to disable wrapping of signal handlers. 2013-04-05 11:59:16 +00:00
msan_interceptors.cc [sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b). Was puzzled why lint did not catch it. Turns out this check was disabled for asan source. fix all cases and enable the check 2013-04-05 14:40:25 +00:00
msan_interface_internal.h [msan] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +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_report.cc [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 2013-04-05 07:30:29 +00:00