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