1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  3. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  4. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  5. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  6. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  7. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  8. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  9. 6a58b00 [Sanitizer] Make slow unwinder on Linux more robust by Alexey Samsonov · 11 years ago
  10. 24d775e [Sanitizer] Use same PC threshold in slow unwinder on all platforms by Alexey Samsonov · 11 years ago
  11. 7177d2b [Sanitizers] Share some stack walking code between Windows and Linux by Timur Iskhodzhanov · 11 years ago
  12. 4b9f050 [ASan] Make sure slow stack unwinder doesn't return empty stacks. by Alexey Samsonov · 11 years ago
  13. 06cbed8 tsan: use verbosity flag in sanitizer_common code directly by Dmitry Vyukov · 11 years ago
  14. 3e0b8ff [Sanitizer] Remove StackTrace::max_depth field by Alexey Samsonov · 11 years ago
  15. 7847d77 [Sanitizer] Refactor symbolization interface: use class instead of several functions. Move some code around to get rid of extra source files by Alexey Samsonov · 11 years ago
  16. 8a3d788 Revert r185536 as it neither fixes any memory leaks, nor is it necessary (see the example from "man pthread_getattr_np") by Timur Iskhodzhanov · 11 years ago
  17. 45c9df5 It appears that glibc 2.13 has the same thread descriptor size as 2.11, by Chandler Carruth · 11 years ago
  18. 933a5d2 [asan] Raise thread stack size limit. by Evgeniy Stepanov · 11 years ago
  19. 1adf52b [sanitizer] Fix memory leak in sanitizer_common discovered by LeakSanitizer. by Sergey Matveev · 11 years ago
  20. 5d21042 [sanitizer] Use the correct macro to check glibc version. by Sergey Matveev · 11 years ago
  21. d4a0415 [sanitizer] Fix kThreadDescriptorSize for glibc <= 2.11. by Sergey Matveev · 11 years ago
  22. 816bdb7 Fix #if guards in sanitizer_common code by Alexey Samsonov · 11 years ago
  23. 4c08644 [sanitizer] Change the way GetThreadStackAndTls() obtains the thread descriptor address. by Sergey Matveev · 11 years ago
  24. 088ea2b [nolibc] Move libc-dependent sanitizer_linux.cc code to sanitizer_linux_libcdep.cc. by Peter Collingbourne · 11 years ago