1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 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. bb4697f [Sanitizer] Print symbolized stack frame using a single Printf() call. by Alexey Samsonov · 11 years ago
  5. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  6. db9d684 Disable FindPathToBinary test on Android by Alexey Samsonov · 11 years ago
  7. 1dcd1d9 [Sanitizer] Add the way to find binary in PATH by Alexey Samsonov · 11 years ago
  8. c154820 [sanitizer] fix code style by Alexey Samsonov · 11 years ago
  9. 384a448 [sanitizer] Add a fast version of StackDepotGet() for use in LSan. by Sergey Matveev · 11 years ago
  10. a64d435 [Sanitizer] Rename InternalVector to InternalMmapVector by Alexey Samsonov · 11 years ago
  11. a615b26 [sanitizer] Minor fixes in sanitizer_common tests. by Sergey Matveev · 11 years ago
  12. 24323de [sanitizer] Move GetThreadStackAndTls from TSan to sanitizer_common. by Sergey Matveev · 11 years ago
  13. bcf393e [Sanitizer] fix signed-unsigned mismatch in test and use correct order of EXPECT_EQ() args by Alexey Samsonov · 12 years ago
  14. 352b245 [Sanitizer] Add methods back() and pop_back() to InternalVector. Patch by Sergey Matveev by Alexey Samsonov · 12 years ago
  15. b5f9521 [sanitizer] A low-level vector implementation to be used in leak checking code. Patch by Sergey Matveev by Kostya Serebryany · 12 years ago
  16. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  17. 81088eb tsan: fix tests to consistently use internal functions (otherwise it leads to false positives) by Dmitry Vyukov · 12 years ago
  18. 67f5c81 [asan] fix lint, remove debug prints by Kostya Serebryany · 12 years ago
  19. dddb18b [sanitizer] implement SanitizerSetThreadName/SanitizerGetThreadName. Just for linux so far (using prctl(PR_GET_NAME)) by Kostya Serebryany · 12 years ago
  20. cc75259 [tsan] add MmapAlignedOrDie by Kostya Serebryany · 12 years ago
  21. 0dc3177 [Sanitizer] implement straightforward nlogn sorting, as qsort() may call malloc, which leads to deadlock in ASan allocator by Alexey Samsonov · 12 years ago