aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-24Run libm tests separately for each function.Joseph Myers161-973/+1512
2017-02-23Add new templates for IEEE wrappersGabriel F. T. Gomes29-1/+1084
2017-02-22Add TFD_TIMER_CANCEL_ON_SET to sys/timerfd.h.Joseph Myers2-1/+6
2017-02-22Use Linux 4.10 in build-many-glibcs.py.Joseph Myers2-1/+6
2017-02-21Add IP_RECVFRAGSIZE from Linux 4.10.Joseph Myers2-0/+5
2017-02-21powerpc: Update powerpc-fpu libm-test-ulpsTulio Magno Quites Machado Filho2-98/+110
2017-02-21powerpc: Add tests for __ppc_set_ppr_* functions.Wainer dos Santos Moschetta3-0/+111
2017-02-21powerpc: Convert tests to the new support test-driverWainer dos Santos Moschetta4-21/+19
2017-02-21Bug 20313: Update to Unicode 9.0.0Mike FABIAN17-2596/+6701
2017-02-20Remove some unused libm-test exception macros.Joseph Myers2-28/+9
2017-02-19One more obvious missing #include in the testsuite.Zack Weinberg2-0/+5
2017-02-17Update arm, mips, powerpc-nofpu libm-test-ulps.Joseph Myers5-304/+343
2017-02-17Rework -fno-omit-frame-pointer support on i386Adhemerval Zanella6-41/+113
2017-02-17Use index_cpu_RTM and reg_RTM to clear the bit_cpu_RTM bitH.J. Lu2-1/+6
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers10-919/+76430
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers10-1391/+92082
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers10-1342/+92033
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers3-3/+17
2017-02-17Fix lgamma*, log10* and log2* results [BZ #21171]Tulio Magno Quites Machado Filho12-11/+28
2017-02-16build-many-glibcs: don't crash if email is not configuredZack Weinberg2-0/+16
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg83-30/+191
2017-02-16ChangeLog entry for previous changesetZack Weinberg1-0/+16
2017-02-16Clean up redundancies between string.h and strings.h.Zack Weinberg3-141/+39
2017-02-16Move bits/types.h into posix/bits.Zack Weinberg3-0/+6
2017-02-15Remove the str(n)cmp inlines from string/bits/string2.h. The strncmpWilco Dijkstra2-58/+6
2017-02-15The internal header include/string.h does not work in C++: it causes link errorsWilco Dijkstra2-2/+6
2017-02-15Fix y0 and y1 exception handling for zero input [BZ #21134]Gabriel F. T. Gomes7-6/+17
2017-02-15Move most libmvec test contents from .c to .h files.Joseph Myers17-82/+250
2017-02-14Move INIT_ARCH_EXT call from libm-test-support to libm-test-driver.Joseph Myers4-3/+12
2017-02-12ldbl-128: Fix y0 and y1 for -Inf input [BZ #21130]Gabriel F. T. Gomes3-12/+9
2017-02-10GLIBC uses strchr (s, '\0') as an idiom to find the end of a string.Wilco Dijkstra2-10/+4
2017-02-09x86-64: Verify that _dl_runtime_resolve preserves vector registersH.J. Lu10-4/+428
2017-02-09Move more csin, csinh tests to auto-libm-test-in.Joseph Myers6-6/+1187
2017-02-09Merge libm-compat-calls-auto and libm-compat-callsGabriel F. T. Gomes2-9/+15
2017-02-09Move -U__LIBC_INTERNAL_MATH_INLINES to test-math-inline.h.Joseph Myers3-6/+18
2017-02-08Build most libm-test support code once per type.Joseph Myers8-1317/+1622
2017-02-08Move w_exp to libm-compat-call-autoGabriel F. T. Gomes13-4/+36
2017-02-08Move w_lgamma to libm-compat-calls-autoGabriel F. T. Gomes5-2/+14
2017-02-08Move w_lgamma_r to libm-compat-calls-autoGabriel F. T. Gomes10-4/+32
2017-02-08aarch64: fix errno address calculation in SYSCALL_ERROR_HANDLERAdhemerval Zanella2-1/+6
2017-02-08Fix a typo in the manual.Rical Jasan2-1/+5
2017-02-08Fix getting tunable values on big-endian (BZ #21109)Siddhesh Poyarekar4-6/+18
2017-02-08Add Linux PTRACE_EVENT_STOPKir Kolyshkin8-14/+39
2017-02-07Clean up libm vector tests exception test disabling.Joseph Myers11-7/+14
2017-02-07Fix powf inaccuracy (bug 21112).Joseph Myers4-2/+37
2017-02-07Fix typo in manualSiddhesh Poyarekar2-1/+5
2017-02-07powerpc: Set minimum kernel version for powerpc64leRajalakshmi Srinivasaraghavan3-0/+38
2017-02-07powerpc: Use latest optimizations for internal function callsRajalakshmi Srinivasaraghavan3-3/+10
2017-02-07powerpc: Improve strcmp performance for shorter stringsRajalakshmi Srinivasaraghavan3-44/+22
2017-02-06Refactor some code in libm-test-driver.c.Joseph Myers2-19/+63