1. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  2. 0797ff4 [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNCTION_VER. by Evgeniy Stepanov · 11 years ago
  3. 5e2d377 Make some pthread_mutex_* and pthread_cond_* interceptors common. by Alexey Samsonov · 11 years ago
  4. fae2bff tsan: fix linking of tsan runtime into dynamic libraries by Dmitry Vyukov · 11 years ago
  5. ab0ddd4 tsan: fix linking when -ltsan is passed before -lpthread by Dmitry Vyukov · 11 years ago
  6. 2f913ee asan: fix android build android does not have dlvsym by Dmitry Vyukov · 11 years ago
  7. f061554 tsan: properly intercept pthread_cond functions by Dmitry Vyukov · 11 years ago
  8. 592d3f7 [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting pointer-to-function to pointer-to-object, so we use cast via integral type by Alexey Samsonov · 12 years ago
  9. 580469d asan/tsan: weak interceptors by Dmitry Vyukov · 12 years ago
  10. 0d49904 [asan] move lib/asan/interception to lib/interception so that other tools (e.g. tsan) can use it by Kostya Serebryany · 12 years ago[Renamed from lib/asan/interception/interception_linux.h]
  11. e6b9ebb [ASan] Fix a wrong filename mentioned in a comment by Timur Iskhodzhanov · 13 years ago
  12. 5b29018 AddressSanitizer: start factoring out interception machinery by Alexey Samsonov · 13 years ago