1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 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. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  6. 9c1e4f4 tsan: consistently use thr instead of cur_thread() in annotations implementation by Dmitry Vyukov · 11 years ago
  7. 652f78a tsan: refactor internal IgnoreCtl interface by Dmitry Vyukov · 11 years ago
  8. 2ec7318 [tsan] No-op implementation of AnnotateMemoryIsInitialized. by Evgeniy Stepanov · 11 years ago
  9. e7718bc tsan: consistently use return pc as top frame pc by Dmitry Vyukov · 11 years ago
  10. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  11. 743d89d [TSan] Add the WTFAnnotateBenignRaceSized implementation and a test for by Alexander Potapenko · 11 years ago
  12. 0fd908c tsan: print statistics about benign race annotations by Dmitry Vyukov · 11 years ago
  13. aecf2e5 tsan: output thread names by Dmitry Vyukov · 12 years ago
  14. 258c24b tsan: add __attribute__((visibility("default"))) to interface functions by Dmitry Vyukov · 12 years ago
  15. b1fe302 [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common by Alexey Samsonov · 12 years ago
  16. c20e9ba tsan: implement RWLOCK annotations by Dmitry Vyukov · 12 years ago
  17. 3fb4441 tsan: fix COMPAT mapping to not produce false reports by Dmitry Vyukov · 12 years ago
  18. 47b1634 [Sanitizer] move placement_new definiton from TSan to common runtime by Alexey Samsonov · 12 years ago
  19. 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
  20. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago
  21. b9a30e0 [Sanitizer] remove using namespace __sanitizer lines by Alexey Samsonov · 12 years ago
  22. 0a4c906 [Sanitizer] Use common defines for ASan and TSan runtime. Split defines between interface defines (can be visible in user code that includes interface ASan/TSan headers) and internal defines. by Alexey Samsonov · 12 years ago
  23. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  24. c0d78c1 [Sanitizer]: move internal_strcmp to sanitizer_common by Alexey Samsonov · 12 years ago
  25. 24567d4 tsan: add a flag to control RunningOnValgrind() return value by Dmitry Vyukov · 12 years ago
  26. 7b664bf tsan: ValgrindSlowdown() should be weak for some time by Dmitry Vyukov · 12 years ago
  27. dc2f032 tsan: add ValgrindSlowdown() "dynamic annotation" by Dmitry Vyukov · 12 years ago
  28. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago