1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  3. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  4. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  5. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  6. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  7. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  8. c842dab [TSan] Extend test for reporting globals with races on them by Alexey Samsonov · 11 years ago
  9. a27512c [tsan] add colors to tsan output by Kostya Serebryany · 11 years ago
  10. 9d95475 tsan: better report formatting for Go by Dmitry Vyukov · 11 years ago
  11. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  12. 4536cb1 tsan: better reporting of thread leaks by Dmitry Vyukov · 11 years ago
  13. 0dc47b6 tsan: better reporting for races on vptr by Dmitry Vyukov · 11 years ago
  14. 2bbd8be [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common by Alexey Samsonov · 11 years ago
  15. 5ba301d [TSan] skip multiple internal frames, if necessary by Alexey Samsonov · 12 years ago
  16. 2f588f9 [tsan] print error summary line by Kostya Serebryany · 12 years ago
  17. 0a07b35 tsan: say that the memory access is atomic in reports by Dmitry Vyukov · 12 years ago
  18. fb917e9 tsan: describe stack and TLS addresses by Dmitry Vyukov · 12 years ago
  19. 5a1f233 tsan: symbolize global variables by Dmitry Vyukov · 12 years ago
  20. c2234cd tsan: describe "file descriptor" location by Dmitry Vyukov · 12 years ago
  21. da35037 tsan: say what thread had created a thread in reports by Dmitry Vyukov · 12 years ago
  22. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  23. aecf2e5 tsan: output thread names by Dmitry Vyukov · 12 years ago
  24. 433c219 tsan: describe global vars (module+offset for now) by Dmitry Vyukov · 12 years ago
  25. 6c0fbca tsan: explicitly say that failed to restore the stack by Dmitry Vyukov · 12 years ago
  26. 95f50b1 tsan: add missing \n in report by Dmitry Vyukov · 12 years ago
  27. dc2a27e tsan: explictly say when we fail to restore a stack trace by Dmitry Vyukov · 12 years ago
  28. b1fe302 [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common by Alexey Samsonov · 12 years ago
  29. e0023f7 tsan: fix mac build by Dmitry Vyukov · 12 years ago
  30. 7dccf3f tsan: output tid's in reports by Dmitry Vyukov · 12 years ago
  31. 0ab628c tsan: increase max shadow stack size + reduce memory consumption at the same time (by not memorizing full stacks in traces) by Dmitry Vyukov · 12 years ago
  32. 1da1056 tsan: better diagnostics for mutex misuse by Dmitry Vyukov · 12 years ago
  33. 8485311 tsan: add "as if synchronized via sleep" feature by Dmitry Vyukov · 12 years ago
  34. ff35f1d tsan: use stack depot to describe heap blocks by Dmitry Vyukov · 12 years ago
  35. bbbb20b tsan: improve Go report format + fix build by Dmitry Vyukov · 12 years ago
  36. 332c62b tsan: better diagnostics for destroy of a locked mutex + a test by Dmitry Vyukov · 12 years ago
  37. 853733e tsan: align report style with Go internal format by Dmitry Vyukov · 12 years ago
  38. 43046e0 tsan: output goroutine creation stack by Dmitry Vyukov · 12 years ago
  39. c510a2f tsan: Go lang: symbolize stack traces by Dmitry Vyukov · 12 years ago
  40. 7a72b4a tsan: check that signal handlers do not spoil errno. by Dmitry Vyukov · 12 years ago
  41. 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
  42. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago
  43. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  44. 069ce82 tsan: detect accesses to freed memory http://codereview.appspot.com/6214052 by Dmitry Vyukov · 12 years ago
  45. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago