summaryrefslogtreecommitdiff
path: root/test/Unit
Commit message (Expand)AuthorAge
* Both OpenBSD and Bitrig need to include machine/endian.h to get theEric Christopher2012-09-20
* Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth2012-04-04
* Add some basic mingw support.Anton Korobeynikov2012-01-12
* Fix build on minix. Patch by Ben Gras!Rafael Espindola2012-01-05
* Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher2011-06-17
* If a test case is not compiled on a specific platform, print "skipped"Joerg Sonnenberger2011-05-29
* <rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik2011-03-17
* license changeHoward Hinnant2010-11-16
* Tests for soft-float comparison functionsStephen Canon2010-07-01
* Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar2010-01-18
* Unbreak trampoline test.Daniel Dunbar2010-01-18
* Nested function test in compiler-rt should not be run under Clang.Edward O'Callaghan2009-10-29
* Work around strictness in gcc 4.4.1 casting a function pointer to void *Shantonu Sen2009-10-28
* Add stdlib.h for rand() prototypeShantonu Sen2009-10-28
* Fix tests broken by removal of de-anonyomizing structs.Daniel Dunbar2009-10-27
* Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar2009-10-27
* Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan2009-10-17
* add conversion functions and test cases for ARMNick Kledzik2009-09-14
* add comparison functions for ARMNick Kledzik2009-09-12
* rename filesNick Kledzik2009-09-11
* add _test in file namesNick Kledzik2009-09-11
* start adding implementation of arm *vfp routines with test casesNick Kledzik2009-09-11
* use HAS_80_BIT_LONG_DOUBLE so some tests work properly on armNick Kledzik2009-09-11
* Use -lc -lm to link with (in tests) on non-Darwin.Daniel Dunbar2009-09-03
* Don't use -arch on non-Darwin.Daniel Dunbar2009-09-03
* Convert tabs to spaces.Daniel Dunbar2009-09-03
* Add support for ellcc, Credit to Richard Pennington.Edward O'Callaghan2009-08-18
* Fix testsuit build on linux.Edward O'Callaghan2009-08-18
* Fix pre-processor mistake for BSDs in endianness.hEdward O'Callaghan2009-08-18
* Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 c...Edward O'Callaghan2009-08-09
* Fix signedness warning in mprotect call, Clean up and improve endianness.h he...Edward O'Callaghan2009-08-08
* Forgot to add new endianness.h header file.Edward O'Callaghan2009-08-05
* Refactor test suit endianness pre-processor code. More style and readability ...Edward O'Callaghan2009-08-05
* Start porting compiler-rt testsuit to Solaris with new build system. Fix some...Edward O'Callaghan2009-08-05
* Initial import of CMake type build system. Just like the rest of llvm..Edward O'Callaghan2009-08-03
* Initial import of compiler-rt.Daniel Dunbar2009-06-26