1. 24323de [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. by Sergey Matveev · 12 years ago
  2. f58a1ea [TSan] Build TSan unit tests with the same compile flags as TSan runtime by Alexey Samsonov · 12 years ago
  3. cab1315 tsan: fix incorrect test by Dmitry Vyukov · 12 years ago
  4. f51c386 tsan: smaller memory block headers (32b->16b) by Dmitry Vyukov · 12 years ago
  5. 8a6b5e5 [TSan] Add interceptor for malloc_usable_size() by Alexey Samsonov · 12 years ago
  6. 4c9317a [Sanitizer] extend internal libc with stat/fstat/lstat functions by Alexey Samsonov · 12 years ago
  7. ee7cc44 [Sanitizer] make internal_open have the same interface as libc version by Alexey Samsonov · 12 years ago
  8. 33a040a tsan: flip is_write bit in shadow to is_read by Dmitry Vyukov · 12 years ago
  9. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  10. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  11. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  12. c2b9f1c tsan: allow a front-end to provide default suppressions by Dmitry Vyukov · 12 years ago
  13. bdd844c tsan: implement malloc stats querying by Dmitry Vyukov · 12 years ago
  14. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  15. 694fe46 tsan: exclude flaky test by Dmitry Vyukov · 12 years ago
  16. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  17. d698edc tsan: dynamic history size by Dmitry Vyukov · 12 years ago
  18. 0d35d9d tsan: change fast state layout in preparation to dynamic traces by Dmitry Vyukov · 12 years ago
  19. 385542a tsan: move traces from tls into dedicated storage at fixed address by Dmitry Vyukov · 12 years ago
  20. a517641 [Sanitizer] move unit test for Printf from tsan to sanitizer_common by Alexey Samsonov · 12 years ago
  21. 0f4ae5d [TSan] s/uintptr_t/intptr_t in TSan test and enforce stack size limit in one of TSan output tests that somewhy fails otherwise by Alexey Samsonov · 12 years ago
  22. e64c3b6 [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc warnings in TSan tests. by Alexey Samsonov · 12 years ago
  23. f548ef8 [TSan] move: rtl_tests->tests/rtl unit_tests->tests/unit to make a single root for gtest-based tests. Support running these tests from lit via check-tsan command. by Alexey Samsonov · 12 years ago