llvm-project/compiler-rt/lib/tsan/rtl
Dmitry Vyukov 3e7ede230f tsan: support MapThreadTrace() on all platforms
llvm-svn: 170113
2012-12-13 08:14:02 +00:00
..
CMakeLists.txt [tsan] fix cmake build 2012-12-12 14:26:06 +00:00
Makefile.mk [Sanitizer] Make ASan/TSan sources depend on headers from interception library 2012-08-01 14:55:49 +00:00
Makefile.old [TSan] move replacement for new/delete back into tsan_interceptors 2012-09-27 09:50:19 +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: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_fd.cc tsan: add missing files 2012-12-12 12:27:00 +00:00
tsan_fd.h tsan: add comment to tsan_fd.h file 2012-12-12 12:45:07 +00:00
tsan_flags.cc tsan: suppress weird race reports when JVM is embed into the process 2012-11-30 17:45:53 +00:00
tsan_flags.h tsan: suppress weird race reports when JVM is embed into the process 2012-11-30 17:45:53 +00:00
tsan_interceptors.cc tsan: explain why pthread_cond_init() interceptor is commented out 2012-12-12 13:11:44 +00:00
tsan_interface.cc Remove file-type tags in .cc files in tsan/ and sanitizer_common/ 2012-06-04 13:55:19 +00:00
tsan_interface.h tsan: make atomic operations atomic again 2012-12-04 14:50:10 +00:00
tsan_interface_ann.cc tsan: output thread names 2012-12-04 15:46:05 +00:00
tsan_interface_ann.h tsan: add __attribute__((visibility("default"))) to interface functions 2012-12-04 14:01:21 +00:00
tsan_interface_atomic.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_interface_atomic.h tsan: add __attribute__((visibility("default"))) to interface functions 2012-12-04 14:01:21 +00:00
tsan_interface_inl.h tsan: add memory range access functions to public iface 2012-11-27 08:41:39 +00:00
tsan_md5.cc tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime 2012-06-27 21:00:23 +00:00
tsan_mman.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_mman.h tsan: more precise handling of IO synchronization 2012-12-12 11:59:30 +00:00
tsan_mutex.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_mutex.h tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_mutexset.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_mutexset.h tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_platform.h tsan: support MapThreadTrace() on all platforms 2012-12-13 08:14:02 +00:00
tsan_platform_linux.cc tsan: support MapThreadTrace() on all platforms 2012-12-13 08:14:02 +00:00
tsan_platform_mac.cc tsan: use GORACE env for options for Go 2012-11-08 11:32:40 +00:00
tsan_platform_windows.cc tsan: use GORACE env for options for Go 2012-11-08 11:32:40 +00:00
tsan_report.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_report.h tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_rtl.cc tsan: support MapThreadTrace() on all platforms 2012-12-13 08:14:02 +00:00
tsan_rtl.h tsan: support MapThreadTrace() on all platforms 2012-12-13 08:14:02 +00:00
tsan_rtl_amd64.S tsan: explicitly mark symbols referenced from assembly as hidden 2012-11-26 14:20:26 +00:00
tsan_rtl_mutex.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_rtl_report.cc tsan: add some more functions for java filtering 2012-12-06 13:20:37 +00:00
tsan_rtl_thread.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_stat.cc tsan: more precise handling of IO synchronization 2012-12-12 11:59:30 +00:00
tsan_stat.h tsan: more precise handling of IO synchronization 2012-12-12 11:59:30 +00:00
tsan_suppressions.cc tsan: check if PWD env var is absent 2012-12-04 07:27:32 +00:00
tsan_suppressions.h tsan: cache pc's that cause suppressions (this way we do not need to symbolize the reports) 2012-10-05 15:51:32 +00:00
tsan_symbolize.cc tsan: describe global vars (module+offset for now) 2012-12-03 11:45:34 +00:00
tsan_symbolize.h [TSan] add a new option 'use_internal_symbolizer' that allows to choose between addr2line-based and llvm-based symbolizer w/o having to rebuild the runtime. This is hopefully a temporary solution that simplifies testing process. In the end, we should leave a single symbolizer. 2012-07-05 07:18:29 +00:00
tsan_symbolize_addr2line_linux.cc [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common 2012-11-02 12:17:51 +00:00
tsan_sync.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_sync.h tsan: add mutexsets to reports 2012-12-06 12:16:15 +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: better function names 2012-11-13 14:05:58 +00:00
tsan_vector.h tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime 2012-06-27 21:00:23 +00:00