.. |
Makefile.mk
|
[tsan] makefile machinery to build tsan-rt (linux-x86_64 only)
|
2012-05-15 15:17:35 +00:00 |
Makefile.old
|
[asan,tsan] Add a new directory compiler-rt/lib/sanitizer_common
|
2012-05-29 12:18:18 +00:00 |
tsan_allocator.cc
|
[Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines.
|
2012-06-05 13:50:57 +00:00 |
tsan_allocator.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_atomic.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_clock.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_clock.h
|
tsan: add shadow memory flush + fix few bugs
|
2012-05-22 18:07:45 +00:00 |
tsan_defs.h
|
[Sanitizer] Move more functions/constants to sanitizer_common.
|
2012-06-06 09:26:25 +00:00 |
tsan_flags.cc
|
[Sanitizer] Move more functions/constants to sanitizer_common.
|
2012-06-06 09:26:25 +00:00 |
tsan_flags.h
|
tsan: add a flag to control RunningOnValgrind() return value
|
2012-05-24 09:24:45 +00:00 |
tsan_interceptors.cc
|
[Sanitizer] Move more functions/constants to sanitizer_common.
|
2012-06-06 09:26:25 +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] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_interface_ann.cc
|
[Sanitizer] remove using namespace __sanitizer lines
|
2012-06-05 14:05:09 +00:00 |
tsan_interface_ann.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_interface_atomic.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_interface_atomic.h
|
tsan: add more atomics to public interface (fetch_or/and/xor + 1-,2-byte versions)
|
2012-05-14 15:33:00 +00:00 |
tsan_interface_inl.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_md5.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_mman.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_mman.h
|
tsan: reduce per-thread memory usage
|
2012-05-22 14:34:43 +00:00 |
tsan_mutex.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_mutex.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_placement_new.h
|
[Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines.
|
2012-06-05 13:50:57 +00:00 |
tsan_platform.h
|
[Sanitizer] Move more functions/constants to sanitizer_common.
|
2012-06-06 09:26:25 +00:00 |
tsan_platform_linux.cc
|
[Sanitizer] Move more functions/constants to sanitizer_common.
|
2012-06-06 09:26:25 +00:00 |
tsan_printf.cc
|
[Sanitizer] remove using namespace __sanitizer lines
|
2012-06-05 14:05:09 +00:00 |
tsan_report.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_report.h
|
tsan: detect accesses to freed memory
|
2012-05-17 14:17:51 +00:00 |
tsan_rtl.cc
|
[Sanitizer] remove using namespace __sanitizer lines
|
2012-06-05 14:05:09 +00:00 |
tsan_rtl.h
|
[Sanitizer] add sanitizer_common.h for routines shared between TSan and ASan runtimes. Use __sanitizer::Die() in TSan.
|
2012-06-06 06:47:26 +00:00 |
tsan_rtl_amd64.S
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_rtl_mutex.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_rtl_report.cc
|
[Sanitizer] remove using namespace __sanitizer lines
|
2012-06-05 14:05:09 +00:00 |
tsan_rtl_thread.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_stat.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_stat.h
|
tsan: intercept longjmp() but die in it, greatly simplifies problem diagnostic
|
2012-05-31 18:03:59 +00:00 |
tsan_suppressions.cc
|
[Sanitizer] remove using namespace __sanitizer lines
|
2012-06-05 14:05:09 +00:00 |
tsan_suppressions.h
|
tsan: suppress reports against source file names as well
|
2012-05-31 13:18:11 +00:00 |
tsan_symbolize.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_symbolize_addr2line_linux.cc
|
[Sanitizer] Move more functions/constants to sanitizer_common.
|
2012-06-06 09:26:25 +00:00 |
tsan_sync.cc
|
Remove file-type tags in .cc files in tsan/ and sanitizer_common/
|
2012-06-04 13:55:19 +00:00 |
tsan_sync.h
|
tsan: simple memory profiler
|
2012-05-22 11:33:03 +00:00 |
tsan_trace.h
|
tsan: reduce per-thread memory usage
|
2012-05-22 14:34:43 +00:00 |
tsan_update_shadow_word_inl.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |
tsan_vector.h
|
[tsan] First commit of ThreadSanitizer (TSan) run-time library.
|
2012-05-10 13:48:04 +00:00 |