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. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  4. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  5. 4b206b3 Readd the prototype. by Bill Wendling · 11 years ago
  6. 2486160 Merging r196802: by Bill Wendling · 11 years ago
  7. 6a58b00 [Sanitizer] Make slow unwinder on Linux more robust by Alexey Samsonov · 11 years ago
  8. 24d775e [Sanitizer] Use same PC threshold in slow unwinder on all platforms by Alexey Samsonov · 11 years ago
  9. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  10. 7177d2b [Sanitizers] Share some stack walking code between Windows and Linux by Timur Iskhodzhanov · 11 years ago
  11. f16dc42 [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace. by Alexey Samsonov · 11 years ago
  12. e74968c [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across all platforms. No functionality change. by Alexey Samsonov · 11 years ago
  13. 7f80655 [ASan] Kill use_stack_depot runtime flag and stack trace compression routines. by Alexey Samsonov · 11 years ago
  14. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  15. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  16. d09c91a [Sanitizer] Return implementation of StackTrace::CopyFrom to header by Alexey Samsonov · 11 years ago
  17. 3e0b8ff [Sanitizer] Remove StackTrace::max_depth field by Alexey Samsonov · 11 years ago
  18. 8017501 [Sanitizer] Turn GetStackTrace() into StackTrace::Unwind() by Alexey Samsonov · 11 years ago
  19. ef57899 [Sanitizer] StackTrace: kill CopyTo and reimplement CopyFrom by Alexey Samsonov · 11 years ago
  20. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  21. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  22. 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
  23. 40527a5 [asan] ASan Linux MIPS32 support (compiler-rt part), patch by Jyun-Yan Y by Kostya Serebryany · 11 years ago
  24. 736cf49 [sanitizer] Move GetStackTrace from ASan to sanitizer_common. by Sergey Matveev · 11 years ago
  25. 2673fd8 [asan] print a short one-line report summary after the full report. Currently, works only if symbolization happens in-process. by Kostya Serebryany · 12 years ago
  26. d2f08ff [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call instruction from return address by Alexey Samsonov · 12 years ago
  27. 49d616e [asan] pop the internal stack frames in SlowUnwindStack, extend the test to check this by Kostya Serebryany · 12 years ago
  28. 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
  29. d7d4650 [asan] more support for powerpc, patch by Peter Bergner by Kostya Serebryany · 12 years ago
  30. 678e543 Add a missing const qualifier. by Evgeniy Stepanov · 12 years ago
  31. 6d924fa [asan] increase max stack size to 256 (+test) by Kostya Serebryany · 12 years ago
  32. 9ada1f3 [asan] fix the cmake build (hopefully) by Kostya Serebryany · 12 years ago
  33. c7be407 [asan] actually doing 'svn add' helps by Kostya Serebryany · 12 years ago