summaryrefslogtreecommitdiff
path: root/test/builtins
AgeCommit message (Expand)Author
2015-11-22Add a generic version of __divtc3.c for long double complex division.Joerg Sonnenberger
2015-11-22Use cabsl for long double, not cabs.Joerg Sonnenberger
2015-11-05[compiler-rt][aarch64] New tests for 128-bit floating-point builtins, fixes o...Sergey Dmitrouk
2015-08-21Implement __aeabi_c{d,f}{cmpeq,cmple,rcmple}.Josh Gao
2015-08-18Implement __aeabi_{f,d}rsub.Dan Albert
2015-08-18[compiler-rt] Add AArch64 to CMake configuration and several missing builtinsSergey Dmitrouk
2015-07-31Fix __floatsitf() for negative inputSergey Dmitrouk
2015-06-23Fix incorrect truncation at the overflow boundaryPirama Arumuga Nainar
2015-06-12[builtins] Hide long double fp_test.h helpers if it's not fp128.Ahmed Bougacha
2015-05-12[Builtins] Implement half-precision conversions.Ahmed Bougacha
2015-04-24Add COMPILER_RT_ABI attribute to declarations of builtin functions in unittestsDerek Schuff
2015-03-11Refactor float to integer conversion to share the same code.Joerg Sonnenberger
2015-03-08Avoid warnings on !PowerPCJoerg Sonnenberger
2015-03-08Don't produce warnings on !PowerPC.Joerg Sonnenberger
2015-01-05tests: correct builtins test if built under -mthumb on ARMSaleem Abdulrasool
2014-09-16Implement floatsitf, floatunstfsi, which performJoerg Sonnenberger
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-30Implement __divtf3 for IEEE quad precision.Joerg Sonnenberger
2014-05-29Add __extenddftf2 and __extendsftf2 for IEEE quad precision.Joerg Sonnenberger
2014-05-29Implement __trunctfdf2 and __trunctfsf2 for IEEE quad precision.Joerg Sonnenberger
2014-04-01Add support for IEEE754 quad precision comparison functions.Joerg Sonnenberger
2014-03-18Use CRT_HAS_128BIT.Joerg Sonnenberger
2014-02-14Move tests for BlocksRuntime and builtins to corresponding directories under ...Alexey Samsonov