1. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  2. 259f706 Update aosp/master compiler-rt for rebase to r235153 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. 66d91e3 [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan. by Alexey Samsonov · 11 years ago
  9. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  10. 01a7ce8 tsan: move shadow stack from thread descriptors to fixed addresses by Dmitry Vyukov · 11 years ago
  11. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  12. 6a135be tsan: allow to override OnFinalize() in front-ends that does not support weak functions (Go) by Dmitry Vyukov · 11 years ago
  13. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  14. 5b89400 [TSan] Automatically pick up llvm-symbolizer from PATH, as we do in another sanitizers by Alexey Samsonov · 11 years ago
  15. 92b5479 tsan: add memory_limit_mb flag by Dmitry Vyukov · 11 years ago
  16. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  17. 652f78a tsan: refactor internal IgnoreCtl interface by Dmitry Vyukov · 11 years ago
  18. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  19. 0a05e5f [TSan] use InternalMmapVector to store fired suppressions by Alexey Samsonov · 11 years ago
  20. 9c4d7a4 tsan: fix Windows Go crash by Dmitry Vyukov · 11 years ago
  21. dc563c0 tsan: detect when a thread ends with ignores enabled by Dmitry Vyukov · 11 years ago
  22. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  23. 9578a3e [nolibc] Change internal syscall API to remove reliance on libc's errno. by Peter Collingbourne · 11 years ago
  24. 8ecd0e5 tsan: add interface functions for unaligned access, e.g. __sanitizer_unaligned_load16 by Dmitry Vyukov · 11 years ago
  25. 46fea91 tsan: fix stack traces for malloc and free by Dmitry Vyukov · 11 years ago
  26. 7ed46ff [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 by Alexey Samsonov · 11 years ago
  27. d475aa8 [tsan] restore performance critical inlining in tsan: remove static from ALWAYS_INLINE, use ALWAYS_INLINE USED for critical functions. by Kostya Serebryany · 11 years ago
  28. 43c36e4 Band-aid fix for the TSan RTL build by Timur Iskhodzhanov · 11 years ago
  29. 0fd908c tsan: print statistics about benign race annotations by Dmitry Vyukov · 11 years ago
  30. f754eb5 tsan: print matched suppressions if print_suppressions=1 flag is provided by Dmitry Vyukov · 11 years ago
  31. 8b30c25 tsan: intercept setjmp/longjmp by Dmitry Vyukov · 11 years ago
  32. f63dde3 tsan: add flag to control symbolizer flush frequency by Dmitry Vyukov · 11 years ago
  33. a38e40f tsan: flush symbolizer cache if not symbolized for more than 5 seconds by Dmitry Vyukov · 11 years ago
  34. 4bebe7b tsan: use a single background thread for memory profiler and memory flush (and later for symbolizer flush) by Dmitry Vyukov · 11 years ago
  35. 82dbc51 tsan: special handling of .rodata (don't try to find races, don't keep shadow, dont' put into traces) by Dmitry Vyukov · 11 years ago
  36. 286c914 tsan: fix build by Dmitry Vyukov · 11 years ago
  37. 9743d74 tsan: move trace header into 0x600000000000 range by Dmitry Vyukov · 11 years ago
  38. 74172de tsan: touch less shadow memory during operations on big memory ranges by Dmitry Vyukov · 11 years ago
  39. 7ac33ac tsan: mark shadow for thread stack as "don't need" when thread exits by Dmitry Vyukov · 11 years ago
  40. 5d72fc7 tsan: better memory profiler by Dmitry Vyukov · 11 years ago
  41. 491852e tsan: fix Go build by Dmitry Vyukov · 11 years ago
  42. 3abf531 tsan: use StackDepot in sync object to store creation stacks by Dmitry Vyukov · 11 years ago
  43. 2bbd8be [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common by Alexey Samsonov · 11 years ago
  44. ee7cc44 [Sanitizer] make internal_open have the same interface as libc version by Alexey Samsonov · 12 years ago
  45. 3285866 tsan: even if races between atomic and plain memory accesses are turned off (report_atomic_races=0), by Dmitry Vyukov · 12 years ago
  46. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  47. 859778a [sanitizer] make the error messages from sanitizer_common contain the actual tool name by Kostya Serebryany · 12 years ago
  48. 7c984ca tsan: introduce a helped macro CPP_WEAK (Go linker does not support weak symbols) by Dmitry Vyukov · 12 years ago
  49. 22881ec tsan: add OnFinalize() callback for frontends by Dmitry Vyukov · 12 years ago
  50. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  51. bdd844c tsan: implement malloc stats querying by Dmitry Vyukov · 12 years ago
  52. dae1251 tsan: less debug output by Dmitry Vyukov · 12 years ago
  53. 6535c31 tsan: support MapThreadTrace() on all platforms by Dmitry Vyukov · 12 years ago
  54. 68230a1 tsan: even more fd interceptors + fixes by Dmitry Vyukov · 12 years ago
  55. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  56. aecf2e5 tsan: output thread names by Dmitry Vyukov · 12 years ago
  57. 0415ac0 tsan: fix trace handling when trace is reused between threads by Dmitry Vyukov · 12 years ago
  58. c8f0a00 tsan: fix int overflow and several instances where tid is used with ignore by Dmitry Vyukov · 12 years ago
  59. 064c847 tsan: fix bug that leads to spurious use-after-free reports by Dmitry Vyukov · 12 years ago
  60. cec6068 tsan: add log_path parameter (similar to asan) remove old log_fileno by Dmitry Vyukov · 12 years ago
  61. d698edc tsan: dynamic history size by Dmitry Vyukov · 12 years ago
  62. 385542a tsan: move traces from tls into dedicated storage at fixed address by Dmitry Vyukov · 12 years ago
  63. 6fa4cc3 tsan: ensure than func entry/exit are inlined by Dmitry Vyukov · 12 years ago
  64. bd9f496 tsan: remove unused parameter by Dmitry Vyukov · 12 years ago
  65. ed77156 tsan: better function names by Dmitry Vyukov · 12 years ago
  66. 08adb18 tsan: fix stats collection by Dmitry Vyukov · 12 years ago
  67. 93b4caf [Sanitizer] add sanity checks for communication with external symbolizer by Alexey Samsonov · 12 years ago
  68. 54e0a9a tsan: do not sleep at exit if there are no other threads by Dmitry Vyukov · 12 years ago
  69. 6b641c5 tsan: slightly relax requirements for lazy shadow memory (can overlap and may not be properly aligned) by Dmitry Vyukov · 12 years ago
  70. a05fcc1 tsan: lazily allocate shadow for Go by Dmitry Vyukov · 12 years ago
  71. b1fe302 [TSan] finally remove TsanPrintf in favor of Printf from sanitizer_common by Alexey Samsonov · 12 years ago
  72. b3b2123 tsan: better message about found races for Go ThreadSanitizer by Dmitry Vyukov · 12 years ago
  73. 158c6ac tsan: cache pc's that cause suppressions (this way we do not need to symbolize the reports) by Dmitry Vyukov · 12 years ago
  74. d0a51c0 tsan: wait for pending reports before exit by Dmitry Vyukov · 12 years ago
  75. 7dccf3f tsan: output tid's in reports by Dmitry Vyukov · 12 years ago
  76. 68bdcc4 [TSan] fork external symbolizer before starting internal threads by Alexey Samsonov · 12 years ago
  77. 85a6dad tsan: fix Go build by Dmitry Vyukov · 12 years ago
  78. 9c6c5a2 tsan: increase internal memory block limit 1GB->4GB by Dmitry Vyukov · 12 years ago
  79. 591616d [Sanitizer] Get rid of dependency between sanitizer_common and asan/tsan runtimes: implement tool-specific Die and CheckFailed functions via callbacks by Alexey Samsonov · 12 years ago
  80. 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
  81. 8cc1f81 [TSan] add support for running external symbolizer other than addr2line (for testing purposes) by Alexey Samsonov · 12 years ago
  82. 1dc4cf7 [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T* by Alexey Samsonov · 12 years ago
  83. aaac6e2 tsan: do not crash with obscure message if a user passes invalid arguments to malloc/free/memset/etc by Dmitry Vyukov · 12 years ago
  84. 8485311 tsan: add "as if synchronized via sleep" feature by Dmitry Vyukov · 12 years ago
  85. ff35f1d tsan: use stack depot to describe heap blocks by Dmitry Vyukov · 12 years ago
  86. 14c8bd7 [TSan] switch tsan to using InternalScopedBuffer from sanitizer_common by Alexey Samsonov · 12 years ago
  87. bbbb20b tsan: improve Go report format + fix build by Dmitry Vyukov · 12 years ago
  88. 26af893 tsan: provide function that imitates write to a region but does not detect races by Dmitry Vyukov · 12 years ago
  89. 2e87051 tsan: switch to new allocator by Dmitry Vyukov · 12 years ago
  90. 93ec440 tsan: remove unnecessary and wrong include by Dmitry Vyukov · 12 years ago
  91. 25d1c79 tsan: use dynamic shadow stack for Go by Dmitry Vyukov · 12 years ago
  92. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago
  93. fce5bd4 tsan/asan: unify atomics (move atomics from tsan to sanitizer_common) by Dmitry Vyukov · 12 years ago
  94. 9ad7c32 tsan: do not call malloc/free in memory access handling routine. by Dmitry Vyukov · 12 years ago
  95. de08c02 [Sanitizer] Renaming: SNPrintf -> internal_snprintf (and move it to sanitizer libc) by Alexey Samsonov · 12 years ago
  96. 0969bcf [Sanitizer] move different wrappers from TSan to common sanitizer runtime by Alexey Samsonov · 12 years ago
  97. c925697 [Sanitizer] move all the rest re-implementations of libc functions from ASan runtime to common sanitizer runtime by Alexey Samsonov · 12 years ago
  98. 47b1634 [Sanitizer] move placement_new definiton from TSan to common runtime by Alexey Samsonov · 12 years ago
  99. 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
  100. 67a64dd [TSan] run some renaming as a preparation for factoring out Printf implementation. by Alexey Samsonov · 12 years ago