llvm-project/compiler-rt/lib/tsan/rtl
Dmitry Vyukov 9eaae3d8f6 tsan: fix code formatting
llvm-svn: 211429
2014-06-21 02:10:17 +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: optimize memory access functions 2014-05-30 13:36:29 +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: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_clock.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_defs.h tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
tsan_dense_alloc.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_fd.cc tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +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 Fix typos 2014-05-15 02:22:34 +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 pthread_*attr_get*. 2014-06-19 10:19:57 +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: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +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: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +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: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_interface_java.h tsan: ignore interceptors coming from specified libraries 2013-10-03 13:37:17 +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: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_mman.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_mutex.cc tsan: fix Go build with TSAN_COLLECT_STATS 2014-06-06 15:50:29 +00:00
tsan_mutex.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_mutexset.cc tsan: add mutexsets to reports 2012-12-06 12:16:15 +00:00
tsan_mutexset.h tsan: remove in_rtl counter 2013-12-24 12:55:56 +00:00
tsan_platform.h tsan: fix clang warning: 2014-06-06 15:51:20 +00:00
tsan_platform_linux.cc tsan: port to freebsd 2014-06-20 22:51:18 +00:00
tsan_platform_mac.cc tsan: write memory profile in one line (which is much more readable) 2014-05-29 14:11:38 +00:00
tsan_platform_windows.cc tsan: write memory profile in one line (which is much more readable) 2014-05-29 14:11:38 +00:00
tsan_report.cc [sanitizer] Make LSan/MSan/TSan honor the "color" flag. 2014-06-04 16:57:03 +00:00
tsan_report.h tsan: refactor suppressions machinery 2014-05-28 18:03:32 +00:00
tsan_rtl.cc tsan: fix CurrentStackId 2014-06-06 18:05:12 +00:00
tsan_rtl.h tsan: optimize memory access functions 2014-05-30 13:36:29 +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: fix mutex in Go mode 2014-06-06 18:04:05 +00:00
tsan_rtl_report.cc tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_rtl_thread.cc tsan: flush metamap per-thread cache when thread finishes 2014-06-06 15:52:10 +00:00
tsan_stack_trace.cc tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_stack_trace.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_stat.cc tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
tsan_stat.h tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
tsan_suppressions.cc tsan: refactor suppressions machinery 2014-05-28 18:03:32 +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: fix code formatting 2014-06-21 02:10:17 +00:00
tsan_sync.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_trace.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00
tsan_update_shadow_word_inl.h tsan: optimize memory access functions 2014-05-30 13:36:29 +00:00
tsan_vector.h tsan: refactor storage of meta information for heap blocks and sync objects 2014-05-29 13:50:54 +00:00