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