1. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  2. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  3. c78773e tsan: support allocator_may_return_null flag by Dmitry Vyukov · 11 years ago
  4. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  5. 0fd908c tsan: print statistics about benign race annotations by Dmitry Vyukov · 11 years ago
  6. f754eb5 tsan: print matched suppressions if print_suppressions=1 flag is provided by Dmitry Vyukov · 11 years ago
  7. f63dde3 tsan: add flag to control symbolizer flush frequency by Dmitry Vyukov · 11 years ago
  8. ddbe2be tsan: add flag to not report races between atomic and plain memory accesses by Dmitry Vyukov · 12 years ago
  9. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  10. e3178e8 tsan: add io_sync flag that controls amount of IO synchronization by Dmitry Vyukov · 12 years ago
  11. 543b94a tsan: suppress weird race reports when JVM is embed into the process by Dmitry Vyukov · 12 years ago
  12. 92733f9 tsan: intercept mlock() because of the kernel bug by Dmitry Vyukov · 12 years ago
  13. 3fb70e3 tsan: address several review comments by Dmitry Vyukov · 12 years ago
  14. cec6068 tsan: add log_path parameter (similar to asan) remove old log_fileno by Dmitry Vyukov · 12 years ago
  15. d698edc tsan: dynamic history size by Dmitry Vyukov · 12 years ago
  16. 8a32677 tsan: add flag to suppress all reports (useful for benchmarking) by Dmitry Vyukov · 12 years ago
  17. 8cc1f81 [TSan] add support for running external symbolizer other than addr2line (for testing purposes) by Alexey Samsonov · 12 years ago
  18. fd51390 tsan: add flag to disable reporting of destruction of locked mutexes (some programs use that on a regular basis) by Dmitry Vyukov · 12 years ago
  19. bc12f5d [TSan] add a new option 'use_internal_symbolizer' that allows to choose between addr2line-based and llvm-based symbolizer w/o having to rebuild the runtime. This is hopefully a temporary solution that simplifies testing process. In the end, we should leave a single symbolizer. by Alexey Samsonov · 12 years ago
  20. 86cdf2d [TSan] Add a comment that tsan_flags.h may be included in the user code, and therefore shouldn't include other headers from TSan or common sanitizer runtime. User may need tsan_flags.h to provide its implementation of __tsan::OverrideFlags by Alexey Samsonov · 12 years ago
  21. 24567d4 tsan: add a flag to control RunningOnValgrind() return value by Dmitry Vyukov · 12 years ago
  22. adfb650 tsan: add shadow memory flush + fix few bugs by Dmitry Vyukov · 12 years ago
  23. 2612773 tsan: simple memory profiler by Dmitry Vyukov · 12 years ago
  24. b7b6b1c tsan: remove shutdown code by Dmitry Vyukov · 12 years ago
  25. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago