1. 259f706 Update aosp/master compiler-rt for rebase to r235153 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. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  5. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  6. 694d856 [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan doesn't need them) by Alexey Samsonov · 11 years ago
  7. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  8. 7d66482 tsan: parse symbolize/external_symbolizer_path common flags by Dmitry Vyukov · 11 years ago
  9. 2e7999e tsan: actually parse verbofity flag by Dmitry Vyukov · 11 years ago
  10. b48c2b2 tsan: use sanitizer::CommonFlags in tsan by Dmitry Vyukov · 11 years ago
  11. 064da32 [Sanitizer] Simplify StackTrace::FastUnwindStack interface and fix a bug with one-frame stack traces by Alexey Samsonov · 11 years ago
  12. 9150f39 [sanitizer] make the allocator crash instead of returning 0 on huge size (controlled by the allocator_may_return_null flag) by Kostya Serebryany · 11 years ago
  13. 41f1540 [lsan] Add leak_check_at_exit flag. by Sergey Matveev · 11 years ago
  14. 62519eb [lsan] Make __lsan_do_leak_check() honor the detect_leaks flag. by Sergey Matveev · 11 years ago
  15. b624606 [sanitizer] Move log_path to common flag and use it in MSan. by Evgeniy Stepanov · 11 years ago
  16. 745dd0d [sanitizer] ioctl interceptor. by Evgeniy Stepanov · 11 years ago
  17. 5e97ba3 Fix MSVC W3 compiler warnings by Timur Iskhodzhanov · 11 years ago
  18. ed20ebe [asan] Common flags in ASan. by Sergey Matveev · 11 years ago
  19. 5d834a8 tsan: better flag parsing: do not confuse flag that is a part of another flag by Dmitry Vyukov · 11 years ago
  20. 1f45e2d [Sanitizer] Allow runtime flags be separated by colon as well as space by Alexey Samsonov · 12 years ago
  21. d883c80 [Sanitizer] align allocation sizes in low level allocator by Alexey Samsonov · 12 years ago
  22. 947fbd1 [Sanitizer] Use low-level allocator in flag parsing to avoid calling malloc() before ASan/TSan initialization is done by Alexey Samsonov · 12 years ago
  23. f3be706 [Sanitizer] move flag parsing routines (and unit tests) from tsan runtime to common runtime. by Alexey Samsonov · 12 years ago