| Commit message (Expand) | Author | Age | Files | Lines |
* | Use __HAVE_DISTINCT_FLOAT128 in tgmath.h. | Joseph Myers | 2017-08-25 | 1 | -1/+1 |
* | Clean up bits/math-finite.h for aliasing types. | Joseph Myers | 2017-08-25 | 2 | -23/+24 |
* | Fix the C++ version of issignaling when __NO_LONG_DOUBLE_MATH is defined | Gabriel F. T. Gomes | 2017-08-24 | 1 | -1/+9 |
* | Remove duplicate inclusion of header math-svid-compat.h | Gabriel F. T. Gomes | 2017-08-22 | 3 | -3/+0 |
* | Fix tgmath.h handling of complex integers (bug 21684). | Joseph Myers | 2017-08-22 | 2 | -49/+90 |
* | Provide a C++ version of issignaling that does not use __MATH_TG | Gabriel F. T. Gomes | 2017-08-22 | 3 | -2/+133 |
* | math: Statically link tests of internal functionality | Florian Weimer | 2017-08-22 | 1 | -8/+5 |
* | Obsolete matherr, _LIB_VERSION, libieee.a. | Joseph Myers | 2017-08-21 | 81 | -98/+291 |
* | Do not use __builtin_types_compatible_p in C++ mode (bug 21930) | Gabriel F. T. Gomes | 2017-08-18 | 1 | -2/+6 |
* | Consistently use uintN_t not u_intN_t in libm. | Joseph Myers | 2017-08-03 | 2 | -3/+3 |
* | Fix tgmath.h for __int128 (bug 21686). | Joseph Myers | 2017-08-02 | 2 | -13/+11 |
* | Fix tgmath.h for bit-fields (bug 21685). | Joseph Myers | 2017-08-02 | 2 | -60/+70 |
* | Fix gen-tgmath-tests.py output for GCC 7 <float.h>. | Joseph Myers | 2017-06-28 | 1 | -1/+2 |
* | Support _Float128 in tgmath.h. | Joseph Myers | 2017-06-28 | 2 | -36/+133 |
* | Use clog10 not __clog10 in tgmath.h log10 macro. | Joseph Myers | 2017-06-28 | 2 | -2/+4 |
* | Fix tgmath.h totalorder, totalordermag return type (bug 21687). | Joseph Myers | 2017-06-28 | 3 | -9/+21 |
* | Simplify tgmath.h for integer return types. | Joseph Myers | 2017-06-28 | 1 | -18/+18 |
* | Remove NO_LONG_DOUBLE conditionals in libm tests (bug 21607). | Joseph Myers | 2017-06-28 | 17 | -48/+12 |
* | Add more thorough generated tgmath.h test. | Joseph Myers | 2017-06-28 | 2 | -0/+617 |
* | Add float128 support for ia64. | Joseph Myers | 2017-06-26 | 1 | -1/+2 |
* | Add float128 support for x86_64, x86. | Joseph Myers | 2017-06-26 | 5 | -65/+74 |
* | Make libm-test-support code clear exceptions after each test. | Joseph Myers | 2017-06-23 | 1 | -0/+7 |
* | Make errno-setting libm templates include errno.h. | Joseph Myers | 2017-06-22 | 23 | -0/+23 |
* | float128: Add test-{float128,ifloat128,float128-finite} | Paul E. Murphy | 2017-06-12 | 15 | -5/+87 |
* | float128: Add wrappers to override ldbl-128 as float128. | Paul E. Murphy | 2017-05-25 | 4 | -0/+19 |
* | float128: Extend __MATH_TG for float128 support | Gabriel F. T. Gomes | 2017-05-17 | 1 | -0/+21 |
* | Convert e_exp2l.c into a template | Gabriel F. T. Gomes | 2017-05-17 | 2 | -22/+21 |
* | float128: Include math-finite.h for _Float128 | Gabriel F. T. Gomes | 2017-05-15 | 2 | -5/+30 |
* | float128: Add public _Float128 declarations to libm. | Paul E. Murphy | 2017-05-15 | 5 | -18/+118 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 2 | -2/+0 |
* | float128: Add _Float128 make bits to libm. | Paul E. Murphy | 2017-05-09 | 1 | -2/+14 |
* | Fix condition for inclusion of math-finite.h for long double | Gabriel F. T. Gomes | 2017-03-31 | 2 | -2/+2 |
* | Change return type in the declaration of __ieee754_rem_pio2l | Gabriel F. T. Gomes | 2017-03-30 | 1 | -1/+1 |
* | Macroize inclusion of math-finite.h | Gabriel F. T. Gomes | 2017-03-30 | 2 | -387/+133 |
* | XFAIL catan and catanh tests on ibm128 | Tulio Magno Quites Machado Filho | 2017-03-16 | 3 | -1168/+1168 |
* | Remove C++ namespace handling from glibc headers. | Joseph Myers | 2017-03-16 | 2 | -43/+0 |
* | Improve float range reduction accuracy near pi/2 (bug 21094). | Joseph Myers | 2017-03-15 | 3 | -0/+584 |
* | Split helper classification macros from mathcalls.h | Gabriel F. T. Gomes | 2017-03-15 | 4 | -29/+47 |
* | Use internal __feraiseexcept in __iseqsig | Gabriel F. T. Gomes | 2017-03-15 | 1 | -1/+1 |
* | Update auto-libm-test-out for catan / catanh. | Stefan Liebler | 2017-03-10 | 2 | -896/+896 |
* | Miscellaneous low-risk changes preparing for _ISOMAC testsuite. | Zack Weinberg | 2017-03-01 | 1 | -12/+11 |
* | Use independent type literals in libm-test-support.c | Tulio Magno Quites Machado Filho | 2017-02-24 | 1 | -9/+9 |
* | Run libm tests separately for each function. | Joseph Myers | 2017-02-24 | 145 | -723/+1130 |
* | Add new templates for IEEE wrappers | Gabriel F. T. Gomes | 2017-02-23 | 25 | -1/+1041 |
* | Remove some unused libm-test exception macros. | Joseph Myers | 2017-02-20 | 1 | -28/+0 |
* | Move tests of catan, catanh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 6 | -909/+76371 |
* | Move tests of casin, casinh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 6 | -1281/+91960 |
* | Move tests of cacos, cacosh to auto-libm-test-*. | Joseph Myers | 2017-02-17 | 6 | -1276/+91955 |
* | Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver. | Joseph Myers | 2017-02-14 | 3 | -3/+3 |
* | Move more csin, csinh tests to auto-libm-test-in. | Joseph Myers | 2017-02-09 | 5 | -6/+1178 |