.. |
CMakeLists.txt
|
Build and install .syms files alongside sanitizer runtimes. These are used to
|
2013-03-23 00:31:07 +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
|
[Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run load_shared_lib test only in lit
|
2013-04-09 07:46:20 +00:00 |
tsan.syms
|
Build and install .syms files alongside sanitizer runtimes. These are used to
|
2013-03-23 00:31:07 +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: print matched suppressions if print_suppressions=1 flag is provided
|
2013-03-27 17:59:57 +00:00 |
tsan_fd.cc
|
[TSan] Allocate fd table in user heap instead of using internal allocator. We need this to catch races on fds.
|
2013-04-19 08:04:46 +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: disable getpwuid_r() and glob64() interceptors under tsan, because they cause interceptor recursion if user intercepts fopen()
|
2013-04-24 11:06:05 +00:00 |
tsan_interface.cc
|
tsan: detect races between plain and atomic memory accesses
|
2013-02-01 09:42:06 +00:00 |
tsan_interface.h
|
tsan: better reporting for races on vptr
|
2013-03-21 15:37:39 +00:00 |
tsan_interface_ann.cc
|
[TSan] Add the WTFAnnotateBenignRaceSized implementation and a test for
|
2013-04-02 11:21:53 +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
|
tsan: do not allocate sync vars on relaxed atomic operations
|
2013-03-19 09:15:31 +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
|
[Sanitizer] update style checker script and fix namespace style warnings
|
2013-01-30 07:45:58 +00:00 |
tsan_interface_java.h
|
tsan: add a high-level comment to tsan_interface_java.h
|
2012-12-21 10:57:59 +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
|
tsan: fix crash when data race happens on out-of-bounds accesses.
|
2013-04-24 09:20:25 +00:00 |
tsan_mman.h
|
tsan: intercept setjmp/longjmp
|
2013-03-25 10:10:44 +00:00 |
tsan_mutex.cc
|
tsan: update mutex table for java
|
2012-12-21 11:30:14 +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
|
tsan: support heap starting at 0x04c0 (used in some custom deplyments)
|
2013-04-23 15:59:56 +00:00 |
tsan_platform_linux.cc
|
[libsanitizer] Unmapping the old cache partially invalidates the memory layout, so add
|
2013-03-26 10:34:37 +00:00 |
tsan_platform_mac.cc
|
[sanitizer] More renamed macros.
|
2013-03-19 14:54:17 +00:00 |
tsan_platform_windows.cc
|
[sanitizer] More renamed macros.
|
2013-03-19 14:54:17 +00:00 |
tsan_report.cc
|
tsan: better reporting of thread leaks
|
2013-03-21 16:55:17 +00:00 |
tsan_report.h
|
tsan: better reporting of thread leaks
|
2013-03-21 16:55:17 +00:00 |
tsan_rtl.cc
|
tsan: fix stack traces for malloc and free
|
2013-04-24 11:16:47 +00:00 |
tsan_rtl.h
|
Make all the ALWAYS_INLINE users Windows-friendly; also, avoid ALWAYS_INLINE INLINE combinations
|
2013-03-28 18:52:40 +00:00 |
tsan_rtl_amd64.S
|
tsan: intercept setjmp/longjmp
|
2013-03-25 10:10:44 +00:00 |
tsan_rtl_mutex.cc
|
[TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common
|
2013-03-15 13:48:44 +00:00 |
tsan_rtl_report.cc
|
tsan: fix crash when data race happens on out-of-bounds accesses.
|
2013-04-24 09:20:25 +00:00 |
tsan_rtl_thread.cc
|
tsan: better reporting of thread leaks
|
2013-03-21 16:55:17 +00:00 |
tsan_stat.cc
|
[sanitizer] Intercept inet_pton and inet_ntop.
|
2013-04-23 14:05:15 +00:00 |
tsan_stat.h
|
[sanitizer] Intercept inet_pton and inet_ntop.
|
2013-04-23 14:05:15 +00:00 |
tsan_suppressions.cc
|
tsan: print matched suppressions if print_suppressions=1 flag is provided
|
2013-03-27 17:59:57 +00:00 |
tsan_suppressions.h
|
tsan: print matched suppressions if print_suppressions=1 flag is provided
|
2013-03-27 17:59:57 +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
|
tsan: less debug output
|
2012-12-21 12:30:52 +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: detect races between plain and atomic memory accesses
|
2013-02-01 09:42:06 +00:00 |
tsan_vector.h
|
tsan: intercept setjmp/longjmp
|
2013-03-25 10:10:44 +00:00 |