hanchenye-llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov f294d5b829 [sanitizer] Flag parser rewrite.
The new parser is a lot stricter about syntax, reports unrecognized
flags, and will make it easier to implemented some of the planned features.

llvm-svn: 226169
2015-01-15 15:13:43 +00:00
..
tests [Msan] Fix use of mmap(MAP_ANONYMOUS) in the unit tests on FreeBSD 2015-01-12 20:18:38 +00:00
CMakeLists.txt [MSan] [MIPS] Adding support for MIPS64 (patch by Mohit Bhakkad). 2014-11-19 21:42:33 +00:00
Makefile.mk
msan.cc [sanitizer] Flag parser rewrite. 2015-01-15 15:13:43 +00:00
msan.h [Sanitizer] Introduce Allocator::may_return_null bool flag. 2014-12-12 20:07:35 +00:00
msan.syms.extra
msan_allocator.cc [Sanitizer] Introduce Allocator::may_return_null bool flag. 2014-12-12 20:07:35 +00:00
msan_allocator.h
msan_blacklist.txt
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 [Msan] Fix strlen() and strnlen() interceptors to work on FreeBSD 2015-01-14 14:59:46 +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