aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-04[AArch64] Ensure getcontext() initializes PSTATE.Marcus Shawcroft3-0/+11
2013-06-04Increase test case timeoutSiddhesh Poyarekar2-0/+5
2013-06-03BZ #15536: Fix ulp for 128-bit IBM long double.Carlos O'Donell3-12/+35
2013-05-31Revert po and pot files changes.Carlos O'Donell4-3/+9
2013-05-31Link extra-libs consistently with libc and ld.so.Joseph Myers29-143/+144
2013-05-30Set reasonable limits for xdr_requests.Patsy Franklin3-7/+26
2013-05-30 [BZ #14256]Jeff Law4-20/+29
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar41-103/+220
2013-05-29Fix ChangeLog formattingSiddhesh Poyarekar2-32/+32
2013-05-28Add descriptive titles to po files and header.Carlos O'Donell4-3/+9
2013-05-25localedef: include file name in error messagesMike Frysinger2-2/+8
2013-05-28Doc fix for 'frexp' in arith.texiBen Norht2-2/+7
2013-05-28Update powerpc libm-test ULPs.Adhemerval Zanella2-0/+41
2013-05-26 * stdio-common/bug26.c (main): Correct fscanf template.Thomas Schwinge2-2/+5
2013-05-26_dl_skip_args declaration cleanup.Thomas Schwinge2-1/+3
2013-05-26_dl_non_dynamic_init declaration cleanup.Thomas Schwinge2-3/+3
2013-05-26 * manual/platform.texi: Add missing @end deftypefun.Thomas Schwinge2-0/+5
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers4-2/+21
2013-05-24Test drem and pow10 in libm-test.inc.Joseph Myers4-5/+108
2013-05-24Add bug 14894 to NEWS.Joseph Myers1-8/+8
2013-05-24Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers4-44/+55
2013-05-24PowerPC: Program Priority Register supportAdhemerval Zanella3-0/+56
2013-05-24Correctly compute ulp near zero.Carlos O'Donell2-48/+103
2013-05-24tile: improve detection for missing -mcmodel=large supportChris Metcalf4-4/+41
2013-05-24Remove libm-test START_DATA and END_DATA.Joseph Myers3-347/+172
2013-05-24Make libm-test START and END into ordinary macros.Joseph Myers3-197/+352
2013-05-24Initialize wide struct info.Ondrej Bilka3-3/+12
2013-05-23Add BZ # to ChangeLog for commit 9323d39baea2fb0cca3735136abe263eff405133Ryan S. Arnold1-0/+1
2013-05-23PowerPC: Add functions for shared resources hints.Edjunior Machado3-0/+63
2013-05-23[AArch64] Fix up ChangeLog formatting for last commit.Marcus Shawcroft1-1/+1
2013-05-23[AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft2-25/+4
2013-05-22Update comments in ldconfig.c and dl-hwcaps.c.Carlos O'Donell3-8/+16
2013-05-22Don't include function names in test data in generated libm-test.c.Joseph Myers3-132/+327
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado12-8/+89
2013-05-22Fix _nl_find_msg malloc failure case, and callers.Carlos O'Donell4-7/+36
2013-05-22Don't include expected results in libm-test test names.Joseph Myers30-18536/+18569
2013-05-22Sort benchmark functionsSiddhesh Poyarekar2-41/+44
2013-05-22Add benchmark inputs for math functionsSiddhesh Poyarekar11-1/+97
2013-05-21Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers5-17/+96
2013-05-21Test getaddrinfo return valueDmitry V. Levin3-1/+74
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar4-10/+26
2013-05-21Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab6-61/+83
2013-05-21Add a README for benchtestsSiddhesh Poyarekar3-20/+81
2013-05-21AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab6-4/+68
2013-05-21[AArch64] Update libm-test-ulps.Marcus Shawcroft2-32/+6051
2013-05-20PowerPC: update missing CL/NEWS bug referenceAdhemerval Zanella2-1/+2
2013-05-20Faster memset on x64Ondrej Bilka2-1315/+96
2013-05-20Faster memcpy on x64.Ondrej Bilka5-8/+195
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers7-1/+26
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers32-217/+252