1. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 10 years ago
  2. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  3. ec7962d ubsan: Pass floating-point arguments to the runtime by value if they fit the by Richard Smith · 12 years ago
  4. 2173dc7 [ubsan] Use __sanitizer::atomic_exchange(), prefer shared impl. by Will Dietz · 12 years ago
  5. a6a69d6 [ubsan] Drop use of __atomic_exchange_n for now to fix build for some. by Will Dietz · 12 years ago
  6. 2af552f [ubsan] Add deduplication functionality, always enabled. by Will Dietz · 12 years ago
  7. e656184 ubsan: Don't assume that Clang provides __int128 unless it advertises that it does. by Richard Smith · 12 years ago
  8. 4a4ef70 Support for building the ubsan runtime when using the autoconf build system on by Richard Smith · 12 years ago
  9. 20c2fb3 Use a better test for __int128 support, which works on old GCC versions. by Richard Smith · 12 years ago
  10. ba3fde6 Fix the bootstrap of CompilerRT with host compilers that don't support by Chandler Carruth · 12 years ago
  11. 5856170 -fcatch-undefined-behavior: Runtime library support for trapping conversions to or by Richard Smith · 12 years ago
  12. ed81c21 -fcatch-undefined-behavior: store the type name directly at the end of a type descriptor. 5% binary size reduction due to fewer relocations. by Richard Smith · 12 years ago
  13. 6ebe451 Add a runtime diagnostics library for Clang's -fcatch-undefined-behavior. by Richard Smith · 12 years ago