hanchenye-llvm-project/compiler-rt/lib/msan
Hans Wennborg 603679849d Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://reviews.llvm.org/D27659)"
It breaks programs on Mac. See comments on the code review for details.

llvm-svn: 289864
2016-12-15 20:11:12 +00:00
..
tests [msan] Disable prlimit test on glibc < 2.13. 2016-08-20 00:38:55 +00:00
.clang-format Tell clang-format that (most) sanitizers are written using Google style guide. 2015-11-19 22:11:10 +00:00
CMakeLists.txt [CMake] Connect Compiler-RT targets to LLVM Runtimes directory 2016-08-26 20:52:22 +00:00
msan.cc [MSan] [PowerPC] Dereference function descriptors when recording stack origins. 2016-04-27 21:24:24 +00:00
msan.h [MSAN][MIPS] Fix fork.cc test on MIPS 2016-12-08 06:30:58 +00:00
msan.syms.extra
msan_allocator.cc Release memory to OS only when the requested range covers the entire page 2016-11-30 20:41:59 +00:00
msan_allocator.h Revert "Apply modernize-use-default to compiler-rt." 2015-10-30 18:52:31 +00:00
msan_blacklist.txt
msan_chained_origin_depot.cc [compiler-rt] Apply modernize-use-nullptr fixes in sanitizers 2015-10-01 00:22:21 +00:00
msan_chained_origin_depot.h
msan_flags.h
msan_flags.inc
msan_interceptors.cc Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://reviews.llvm.org/D27659)" 2016-12-15 20:11:12 +00:00
msan_interface_internal.h [compiler-rt] Do not introduce __sanitizer namespace globally 2016-09-15 21:02:18 +00:00
msan_linux.cc msan: Enable 48-bit VMA support on aarch64 2016-08-25 17:05:56 +00:00
msan_new_delete.cc
msan_origin.h
msan_poisoning.cc
msan_poisoning.h
msan_report.cc [MSan] Endianness should not matter while printing a byte 2016-02-26 06:44:10 +00:00
msan_thread.cc
msan_thread.h [compiler-rt] Apply modernize-use-nullptr fixes in sanitizers 2015-10-01 00:22:21 +00:00