summaryrefslogtreecommitdiff
path: root/lib/msan
AgeCommit message (Expand)Author
2016-02-17[compiler-rt][msan] Ensure initialisation before calling __msan_unpoisonJonas Hahnfeld
2016-02-17[msan] Extend prlimit test.Evgeniy Stepanov
2016-02-17[msan] Intercept prlimit.Evgeniy Stepanov
2016-02-16[Compiler-rt][MSan][MIPS] Resolve gethostbyname_r_erange for MIPSMohit K. Bhakkad
2016-02-12Fix MemorySanitizer.ptrtoint test on big-endian targets.Evgeniy Stepanov
2016-01-20[MSan] Clear parameters shadow before invoking malloc/free hooks.Alexey Samsonov
2016-01-14Fix the cross compilation of unit tests. NFC (second attempt)Sumanth Gundapaneni
2016-01-14[Sanitizer] Pass proper values to DTLS_on_libc_memalign.Alexey Samsonov
2016-01-13Revert r257686 "With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compi...Hans Wennborg
2016-01-13With COMPILER_RT_INCLUDE_TESTS turned ON and in a cross compilingSumanth Gundapaneni
2015-12-14[compiler-rt] [msan] Variadic support for AArch64Adhemerval Zanella
2015-11-24[compiler-rt] [msan] Couple of fixes for msan with libc++Adhemerval Zanella
2015-11-19Tell clang-format that (most) sanitizers are written using Google style guide.Alexey Samsonov
2015-11-19[msan] Don't unpoison phdrs on dlopen(NULL, 0)Reid Kleckner
2015-10-30Revert "Apply modernize-use-default to compiler-rt."Alexey Samsonov
2015-10-29[compiler-rt] [msan] Unify aarch64 mappingAdhemerval Zanella
2015-10-21[msan] Build unit test shared library code with -fPIC.Evgeniy Stepanov
2015-10-20Apply modernize-use-default to compiler-rt.Angel Garcia Gomez
2015-10-12[msan] Add __msan_copy_shadow interface function.Evgeniy Stepanov
2015-10-08Fix msan tests build.Evgeniy Stepanov
2015-10-08New MSan mapping layout (compiler-rt part).Evgeniy Stepanov
2015-10-01[compiler-rt] Apply modernize-use-nullptr fixes in sanitizersVedant Kumar
2015-09-29[msan] Early allocator initialization.Evgeniy Stepanov
2015-09-16[MSan] Enable MSAN for aarch64Adhemerval Zanella
2015-09-15[sanitizer] Move CheckVMASize after flag initializationAdhemerval Zanella
2015-09-11[compiler-rt] [sanitizers] Add VMA size check at runtimeAdhemerval Zanella
2015-09-08[msan] Unpoison dlpi_phdr in dl_iterate_phdr.Evgeniy Stepanov
2015-08-27[CMake] Add ARCHS option to add_sanitizer_rt_symbols.Chris Bieneman
2015-08-26[CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments.Chris Bieneman
2015-08-26[compiler-rt] Add common interceptor for wcrtomb. Eric Fiselier
2015-08-25[CMake] merge add_compiler_rt_runtime and add_compiler_rt_darwin_runtime into...Chris Bieneman
2015-08-24[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-24[Sanitizers] Allow to install several internal Die callbacks.Alexey Samsonov
2015-08-22Revert r245770 and r245777.Alexey Samsonov
2015-08-22[Sanitizer] Dump coverage if we're killing the program with __sanitizer::Die().Alexey Samsonov
2015-08-21[MSan] Deprecate __msan_set_death_callback() in favor of __sanitizer_set_deat...Alexey Samsonov
2015-08-21[Sanitizers] Unify the semantics and usage of "exitcode" runtime flag across ...Alexey Samsonov
2015-08-18[msan] Intercept openpty and forkpty.Evgeniy Stepanov
2015-08-10-Wdeprecated: Use noexcept rather than throw() where supportedDavid Blaikie
2015-07-31[CMake] Don't build libc++ with MSan-with-calls instrumentation.Alexey Samsonov
2015-07-21[sanitizer] Implement include_if_exists with process name substitution.Evgeniy Stepanov
2015-07-17re-added changes due to svn config setting issuesNaomi Musgrave
2015-06-29[asan] Fix SanitizerCommon.PthreadDestructorIterations test on Android L.Evgeniy Stepanov
2015-06-27[msan] Fix infinite recursion when _Unwind_Backtrace calls memcpyJay Foad
2015-06-25[msan] Fix SetShadow for mappings at the end of the application address spaceJay Foad
2015-06-25Enable memory sanitizer for PPC64Jay Foad
2015-06-19CMake: Stop using LLVM's custom parse_arguments. NFCFilipe Cabecinhas
2015-06-04[ASan] Make binary name reader cross-platform.Yury Gribov
2015-05-29Add descriptive names to sanitizer entries in /proc/self/maps. Helps debugging.Evgeniy Stepanov
2015-05-24[msan] Mprotect all inaccessible memory regions.Evgeniy Stepanov