hanchenye-llvm-project/compiler-rt/lib/tsan/rtl
Evgeniy Stepanov f3d5d119a8 [sanitizer] Intercept a bunch of stdio calls.
Add move fopen/freopen interceptors from TSan to common.

llvm-svn: 207224
2014-04-25 13:26:21 +00:00
..
Makefile.mk
Makefile.old tsan: add test for second_deadlock_stack flag 2014-03-19 15:00:38 +00:00
tsan.syms.extra [TSan] Add ValgrindSlowdown to the list of exported symbols 2013-10-04 13:12:05 +00:00
tsan_clock.cc tsan: fix vector clocks 2014-04-11 15:38:03 +00:00
tsan_clock.h tsan: fix vector clocks 2014-04-11 15:38:03 +00:00
tsan_defs.h tsan: fix vector clocks 2014-04-11 15:38:03 +00:00
tsan_fd.cc [sanitizer] Intercept a bunch of stdio calls. 2014-04-25 13:26:21 +00:00
tsan_fd.h [sanitizer] Intercept a bunch of stdio calls. 2014-04-25 13:26:21 +00:00
tsan_flags.cc tsan: better reports for "double lock of a mutex" 2014-04-25 07:42:55 +00:00
tsan_flags.h tsan: better reports for "double lock of a mutex" 2014-04-25 07:42:55 +00:00
tsan_ignoreset.cc tsan: better diagnostics if thread finishes with ignores enabled 2013-11-27 11:30:28 +00:00
tsan_ignoreset.h tsan: better diagnostics if thread finishes with ignores enabled 2013-11-27 11:30:28 +00:00
tsan_interceptors.cc [sanitizer] Intercept a bunch of stdio calls. 2014-04-25 13:26:21 +00:00
tsan_interface.cc Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
tsan_interface.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
tsan_interface_ann.cc tsan: deobfuscate global ctx variable 2014-03-20 10:36:20 +00:00
tsan_interface_ann.h Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used 2013-08-13 11:42:45 +00:00
tsan_interface_atomic.cc tsan: use read lock instead of write in atomic operations when possible 2014-03-24 18:51:13 +00:00
tsan_interface_inl.h
tsan_interface_java.cc tsan: deobfuscate global ctx variable 2014-03-20 10:36:20 +00:00
tsan_interface_java.h tsan: ignore interceptors coming from specified libraries 2013-10-03 13:37:17 +00:00
tsan_md5.cc
tsan_mman.cc tsan: deobfuscate global ctx variable 2014-03-20 10:36:20 +00:00
tsan_mman.h
tsan_mutex.cc tsan: fix internal deadlock detector for external deadlock detector 2014-02-27 09:02:58 +00:00
tsan_mutex.h tsan: fix internal deadlock detector for external deadlock detector 2014-02-27 09:02:58 +00:00
tsan_mutexset.cc
tsan_mutexset.h tsan: remove in_rtl counter 2013-12-24 12:55:56 +00:00
tsan_platform.h tsan: stop background thread when sandbox is enabled 2014-04-24 13:09:17 +00:00
tsan_platform_linux.cc Move pthread_cond_* interceptors from sanitizer_common with all the ugly hacks to TSan 2014-04-16 23:06:46 +00:00
tsan_platform_mac.cc Move pthread_cond_* interceptors from sanitizer_common with all the ugly hacks to TSan 2014-04-16 23:06:46 +00:00
tsan_platform_windows.cc tsan: fix windows build 2014-02-04 17:29:44 +00:00
tsan_report.cc tsan: better reports for "read lock of a write locked mutex" 2014-04-25 08:58:23 +00:00
tsan_report.h tsan: better reports for "read lock of a write locked mutex" 2014-04-25 08:58:23 +00:00
tsan_rtl.cc tsan: stop background thread when sandbox is enabled 2014-04-24 13:09:17 +00:00
tsan_rtl.h tsan: allow to suppress all reports 2014-04-25 10:09:18 +00:00
tsan_rtl_amd64.S Revert r196490 and fix include paths in makefile-based build 2013-12-05 10:40:11 +00:00
tsan_rtl_mutex.cc tsan: allow to suppress all reports 2014-04-25 10:09:18 +00:00
tsan_rtl_report.cc [sanitizer] print threads in deadlock report 2014-03-21 13:00:18 +00:00
tsan_rtl_thread.cc tsan: allow to suppress all reports 2014-04-25 10:09:18 +00:00
tsan_stat.cc tsan: fix vector clocks 2014-04-11 15:38:03 +00:00
tsan_stat.h tsan: fix vector clocks 2014-04-11 15:38:03 +00:00
tsan_suppressions.cc tsan: allow to suppress all reports 2014-04-25 10:09:18 +00:00
tsan_suppressions.h tsan: ignore interceptors coming from specified libraries 2013-10-03 13:37:17 +00:00
tsan_symbolize.cc tsan: ignore interceptors from symbolizer 2014-04-11 15:36:54 +00:00
tsan_symbolize.h [TSan] Kill tsan_symbolize_addr2line_linux.cc 2014-02-12 08:37:09 +00:00
tsan_sync.cc tsan: use stack depot for goroutine creation stacks (as C++ threads do) 2014-03-20 10:19:02 +00:00
tsan_sync.h tsan: reorder SyncVar members to reduce contention 2014-03-24 18:51:37 +00:00
tsan_trace.h tsan: move shadow stack from thread descriptors to fixed addresses 2013-10-16 15:35:12 +00:00
tsan_update_shadow_word_inl.h
tsan_vector.h [tsan] one more explicit memset in tsan rtl (to please gcc 4.8.2) 2014-01-14 15:00:10 +00:00