hanchenye-llvm-project/compiler-rt/lib/msan
Alexey Samsonov d311566e1a Remove support for building sanitizers from Makefile/autoconf build on Linux.
This is a re-application of r229554 restricted to Linux build only.
Apple still uses Makefile/autoconf to build Clang and sanitizers.

llvm-svn: 229756
2015-02-18 22:26:49 +00:00
..
tests [MSan][MIPS] Fix for some failing tests on MIPS64 2015-02-18 09:24:19 +00:00
CMakeLists.txt [msan] Refactor shadow operations. 2015-01-21 16:42:30 +00:00
msan.cc [Sanitizer] Change InitializeFlags() signatures. NFC. 2015-02-12 00:36:42 +00:00
msan.h [msan] Refactor memory layout specification and setup. 2015-01-27 13:20:34 +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] Better use-after-free reports. 2015-01-22 13:33:16 +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 [msan] Change the way origin ids are built. 2014-12-03 13:58:40 +00:00
msan_chained_origin_depot.h [msan] Make origin tracking fork-safe. 2014-09-04 10:36:14 +00:00
msan_flags.h [sanitizer] Flag parser rewrite. 2015-01-15 15:13:43 +00:00
msan_flags.inc [Sanitizer] Change the runtime flag representation. 2015-01-07 00:38:00 +00:00
msan_interceptors.cc [Sanitizers] Introduce GET_LINK_MAP_BY_DLOPEN_HANDLE() macro 2015-01-30 12:43:52 +00:00
msan_interface_internal.h [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_linux.cc [ASan] Add use_madv_dontdump flag. 2015-02-03 10:15:15 +00:00
msan_new_delete.cc [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_origin.h [msan] Change the way origin ids are built. 2014-12-03 13:58:40 +00:00
msan_poisoning.cc [msan] Refactor shadow operations. 2015-01-21 16:42:30 +00:00
msan_poisoning.h [msan] Refactor shadow operations. 2015-01-21 16:42:30 +00:00
msan_report.cc [msan] Better use-after-free reports. 2015-01-22 13:33:16 +00:00
msan_thread.cc [msan] Stop calling pthread_getspecific in signal handlers. 2014-12-17 10:30:06 +00:00
msan_thread.h [msan] Disable chained origins in signal handlers. 2014-04-23 14:01:57 +00:00