1. c58a436 Update aosp/master compiler-rt for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. cdce50b Update aosp/master compiler-rt for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. d5a4b89 Cherry-pick fix to FP trunctation routine by Pirama Arumuga Nainar · 9 years ago
  5. a4cf3ee Update aosp/master compiler-rt with patches for fp16 by Pirama Arumuga Nainar · 9 years ago
  6. 259f706 Update aosp/master compiler-rt for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  7. 7c91505 Update aosp/master compiler-rt for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  8. 86277eb Update aosp/master compiler-rt for rebase to r230699. by Stephen Hines · 9 years ago
  9. 6d18623 Update aosp/master compiler-rt for rebase to r222486. by Stephen Hines · 10 years ago
  10. 00a7da1 Implement floatsitf, floatunstfsi, which perform by Joerg Sonnenberger · 10 years ago
  11. 6a211c5 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  12. a473857 Provide mul for IEEE quad. From GuanHong Liu. by Joerg Sonnenberger · 10 years ago
  13. 5a869d4 Provide add and sub for IEEE quad. From GuanHong Liu. by Joerg Sonnenberger · 10 years ago
  14. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  15. a09d09d <rdar://problem/12512722> Use arm divide instruction if available by Nick Kledzik · 11 years ago
  16. 47a953e Both OpenBSD and Bitrig need to include machine/endian.h to get the by Eric Christopher · 12 years ago
  17. 062ed09 Remove the old, and non-functional CMake build system from CompilerRT. by Chandler Carruth · 12 years ago
  18. 7e8904f Add some basic mingw support. by Anton Korobeynikov · 12 years ago
  19. b7a76d1 Fix build on minix. Patch by Ben Gras! by Rafael Espindola · 12 years ago
  20. 1ace405 Implement mulo<mode>4 for use in signed overflow checking. by Eric Christopher · 13 years ago
  21. 7482815 If a test case is not compiled on a specific platform, print "skipped" by Joerg Sonnenberger · 13 years ago
  22. 5c08099 <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARM by Nick Kledzik · 13 years ago
  23. 9ad441f license change by Howard Hinnant · 14 years ago
  24. 26e5f16 Tests for soft-float comparison functions by Stephen Canon · 14 years ago
  25. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 14 years ago
  26. 26d53d0 Unbreak trampoline test. by Daniel Dunbar · 14 years ago
  27. fb0e926 Nested function test in compiler-rt should not be run under Clang. by Edward O'Callaghan · 15 years ago
  28. f632c06 Fix test suit for last CMake changes to CompilerRT. by Edward O'Callaghan · 15 years ago
  29. a07fa29 Work around strictness in gcc 4.4.1 casting a function pointer to void * by Shantonu Sen · 15 years ago
  30. 8973a27 Add stdlib.h for rand() prototype by Shantonu Sen · 15 years ago
  31. 8c8d1aa Update web docs for cmake test suit, comment out broken test. by Edward O'Callaghan · 15 years ago
  32. e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
  33. cff5248 Fix tests broken by removal of de-anonyomizing structs. by Daniel Dunbar · 15 years ago
  34. 4467b65 Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. by Daniel Dunbar · 15 years ago
  35. cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
  36. 0963c9e add conversion functions and test cases for ARM by Nick Kledzik · 15 years ago
  37. 0987064 Generalize Blocks code and intergrate with cmake build system more. by Edward O'Callaghan · 15 years ago
  38. e80e978 add comparison functions for ARM by Nick Kledzik · 15 years ago
  39. f058587 rename files by Nick Kledzik · 15 years ago
  40. ad98c81 add _test in file names by Nick Kledzik · 15 years ago
  41. d47c2cf start adding implementation of arm *vfp routines with test cases by Nick Kledzik · 15 years ago
  42. 3ea8287 use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm by Nick Kledzik · 15 years ago
  43. 172e105 Use -lc -lm to link with (in tests) on non-Darwin. by Daniel Dunbar · 15 years ago
  44. 7edbe04 Don't use -arch on non-Darwin. by Daniel Dunbar · 15 years ago
  45. 781a3b3 Convert tabs to spaces. by Daniel Dunbar · 15 years ago
  46. e8178e2 Add support for ellcc, Credit to Richard Pennington. by Edward O'Callaghan · 15 years ago
  47. 6ee8d33 Fix testsuit build on linux. by Edward O'Callaghan · 15 years ago
  48. 4e19ff6 Fix pre-processor mistake for BSDs in endianness.h by Edward O'Callaghan · 15 years ago
  49. 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
  50. bb119a4 Fix signedness warning in mprotect call, Clean up and improve endianness.h header. by Edward O'Callaghan · 15 years ago
  51. 686fd2a Forgot to add new endianness.h header file. by Edward O'Callaghan · 15 years ago
  52. 0898ee9 Refactor test suit endianness pre-processor code. More style and readability fixes, start labling endif's by Edward O'Callaghan · 15 years ago
  53. 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
  54. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago
  55. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago