1. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 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. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  5. 649a270 [ASan] Kill the remainders of platform defines in favor of SANITIZER_ defines by Alexey Samsonov · 11 years ago
  6. def1be9 [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete ASan-specific AsanThreadRegistry. by Alexey Samsonov · 11 years ago
  7. 24e1372 [sanitizer] Replace more platform checks with SANITIZER_ constants. by Evgeniy Stepanov · 11 years ago
  8. 83cb787 [sanitizer] Move ASan platform macros to sanitizer_common and rename them appropriately. by Evgeniy Stepanov · 11 years ago
  9. c70fa28 [ASan] Split ASan interface header into private and public parts. Add a test that makes sure users can include interface header by Alexey Samsonov · 12 years ago
  10. 709a33e [asan] asan_allocator2: do not align the requested size to the redzone size (saves a bit more memory) by Kostya Serebryany · 12 years ago
  11. fe6d916 [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds malloc/delete, new/free, new/delete[], etc mismatches by Kostya Serebryany · 12 years ago
  12. 73bad81 [asan] add a flag poison_heap to allow better allocator benchmarking, implemenet malloc_stats() on Linux by Kostya Serebryany · 12 years ago
  13. a30c8f9 [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to allow using the slow CFI-based unwinder by Kostya Serebryany · 12 years ago
  14. c27279a [ASan] fix interception macro for Android build by Alexey Samsonov · 12 years ago
  15. 3891ce6 A few tweaks for building ASanRT against Android NDK. by Evgeniy Stepanov · 12 years ago
  16. 6dd1dde [ASan] fix names of malloc/free replacements on Android by Alexey Samsonov · 12 years ago
  17. e7539bf [asan] get rid of '#include <malloc.h>' in the implementation of malloc interceptors by Kostya Serebryany · 12 years ago
  18. 6bae39d Lots of trivial changes to remove extraneous semicolons throughout ASan. by Chandler Carruth · 12 years ago
  19. e5f5895 Remove file-type tags for .cc files in ASan run-time library by Alexey Samsonov · 12 years ago
  20. 3f4c387 [asan] more renaming by Kostya Serebryany · 12 years ago
  21. 739eb79 [asan] Support for %z to Printf() by Evgeniy Stepanov · 12 years ago
  22. 09672ca AddressSanitizer: replace all "real_X" calls with "REAL(X)" by Alexey Samsonov · 13 years ago
  23. adf2b03 AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). Patch by timurrrr@google.com by Alexey Samsonov · 13 years ago
  24. f2598fc AddressSanitizer: Add macro for definition/declaration of interceptors by Alexey Samsonov · 13 years ago
  25. 3389b8e AddressSanitizer: Enforce default visibility for all libc interceptors by Alexey Samsonov · 13 years ago
  26. 4fd95f1 AddressSanitizer: add support for malloc_usable_size() function by Alexey Samsonov · 13 years ago
  27. d6567c5 [asan] flatten the asan-rt build slightly by Kostya Serebryany · 13 years ago
  28. 1e172b4 AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt by Kostya Serebryany · 13 years ago