llvm-project/compiler-rt/lib/msan
Naomi Musgrave 9a5e3922bf re-added changes due to svn config setting issues
llvm-svn: 242589
2015-07-17 23:28:00 +00:00
..
tests CMake: Stop using LLVM's custom parse_arguments. NFC 2015-06-19 03:39:24 +00:00
CMakeLists.txt Allow UBSan+MSan and UBSan+TSan combinations (Clang part). 2015-04-28 00:56:48 +00:00
msan.cc re-added changes due to svn config setting issues 2015-07-17 23:28:00 +00:00
msan.h Enable memory sanitizer for PPC64 2015-06-25 06:22:31 +00:00
msan.syms.extra Export __ubsan_* symbols from MSan and TSan runtimes. 2015-04-28 01:20:34 +00:00
msan_allocator.cc Enable memory sanitizer for PPC64 2015-06-25 06:22:31 +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 re-added changes due to svn config setting issues 2015-07-17 23:28:00 +00:00
msan_interceptors.cc re-added changes due to svn config setting issues 2015-07-17 23:28:00 +00:00
msan_interface_internal.h re-added changes due to svn config setting issues 2015-07-17 23:28:00 +00:00
msan_linux.cc Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging. 2015-05-29 22:31:28 +00:00
msan_new_delete.cc [MSan] Prepare for splitting msan_new_delete.cc into a separate library. NFC. 2015-04-27 22:08:04 +00:00
msan_origin.h [msan] Fix MsanTest to pass in track_origins=2 mode. 2015-02-26 15:19:33 +00:00
msan_poisoning.cc [msan] Fix SetShadow for mappings at the end of the application address space 2015-06-25 20:47:59 +00:00
msan_poisoning.h [msan] Refactor shadow operations. 2015-01-21 16:42:30 +00:00
msan_report.cc [Sanitizer] Be consistent about separating ==%PID== and logged data. 2015-03-31 18:16:42 +00:00
msan_thread.cc [asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L. 2015-06-29 20:28:55 +00:00
msan_thread.h [msan] Disable chained origins in signal handlers. 2014-04-23 14:01:57 +00:00