aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-10-25Update aosp/master compiler-rt for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master compiler-rt for rebase to r256229Pirama Arumuga Nainar
2015-08-13Update aosp/master compiler-rt for rebase to r239765Pirama Arumuga Nainar
2015-06-23Cherry-pick fix to FP trunctation routinePirama Arumuga Nainar
2015-05-20Update aosp/master compiler-rt with patches for fp16Pirama Arumuga Nainar
2015-05-13Update aosp/master compiler-rt for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master compiler-rt for rebase to r233350Pirama Arumuga Nainar
2015-03-23Update aosp/master compiler-rt for rebase to r230699.Stephen Hines
2014-11-26Update aosp/master compiler-rt for rebase to r222486.Stephen Hines
2014-10-14Implement floatsitf, floatunstfsi, which performJoerg Sonnenberger
2014-07-21Update compiler-rt for rebase to r212749.Stephen Hines
2014-06-19Provide mul for IEEE quad. From GuanHong Liu.Joerg Sonnenberger
2014-06-19Provide add and sub for IEEE quad. From GuanHong Liu.Joerg Sonnenberger
2014-05-28Update compiler-rt aosp/master for 3.5 (r209699) rebase.Stephen Hines
2013-05-24<rdar://problem/12512722> Use arm divide instruction if availableNick Kledzik
2012-09-20Both OpenBSD and Bitrig need to include machine/endian.h to get theEric Christopher
2012-04-04Remove the old, and non-functional CMake build system from CompilerRT.Chandler Carruth
2012-01-12Add some basic mingw support.Anton Korobeynikov
2012-01-05Fix build on minix. Patch by Ben Gras!Rafael Espindola
2011-06-17Implement mulo<mode>4 for use in signed overflow checking.Eric Christopher
2011-05-29If a test case is not compiled on a specific platform, print "skipped"Joerg Sonnenberger
2011-03-17<rdar://problem/8914924> implement udivmodsi4 and divmodsi4 for ARMNick Kledzik
2010-11-16license changeHoward Hinnant
2010-07-01Tests for soft-float comparison functionsStephen Canon
2010-01-18Add support for "platform" configurations, which define a suite of compiler-rtDaniel Dunbar
2010-01-18Unbreak trampoline test.Daniel Dunbar
2009-10-29Nested function test in compiler-rt should not be run under Clang.Edward O'Callaghan
2009-10-29Fix test suit for last CMake changes to CompilerRT.Edward O'Callaghan
2009-10-28Work around strictness in gcc 4.4.1 casting a function pointer to void *Shantonu Sen
2009-10-28Add stdlib.h for rand() prototypeShantonu Sen
2009-10-28Update web docs for cmake test suit, comment out broken test.Edward O'Callaghan
2009-10-27Fix cmake test suit for compiler-rt.Edward O'Callaghan
2009-10-27Fix tests broken by removal of de-anonyomizing structs.Daniel Dunbar
2009-10-27Remove duplicate copy of int_lib.h, and update test script to find copy insid...Daniel Dunbar
2009-10-17Comment out broken tests and make the rest build in cmake build system.Edward O'Callaghan
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