1. c25c6d1 lib: Finish int_math.h definitions using compiler builtins and eliminate by Daniel Dunbar · 13 years ago
  2. 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
  3. 3f4d340 lib: Remove math.h from int_lib.h, which doesn't appear to be required. by Daniel Dunbar · 13 years ago
  4. 2bf9340 lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
  5. 23d1542 lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
  6. 0a3e350 lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a bit. by Daniel Dunbar · 13 years ago
  7. 396a72f lib: Split out int_types.h, for readability. by Daniel Dunbar · 13 years ago
  8. 0ae9d25 lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity. by Daniel Dunbar · 13 years ago
  9. 1c5f89b Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI. by Anton Korobeynikov · 13 years ago
  10. 37b97d1 Add ARM EABI function aliases to routines by Anton Korobeynikov · 13 years ago
  11. c31717b Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson by Nick Kledzik · 14 years ago
  12. 9ad441f license change by Howard Hinnant · 14 years ago
  13. d3d2263 Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. by Daniel Dunbar · 14 years ago
  14. 48f46ac Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 14 years ago
  15. 4467b65 Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. by Daniel Dunbar · 15 years ago
  16. 8bf1e09 Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs by Edward O'Callaghan · 15 years ago
  17. 0898ee9 Refactor test suit endianness pre-processor code. More style and readability fixes, start labling endif's by Edward O'Callaghan · 15 years ago
  18. 1fcb40b Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. by Edward O'Callaghan · 15 years ago
  19. 0e4ad9c Start porting compiler-rt testsuit to Solaris with new build system. Fix some C++ style comments which are not allowed in ISO C90. by Edward O'Callaghan · 15 years ago
  20. df479b6 Refactor out common pre-processor code. by Edward O'Callaghan · 15 years ago
  21. 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
  22. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago