summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-043-148/+0
* Add some basic mingw support.Anton Korobeynikov2012-01-122-9/+41
* Fix build on minix. Patch by Ben Gras!Rafael Espindola2012-01-051-1/+1
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-173-0/+614
* If a test case is not compiled on a specific platform, print "skipped"Joerg Sonnenberger2011-05-2980-2/+160
* <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik2011-03-172-0/+132
* license changeHoward Hinnant2010-11-16141-282/+282
* Tests for soft-float comparison functionsStephen Canon2010-07-012-0/+958
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-182-4/+3
* Unbreak trampoline test.Daniel Dunbar2010-01-181-4/+9
* Nested function test in compiler-rt should not be run under Clang.Edward O'Callaghan2009-10-291-19/+28
* Fix test suit for last CMake changes to CompilerRT.Edward O'Callaghan2009-10-291-1/+2
* Work around strictness in gcc 4.4.1 casting a function pointer to void *Shantonu Sen2009-10-282-11/+11
* Add stdlib.h for rand() prototypeShantonu Sen2009-10-283-0/+3
* Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan2009-10-281-1/+1
* Fix cmake test suit for compiler-rt.Edward O'Callaghan2009-10-271-0/+1
* Fix tests broken by removal of de-anonyomizing structs.Daniel Dunbar2009-10-2734-47/+48
* Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar2009-10-272-169/+10
* Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan2009-10-174-55/+50
* add conversion functions and test cases for ARMNick Kledzik2009-09-1410-0/+480
* Generalize Blocks code and intergrate with cmake build system more.Edward O'Callaghan2009-09-121-0/+1
* add comparison functions for ARMNick Kledzik2009-09-1218-0/+876
* rename filesNick Kledzik2009-09-118-372/+0
* add _test in file namesNick Kledzik2009-09-118-0/+372
* start adding implementation of arm *vfp routines with test casesNick Kledzik2009-09-119-12/+402
* use HAS_80_BIT_LONG_DOUBLE so some tests work properly on armNick Kledzik2009-09-116-20/+21
* Use -lc -lm to link with (in tests) on non-Darwin.Daniel Dunbar2009-09-031-1/+4
* Don't use -arch on non-Darwin.Daniel Dunbar2009-09-031-2/+13
* Convert tabs to spaces.Daniel Dunbar2009-09-031-32/+32
* Add support for ellcc, Credit to Richard Pennington.Edward O'Callaghan2009-08-181-1/+1
* Fix testsuit build on linux.Edward O'Callaghan2009-08-181-1/+1
* Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan2009-08-181-1/+1
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-092-106/+107
* Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan2009-08-081-25/+54
* Forgot to add new endianness.h header file.Edward O'Callaghan2009-08-051-0/+65
* Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan2009-08-051-67/+28
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-054-132/+161
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-034-0/+143
* Initial import of compiler-rt.Daniel Dunbar2009-06-26132-0/+163755