1. 143f1a9 [builtins] Fix -Wunused-local-typedef warning in compile time asserts by Reid Kleckner · 7 years ago
  2. 0d586d0 [compiler-rt] Add back ARM EABI aliases where legal. by Eli Friedman · 8 years ago
  3. 36ac5dd builtins: expand out the AEABI function stubs by Saleem Abdulrasool · 8 years ago
  4. 44c4571 builtins: use reserved spelling (NFC) by Saleem Abdulrasool · 8 years ago
  5. d8ca741 [Builtin] Unxfail tests for armhf by Weiming Zhao · 9 years ago
  6. 1bd5e3e Use 'unsigned long' to match the APIs of the MS bitscan intrinsics by Reid Kleckner · 9 years ago
  7. 28e1b97 builtins: remove use of __attribute__((pcs("aapcs"))) on Windows by Saleem Abdulrasool · 9 years ago
  8. 6341a79 fix a gcc warning by Nico Weber · 10 years ago
  9. 956365e builtins: __builtin_clzll for x86 on MSVC by Saleem Abdulrasool · 10 years ago
  10. e499715 builtins: define and use ALWAYS_INLINE by Saleem Abdulrasool · 10 years ago
  11. 9650c4a builtins: silence a MSVC warning by Saleem Abdulrasool · 10 years ago
  12. 396e794 builtins: implement instrinics for cl by Saleem Abdulrasool · 10 years ago
  13. e6f9652 builtins: Use MSVC-equivalents of attributes by Saleem Abdulrasool · 10 years ago
  14. 0d6094b builtins: restrict aliases by Saleem Abdulrasool · 10 years ago
  15. 772527c [compiler-rt] Add libgcc compatibility aliases for __cmp{s,d,f}f2. by Josh Gao · 10 years ago
  16. a3b3952 builtins: mark functions as aapcs on Windows by Saleem Abdulrasool · 10 years ago
  17. b6a85b4 builtins: remove unnecessary COMPILER_RT_EXPORT by Saleem Abdulrasool · 11 years ago
  18. a374f43 builtins: add missing file by Saleem Abdulrasool · 11 years ago
  19. 7e6a314 Move __clzti2 into 128bit fragment. by Joerg Sonnenberger · 12 years ago
  20. 6e99daa Consistently use COMPILER_RT_ABI for all public symbols. by Joerg Sonnenberger · 12 years ago
  21. a6b264b Move original compiler-rt functions (libgcc replacement) to lib/builtins directory by Alexey Samsonov · 12 years ago[Renamed from compiler-rt/lib/int_lib.h]
  22. 24f4a7d For libkern and libsa on NetBSD, the normal system headers can't be by Joerg Sonnenberger · 12 years ago
  23. 2139c52 lib: Finish int_math.h definitions using compiler builtins and eliminate by Daniel Dunbar · 14 years ago
  24. 2b88e03 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 14 years ago
  25. 7557f02 lib: Remove math.h from int_lib.h, which doesn't appear to be required. by Daniel Dunbar · 14 years ago
  26. 7205b23 lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 14 years ago
  27. 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
  28. cc675f4 lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a bit. by Daniel Dunbar · 14 years ago
  29. ad4f982 lib: Split out int_types.h, for readability. by Daniel Dunbar · 14 years ago
  30. b6f75f7 lib: Integrate abi.h into int_lib.h, there aren't good enough reasons for this extra complexity. by Daniel Dunbar · 14 years ago
  31. e63da93 Move abi bits to separate header. Force AAPCS for EABI in accordance with ARM RTABI. by Anton Korobeynikov · 14 years ago
  32. 75e3c19 Add ARM EABI function aliases to routines by Anton Korobeynikov · 14 years ago
  33. 9f1bd06 Add missing <stdint.h> to build properly on Solaris. Patch by Joakim Johansson by Nick Kledzik · 15 years ago
  34. 5b791f6 license change by Howard Hinnant · 15 years ago
  35. 587b1d4 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 · 16 years ago
  36. f287008 Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 16 years ago
  37. 2476873 Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. by Daniel Dunbar · 16 years ago
  38. ccf4813 Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs by Edward O'Callaghan · 16 years ago
  39. 7a6cb5f Refactor test suit endianness pre-processor code. More style and readability fixes, start labling endif's by Edward O'Callaghan · 16 years ago
  40. dabf71f Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. by Edward O'Callaghan · 16 years ago
  41. df72046 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 · 16 years ago
  42. 30009e7 Refactor out common pre-processor code. by Edward O'Callaghan · 16 years ago
  43. 7578f80 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 16 years ago
  44. fd08999 Initial import of compiler-rt. - by Daniel Dunbar · 16 years ago