aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-12-21Move all tests out of the csu subdirectoryNick Alcock6-7/+25
2016-12-21manual: Convert @tables of variables to @vtables.Rical Jasan17-172/+90
2016-12-21Add roundeven, roundevenf, roundevenl.Joseph Myers46-7/+1360
2016-12-20Add preprocessor indentation for llogb macro in tgmath.h.Joseph Myers2-1/+6
2016-12-20Replace use of snprintf with strfrom in libm testsGabriel F. T. Gomes5-42/+72
2016-12-20S390: Optimize lock-elision by decrementing adapt_count at unlock.Stefan Liebler5-54/+90
2016-12-20S390: Use new __libc_tbegin_retry macro in elision-lock.c.Stefan Liebler3-28/+64
2016-12-20S390: Use own tbegin macro instead of __builtin_tbegin.Stefan Liebler6-25/+174
2016-12-20S390: Use C11-like atomics instead of plain memory accesses in lock elision c...Stefan Liebler3-12/+34
2016-12-20Do not require memset elimination in explicit_bzero testFlorian Weimer3-9/+29
2016-12-20Add fmaxmag, fminmag functions.Joseph Myers44-6/+677
2016-12-19Robust mutexes: Fix lost wake-up.Torvald Riegel3-4/+32
2016-12-19benchtests: Add fmaxf/fminf benchmarksAdhemerval Zanella4-1/+56
2016-12-19benchtests: Add fmax/fmin benchmarksAdhemerval Zanella4-1/+55
2016-12-19Adjust benchtests to new support library.Adhemerval Zanella31-50/+96
2016-12-19Disable TSX on some Haswell processors.Andrew Senkevich2-6/+29
2016-12-18Add missing bug number to ChangeLogFlorian Weimer1-0/+1
2016-12-18assert.h: allow gcc to detect assert(a = 1) errorsJim Meyering2-4/+25
2016-12-18Link benchset tests against libsupportSiddhesh Poyarekar2-0/+6
2016-12-18Add ChangeLog for previous commitSiddhesh Poyarekar1-0/+5
2016-12-18Add -B to python invocation to avoid generating pyc filesMartin Galvan1-1/+7
2016-12-16Document sNaN argument error handling.Joseph Myers2-0/+10
2016-12-16New string function explicit_bzero (from OpenBSD).Zack Weinberg49-22/+711
2016-12-16Define FE_SNANS_ALWAYS_SIGNAL.Joseph Myers6-3/+77
2016-12-16Fix typos and missing closing bracket in test-memchr.cAdhemerval Zanella2-2/+7
2016-12-16Make build-many-glibcs.py flush stdout before execv.Joseph Myers2-0/+6
2016-12-16Fix powerpc64/power7 memchr for large input sizesAdhemerval Zanella3-10/+49
2016-12-16Make w_scalbln type-genericGabriel F. T. Gomes7-110/+27
2016-12-15Fix x86, x86_64 fmax, fmin sNaN handling, add tests (bug 20947).Joseph Myers12-27/+322
2016-12-15Fix assertion failure on test timeoutAndreas Schwab2-1/+6
2016-12-15Fix powerpc fmax, fmin sNaN handling (bug 20947).Joseph Myers3-2/+79
2016-12-14Fix generic fmax, fmin sNaN handling (bug 20947).Joseph Myers3-2/+21
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers21-166/+121
2016-12-14Include <linux/falloc.h> in bits/fcntl-linux.h.Joseph Myers2-9/+10
2016-12-14Fix arg used as litteral suffix in tst-strfrom.hGabriel F. T. Gomes2-1/+5
2016-12-14Consolidate renameat Linux implementationAdhemerval Zanella3-1/+35
2016-12-14Consolidate rename Linux implementationAdhemerval Zanella2-4/+15
2016-12-14Add [BZ #19398] marker to ChangeLog entry.Joseph Myers1-0/+1
2016-12-14Improve strtok and strtok_r performance. Instead of calling strpbrk whichWilco Dijkstra6-92/+88
2016-12-14Make w_log1p type-genericGabriel F. T. Gomes7-131/+21
2016-12-14Improve generic rawmemchr for targets that don't have anWilco Dijkstra2-149/+10
2016-12-14Use Linux 4.9 (headers) in build-many-glibcs.py.Joseph Myers2-1/+6
2016-12-13Better design of libm.a installation rule.Andrew Senkevich2-4/+12
2016-12-13powerpc: remove _dl_platform_string and _dl_powerpc_platformsAndreas Schwab3-62/+19
2016-12-13nptl/tst-cancel7: Add missing case labelFlorian Weimer2-0/+5
2016-12-13Expose linking against libsupport as make dependencyFlorian Weimer3-6/+15
2016-12-13powerpc: strncmp optimization for power9Rajalakshmi Srinivasaraghavan6-1/+433
2016-12-12Add getentropy, getrandom, <sys/random.h> [BZ #17252]Florian Weimer41-4/+693
2016-12-10debug: Additional compiler barriers for backtrace tests [BZ #20956]Florian Weimer6-22/+28
2016-12-10Fix testsuite timeout handlingAndreas Schwab2-1/+6