hanchenye-llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 89602651e8 [msan] Implement __msan_set_death_callback.
llvm-svn: 204926
2014-03-27 14:04:58 +00:00
..
tests [msan] Intercept several malloc-related functions. 2014-03-27 13:29:29 +00:00
CMakeLists.txt [CMake] Make append_if semantics similar to those used in LLVM 2014-03-13 09:31:36 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Implement __msan_set_death_callback. 2014-03-27 14:04:58 +00:00
msan.h [msan] Implement __msan_set_death_callback. 2014-03-27 14:04:58 +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] Unpoison memory that is returned to the OS and flush its shadow. 2013-11-20 12:51:14 +00:00
msan_blacklist.txt [MSan] Add empty default blacklist for MSan 2013-05-21 13:55:56 +00:00
msan_flags.h [msan] Replace wrap_indirect_calls runtime flag with an interface method. 2013-12-20 11:05:19 +00:00
msan_interceptors.cc [msan] Intercept several malloc-related functions. 2014-03-27 13:29:29 +00:00
msan_interface_internal.h [msan] Implement __msan_set_death_callback. 2014-03-27 14:04:58 +00:00
msan_linux.cc [msan] Implement __msan_set_death_callback. 2014-03-27 14:04:58 +00:00
msan_new_delete.cc Add throw() specifiers to more redeclarations of operator delete and operator delete[]. 2014-02-08 01:42:08 +00:00
msan_report.cc [msan] Origin tracking with history, compiler-rt part. 2014-03-18 13:45:19 +00:00