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. 11f5309 tsan: add support for robust mutexes by Dmitry Vyukov · 11 years ago
  9. 0797ff4 [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNCTION_VER. by Evgeniy Stepanov · 11 years ago
  10. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  11. 8aa3d18 tsna: do not call user code from within runtime (from fflush) by Dmitry Vyukov · 11 years ago
  12. 0b76578 [tsan] Fix unused variable warnings. by Evgeniy Stepanov · 11 years ago
  13. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  14. 58dc8be tsan: start the background thread with signals blocked, otherwise it can steal users signals by Dmitry Vyukov · 11 years ago
  15. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  16. fc81346 [Sanitizer] Move pthread_cond_signal and pthread_cond_broadcast to common interceptors by Alexey Samsonov · 11 years ago
  17. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  18. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  19. 3dbbd85 tsan: resolve symlinks for called_from_lib suppressions by Dmitry Vyukov · 11 years ago
  20. 67f5544 tsan: catch more races on file descriptors by Dmitry Vyukov · 11 years ago
  21. 29cec48 tsan: fix epoll_ctl interceptor by Dmitry Vyukov · 11 years ago
  22. 6eb836f [sanitizer] Move the PTHREAD_DESTRUCTOR_ITERATIONS constant to sanitizer_linux.h. by Sergey Matveev · 11 years ago
  23. 9fe1d5a tsan: fix a bug in pthread_once when called from an ignored library by Dmitry Vyukov · 11 years ago
  24. 14dd980 asan/msan/tsan: move _exit interceptor to common interceptors by Dmitry Vyukov · 11 years ago
  25. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  26. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  27. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  28. 39fa68e tsan: ignore malloc/free/strdup when called from libjvm by Dmitry Vyukov · 11 years ago
  29. d188653 tsan: ignore all interceptors coming directly from JVM by Dmitry Vyukov · 11 years ago
  30. 6c21e11 tsan: intercept fork syscall by Dmitry Vyukov · 11 years ago
  31. b47d41f tsan: intercept close syscall by Dmitry Vyukov · 11 years ago
  32. eb0be61 tsan: handle memory read/write in syscalls by Dmitry Vyukov · 11 years ago
  33. 9880219 tsan: do not crash when user intercepts fopen() by Dmitry Vyukov · 11 years ago
  34. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  35. c09250f [TSan] Fix -Wempty-body warning by Alexey Samsonov · 11 years ago
  36. 9d4956e tsan: prevent the following false positive due to __cxa_atexit by Dmitry Vyukov · 11 years ago
  37. 652f78a tsan: refactor internal IgnoreCtl interface by Dmitry Vyukov · 11 years ago
  38. a09507c Delete unused variables. by Eli Friedman · 11 years ago
  39. 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
  40. 8cde5cb tsan: catch races on condition variables by Dmitry Vyukov · 11 years ago
  41. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  42. cf878fd tsan: intercept getaddrinfo by Dmitry Vyukov · 11 years ago
  43. f109267 [*San/RTL] Fix minor breakage by Timur Iskhodzhanov · 11 years ago
  44. 3c80c6c Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where SANITIZER_INTERFACE_ATTRIBUTE or SANITIZER_ATTRIBUTE_WEAK are used by Timur Iskhodzhanov · 11 years ago
  45. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  46. 158ca52 tsan: treat SIGSYS as synchronous signal by Dmitry Vyukov · 11 years ago
  47. 48016bc tsan: disable one more interceptor that causes recursion by Dmitry Vyukov · 11 years ago
  48. 67505a8 [Sanitizer] move strcpy and strncpy to common interceptors by Alexey Samsonov · 11 years ago
  49. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  50. 3fa122e [sanitizer] Support GLOB_ALTDIRFUNC in glob interceptor. by Evgeniy Stepanov · 11 years ago
  51. c8c312a Hide mlock/munlock info message under verbosity flag. by Alexey Samsonov · 11 years ago
  52. 1dcabd1 tsan: add missing __attribute__((visibility("default"))) to interface functions by Dmitry Vyukov · 11 years ago
  53. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  54. e7718bc tsan: consistently use return pc as top frame pc by Dmitry Vyukov · 11 years ago
  55. 917f62e tsan: disable getaddrinfo() interceptor for tsan (causes recursion) by Dmitry Vyukov · 11 years ago
  56. 9666d89 [sanitizer] Move TSan and MSan recvmsg interceptors to common. by Evgeniy Stepanov · 11 years ago
  57. 9d1525e [sanitizer] Share TSan accept & accept4 interceptors with other sanitizers. by Evgeniy Stepanov · 11 years ago
  58. 0b694fc [nolibc] Move all platforms to internal_getpid. by Peter Collingbourne · 11 years ago
  59. edd2821 tsan: disable getpwuid_r() and glob64() interceptors under tsan, because they cause interceptor recursion if user intercepts fopen() by Dmitry Vyukov · 11 years ago
  60. 881b677 [sanitizer] Add syscall handlers to ASan and TSan runtimes. by Evgeniy Stepanov · 11 years ago
  61. b157c67 Remove all 'static' before ALWAYS_INLINE by Timur Iskhodzhanov · 11 years ago
  62. 8b30c25 tsan: intercept setjmp/longjmp by Dmitry Vyukov · 11 years ago
  63. 7423c78 tsan: return 0 on malloc() failure instead of crashing by Dmitry Vyukov · 11 years ago
  64. 5043f05 tsan: intercept abort() to fflush() libc streams by Dmitry Vyukov · 11 years ago
  65. f465bde tsan: remove bogus CHECK by Dmitry Vyukov · 11 years ago
  66. 4219ea3 tsan: add a comment about magic numbers by Dmitry Vyukov · 11 years ago
  67. 236a098 tsan: correct sizes of signal-related data structures by Dmitry Vyukov · 11 years ago
  68. 0ebfc6f tsan: call fflush(0) on exit again by Dmitry Vyukov · 11 years ago
  69. 8e1c769 tsan: instruct malloc() to consume less memory by Dmitry Vyukov · 11 years ago
  70. b9bf700 [sanitizer] Don't adjust the size of the user-allocated stack. by Evgeniy Stepanov · 11 years ago
  71. 74172de tsan: touch less shadow memory during operations on big memory ranges by Dmitry Vyukov · 11 years ago
  72. 7ac33ac tsan: mark shadow for thread stack as "don't need" when thread exits by Dmitry Vyukov · 11 years ago
  73. ac1f5ca tsan: madvise(DONTNEED) shadow memory on munmap() by Dmitry Vyukov · 11 years ago
  74. 2bbd8be [TSan] Switch TSan runtime to use ThreadRegistry class from sanitizer_common by Alexey Samsonov · 11 years ago
  75. 47a0f6e [TSan] Add missing header inclusion by Alexey Samsonov · 11 years ago
  76. f110e35 [TSan] Use __sanitizer_pthread_attr_t in TSan by Alexey Samsonov · 11 years ago
  77. 8a6b5e5 [TSan] Add interceptor for malloc_usable_size() by Alexey Samsonov · 12 years ago
  78. 03f2248 tsan: intercept libc __res_iclose by Dmitry Vyukov · 12 years ago
  79. 52c70e5 tsan: intercept bind/listen by Dmitry Vyukov · 12 years ago
  80. c05cbca tsan: catch races on fd in more cases by Dmitry Vyukov · 12 years ago
  81. 334553e tsan: detect races between plain and atomic memory accesses by Dmitry Vyukov · 12 years ago
  82. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  83. 31c05ea tsan: support for inprocess symbolizer by Dmitry Vyukov · 12 years ago
  84. 61ba1b5 tsan: add interceptor stubs for stat family of functions by Dmitry Vyukov · 12 years ago
  85. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  86. 82a9080 [sanitizer] lint by Evgeniy Stepanov · 12 years ago
  87. 4f32c0b [sanitizer] Rename 2 files *.h->*.inc as appropriate. by Evgeniy Stepanov · 12 years ago
  88. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  89. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  90. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  91. 153ba3f [sanitizer] move write/pwrite/pwrite64 interceptors to common by Kostya Serebryany · 12 years ago
  92. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  93. 7be1cc8 [tsan] add write_range/read_range hooks to common interceptors called from tsan (to find races on read/pread/etc) by Kostya Serebryany · 12 years ago
  94. c803319 [sanitizer] a bit more unification for interceptors (merge read/pread/pread64 in asan and tsan) by Kostya Serebryany · 12 years ago
  95. fb917e9 tsan: describe stack and TLS addresses by Dmitry Vyukov · 12 years ago
  96. f5d4273 tsan: add check for invalid fd by Dmitry Vyukov · 12 years ago
  97. a597258 tsan: detect races on fd passed to epoll_ctl by Dmitry Vyukov · 12 years ago
  98. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  99. bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  100. b843c1f tsan: more defensive file descriptor verification by Dmitry Vyukov · 12 years ago