llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 56050e8f69 [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types.
llvm-svn: 183224
2013-06-04 13:49:10 +00:00
..
lit_tests [msan] Handle mixed track-origins and keep-going settings (compiler-rt part). 2013-05-31 12:04:08 +00:00
tests [msan] Implement __sanitizer_unaligned_*. 2013-06-04 13:08:36 +00:00
CMakeLists.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. 2013-06-04 13:49:10 +00:00
msan.h [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00
msan.syms Add sanitizer syscall hooks to the tool's export lists. 2013-05-14 13:55:21 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_flags.h [msan] Common flags in MSan. 2013-05-06 13:15:14 +00:00
msan_interceptors.cc [msan] Fix gcc build of msan runtime. 2013-05-31 13:04:07 +00:00
msan_interface_internal.h [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. 2013-06-04 13:49:10 +00:00
msan_linux.cc [sanitizer] Replace more platform checks with SANITIZER_ constants. 2013-03-19 14:33:38 +00:00
msan_new_delete.cc [msan] Really disable replacement new and delete. 2013-04-15 12:41:52 +00:00
msan_report.cc Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. 2013-05-29 09:15:39 +00:00