llvm-project/compiler-rt/lib/msan
Alexey Samsonov 06d3aa4884 [Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev.
llvm-svn: 176931
2013-03-13 06:51:02 +00:00
..
lit_tests [msan] Lit tests for __attribute__((no_sanitize_memory)). 2013-02-28 11:25:54 +00:00
tests [msan] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +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 [Sanitizer] Change MemoryMappingLayout methods to also report memory protection flags (for future use in leak checker). Patch by Sergey Matveev. 2013-03-13 06:51:02 +00:00
msan.h [msan] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +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] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +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 [msan] Use sptr instead of ptrdiff_t. 2013-03-12 07:21:17 +00:00
msan_new_delete.cc
msan_report.cc [msan] Block reports from interceptors during _Unwind_Backtrace 2013-03-06 16:11:58 +00:00