llvm-project/compiler-rt/lib/msan
Chandler Carruth 6173e869eb Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization."
We've got some internal users that either aren't compatible with this or
have found a bug with it. Either way, this is an isolated cleanup and so
I'm reverting it to un-block folks while we investigate. Alexey and
I will be working on fixing everything up so this can be re-committed
soon. Sorry for the noise and any inconvenience.

llvm-svn: 225079
2015-01-02 09:59:38 +00:00
..
tests [Msan] Fix msan_test.cc inclusions to build the unit tests on FreeBSD 2014-12-22 19:14:23 +00:00
CMakeLists.txt [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad). 2014-11-19 21:42:33 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc Revert r224736: "[Sanitizer] Make CommonFlags immutable after initialization." 2015-01-02 09:59:38 +00:00
msan.h [Sanitizer] Introduce Allocator::may_return_null bool flag. 2014-12-12 20:07:35 +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 [Sanitizer] Introduce Allocator::may_return_null bool flag. 2014-12-12 20:07:35 +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 [msan] Add store_context_size= flag. 2014-06-27 12:48:01 +00:00
msan_interceptors.cc [Msan] Fix uname() interception on FreeBSD 2014-12-22 14:42:24 +00:00
msan_interface_internal.h [msan] Remove MSanDR and supporting code. 2014-11-18 10:33:15 +00:00
msan_linux.cc [msan] Stop calling pthread_getspecific in signal handlers. 2014-12-17 10:30: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] Change the way origin ids are built. 2014-12-03 13:58:40 +00:00
msan_report.cc [msan] Change the way origin ids are built. 2014-12-03 13:58:40 +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