llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 218c582cb5 [msan] Lit tests for __attribute__((no_sanitize_memory)).
llvm-svn: 176248
2013-02-28 11:25:54 +00:00
..
lit_tests [msan] Lit tests for __attribute__((no_sanitize_memory)). 2013-02-28 11:25:54 +00:00
tests [sanitizer] Add interceptors for localtime and friends. 2013-02-19 09:19:16 +00:00
CMakeLists.txt [sanitizer] Add interceptors for localtime and friends. 2013-02-19 09:19:16 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Use slow stack unwinder in UMR reports. 2013-02-19 12:43:18 +00:00
msan.h [msan] Use slow stack unwinder in UMR reports. 2013-02-19 12:43:18 +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] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. 2013-02-07 08:04:56 +00:00
msan_interceptors.cc [sanitizer] Add interceptors for localtime and friends. 2013-02-19 09:19:16 +00:00
msan_interface_internal.h [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options 2013-02-13 07:19:47 +00:00
msan_linux.cc [Sanitizer] update style checker script and fix namespace style warnings 2013-01-30 07:45:58 +00:00
msan_new_delete.cc
msan_report.cc [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options 2013-02-13 07:19:47 +00:00