llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov b4a218db34 [sanitizer] Don't adjust the size of the user-allocated stack.
Moved this code to sanitizer_common.

llvm-svn: 177383
2013-03-19 09:30:52 +00:00
..
lit_tests [msan] Intercept readdir64. 2013-03-14 12:49:23 +00:00
tests [sanitizer] Don't adjust the size of the user-allocated stack. 2013-03-19 09:30:52 +00:00
CMakeLists.txt [Sanitizer] Build ASan, TSan and MSan runtimes with -fno-rtti. 2013-03-13 09:18:30 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Options for switching between fast and cfi unwinders in run time. 2013-03-14 11:47:03 +00:00
msan.h [msan] Options for switching between fast and cfi unwinders in run time. 2013-03-14 11:47:03 +00:00
msan_allocator.cc [sanitizer] add OnMap/OnUmap callbacks to the allocator interface 2012-12-12 14:32:18 +00:00
msan_flags.h [msan] Options for switching between fast and cfi unwinders in run time. 2013-03-14 11:47:03 +00:00
msan_interceptors.cc [sanitizer] Don't adjust the size of the user-allocated stack. 2013-03-19 09:30:52 +00:00
msan_interface_internal.h [msan] intercept dlopen and clear shadow for it 2013-03-11 18:07:42 +00:00
msan_linux.cc [msan] Use sptr instead of ptrdiff_t. 2013-03-12 07:21:17 +00:00
msan_new_delete.cc [msan] MemorySanitizer runtime. 2012-12-11 12:27:27 +00:00
msan_report.cc [msan] Block reports from interceptors during _Unwind_Backtrace 2013-03-06 16:11:58 +00:00