1. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  2. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  3. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  4. c78773e tsan: support allocator_may_return_null flag by Dmitry Vyukov · 11 years ago
  5. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  6. 0fd908c tsan: print statistics about benign race annotations by Dmitry Vyukov · 11 years ago
  7. f754eb5 tsan: print matched suppressions if print_suppressions=1 flag is provided by Dmitry Vyukov · 11 years ago
  8. f63dde3 tsan: add flag to control symbolizer flush frequency by Dmitry Vyukov · 11 years ago
  9. ddbe2be tsan: add flag to not report races between atomic and plain memory accesses by Dmitry Vyukov · 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. 3fb70e3 tsan: address several review comments by Dmitry Vyukov · 12 years ago
  13. cec6068 tsan: add log_path parameter (similar to asan) remove old log_fileno by Dmitry Vyukov · 12 years ago
  14. d698edc tsan: dynamic history size by Dmitry Vyukov · 12 years ago
  15. 8a32677 tsan: add flag to suppress all reports (useful for benchmarking) by Dmitry Vyukov · 12 years ago
  16. f3457cb [Sanitizer] Use kStderrFd constant instead of hardcoded 2 by Alexey Samsonov · 12 years ago
  17. 9a46c3b [TSan] Use interface attribute for weak functions that may be overriden by user by Alexey Samsonov · 12 years ago
  18. 8cc1f81 [TSan] add support for running external symbolizer other than addr2line (for testing purposes) by Alexey Samsonov · 12 years ago
  19. 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
  20. 87dbdf5 tsan: allow environment to override OnReport() and OverrideFlags() by Dmitry Vyukov · 12 years ago
  21. f3be706 [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to common runtime. by Alexey Samsonov · 12 years ago
  22. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago
  23. 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
  24. d51a1a1 tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime by Dmitry Vyukov · 12 years ago
  25. 88207ab [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementations of functions. Move strchr to sanitizer_libc. by Alexey Samsonov · 12 years ago
  26. 98c8780 [TSan] use efficient real_memcpy inside runtime by Alexey Samsonov · 12 years ago
  27. e19cf55 [TSan] s/internal_memset/real_memset by Alexey Samsonov · 12 years ago
  28. 230c3be [Sanitizer] Move more functions/constants to sanitizer_common. by Alexey Samsonov · 12 years ago
  29. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  30. 24567d4 tsan: add a flag to control RunningOnValgrind() return value by Dmitry Vyukov · 12 years ago
  31. adfb650 tsan: add shadow memory flush + fix few bugs by Dmitry Vyukov · 12 years ago
  32. 2612773 tsan: simple memory profiler by Dmitry Vyukov · 12 years ago
  33. b7b6b1c tsan: remove shutdown code by Dmitry Vyukov · 12 years ago
  34. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago