hanchenye-llvm-project/compiler-rt/lib/msan
Evgeniy Stepanov 9959915890 [msan] Intercept __strto*_internal.
This should fix strtoimax/strtoumax on newer glibc.
https://code.google.com/p/memory-sanitizer/issues/detail?id=36

llvm-svn: 210463
2014-06-09 10:41:22 +00:00
..
tests [msan] Intercept __strto*_internal. 2014-06-09 10:41:22 +00:00
CMakeLists.txt [msan] Chained origins re-design. 2014-05-21 09:02:13 +00:00
Makefile.mk [sanitizer] Add MSan to Makefile-based build rules. 2013-02-21 13:55:54 +00:00
msan.cc [msan] Fix wrong endianness when printing shadow. 2014-06-06 14:06:14 +00:00
msan.h [MSan] Implement __sanitizer_print_stack_trace(). 2014-05-26 13:08:08 +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 tsan: do not use 64-bit atomics in allocator code 2014-05-28 15:22:12 +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] Partial revert of r210331. 2014-06-06 13:35:25 +00:00
msan_chained_origin_depot.h [msan] Chained origins re-design. 2014-05-21 09:02:13 +00:00
msan_flags.h [msan] Implement MSAN_OPTIONS=print_stats=1. 2014-05-21 09:56:28 +00:00
msan_interceptors.cc [msan] Intercept __strto*_internal. 2014-06-09 10:41:22 +00:00
msan_interface_internal.h [msan] Chained origins re-design. 2014-05-21 09:02:13 +00:00
msan_linux.cc [msan] Implement MSAN_OPTIONS=print_stats=1. 2014-05-21 09:56:28 +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_origin.h [msan] Better diagnostic for invalid origin id. 2014-06-06 12:58:44 +00:00
msan_report.cc [msan] Fix wrong endianness when printing shadow. 2014-06-06 14:06:14 +00:00
msan_thread.cc [msan] Introduce MsanThread. Move thread-local allocator cache out of TLS. 2014-04-04 09:47:41 +00:00
msan_thread.h [msan] Disable chained origins in signal handlers. 2014-04-23 14:01:57 +00:00