1. 0165015 builtins: silence GCC warning by Saleem Abdulrasool · 10 years ago
  2. fa1d9f4 Fix compilation of compiler_rt against libunwind. by Evgeniy Stepanov · 11 years ago
  3. a7452e4 builtins: avoid duplicating unwind declarations by Saleem Abdulrasool · 11 years ago
  4. a5a06ad AArch64: add support for ARM64 iOS versions of compiler-rt. by Tim Northover · 11 years ago
  5. 361a553 Preserve constness for intermediate pointers. by Joerg Sonnenberger · 12 years ago
  6. 6e99daa Consistently use COMPILER_RT_ABI for all public symbols. by Joerg Sonnenberger · 12 years ago
  7. a6b264b Move original compiler-rt functions (libgcc replacement) to lib/builtins directory by Alexey Samsonov · 12 years ago[Renamed from compiler-rt/lib/gcc_personality_v0.c]
  8. 490a270 lib/gcc_personality_v0: Remove an unnecessary include. by Daniel Dunbar · 14 years ago
  9. 5ed3931 lib: Eliminate direct include of stdlib.h from files that used to (potentially) by Daniel Dunbar · 14 years ago
  10. fd1fb85 lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 14 years ago
  11. 5b791f6 license change by Howard Hinnant · 15 years ago
  12. c6cacf9 sjlj based personality requires a different name by Nick Kledzik · 15 years ago
  13. 5b0a062 add include of int_lib.h to match change to use compilerrt_abort() by Nick Kledzik · 16 years ago
  14. f287008 Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 16 years ago
  15. ac02b5a fix return type of _Unwind_Exception.exception_cleanup by Nick Kledzik · 16 years ago
  16. 4856eef Fixup C++ style comments are not allowed in ISO C90 to classic C style. by Edward O'Callaghan · 16 years ago
  17. fd08999 Initial import of compiler-rt. - by Daniel Dunbar · 16 years ago