aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-29Fix ChangeLog formattingSiddhesh Poyarekar
2013-05-28Add descriptive titles to po files and header.Carlos O'Donell
2013-05-25localedef: include file name in error messagesMike Frysinger
2013-05-28Doc fix for 'frexp' in arith.texiBen Norht
2013-05-28Update powerpc libm-test ULPs.Adhemerval Zanella
2013-05-26 * stdio-common/bug26.c (main): Correct fscanf template.Thomas Schwinge
2013-05-26_dl_skip_args declaration cleanup.Thomas Schwinge
2013-05-26_dl_non_dynamic_init declaration cleanup.Thomas Schwinge
2013-05-26 * manual/platform.texi: Add missing @end deftypefun.Thomas Schwinge
2013-05-24Fix ldbl-96 hypotl of subnormals (bug 15529).Joseph Myers
2013-05-24Test drem and pow10 in libm-test.inc.Joseph Myers
2013-05-24Add bug 14894 to NEWS.Joseph Myers
2013-05-24Use same tests for isfinite/finite, lgamma/gamma.Joseph Myers
2013-05-24PowerPC: Program Priority Register supportAdhemerval Zanella
2013-05-24Correctly compute ulp near zero.Carlos O'Donell
2013-05-24tile: improve detection for missing -mcmodel=large supportChris Metcalf
2013-05-24Remove libm-test START_DATA and END_DATA.Joseph Myers
2013-05-24Make libm-test START and END into ordinary macros.Joseph Myers
2013-05-24Initialize wide struct info.Ondrej Bilka
2013-05-23Add BZ # to ChangeLog for commit 9323d39baea2fb0cca3735136abe263eff405133Ryan S. Arnold
2013-05-23PowerPC: Add functions for shared resources hints.Edjunior Machado
2013-05-23[AArch64] Fix up ChangeLog formatting for last commit.Marcus Shawcroft
2013-05-23[AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft
2013-05-22Update comments in ldconfig.c and dl-hwcaps.c.Carlos O'Donell
2013-05-22Don't include function names in test data in generated libm-test.c.Joseph Myers
2013-05-22Update bits/siginfo.h with Linux hwpoison SIGBUS changesEdjunior Barbosa Machado
2013-05-22Fix _nl_find_msg malloc failure case, and callers.Carlos O'Donell
2013-05-22Don't include expected results in libm-test test names.Joseph Myers
2013-05-22Sort benchmark functionsSiddhesh Poyarekar
2013-05-22Add benchmark inputs for math functionsSiddhesh Poyarekar
2013-05-21Fix MIPS n32 cancellation in static libc (bug 15506).Joseph Myers
2013-05-21Test getaddrinfo return valueDmitry V. Levin
2013-05-21Set EAI_SYSTEM only when h_errno is NETDB_INTERNALSiddhesh Poyarekar
2013-05-21Fix parsing of numeric hosts in gethostbyname_rAndreas Schwab
2013-05-21Add a README for benchtestsSiddhesh Poyarekar
2013-05-21AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab
2013-05-21[AArch64] Update libm-test-ulps.Marcus Shawcroft
2013-05-20PowerPC: update missing CL/NEWS bug referenceAdhemerval Zanella
2013-05-20Faster memset on x64Ondrej Bilka
2013-05-20Faster memcpy on x64.Ondrej Bilka
2013-05-19Fix nearbyint scheduling of arithmetic past fesetenv (bug 15490).Joseph Myers
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers
2013-05-19Simplify gen-libm-test.pl handling of tests with extra outputs.Joseph Myers
2013-05-18Don't disable CMPLXL macro for __NO_LONG_DOUBLE_MATH (bug 15488).Joseph Myers
2013-05-18Make libm-test look up ulps by name at runtime.Joseph Myers
2013-05-17Fix remainder exceptions and directed-rounding results (bugs 15480, 15485).Joseph Myers
2013-05-17Simplify libm-test extra-output initialization.Joseph Myers
2013-05-17Don't handle ulps for integer tests in libm-test.inc.Joseph Myers
2013-05-17Test more cases of "inexact" exceptions in libm-test.inc.Joseph Myers
2013-05-17Prevent optimizing out of benchmark function callSiddhesh Poyarekar