aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-15Remove ENOSYS math/ function stubs.Joseph Myers33-499/+35
2017-09-15[BZ #21745] powerpc: build some IFUNC math functions for libc and libmTulio Magno Quites Machado Filho3-17/+36
2017-09-15Use libm_alias_float in math/.Joseph Myers22-24/+93
2017-09-14Make more libm functions into weak aliases.Joseph Myers69-97/+395
2017-09-14benchtests: Reallocate buffers for memsetSiddhesh Poyarekar4-13/+52
2017-09-14benchtests: Make memset benchmarks print jsonSiddhesh Poyarekar3-31/+86
2017-09-14Add new codepage charmaps/IBM858 [BZ #21084]Mike FABIAN7-8/+336
2017-09-14Removed redundant data (LC_TIME and LC_MESSAGES) for niu_NZ [BZ #22023]Akhilesh Kumar2-78/+8
2017-09-14Fix LC_TELEPHONE for az_AZ [BZ #22112]Akhilesh Kumar2-4/+9
2017-09-14Define and use libm_alias_float128.Joseph Myers3-0/+48
2017-09-13Define and use libm_alias_ldouble.Joseph Myers5-38/+93
2017-09-13Move exp compat wrappers under math/Szabolcs Nagy9-116/+55
2017-09-13Clear up log1p, ldexp, scalbn, scalbln compat handling.Joseph Myers9-44/+33