Age | Commit message (Expand) | Author |
2018-08-09 | Replace gen-libm-test.pl with gen-libm-test.py. | Joseph Myers |
2018-02-09 | Add test infrastructure for narrowing libm functions. | Joseph Myers |
2018-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2017-06-12 | float128: Add test-{float128,ifloat128,float128-finite} | Paul E. Murphy |
2017-02-06 | Rework gen-libm-test.pl input/output handling. | Joseph Myers |
2017-01-10 | XFAIL libm-test.inc tests as needed for ibm128. | Joseph Myers |
2017-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2016-12-31 | Add fromfp functions. | Joseph Myers |
2016-10-19 | Add getpayload, getpayloadf, getpayloadl. | Joseph Myers |
2016-10-12 | Add totalorder, totalorderf, totalorderl. | Joseph Myers |
2016-08-05 | Improve gen-libm-test.pl LIT() application | Paul E. Murphy |
2016-06-23 | Add more sNaN tests (most remaining real functions). | Joseph Myers |
2016-06-08 | Remove CHOOSE() macro from libm-tests.inc | Paul E. Murphy |
2016-06-08 | Apply LIT(x) to floating point literals in libm-test.c | Paul E. Murphy |
2016-05-26 | Support sNaN testing in libm-test.inc. | Joseph Myers |
2016-01-19 | Fix ulps regeneration for *-finite tests. | Joseph Myers |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2015-11-05 | Run libm-test tests for finite-math-only functions. | Joseph Myers |
2015-01-02 | Update copyright dates with scripts/update-copyrights. | Joseph Myers |
2014-06-23 | Test cpow in all rounding modes. | Joseph Myers |
2014-03-31 | Set errno for scalb errors (bug 6803, bug 6804). | Joseph Myers |
2014-03-20 | Make libm-test support ALL_RM_TEST with AUTO_TESTS_*. | Joseph Myers |
2014-03-18 | Test scalbn and scalbln in all rounding modes, add more tests of negative arg... | Joseph Myers |
2014-03-17 | Add libm-test support for per-rounding-mode manually specified results. | Joseph Myers |
2014-03-06 | Prepare libm-test.inc structures for multi-rounding-mode testing. | Joseph Myers |
2014-03-06 | Adjust how gen-auto-libm-tests handles before-rounding/after-rounding cases. | Joseph Myers |
2014-03-05 | Don't include individual test ulps in libm-test-ulps. | Joseph Myers |
2014-01-27 | Let gen-libm-test.pl find itself when run outside source directory | Andreas Schwab |
2014-01-01 | Update copyright notices with scripts/update-copyrights | Allan McRae |
2013-12-19 | Disable libm-test test name beautification for M_* constants. | Joseph Myers |
2013-11-29 | Start generating libm tests automatically with MPFR. | Joseph Myers |
2013-11-16 | Test signs of NaNs in libm-test.inc where appropriate. | Joseph Myers |
2013-11-16 | Add libm-test support for ignored return value, add more lrint / llrint / lro... | Joseph Myers |
2013-11-16 | Replace libm-test.inc TEST_INLINE conditionals with NO_TEST_INLINE flag. | Joseph Myers |
2013-05-24 | Remove libm-test START_DATA and END_DATA. | Joseph Myers |
2013-05-24 | Make libm-test START and END into ordinary macros. | Joseph Myers |
2013-05-22 | Don't include function names in test data in generated libm-test.c. | Joseph Myers |
2013-05-22 | Don't include expected results in libm-test test names. | Joseph Myers |
2013-05-19 | Handle sincos with generic libm-test logic. | Joseph Myers |
2013-05-19 | Simplify gen-libm-test.pl handling of tests with extra outputs. | Joseph Myers |
2013-05-18 | Make libm-test look up ulps by name at runtime. | Joseph Myers |
2013-05-17 | Simplify libm-test extra-output initialization. | Joseph Myers |
2013-05-16 | Remove libm-test support for TEST_* inside functions. | Joseph Myers |
2013-05-12 | Convert TEST_c_c tests from code to data. | Joseph Myers |
2013-05-10 | Start converting libm tests from code to data. | Joseph Myers |
2013-05-08 | Move some libm-test logic for running tests from gen-libm-test.pl to libm-tes... | Joseph Myers |
2013-05-06 | Initialize x in frexp, modf, remqou tests. | Joseph Myers |
2013-05-04 | Remove unused libm-test expected-failure mechanism. | Joseph Myers |
2013-04-29 | Integrate errno testing better in libm-test.inc. | Joseph Myers |
2013-04-02 | New <math.h> macro named issignaling to check for a signaling NaN (sNaN). | Thomas Schwinge |