llvm-project/compiler-rt/lib/msan
Sergey Matveev b9d34443f2 [lsan] Colorize LSan reports.
llvm-svn: 189804
2013-09-03 13:31:03 +00:00
..
lit_tests ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. 2013-09-03 13:22:51 +00:00
tests [msan] A regression test for r189785. 2013-09-03 10:05:45 +00:00
CMakeLists.txt Generate list of symbols exported from sanitizer runtimes only on 64-bit Unix 2013-08-28 08:07:04 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc ASan, LSan, MSan: try to find llvm-symbolizer binary in PATH if it is not provided. Now we don't need to explicitly set the location of llvm-symbolizer in lit test configs. 2013-09-03 13:22:51 +00:00
msan.h [sanitizer] fix code style 2013-08-28 11:26:09 +00:00
msan.syms.extra Properly generate lists of exported symbols for sanitizer runtimes 2013-08-27 15:08:02 +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 tsan/msan: add halt_on_error flag 2013-08-13 15:33:00 +00:00
msan_interceptors.cc [msan] Intercept memalign, valloc, pvalloc. 2013-09-02 09:24:53 +00:00
msan_interface_internal.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +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 [lsan] Colorize LSan reports. 2013-09-03 13:31:03 +00:00