llvm-project/compiler-rt/lib/msan
Kostya Serebryany ec87e785a3 [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options
llvm-svn: 175040
2013-02-13 07:19:47 +00:00
..
lit_tests [msan] Lit tests for MemorySanitizer. 2013-02-11 11:34:26 +00:00
tests [msan] Allow zero buf pointer in getcwd() interceptor. 2013-02-12 14:36:22 +00:00
CMakeLists.txt [msan] Lit tests for MemorySanitizer. 2013-02-11 11:34:26 +00:00
msan.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
msan.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_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 [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_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] MemorySanitizer runtime. 2012-12-11 12:27:27 +00:00
msan_platform_limits_posix.cc [Sanitizer] update style checker script and fix namespace style warnings 2013-01-30 07:45:58 +00:00
msan_platform_limits_posix.h [msan] More interceptors. 2013-01-17 13:42:17 +00:00
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