1. cac631e [TSan] Use --whole-archive around TSan runtime in old TSan makefiles. Fix a Go build by Alexey Samsonov · 11 years ago
  2. 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
  3. 8cde5cb tsan: catch races on condition variables by Dmitry Vyukov · 11 years ago
  4. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  5. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  6. fa484ba Add "CHECK-" prefix to un-break buildbot failure. by Rui Ueyama · 11 years ago
  7. a1b15b4 [tests] Update to use lit_config and lit package, as appropriate. by Daniel Dunbar · 11 years ago
  8. 653e452 [TSan] Fix free_race.c by removing `not` from the test invocation that doesn't fail. by Alexander Potapenko · 11 years ago
  9. 45c652e [TSan] Let the users suppress use-after-free errors using the "race:" suppressions. by Alexander Potapenko · 11 years ago
  10. 0172c8c Enable pipefail for TSan tests by Alexey Samsonov · 11 years ago
  11. 55a9326 Disable pipefail for ThreadSanitizer. by Rafael Espindola · 11 years ago
  12. f021f4f Use --driver-mode=g++ instead of -ccc-cxx; required after Clang r186605 by Hans Wennborg · 11 years ago
  13. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  14. fe18723 Define the path to llvm-symbolizer tool in a common config to reduce copy-paste by Alexey Samsonov · 11 years ago
  15. fb53992 tsan: make the test more robust by Dmitry Vyukov · 11 years ago
  16. 48e5420 tsan: fix potential false positive race on fd by Dmitry Vyukov · 11 years ago
  17. 6cfb2f7 tsan: fix lit test failures by Dmitry Vyukov · 11 years ago
  18. 3f5f59a tsan: add system tests for suppressions by Dmitry Vyukov · 11 years ago
  19. ad785cb Remove a bunch of copy-paste: use common config for sanitizer lit/unit tests by Alexey Samsonov · 11 years ago
  20. 57434a3 Improve support for compiler-rt tests in CMake build. by Alexey Samsonov · 11 years ago
  21. dc563c0 tsan: detect when a thread ends with ignores enabled by Dmitry Vyukov · 11 years ago
  22. 8354fae tsan: introduce recursive mutex lock/unlock java interface by Dmitry Vyukov · 11 years ago
  23. 19bbac0 tsan: comment out debug output in test by Dmitry Vyukov · 11 years ago
  24. 94d8b44 tsan: fix deadlock detector table (OK to lock sync var mutex during reporting) by Dmitry Vyukov · 11 years ago
  25. 8ecd0e5 tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 by Dmitry Vyukov · 11 years ago
  26. 4526909 tsan: add a test that used to crash, fixed by r180180. by Dmitry Vyukov · 11 years ago
  27. 46fea91 tsan: fix stack traces for malloc and free by Dmitry Vyukov · 11 years ago
  28. 103f258 [TSan] remove -fPIE -pie from TSan lit tests to check that -fsanitize=thread implies them now by Alexey Samsonov · 11 years ago
  29. 2a529ad Explicitly list all sanitizer headers in CMake build rules. Make sure sanitizer lit_tests depend on fresh headers. by Alexey Samsonov · 11 years ago
  30. c9b626e [Sanitizer] fix TSan tests: remove global ctor from sanitizer_common, run load_shared_lib test only in lit by Alexey Samsonov · 11 years ago
  31. 8a6cac5 [asan] relax Linux/zero-base-shadow.cc to make it pass on newer Ubuntu; fix lint by Kostya Serebryany · 11 years ago
  32. c8feb2f [libsymbolized] If we can't find an address in the list of shared libraries, try to reload it. by Alexander Potapenko · 11 years ago
  33. 743d89d [TSan] Add the WTFAnnotateBenignRaceSized implementation and a test for by Alexander Potapenko · 11 years ago
  34. 7acbcb9 [tsan] a test checking that memset/memcpy/memmove are not inlined in tsan mode by Kostya Serebryany · 11 years ago
  35. 83b4707 [tsan] don't use -fno-builtin for tests; add a test for a false negative bug (inlined memcpy is not instrumented) by Kostya Serebryany · 11 years ago
  36. f778ae5 [TSan] Fixup for r178128: verify that TSan indeed doesn't report race by Alexey Samsonov · 11 years ago
  37. f3798f5 [TSan] Run test output through FileCheck by Alexey Samsonov · 11 years ago
  38. 0f2cf8a [tsan] make memcpy_race.cc test immune to memcpy inlining by Kostya Serebryany · 11 years ago
  39. 5b1b9ce [tsan] add a test for aligned-vs-unaligned race (tsan's false negative) by Kostya Serebryany · 11 years ago
  40. 8b30c25 tsan: intercept setjmp/longjmp by Dmitry Vyukov · 11 years ago
  41. 7423c78 tsan: return 0 on malloc() failure instead of crashing by Dmitry Vyukov · 11 years ago
  42. 4044752 tsan: test that tsan explicitly says "race on vptr". Requires llvm r177717. by Dmitry Vyukov · 11 years ago
  43. 1471220 tsan: work around FileCheck bug with empty outputs by Dmitry Vyukov · 11 years ago
  44. 4536cb1 tsan: better reporting of thread leaks by Dmitry Vyukov · 11 years ago
  45. 0dc47b6 tsan: better reporting for races on vptr by Dmitry Vyukov · 11 years ago
  46. ae4cf31 tsan: reduce size of mutexsets from 64 to 16 mutexes by Dmitry Vyukov · 11 years ago
  47. 4ff1f60 tsan: fix flaky test by Dmitry Vyukov · 11 years ago
  48. 0602fc9 tsan: fix incorrect test by Dmitry Vyukov · 11 years ago
  49. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  50. 5c88936 [TSan] Makefiles: allow configurable paths to clang and FileCheck. Add -fno-rtti flag. by Alexey Samsonov · 11 years ago
  51. cf576c8 [tsan] enable tsan-vs-gvn test since it is now fixed by Kostya Serebryany · 11 years ago
  52. 8da17ea [tsan] disable a failing test until it gets fixed. fix lint by Kostya Serebryany · 11 years ago
  53. 867ac63 [tsan] simplify tsan-vs-gvn test since gvn vs tsan is now fixed; fix lint by Kostya Serebryany · 11 years ago
  54. 9c0b286 [tsan] added tsan-vs-gvn test by Kostya Serebryany · 11 years ago
  55. 2d740a3 [tsan] race_on_write test by Kostya Serebryany · 11 years ago
  56. 9dbba15 [tsan] improve FrameIsInternal by Kostya Serebryany · 11 years ago
  57. 2f588f9 [tsan] print error summary line by Kostya Serebryany · 11 years ago
  58. 3285866 tsan: even if races between atomic and plain memory accesses are turned off (report_atomic_races=0), by Dmitry Vyukov · 11 years ago
  59. 0a07b35 tsan: say that the memory access is atomic in reports by Dmitry Vyukov · 11 years ago
  60. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 11 years ago
  61. 48ecaf4 Use LLVM_BUILD_TYPE instead of CMAKE_BUILD_TYPE in compiler-rt unit tests to match the behavior of llvm unittests by Alexey Samsonov · 11 years ago
  62. c44219c [TSan] relax output tests a bit to make them pass in gcc build by Alexey Samsonov · 11 years ago
  63. eb41768 [tsan] Fix checks for siginfo_t in tests by Will Dietz · 12 years ago
  64. 750ef8f [tsan] fix thread_name.cc test to work with older versions of libc by Kostya Serebryany · 12 years ago
  65. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  66. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  67. 153ba3f [sanitizer] move write/pwrite/pwrite64 interceptors to common by Kostya Serebryany · 12 years ago
  68. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  69. 7be1cc8 [tsan] add write_range/read_range hooks to common interceptors called from tsan (to find races on read/pread/etc) by Kostya Serebryany · 12 years ago
  70. c803319 [sanitizer] a bit more unification for interceptors (merge read/pread/pread64 in asan and tsan) by Kostya Serebryany · 12 years ago
  71. fb917e9 tsan: describe stack and TLS addresses by Dmitry Vyukov · 12 years ago
  72. 5a1f233 tsan: symbolize global variables by Dmitry Vyukov · 12 years ago
  73. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  74. bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  75. 89efdc5 [TSan] Blacklist test: Rename blacklisted function. Make this test work for custom TSan testing script. by Alexey Samsonov · 12 years ago
  76. 7e3d21f [TSan] Add lit test for -fsanitize-blacklist= flag by Alexey Samsonov · 12 years ago
  77. 55425eb Make ASan and TSan tests a bit less brittle with @LINE FileCheck macro by Alexey Samsonov · 12 years ago
  78. d7d7b5f Define COMPILER_RT_CAN_EXECUTE_TESTS variable on platforms where we can produce working binaries and use it in build rules for sanitizers tests by Alexey Samsonov · 12 years ago
  79. bd88c18 tsan: work around FileCheck feature that it does not accept empty input by Dmitry Vyukov · 12 years ago
  80. b843c1f tsan: more defensive file descriptor verification by Dmitry Vyukov · 12 years ago
  81. fc2bebf tsan: add java malloc stress test by Dmitry Vyukov · 12 years ago
  82. 830ca04 tsan: add java rwlock test by Dmitry Vyukov · 12 years ago
  83. 5ba3fec tsan: add a test for java memory move by Dmitry Vyukov · 12 years ago
  84. 429ccc8 tsan: move common part of java tests into a separate header by Dmitry Vyukov · 12 years ago
  85. c3d708b tsan: fix Java memory move operations and add the test by Dmitry Vyukov · 12 years ago
  86. 9050e30 tsan: update mutex lock table for java by Dmitry Vyukov · 12 years ago
  87. d37c272 tsan: add lit test with statically linker libstdc++ by Dmitry Vyukov · 12 years ago
  88. e78b620 tsan: add java interface implementation stub by Dmitry Vyukov · 12 years ago
  89. 0b11375 tsan: remove TSAN_OPTIONS from the script by Dmitry Vyukov · 12 years ago
  90. c2234cd tsan: describe "file descriptor" location by Dmitry Vyukov · 12 years ago
  91. da35037 tsan: say what thread had created a thread in reports by Dmitry Vyukov · 12 years ago
  92. ed513f6 tsan: synchronize connect->accept calls by Dmitry Vyukov · 12 years ago
  93. 785425a tsan: add test for errno spoiling in signal handler by Dmitry Vyukov · 12 years ago
  94. 2c69c86 tsan: add test for malloc/free in signal handler by Dmitry Vyukov · 12 years ago
  95. 983518e tsan: add socketpair() interceptor and test by Dmitry Vyukov · 12 years ago
  96. c78839f tsan: more precise handling of IO synchronization by Dmitry Vyukov · 12 years ago
  97. ba3ae35 tsan: more fd interceptors + bug fixes + tests by Dmitry Vyukov · 12 years ago
  98. 01e9698 tsan: fix pipe interceptors and add 2 tests by Dmitry Vyukov · 12 years ago
  99. 63a22f0 tsan: deflake output tests (by increasing sleeps) by Dmitry Vyukov · 12 years ago
  100. 3617ad7 tsan: fix lint warning and make output tests more robust by Dmitry Vyukov · 12 years ago