1. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 9 years ago
  2. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  3. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  4. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  5. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  6. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  7. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  8. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  9. aed8584 [UBSan] Update UBSan location rendering to match r194686 by Alexey Samsonov · 11 years ago
  10. c1a1ed6 Overhaul the symbolizer interface. by Peter Collingbourne · 11 years ago
  11. 9b5f95f Runtime support for the indirect function call checker. by Peter Collingbourne · 11 years ago
  12. 90b0f1e Refactor the usage of strip_path_prefix option and make it more consistent across sanitizers by Alexey Samsonov · 11 years ago
  13. 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
  14. 7ed46ff [Sanitizer] Use a common mutex to prevent mixing reports from different sanitizers. This fixes PR15516 by Alexey Samsonov · 11 years ago
  15. 8f72f7c [UBSan] Use common report decorator to print colorful diagnostics in UBSan, and be more consistent w/ Printf/RawWrite by Alexey Samsonov · 12 years ago
  16. c242446 Highlight caret in bold green, to match Clang diagnostics. by Richard Smith · 12 years ago
  17. c193953 UBSan: use %p not 0x%zx when printing pointers. by Richard Smith · 12 years ago
  18. ab63743 Move C++ name demangling support from ubsan into sanitizer_common. by Richard Smith · 12 years ago
  19. d2f08ff [Sanitizer] Expose StackTrace::GetPreviousInstructionPc() to get PC of call instruction from return address by Alexey Samsonov · 12 years ago
  20. 0ad23f7 ubsan: Demangle class names, and be more informative when a reinterpret_cast by Richard Smith · 12 years ago
  21. 25ee97f ubsan: When diagnosing something wrong somewhere in memory, emit a note by Richard Smith · 12 years ago
  22. 5f11649 ubsan: if the frontend didn't provide us with a source location, try to work by Richard Smith · 12 years ago
  23. 7cbd7e5 [ubsan] Replace "fatal error" with "runtime error". by Will Dietz · 12 years ago
  24. f493220 -fsanitize=undefined: Switch to using sanitizer_common for output. This gets us much closer to not depending on any system headers. by Richard Smith · 12 years ago
  25. ba3fde6 Fix the bootstrap of CompilerRT with host compilers that don't support by Chandler Carruth · 12 years ago
  26. 5856170 -fcatch-undefined-behavior: Runtime library support for trapping conversions to or by Richard Smith · 12 years ago
  27. 6ebe451 Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. by Richard Smith · 12 years ago