hanchenye-llvm-project/compiler-rt/lib/tsan/rtl
Evgeniy Stepanov 233455cba8 [sanitizer] Intercept strerror and strerror_r.
llvm-svn: 187978
2013-08-08 11:44:05 +00:00
..
CMakeLists.txt [nolibc] Begin moving sanitizer_common's libc-dependent code to a separate library 2013-05-17 16:17:19 +00:00
Makefile.mk [ASan] Delete the code related to static runtime on OS X. 2013-02-05 15:57:12 +00:00
Makefile.old [tsan] Remove -Wgnu from Makefile.old. 2013-05-23 11:57:47 +00:00
tsan.syms tsan: revert dynamic symbols file to the old incorrect one 2013-06-27 13:56:37 +00:00
tsan_clock.cc tsan: more precise handling of finalizers 2012-11-07 15:08:20 +00:00
tsan_clock.h tsan: more precise handling of finalizers 2012-11-07 15:08:20 +00:00
tsan_defs.h [tsan] Move some suppressions-related code to common. 2013-06-26 15:37:14 +00:00
tsan_fd.cc tsan: fix potential false positive race on fd 2013-06-20 14:32:12 +00:00
tsan_fd.h tsan: detect races on fd passed to epoll_ctl 2013-01-09 17:31:27 +00:00
tsan_flags.cc tsan: print statistics about benign race annotations 2013-03-28 16:21:19 +00:00
tsan_flags.h tsan: print statistics about benign race annotations 2013-03-28 16:21:19 +00:00
tsan_interceptors.cc tsan: treat SIGSYS as synchronous signal 2013-07-18 13:14:11 +00:00
tsan_interface.cc [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. 2013-06-04 13:49:10 +00:00
tsan_interface.h [sanitizer] Fix __sanitizer_unaligned_* to work with unaligned data types. 2013-06-04 13:49:10 +00:00
tsan_interface_ann.cc tsan: consistently use return pc as top frame pc 2013-06-17 19:57:03 +00:00
tsan_interface_ann.h [sanitizer] Further split private and public sanitizer headers. 2013-01-30 13:12:08 +00:00
tsan_interface_atomic.cc Fix typo found by Clang fix for extern "C" function handling. 2013-06-28 22:28:37 +00:00
tsan_interface_atomic.h tsan: fix compilation with -pedantic 2012-12-13 15:26:04 +00:00
tsan_interface_inl.h tsan: better reporting for races on vptr 2013-03-21 15:37:39 +00:00
tsan_interface_java.cc tsan: consistently use return pc as top frame pc 2013-06-17 19:57:03 +00:00
tsan_interface_java.h tsan: introduce recursive mutex lock/unlock java interface 2013-05-17 12:03:46 +00:00
tsan_md5.cc [Sanitizer] update style checker script and fix namespace style warnings 2013-01-30 07:45:58 +00:00
tsan_mman.cc Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. 2013-05-29 09:15:39 +00:00
tsan_mman.h tsan: intercept setjmp/longjmp 2013-03-25 10:10:44 +00:00
tsan_mutex.cc tsan: fix deadlock detector table (OK to lock sync var mutex during reporting) 2013-04-30 12:00:40 +00:00
tsan_mutex.h tsan: update mutex table for java 2012-12-21 11:30:14 +00:00
tsan_mutexset.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_mutexset.h tsan: reduce size of mutexsets from 64 to 16 mutexes 2013-03-20 13:50:47 +00:00
tsan_platform.h [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. 2013-05-07 14:41:43 +00:00
tsan_platform_linux.cc [nolibc] Move all platforms to internal_getpid. 2013-05-17 16:56:53 +00:00
tsan_platform_mac.cc [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. 2013-05-07 14:41:43 +00:00
tsan_platform_windows.cc [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. 2013-05-07 14:41:43 +00:00
tsan_report.cc [nolibc] Move all platforms to internal_getpid. 2013-05-17 16:56:53 +00:00
tsan_report.h tsan: better reporting of thread leaks 2013-03-21 16:55:17 +00:00
tsan_rtl.cc [TSan] use InternalMmapVector to store fired suppressions 2013-06-14 11:18:58 +00:00
tsan_rtl.h [tsan] Move some suppressions-related code to common. 2013-06-26 15:37:14 +00:00
tsan_rtl_amd64.S tsan: intercept setjmp/longjmp 2013-03-25 10:10:44 +00:00
tsan_rtl_mutex.cc tsan: introduce recursive mutex lock/unlock java interface 2013-05-17 12:03:46 +00:00
tsan_rtl_report.cc tsan: consistently use return pc as top frame pc 2013-06-17 19:57:03 +00:00
tsan_rtl_thread.cc tsan: use memory access size for Go after all 2013-06-06 14:31:15 +00:00
tsan_stat.cc [sanitizer] Intercept strerror and strerror_r. 2013-08-08 11:44:05 +00:00
tsan_stat.h [sanitizer] Intercept strerror and strerror_r. 2013-08-08 11:44:05 +00:00
tsan_suppressions.cc [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. 2013-08-07 12:39:00 +00:00
tsan_suppressions.h [tsan] Move some suppressions-related code to common. 2013-06-26 15:37:14 +00:00
tsan_symbolize.cc tsan: symbolizer "flush caches" support 2013-03-19 10:24:01 +00:00
tsan_symbolize.h tsan: symbolizer "flush caches" support 2013-03-19 10:24:01 +00:00
tsan_symbolize_addr2line_linux.cc [nolibc] Move all platforms to internal_getpid. 2013-05-17 16:56:53 +00:00
tsan_sync.cc tsan: fix crash when data race happens on out-of-bounds accesses. 2013-04-24 09:20:25 +00:00
tsan_sync.h tsan: use StackDepot in sync object to store creation stacks 2013-03-18 08:27:47 +00:00
tsan_trace.h tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_update_shadow_word_inl.h tsan: use memory access size for Go after all 2013-06-06 14:31:15 +00:00
tsan_vector.h tsan: intercept setjmp/longjmp 2013-03-25 10:10:44 +00:00