llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 7555f5ed1f [msan] Remove MSanDR and supporting code.
MSanDR is a dynamic instrumentation tool that can instrument the code
(prebuilt libraries and such) that could not be instrumented at compile time.

This code is unused (to the best of our knowledge) and unmaintained, and
starting to bit-rot.

llvm-svn: 222232
2014-11-18 10:33:15 +00:00
..
tests [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
CMakeLists.txt [compiler-rt] compiler-rt's CMake append_if function clashes with LLVM's, let's rename it to append_list_if 2014-10-15 22:47:54 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan.h [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +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 Change StackDepot interface to use StackTrace more extensively 2014-10-26 06:23:07 +00:00
msan_allocator.h [msan] Introduce MsanThread. Move thread-local allocator cache out of TLS. 2014-04-04 09:47:41 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_chained_origin_depot.cc [Sanitizer] Return code that calculates hash for stacktrace back to StackDepot implementation 2014-10-27 03:10:27 +00:00
msan_chained_origin_depot.h [msan] Make origin tracking fork-safe. 2014-09-04 10:36:14 +00:00
msan_flags.h [msan] Add store_context_size= flag. 2014-06-27 12:48:01 +00:00
msan_interceptors.cc [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_interface_internal.h [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_linux.cc [msan] Print stats even on successful run with atexit=1. 2014-06-24 09:04:06 +00:00
msan_new_delete.cc [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_origin.h [msan] Better diagnostic for invalid origin id. 2014-06-06 12:58:44 +00:00
msan_report.cc [Sanitizer] Make StackTrace a lightweight reference to array of PCs, and 2014-10-26 03:35:14 +00:00
msan_thread.cc [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_thread.h [msan] Disable chained origins in signal handlers. 2014-04-23 14:01:57 +00:00