1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  3. 6d18623 Update aosp/master compiler-rt for rebase to r222486. 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. dbd69cc Reapply asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  6. ae51c27 Speculatively revert asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  7. 68e16eb [asan] Poor man's coverage that works with ASan (compiler-rt part) by Kostya Serebryany · 11 years ago
  8. 66d91e3 [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan. by Alexey Samsonov · 11 years ago
  9. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  10. 2d2dc46 tsan: allow symbolization of non-native PCs, e.g. coming from JIT/JAVA/etc by Dmitry Vyukov · 11 years ago
  11. 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
  12. 723e24f tsan: symbolizer "flush caches" support by Dmitry Vyukov · 11 years ago
  13. 4e81d0e tsan: remember when we are inside of symbolizer code (required for inprocess symbolizer) by Dmitry Vyukov · 12 years ago
  14. 90a2467 tsan: add IsSymbolizerAvailable() function for querying for presence of internal/external symbolizer by Dmitry Vyukov · 12 years ago
  15. 5a1f233 tsan: symbolize global variables by Dmitry Vyukov · 12 years ago
  16. 433c219 tsan: describe global vars (module+offset for now) by Dmitry Vyukov · 12 years ago
  17. 8cc1f81 [TSan] add support for running external symbolizer other than addr2line (for testing purposes) by Alexey Samsonov · 12 years ago
  18. 1dc4cf7 [Sanitizer] Remove implicit conversion of InternalScopedBuffer<T> to T* by Alexey Samsonov · 12 years ago
  19. 14c8bd7 [TSan] switch tsan to using InternalScopedBuffer from sanitizer_common by Alexey Samsonov · 12 years ago
  20. bc12f5d [TSan] add a new option 'use_internal_symbolizer' that allows to choose between addr2line-based and llvm-based symbolizer w/o having to rebuild the runtime. This is hopefully a temporary solution that simplifies testing process. In the end, we should leave a single symbolizer. by Alexey Samsonov · 12 years ago