summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* e_exp2f.c: Support multiarchnsz/math2H.J. Lu2017-09-271-0/+3
* AArch64: update libm-test-ulpsSzabolcs Nagy2017-09-251-2/+8
* Do not wrap logf, log2f and powfSzabolcs Nagy2017-09-2512-6/+24
* New symbol version for logf, log2f and powf without SVID compatSzabolcs Nagy2017-09-2536-14/+131
* New generic powfSzabolcs Nagy2017-09-257-200/+265
* New generic log2fSzabolcs Nagy2017-09-257-74/+135
* New generic logfSzabolcs Nagy2017-09-257-74/+135
* Do not wrap expf and exp2fSzabolcs Nagy2017-09-2512-8/+29
* New expf and exp2f version without SVID compat wrapperSzabolcs Nagy2017-09-2534-9/+158
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-2516-567/+421
* hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault2017-09-253-3/+7
* resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault2017-09-252-1/+9
* hurd: Fix bits/socket.h conformitySamuel Thibault2017-09-243-18/+42
* hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2017-09-242-7/+33
* Use libm_alias_float in flt-32.Joseph Myers2017-09-2241-39/+169
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-222-1/+13
* Remove Banner mechanism.Joseph Myers2017-09-225-17/+13
* Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes2017-09-213-10/+9
* ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes2017-09-217-2253/+2253
* ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes2017-09-217-12/+3827
* powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes2017-09-214-0/+36
* powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2017-09-212-0/+9
* Fix BZ# 22180.Paul Pluzhnikov2017-09-215-4/+180
* Remove non-add-on Banner files.Joseph Myers2017-09-218-14/+19
* Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov2017-09-205-23/+108
* Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers2017-09-209-2/+130
* Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f...Paul Pluzhnikov2017-09-201-0/+69
* Fix BZ 14333Paul Pluzhnikov2017-09-2011-39/+285
* Add exp2f and log2f benchmark traceSzabolcs Nagy2017-09-204-1/+5283
* Fix fexecve build where syscall macros call sizeof.Joseph Myers2017-09-192-1/+8
* Use execveat syscall in fexecve (bug 22134)Andreas Schwab2017-09-198-1/+142
* Add logf traceWilco Dijkstra2017-09-193-1/+2894
* Add expf traceWilco Dijkstra2017-09-193-1/+2394
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-1911-38/+17
* Add benchtests for trunc and truncf.Joseph Myers2017-09-194-1/+54
* powerpc: Avoid misaligned stores in memsetRajalakshmi Srinivasaraghavan2017-09-192-2/+72
* Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers2017-09-183-0/+27
* Use libm_alias_ldouble in math/.Joseph Myers2017-09-1846-169/+125
* AArch64: use movz/movk instead of literal pools in start.SWang Boshi2017-09-183-3/+22
* Add missing libc_hidden_weak/def callsSamuel Thibault2017-09-178-0/+17
* Add missing space.Paul Pluzhnikov2017-09-161-4/+4
* Add missing space.Paul Pluzhnikov2017-09-161-1/+1
* benchtests: New -g option to generate graphs in compare_strings.pySiddhesh Poyarekar2017-09-162-3/+13
* benchtests: Make compare_strings.py output a bit prettierSiddhesh Poyarekar2017-09-162-9/+14
* benchtests: Use argparse to parse argumentsSiddhesh Poyarekar2017-09-163-13/+40
* Use libm_alias_double in math/.Joseph Myers2017-09-1547-233/+128
* Remove ENOSYS math/ function stubs.Joseph Myers2017-09-1533-499/+35
* [BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho2017-09-153-17/+36
* Use libm_alias_float in math/.Joseph Myers2017-09-1522-24/+93
* Make more libm functions into weak aliases.Joseph Myers2017-09-1469-97/+395