1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  3. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  4. 9150f39 [sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  5. 845abaf [sanitizer] Use raw check in internal allocator to prevent self-deadlocks. Try to fix Windows build. by Alexey Samsonov · 11 years ago
  6. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  7. 46f9395 [Sanitizer] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  8. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  9. b2efe13 [sanitizer] improve the calloc overflow check (spotted by samsonov@) by Kostya Serebryany · 12 years ago
  10. 65199f1 [sanitizer] fix calloc overflow in asan/tsan/msan by Kostya Serebryany · 12 years ago
  11. 864f513 [tsan] remove unused InternalAllocBlock as part of larger refactoring by Kostya Serebryany · 12 years ago
  12. e89f184 [asan/tsan] get rid of kPageSize completely in favor of GetPageSizeCached(). This makes the code friendly to more platforms by Kostya Serebryany · 12 years ago
  13. 4a4719c [asan] There is no __libc_malloc on Android. by Evgeniy Stepanov · 12 years ago
  14. d883c80 [Sanitizer] align allocation sizes in low level allocator by Alexey Samsonov · 12 years ago
  15. 70e177e [Sanitizer] move low-level (mmap-based) allocator to sanitizer_common by Alexey Samsonov · 12 years ago
  16. b78caa6 tsan: Go language support by Dmitry Vyukov · 12 years ago
  17. 225f531 tsan: remove internal allocator, switch to sanitizer_common one. by Dmitry Vyukov · 12 years ago
  18. 718acdb [Sanitizer] Use __libc_malloc/__libc_free instead of malloc/free inside internal allocator on Linux (important for TSan) by Alexey Samsonov · 12 years ago
  19. 8d4ca28 [Sanitizer] include stdlib.h header to get malloc/free by Alexey Samsonov · 12 years ago
  20. 6e0c3a4 [Sanitizer] Allocator for internal runtime purposes. Currently it calls libcmalloc, but we might have to make it more low-level in future by Alexey Samsonov · 12 years ago