1. 01a7ce8 tsan: move shadow stack from thread descriptors to fixed addresses by Dmitry Vyukov · 11 years ago
  2. a8b4c3b [TSan] Use Clang to compile and link TSan unit tests with TSan runtime by Alexey Samsonov · 11 years ago
  3. bd33d3a [tsan] make calloc crash instead of returning 0 on overflow (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  4. a52e5c6 [tsan] Move some suppressions-related code to common. by Sergey Matveev · 11 years ago
  5. 24323de [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. by Sergey Matveev · 11 years ago
  6. f58a1ea [TSan] Build TSan unit tests with the same compile flags as TSan runtime by Alexey Samsonov · 12 years ago
  7. cab1315 tsan: fix incorrect test by Dmitry Vyukov · 12 years ago
  8. f51c386 tsan: smaller memory block headers (32b->16b) by Dmitry Vyukov · 12 years ago
  9. 8a6b5e5 [TSan] Add interceptor for malloc_usable_size() by Alexey Samsonov · 12 years ago
  10. 4c9317a [Sanitizer] extend internal libc with stat/fstat/lstat functions by Alexey Samsonov · 12 years ago
  11. ee7cc44 [Sanitizer] make internal_open have the same interface as libc version by Alexey Samsonov · 12 years ago
  12. 33a040a tsan: flip is_write bit in shadow to is_read by Dmitry Vyukov · 12 years ago
  13. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  14. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  15. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  16. c2b9f1c tsan: allow a front-end to provide default suppressions by Dmitry Vyukov · 12 years ago
  17. bdd844c tsan: implement malloc stats querying by Dmitry Vyukov · 12 years ago
  18. 2f3aef0 CMake variables renaming: X86_64->x86_64 I386->i386 by Alexey Samsonov · 12 years ago
  19. 694fe46 tsan: exclude flaky test by Dmitry Vyukov · 12 years ago
  20. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  21. d698edc tsan: dynamic history size by Dmitry Vyukov · 12 years ago
  22. 0d35d9d tsan: change fast state layout in preparation to dynamic traces by Dmitry Vyukov · 12 years ago
  23. 385542a tsan: move traces from tls into dedicated storage at fixed address by Dmitry Vyukov · 12 years ago
  24. a517641 [Sanitizer] move unit test for Printf from tsan to sanitizer_common by Alexey Samsonov · 12 years ago
  25. 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
  26. e64c3b6 [TSan] fix a typo in test dependencies. Silence few remaining pedantic gcc warnings in TSan tests. by Alexey Samsonov · 12 years ago
  27. 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