Age | Commit message (Expand) | Author | Files | Lines |
2017-02-08 | Move w_lgamma to libm-compat-calls-auto | Gabriel F. T. Gomes | 4 | -2/+1 |
2017-02-08 | Move w_lgamma_r to libm-compat-calls-auto | Gabriel F. T. Gomes | 4 | -2/+3 |
2017-02-07 | Clean up libm vector tests exception test disabling. | Joseph Myers | 10 | -7/+3 |
2017-02-07 | Fix powf inaccuracy (bug 21112). | Joseph Myers | 2 | -0/+26 |
2017-02-06 | Refactor some code in libm-test-driver.c. | Joseph Myers | 1 | -19/+39 |
2017-02-06 | Move libm-test TEST_MSG definitions to libm-test-driver.c. | Joseph Myers | 16 | -31/+16 |
2017-02-06 | Split libm-test.inc by function. | Joseph Myers | 125 | -50125/+52976 |
2017-02-06 | Split auto-libm-test-out by function. | Joseph Myers | 54 | -312339/+312353 |
2017-02-06 | Eliminate libm-test.stmp. | Joseph Myers | 1 | -10/+12 |
2017-02-06 | Rework gen-libm-test.pl input/output handling. | Joseph Myers | 3 | -21/+27 |
2017-02-06 | Move non-function-specific parts of libm-test.inc to separate file. | Joseph Myers | 2 | -2263/+2290 |
2017-02-06 | Remove libm-test.inc comment listing functions tested and not tested. | Joseph Myers | 1 | -29/+1 |
2017-02-06 | Remove before-compile setting in math/Makefile. | Joseph Myers | 1 | -3/+0 |
2017-01-20 | Update README.libm-test. | Joseph Myers | 1 | -0/+8 |
2017-01-12 | Make fallback fegetexceptflag work with generic fetestexceptflag. | Joseph Myers | 1 | -0/+1 |
2017-01-10 | XFAIL libm-test.inc tests as needed for ibm128. | Joseph Myers | 2 | -94/+103 |
2017-01-09 | Improve libm-test XFAILing for ibm128-libgcc. | Joseph Myers | 3 | -16664/+16679 |
2017-01-09 | Fix math/test-fenv for no-exceptions / no-rounding-modes configurations. | Joseph Myers | 1 | -13/+21 |
2017-01-05 | Make fallback fesetexceptflag always succeed (bug 21028). | Joseph Myers | 2 | -3/+10 |
2017-01-04 | Update libm-test XFAILs for ibm128 format. | Joseph Myers | 3 | -12945/+12936 |
2017-01-04 | Move wrappers to libm-compat-calls-auto | Gabriel F. T. Gomes | 67 | -5/+13 |
2017-01-03 | Fix math/test-fenvinline for no-exceptions configurations. | Joseph Myers | 1 | -5/+8 |
2017-01-02 | Fix math/test-nearbyint-except for no-exceptions configurations. | Joseph Myers | 1 | -1/+9 |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 205 | -205/+205 |
2016-12-31 | Add fromfp functions. | Joseph Myers | 12 | -26/+38489 |
2016-12-21 | Add roundeven, roundevenf, roundevenl. | Joseph Myers | 6 | -3/+624 |
2016-12-20 | Add preprocessor indentation for llogb macro in tgmath.h. | Joseph Myers | 1 | -1/+1 |
2016-12-20 | Replace use of snprintf with strfrom in libm tests | Gabriel F. T. Gomes | 4 | -42/+51 |
2016-12-20 | Add fmaxmag, fminmag functions. | Joseph Myers | 8 | -4/+342 |
2016-12-16 | Define FE_SNANS_ALWAYS_SIGNAL. | Joseph Myers | 3 | -1/+50 |
2016-12-16 | Make w_scalbln type-generic | Gabriel F. T. Gomes | 4 | -83/+12 |
2016-12-15 | Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947). | Joseph Myers | 1 | -0/+72 |
2016-12-14 | Fix generic fmax, fmin sNaN handling (bug 20947). | Joseph Myers | 2 | -2/+16 |
2016-12-14 | Refactor long double information into bits/long-double.h. | Joseph Myers | 2 | -5/+2 |
2016-12-14 | Make w_log1p type-generic | Gabriel F. T. Gomes | 4 | -85/+9 |
2016-12-13 | Better design of libm.a installation rule. | Andrew Senkevich | 1 | -4/+7 |
2016-12-08 | Install libm.a as linker script (bug 20539). | Andrew Senkevich | 1 | -4/+15 |
2016-12-07 | Fix hypot sNaN handling (bug 20940). | Joseph Myers | 1 | -0/+52 |
2016-12-06 | Fix x86_64/x86 powl handling of sNaN arguments (bug 20916). | Joseph Myers | 1 | -1/+53 |
2016-12-02 | Fix pow (qNaN, 0) result with -lieee (bug 20919), remove dead parts of wrappers. | Joseph Myers | 3 | -57/+15 |
2016-12-02 | Add llogb, llogbf, llogbl. | Joseph Myers | 10 | -5/+182 |
2016-12-01 | Refactor FP_ILOGB* out of bits/mathdef.h. | Joseph Myers | 2 | -2/+19 |
2016-11-29 | Refactor FP_FAST_* into bits/fp-fast.h. | Joseph Myers | 2 | -6/+11 |
2016-11-28 | Make ilogb wrappers type-generic. | Joseph Myers | 4 | -86/+9 |
2016-11-24 | Add setpayloadsig, setpayloadsigf, setpayloadsigl. | Joseph Myers | 4 | -2/+93 |
2016-11-24 | Refactor float_t, double_t information into bits/flt-eval-method.h. | Joseph Myers | 2 | -3/+42 |
2016-11-23 | Fix SH4 FP_ILOGB0 (bug 20859). | Joseph Myers | 2 | -1/+42 |
2016-11-23 | Fix default float_t definition (bug 20855). | Joseph Myers | 2 | -1/+67 |
2016-11-19 | Add setpayload, setpayloadf, setpayloadl. | Joseph Myers | 4 | -4/+122 |
2016-11-10 | Refactor some libm type-generic macros. | Joseph Myers | 1 | -85/+40 |