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. 259f706 Update aosp/master compiler-rt for rebase to r235153 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. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  9. 1a3f1ea tsan: add a test for __tsan_default_options() by Dmitry Vyukov · 11 years ago
  10. f719b92 tsan: introduce __tsan_default_options() function by Dmitry Vyukov · 11 years ago
  11. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  12. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  13. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  14. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  15. c78773e tsan: support allocator_may_return_null flag by Dmitry Vyukov · 11 years ago
  16. dbac0a4 tsan/msan: add halt_on_error flag by Dmitry Vyukov · 11 years ago
  17. 0fd908c tsan: print statistics about benign race annotations by Dmitry Vyukov · 11 years ago
  18. f754eb5 tsan: print matched suppressions if print_suppressions=1 flag is provided by Dmitry Vyukov · 11 years ago
  19. f63dde3 tsan: add flag to control symbolizer flush frequency by Dmitry Vyukov · 11 years ago
  20. ddbe2be tsan: add flag to not report races between atomic and plain memory accesses by Dmitry Vyukov · 12 years ago
  21. e3178e8 tsan: add io_sync flag that controls amount of IO synchronization by Dmitry Vyukov · 12 years ago
  22. 543b94a tsan: suppress weird race reports when JVM is embed into the process by Dmitry Vyukov · 12 years ago
  23. 3fb70e3 tsan: address several review comments by Dmitry Vyukov · 12 years ago
  24. cec6068 tsan: add log_path parameter (similar to asan) remove old log_fileno by Dmitry Vyukov · 12 years ago
  25. d698edc tsan: dynamic history size by Dmitry Vyukov · 12 years ago
  26. 8a32677 tsan: add flag to suppress all reports (useful for benchmarking) by Dmitry Vyukov · 12 years ago
  27. f3457cb [Sanitizer] Use kStderrFd constant instead of hardcoded 2 by Alexey Samsonov · 12 years ago
  28. 9a46c3b [TSan] Use interface attribute for weak functions that may be overriden by user by Alexey Samsonov · 12 years ago
  29. 8cc1f81 [TSan] add support for running external symbolizer other than addr2line (for testing purposes) by Alexey Samsonov · 12 years ago
  30. fd51390 tsan: add flag to disable reporting of destruction of locked mutexes (some programs use that on a regular basis) by Dmitry Vyukov · 12 years ago
  31. 87dbdf5 tsan: allow environment to override OnReport() and OverrideFlags() by Dmitry Vyukov · 12 years ago
  32. f3be706 [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to common runtime. by Alexey Samsonov · 12 years ago
  33. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago
  34. bc12f5d [TSan] add a new option 'use_internal_symbolizer' that allows to choose between addr2line-based and llvm-based symbolizer w/o having to rebuild the runtime. This is hopefully a temporary solution that simplifies testing process. In the end, we should leave a single symbolizer. by Alexey Samsonov · 12 years ago
  35. d51a1a1 tsan: prevent insertion of unwanted memset/memcpy/memcmp into runtime by Dmitry Vyukov · 12 years ago
  36. 88207ab [Sanitizer] Use DEFINE_REAL macro in TSan runtime to call libc implementations of functions. Move strchr to sanitizer_libc. by Alexey Samsonov · 12 years ago
  37. 98c8780 [TSan] use efficient real_memcpy inside runtime by Alexey Samsonov · 12 years ago
  38. e19cf55 [TSan] s/internal_memset/real_memset by Alexey Samsonov · 12 years ago
  39. 230c3be [Sanitizer] Move more functions/constants to sanitizer_common. by Alexey Samsonov · 12 years ago
  40. 603c4be Remove file-type tags in .cc files in tsan/ and sanitizer_common/ by Alexey Samsonov · 12 years ago
  41. 24567d4 tsan: add a flag to control RunningOnValgrind() return value by Dmitry Vyukov · 12 years ago
  42. adfb650 tsan: add shadow memory flush + fix few bugs by Dmitry Vyukov · 12 years ago
  43. 2612773 tsan: simple memory profiler by Dmitry Vyukov · 12 years ago
  44. b7b6b1c tsan: remove shutdown code by Dmitry Vyukov · 12 years ago
  45. 7ac4148 [tsan] First commit of ThreadSanitizer (TSan) run-time library. by Kostya Serebryany · 12 years ago