aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-09-26Use generic __ifunc for SPARC.Joseph Myers2-8/+7
2017-09-26powerpc: Regenerate ULPs for expf() and exp2f()Tulio Magno Quites Machado Filho2-8/+9
2017-09-26Fix ia64 executable stack default (bug 22156).Joseph Myers2-3/+7
2017-09-26resolv/Makefile: Fix typo in commentFlorian Weimer2-1/+5
2017-09-26resolv/nss_dns/dns-host.c: Fix typo in commentFlorian Weimer2-1/+6
2017-09-25scratch_buffer: use union for internal bufferAdhemerval Zanella4-6/+12
2017-09-25posix: Add compat glob symbol to not follow dangling symbolsAdhemerval Zanella46-61/+632
2017-09-25Update configure.ac for binutils 2.25H.J. Lu3-4/+9
2017-09-25Reduce total memory required to create all threads to 128MiB. This fixesPaul Pluzhnikov2-0/+11
2017-09-25nscd: Release read lock after resetting timeout.DJ Delorie2-0/+8
2017-09-25Revert "resolv_test.c: also cope with CONNREFUSED errors returned by recvfrom"Samuel Thibault2-9/+1
2017-09-25Fix typo in sincos32.h inclusion guard.Stefan Liebler2-1/+7
2017-09-25New expf and exp2f version without SVID compat wrapperSzabolcs Nagy34-9/+158
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy16-567/+421
2017-09-25hurd: Fix exposition of s/gettimeofday through timespec_s/getSamuel Thibault3-3/+7
2017-09-25resolv_test.c: also cope with CONNREFUSED errors returned by recvfromSamuel Thibault2-1/+9
2017-09-24hurd: Fix bits/socket.h conformitySamuel Thibault3-18/+42
2017-09-24hurd: Make sure dl-sysdep.c defines proper symbol namesSamuel Thibault2-7/+33
2017-09-22Use libm_alias_float in flt-32.Joseph Myers41-39/+169
2017-09-22Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2-1/+13
2017-09-22Remove Banner mechanism.Joseph Myers5-17/+13
2017-09-21Remove conditional on LDBL_MANT_DIG from e_lgammal_r.cGabriel F. T. Gomes3-10/+9
2017-09-21ldbl-128ibm: Automatic replacing of _Float128 and L()Gabriel F. T. Gomes7-2253/+2253
2017-09-21ldbl-128ibm: Copy implementations from ldbl-128 instead of including themGabriel F. T. Gomes7-12/+3827
2017-09-21powerpc: Add redirection for finitef128, isinf128, and isnanf128Gabriel F. T. Gomes4-0/+36
2017-09-21powerpc64le: Add -mfloat128 to tst-strtod-nan-locale testcaseGabriel F. T. Gomes2-0/+9
2017-09-21Fix BZ# 22180.Paul Pluzhnikov5-4/+180
2017-09-21Remove non-add-on Banner files.Joseph Myers8-14/+19
2017-09-20Implement xdlopen, xdlsym and xdlclose routines which terminate testPaul Pluzhnikov5-23/+108
2017-09-20Add SSE4.1 trunc, truncf (bug 20142).Joseph Myers9-2/+130
2017-09-20Oops. stdlib/test-atexit-race-common.c should have been part of 26e70aec7028f...Paul Pluzhnikov1-0/+69
2017-09-20Fix BZ 14333Paul Pluzhnikov11-39/+285
2017-09-20Add exp2f and log2f benchmark traceSzabolcs Nagy4-1/+5283
2017-09-19Fix fexecve build where syscall macros call sizeof.Joseph Myers2-1/+8
2017-09-19Use execveat syscall in fexecve (bug 22134)Andreas Schwab8-1/+142
2017-09-19Add logf traceWilco Dijkstra3-1/+2894
2017-09-19Add expf traceWilco Dijkstra3-1/+2394
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra11-38/+17
2017-09-19Add benchtests for trunc and truncf.Joseph Myers4-1/+54
2017-09-19powerpc: Avoid misaligned stores in memsetRajalakshmi Srinivasaraghavan2-2/+72
2017-09-18Fix powerpc64le problem from last ldbl-opt patch.Joseph Myers3-0/+27
2017-09-18Use libm_alias_ldouble in math/.Joseph Myers46-169/+125
2017-09-18AArch64: use movz/movk instead of literal pools in start.SWang Boshi3-3/+22
2017-09-17Add missing libc_hidden_weak/def callsSamuel Thibault8-0/+17
2017-09-16Add missing space.Paul Pluzhnikov1-4/+4
2017-09-16Add missing space.Paul Pluzhnikov1-1/+1
2017-09-16benchtests: New -g option to generate graphs in compare_strings.pySiddhesh Poyarekar2-3/+13
2017-09-16benchtests: Make compare_strings.py output a bit prettierSiddhesh Poyarekar2-9/+14
2017-09-16benchtests: Use argparse to parse argumentsSiddhesh Poyarekar3-13/+40
2017-09-15Use libm_alias_double in math/.Joseph Myers47-233/+128