1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  3. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  4. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  5. 94d8b44 tsan: fix deadlock detector table (OK to lock sync var mutex during reporting) by Dmitry Vyukov · 11 years ago
  6. f4e4f93 tsan: update mutex table for java by Dmitry Vyukov · 12 years ago
  7. d622379 tsan: completely disable deadlock detector for Go by Dmitry Vyukov · 12 years ago
  8. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  9. b1fe302 [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common by Alexey Samsonov · 12 years ago
  10. 2135d8a [TSan] fix a bunch of warnings reported by pedantic gcc by Alexey Samsonov · 12 years ago
  11. ff35f1d tsan: use stack depot to describe heap blocks by Dmitry Vyukov · 12 years ago
  12. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago
  13. c04d8b3 tsan/asan: unify ScopedLock by Dmitry Vyukov · 12 years ago
  14. 0969bcf [Sanitizer] move different wrappers from TSan to common sanitizer runtime by Alexey Samsonov · 12 years ago
  15. e954101 [Sanitizer]: Introduce a common internal printf function. For now, also use tool-specific wrappers TsanPrintf (its output is controlled by TSan flags) and AsanPrintf (which copies its results to the ASan-private buffer). Supported formats: %[z]{d,u,x}, %s, %p. Re-write all format strings in TSan according to this format (this should have no effect on 64-bit platforms). by Alexey Samsonov · 12 years ago
  16. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago
  17. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  18. 2612773 tsan: simple memory profiler by Dmitry Vyukov · 12 years ago
  19. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago