1. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  2. 6d18623 Update aosp/master compiler-rt for rebase to r222486. 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. d9def29 [ASan] Don't die with internal ASan error on large buffer overflows by Alexey Samsonov · 11 years ago
  6. 6086094 [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functions by Alexey Samsonov · 11 years ago
  7. 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
  8. 244384d [asan] move fake stack into a separate .h file; actually disable a failing test by Kostya Serebryany · 11 years ago
  9. b1971ca [asan] nuke the old unused allocator code by Kostya Serebryany · 11 years ago
  10. 00545a3 [asan] Switch to allocator2 on Android. by Evgeniy Stepanov · 11 years ago
  11. d4de2a1 [asan] Revert r176255, r176264. by Evgeniy Stepanov · 12 years ago
  12. d91046d [asan] Enable allocator2 on Android. by Evgeniy Stepanov · 12 years ago
  13. ed83584 [asan] Fix off-by-one in AddrIsAtRight. by Evgeniy Stepanov · 12 years ago
  14. 2b10d39 [ASan] Switch Windows to allocator v2, also fixing some build errors by Timur Iskhodzhanov · 12 years ago
  15. 400a946 [ASan] Move functions using BitScan/clzl to sanitizer_common by Timur Iskhodzhanov · 12 years ago
  16. 6a11cc1 [ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unlock() for allocator2. by Alexander Potapenko · 12 years ago
  17. 589dcda [asan] Fix nonsensical reports of partial right OOB. by Evgeniy Stepanov · 12 years ago
  18. b478260 [asan] fix a crash in asan stats printing (initialize the allocator in __asan_init) by Kostya Serebryany · 12 years ago
  19. e2399c7 [asan] enable asan_allocator2 by default on Linux. Will enable it on other platforms and remove the old one later, after additional testing. The new allocator is much faster and uses less memory by Kostya Serebryany · 12 years ago
  20. 40265e8 asan: fix the constant for new allocator cache by Dmitry Vyukov · 12 years ago
  21. 1b2f030 asan: enable allocator version 1 by default by Dmitry Vyukov · 12 years ago
  22. d618867 asan/tsan: fix memory allocator statistics by Dmitry Vyukov · 12 years ago
  23. 8ad3576 asan: set ASAN_ALLOCATOR_VERSION=1 back by Dmitry Vyukov · 12 years ago
  24. 9fc0df8 asan: Refactor asan memory quarantine. by Dmitry Vyukov · 12 years ago
  25. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  26. 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
  27. c523d17 [asan] asan_allocator2: don't use TLS and fix calloc by Kostya Serebryany · 12 years ago
  28. c88059c [asan] implement AsanChunkFifoList via IntrusiveList<AsanChunk> by Kostya Serebryany · 12 years ago
  29. 2ca1222 [ASan] Fixed a compiler warning. by Alexander Potapenko · 12 years ago
  30. 8416e21 ASan: fix lint problems introduced by Timur Iskhodzhanov · 12 years ago
  31. d923f2b Hopefully fix the Windows build (2) by Timur Iskhodzhanov · 12 years ago
  32. 4e77352 Hopefully fix the Windows build by not including intrin.h by Timur Iskhodzhanov · 12 years ago
  33. 321e125 [asan] more sceleton code for asan_allocator2 by Kostya Serebryany · 12 years ago
  34. 956ad47 [asan] fix the Windows build by Kostya Serebryany · 12 years ago
  35. 2679f19 [asan] move FakeStack into a separate file by Kostya Serebryany · 12 years ago
  36. 8b0a7ce [asan] introduce asan_allocator2.cc, which will have the replacement for asan allocator (now, just a bit of boilerplate) by Kostya Serebryany · 12 years ago
  37. 5c153fa [ASan] Move printing descriptions of heap addresses in error report from allocator internals to asan_report.cc. by Alexey Samsonov · 12 years ago
  38. 5092682 Whitespace/lint by Alexey Samsonov · 12 years ago
  39. c3390df [asan] some renaming before we move StackTrace into sanitizer_common by Kostya Serebryany · 12 years ago
  40. e218beb [ASan] move some functions that describe addresses to asan_report.cc by Alexey Samsonov · 12 years ago
  41. ee39255 [asan] more renaming by Kostya Serebryany · 12 years ago
  42. 3f4c387 [asan] more renaming by Kostya Serebryany · 12 years ago
  43. 60490e0 Check that the FakeStack size is non-zero before looking into it. by Alexander Potapenko · 13 years ago
  44. 09672ca AddressSanitizer: replace all "real_X" calls with "REAL(X)" by Alexey Samsonov · 13 years ago
  45. 4fd95f1 AddressSanitizer: add support for malloc_usable_size() function by Alexey Samsonov · 13 years ago
  46. c4b34d9 [asan] make use-after-return mode more robust: allow to call instrumented functions while reporting an error by Kostya Serebryany · 13 years ago
  47. cbab911 fix asan-rt build on Mac. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  48. 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