1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  3. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  4. e4f9f8a [sanitizer] Intercept strptime. by Evgeniy Stepanov · 11 years ago
  5. 26fe5d3 [sanitizer] Intercept getline, getdelim. by Evgeniy Stepanov · 11 years ago
  6. 78d77c2 [sanitizer] Intercept drand48_r, lrand48_r. by Evgeniy Stepanov · 11 years ago
  7. f814b43 [sanitizer] Intercept sincos, remquo, lgamma, lgamma_r. by Evgeniy Stepanov · 11 years ago
  8. 5cf2c46 tsan/asan: support pthread_setname_np to set thread names by Dmitry Vyukov · 11 years ago
  9. eada1a8 [sanitizer] Intercept tmpnam, tmpnam_r, tempnam. by Evgeniy Stepanov · 11 years ago
  10. 3a3805f [sanitizer] Remove pthread_attr_getstackaddr interceptor. by Evgeniy Stepanov · 11 years ago
  11. e236dbb [sanitizer] Intercept pthread_attr_get*. by Evgeniy Stepanov · 11 years ago
  12. aff25aa [sanitizer] Intercept random_r. by Evgeniy Stepanov · 11 years ago
  13. 10362d6 [sanitizer] Intercept shmctl. by Evgeniy Stepanov · 11 years ago
  14. 369a9a6 [sanitizer] Intercept ether_* functions. by Evgeniy Stepanov · 11 years ago
  15. 285d458 [sanitizer] Intercept initgroups. by Evgeniy Stepanov · 11 years ago
  16. 5cee73e [sanitizer] Move statfs/fstatfs to common interceptors and add statvfs/fstatvfs. by Evgeniy Stepanov · 11 years ago
  17. 4d7297d [sanitizer] Intercept getmntent, getmntent_r. by Evgeniy Stepanov · 11 years ago
  18. e1ddbf9 tsan: add annotations to ignore synchronization operations by Dmitry Vyukov · 11 years ago
  19. c78140f tsan: intercept _exit so that we can override exit status by Dmitry Vyukov · 11 years ago
  20. 4af0f21 tsan: ignore interceptors coming from specified libraries by Dmitry Vyukov · 11 years ago
  21. 1394be1 [sanitizer] Intercept backtrace, backtrace_symbols. by Evgeniy Stepanov · 11 years ago
  22. 9a949a8 [sanitizer] A bunch of libc interceptors. by Evgeniy Stepanov · 11 years ago
  23. c5a3855 [sanitizer] Intercept wordexp. by Evgeniy Stepanov · 11 years ago
  24. 39fa68e tsan: ignore malloc/free/strdup when called from libjvm by Dmitry Vyukov · 11 years ago
  25. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  26. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  27. e18e3f0 [sanitizer] Intercept poll/ppoll. by Evgeniy Stepanov · 11 years ago
  28. edff34b [sanitizer] Intercept getgroups. by Evgeniy Stepanov · 11 years ago
  29. 224226c [sanitizer] Intercept scandir/scandir64. by Evgeniy Stepanov · 11 years ago
  30. 1204979 [sanitizer] Intercept strerror and strerror_r. by Evgeniy Stepanov · 11 years ago
  31. 84ba74c [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  32. 2120083 Revert "[sanitizer] Intercept sched_getaffinity." by David Blaikie · 11 years ago
  33. b2dc613 [sanitizer] Intercept sched_getaffinity. by Evgeniy Stepanov · 11 years ago
  34. 5ec19bc [msan] Intercept confstr. by Evgeniy Stepanov · 11 years ago
  35. fbeab51 tsan: support sigsuspend() call by Dmitry Vyukov · 11 years ago
  36. 12eb79d [sanitizer] Intercept realpath and canonicalize_file_name. by Evgeniy Stepanov · 11 years ago
  37. ea72768 [sanitizer] Intercept tcgetattr. by Evgeniy Stepanov · 11 years ago
  38. ff6c9fb [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  39. 8014489 [sanitizer] Intercept mbtowc, mbrtowc, get_current_dir_name. by Evgeniy Stepanov · 11 years ago
  40. 3cae604 [sanitizer] Intercept setlocale. by Evgeniy Stepanov · 11 years ago
  41. 9eedf48 [sanitizer] Intercept getnameinfo. by Evgeniy Stepanov · 11 years ago
  42. 341b9e6 [sanitizer] Intercept ptrace. by Evgeniy Stepanov · 11 years ago
  43. b5cf98f [sanitizer] readdir and readdir_r interceptors. by Evgeniy Stepanov · 11 years ago
  44. 359d7fc [sanitizer] Intercept sysinfo. by Evgeniy Stepanov · 11 years ago
  45. 90a65aa [sanitizer] Fix TSan build. by Evgeniy Stepanov · 11 years ago
  46. b916e6a [sanitizer] Intercept readv, preadv, writev, pwritev. by Evgeniy Stepanov · 11 years ago
  47. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  48. bc33e13 [sanitizer] Intercept getpeername. by Evgeniy Stepanov · 11 years ago
  49. c87088b [sanitizer] modf/modff/modfl interceptors. by Evgeniy Stepanov · 11 years ago
  50. f32be42 [sanitizer] Intercept getsockopt. by Evgeniy Stepanov · 11 years ago
  51. 0a2cc37 [sanitizer] Interceptors for gethostbyname and friends. by Evgeniy Stepanov · 11 years ago
  52. 9f58c5c [msan] Intercept getsockname. by Evgeniy Stepanov · 11 years ago
  53. 447ef19 [msan] getaddrinfo & nested interceptor support. by Evgeniy Stepanov · 11 years ago
  54. 56d3472 [sanitizer] Intercept pthread_getschedparam. by Evgeniy Stepanov · 11 years ago
  55. 9530eb7 [sanitizer] Intercept inet_pton and inet_ntop. by Evgeniy Stepanov · 11 years ago
  56. 103a63e [sanitizer] Intercept getgrnam{_r}, getgrgid{_r}. by Evgeniy Stepanov · 11 years ago
  57. 897a4ae [sanitizer] Interceptors for wait*. by Evgeniy Stepanov · 11 years ago
  58. a1c2a55 [msan] Intercept glob() with tests. by Evgeniy Stepanov · 11 years ago
  59. 39fdce1 Revert r179012: "[msan] Intercept glob()." by Chandler Carruth · 11 years ago
  60. 6f4c197 [msan] Intercept glob(). by Evgeniy Stepanov · 11 years ago
  61. cc24ec9 [tsan] Fix build. by Evgeniy Stepanov · 11 years ago
  62. e4bdda5 [sanitizer] More interceptors. by Evgeniy Stepanov · 11 years ago
  63. be52366 asan/tsan: move strcasecmp() interceptor to sanitizer_common by Dmitry Vyukov · 11 years ago
  64. 5043f05 tsan: intercept abort() to fflush() libc streams by Dmitry Vyukov · 11 years ago
  65. 0ebfc6f tsan: call fflush(0) on exit again by Dmitry Vyukov · 11 years ago
  66. 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
  67. 7cbbb29 [sanitizer] Intercept frexp and friends. by Evgeniy Stepanov · 11 years ago
  68. 8a6b5e5 [TSan] Add interceptor for malloc_usable_size() by Alexey Samsonov · 12 years ago
  69. 9358c58 [sanitizer] Add interceptors for localtime and friends. by Evgeniy Stepanov · 12 years ago
  70. 86edb3b [sanitizer] Missing changes from r174960. by Evgeniy Stepanov · 12 years ago
  71. 03f2248 tsan: intercept libc __res_iclose by Dmitry Vyukov · 12 years ago
  72. 52c70e5 tsan: intercept bind/listen by Dmitry Vyukov · 12 years ago
  73. 31c05ea tsan: support for inprocess symbolizer by Dmitry Vyukov · 12 years ago
  74. 61ba1b5 tsan: add interceptor stubs for stat family of functions by Dmitry Vyukov · 12 years ago
  75. 996c4f2 [sanitizer] Common *scanf interceptors. by Evgeniy Stepanov · 12 years ago
  76. c20b321 [sanitizer] reapply r172719, r172721-172723, r172725, and also fix the warning on Mac. by Kostya Serebryany · 12 years ago
  77. 29b37ea Revert r172719, r172721-172723, and r172725. by Jakob Stoklund Olesen · 12 years ago
  78. 0223e7d [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too by Kostya Serebryany · 12 years ago
  79. f17b382 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  80. bb30741 tsan: fix crash when user defines own fopen/fileno by Dmitry Vyukov · 12 years ago
  81. f4e4f93 tsan: update mutex table for java by Dmitry Vyukov · 12 years ago
  82. 21cc85d tsan: java interface implementation skeleton by Dmitry Vyukov · 12 years ago
  83. 4554b7a tsan: intercept fork() to prevent false race reports on fd's by Dmitry Vyukov · 12 years ago
  84. 45d4324 tsan: add signalfd() and inotify_init() interceptors by Dmitry Vyukov · 12 years ago
  85. 983518e tsan: add socketpair() interceptor and test by Dmitry Vyukov · 12 years ago
  86. c78839f tsan: more precise handling of IO synchronization by Dmitry Vyukov · 12 years ago
  87. 68230a1 tsan: even more fd interceptors + fixes by Dmitry Vyukov · 12 years ago
  88. ba3ae35 tsan: more fd interceptors + bug fixes + tests by Dmitry Vyukov · 12 years ago
  89. ddeb2c3 tsan: add pipe interceptors by Dmitry Vyukov · 12 years ago
  90. ad9da37 tsan: add mutexsets to reports by Dmitry Vyukov · 12 years ago
  91. 1ffeded tsan: provide own implementation of __cxa_guard_xxx functions by Dmitry Vyukov · 12 years ago
  92. 07ba8ef tsan: add __libc_memalign interceptor (used by dynamic loader to allocate tls for dlopen'ed modules) by Dmitry Vyukov · 12 years ago
  93. 63da509 tsan: add 128-bit atomic operations by Dmitry Vyukov · 12 years ago
  94. 02b45d2 tsan: add atomic nand operation by Dmitry Vyukov · 12 years ago
  95. ee8ee24 tsan: eevn better handling of signals by Dmitry Vyukov · 12 years ago
  96. aad173b tsan: intercept gettimeofday() by Dmitry Vyukov · 12 years ago
  97. 529cfa0 tsan: add atomic_fetch_sub() and atomic_signal_fence() functions by Dmitry Vyukov · 12 years ago
  98. 2135d8a [TSan] fix a bunch of warnings reported by pedantic gcc by Alexey Samsonov · 12 years ago
  99. 223ff76 Revert the lockf() support. by Alexander Potapenko · 12 years ago
  100. 0ce948e Interceptors for lockf and lockf64, minor calloc() fix. by Alexander Potapenko · 12 years ago