1. 719df33 [msan] Separate access and origin blocks in msan reports with an extra whiteline. by Evgeniy Stepanov · 11 years ago
  2. 6866dba tsan: move verbosity flag to CommonFlags by Dmitry Vyukov · 11 years ago
  3. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  4. 6f34605 [msan] Add source file:line to stack origin reports. by Evgeniy Stepanov · 11 years ago
  5. 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
  6. 650c7d4 [lsan] Colorize LSan reports. by Sergey Matveev · 11 years ago
  7. 1f3c2fe Make InternalAlloc/InternalFree in sanitizer runtimes libc-free by switching to a custom allocator. by Alexey Samsonov · 11 years ago
  8. 6ac157d [msan] Change report header to be more alike to ASan and TSan. by Evgeniy Stepanov · 11 years ago
  9. 0b4bf4d [msan] Common flags in MSan. by Sergey Matveev · 11 years ago
  10. f1faf5d [MSan] Demangle function name in description of stack origin by Alexey Samsonov · 11 years ago
  11. 7ed46ff [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 by Alexey Samsonov · 11 years ago
  12. 93c2602 [msan] Block reports from interceptors during _Unwind_Backtrace by Reid Kleckner · 12 years ago
  13. 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
  14. 43fb758 [MSan] symbolize correct PC when printing Summary message by Alexey Samsonov · 12 years ago
  15. 9af8676 [msan] Lit tests for MemorySanitizer. by Evgeniy Stepanov · 12 years ago
  16. 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
  17. ba5e996 [Sanitizer] update style checker script and fix namespace style warnings by Alexey Samsonov · 12 years ago
  18. 99bf1d7 [msan] Set program exit code in keep-going mode. by Evgeniy Stepanov · 12 years ago
  19. 4b48f45 [sanitizer] add statistics to the allocator; fix lint by Kostya Serebryany · 12 years ago
  20. c209ba6 [msan] MSan, New Year Tree style. by Evgeniy Stepanov · 12 years ago
  21. db010da [msan] Refactor report printing. by Evgeniy Stepanov · 12 years ago