1. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  2. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 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. ff90a95 tsan: allow to ignore memory accesses in malloc and free by Dmitry Vyukov · 11 years ago
  6. 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
  7. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  8. 0304941 tsan: fix crash when data race happens on out-of-bounds accesses. by Dmitry Vyukov · 11 years ago
  9. 7423c78 tsan: return 0 on malloc() failure instead of crashing by Dmitry Vyukov · 11 years ago
  10. f51c386 tsan: smaller memory block headers (32b->16b) by Dmitry Vyukov · 11 years ago
  11. 3ce2170 tsan: add support for idle threads by Dmitry Vyukov · 11 years ago
  12. 7ac33ac tsan: mark shadow for thread stack as "don't need" when thread exits by Dmitry Vyukov · 11 years ago
  13. e93e505 tsan: move implementation out of h file 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. 8a6b5e5 [TSan] Add interceptor for malloc_usable_size() by Alexey Samsonov · 12 years ago
  16. 1acfa02 tsan: return the old fake numbers from malloc stats (some code already depends on them) by Dmitry Vyukov · 12 years ago
  17. bdd844c tsan: implement malloc stats querying by Dmitry Vyukov · 12 years ago
  18. 1253082 tsan: add stubs for malloc introspection (similar to what we have in asan) by Dmitry Vyukov · 12 years ago
  19. fb917e9 tsan: describe stack and TLS addresses by Dmitry Vyukov · 12 years ago
  20. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  21. 491d34b tsan: fix the code that searches for heap memory block metadata by Dmitry Vyukov · 12 years ago
  22. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  23. 158c6ac tsan: cache pc's that cause suppressions (this way we do not need to symbolize the reports) by Dmitry Vyukov · 12 years ago
  24. 4f0ea39 [TSan] Provide replacements for operators new/delete instead of declaring extern C functions with weirdly mangled names (same strategy is used in ASan). by Alexey Samsonov · 12 years ago
  25. 8485311 tsan: add "as if synchronized via sleep" feature by Dmitry Vyukov · 12 years ago
  26. ff35f1d tsan: use stack depot to describe heap blocks by Dmitry Vyukov · 12 years ago
  27. 9bbc579 tsan: store sync objects in memory block headers + delete them when the block is freed by Dmitry Vyukov · 12 years ago
  28. 2e87051 tsan: switch to new allocator by Dmitry Vyukov · 12 years ago
  29. bf34710 tsan: remove internal allocator, switch to sanitizer_common one. by Dmitry Vyukov · 12 years ago
  30. 9ad7c32 tsan: do not call malloc/free in memory access handling routine. by Dmitry Vyukov · 12 years ago
  31. f7667cc [Sanitizer] move internal_strdup and internal_memcpy to common runtime. Make internal allocations from TSan runtime call InternalAlloc from common runtime by Alexey Samsonov · 12 years ago
  32. 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
  33. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago
  34. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  35. efd9582 tsan: add more checks for OOM conditions tests like to try to malloc((size_t)-1) by Dmitry Vyukov · 12 years ago
  36. 7b8bee1 tsan: check for overflow in malloc() by Dmitry Vyukov · 12 years ago
  37. b7b6b1c tsan: remove shutdown code by Dmitry Vyukov · 12 years ago
  38. f5820e7 tsan: enabled report suppression for signal-unsafe reports by Dmitry Vyukov · 12 years ago
  39. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago