summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-09-14add conversion functions and test cases for ARMNick Kledzik
2009-09-12Generalize Blocks code and intergrate with cmake build system more.Edward O'Callaghan
2009-09-12add comparison functions for ARMNick Kledzik
2009-09-11rename filesNick Kledzik
2009-09-11add _test in file namesNick Kledzik
2009-09-11start adding implementation of arm *vfp routines with test casesNick Kledzik
2009-09-11use HAS_80_BIT_LONG_DOUBLE so some tests work properly on armNick Kledzik
2009-09-03Use -lc -lm to link with (in tests) on non-Darwin.Daniel Dunbar
2009-09-03Don't use -arch on non-Darwin.Daniel Dunbar
2009-09-03Convert tabs to spaces.Daniel Dunbar
2009-08-18Add support for ellcc, Credit to Richard Pennington.Edward O'Callaghan
2009-08-18Fix testsuit build on linux.Edward O'Callaghan
2009-08-18Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan
2009-08-09Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan
2009-08-08Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan
2009-08-05Forgot to add new endianness.h header file.Edward O'Callaghan
2009-08-05Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan
2009-08-05Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan
2009-08-03Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan
2009-06-26Initial import of compiler-rt.Daniel Dunbar