1. 2fb0872 [Sanitizer] Unify summary reporting across all sanitizers. by Alexey Samsonov · 11 years ago
  2. a96c4dc Consistently use StackTrace::PrintStack in ASan, LSan and MSan by Alexey Samsonov · 11 years ago
  3. 66d91e3 [Sanitizer] Add Symbolizer::AddHooks() and use it in TSan and MSan. by Alexey Samsonov · 11 years ago
  4. 7996a2e [Sanitizer] Simplify StackTrace::PrintStack interface: prefer common flags to turn on/off the symbolization by Alexey Samsonov · 11 years ago
  5. db92faf asan/msan: separate different report blocks with new lines by Dmitry Vyukov · 11 years ago
  6. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  7. 719df33 [msan] Separate access and origin blocks in msan reports with an extra whiteline. by Evgeniy Stepanov · 11 years ago
  8. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  9. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  10. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 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. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  13. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  14. 6ac157d [msan] Change report header to be more alike to ASan and TSan. by Evgeniy Stepanov · 11 years ago
  15. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  16. f1faf5d [MSan] Demangle function name in description of stack origin by Alexey Samsonov · 11 years ago
  17. 7ed46ff [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 by Alexey Samsonov · 12 years ago
  18. 93c2602 [msan] Block reports from interceptors during _Unwind_Backtrace by Reid Kleckner · 12 years ago
  19. 70c6e3f [msan] don't check shadow inside interceptors if we are inside symbolizer; add weak function __msan_default_options that overrides default options by Kostya Serebryany · 12 years ago
  20. 43fb758 [MSan] symbolize correct PC when printing Summary message by Alexey Samsonov · 12 years ago
  21. 9af8676 [msan] Lit tests for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  22. 1d333c5 [msan] add strip_path_prefix flag; print error summary; don't crash while printing summary if debug info is missing. The tests will follow later once we establish the lit-like tests for msan. by Kostya Serebryany · 12 years ago
  23. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  24. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  25. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  26. c209ba6 [msan] MSan, New Year Tree style. by Evgeniy Stepanov · 12 years ago
  27. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago