about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu2016-07-0128-103/+136
* Fixed wrong vector sincos/sincosf ABI to have it compatible withAndrew Senkevich2016-07-0132-39/+2548
* SPARC64: update localplt.dataAurelien Jarno2016-07-011-0/+1
* powerpc: Add a POWER8-optimized version of sinf()Anton Blanchard2016-06-305-1/+604
* powerpc: Add a POWER8-optimized version of expf()Tulio Magno Quites Machado Filho2016-06-306-1/+388
* hppa: fix loading of global pointer in _start [BZ #20277]John David Anglin2016-06-301-0/+2
* Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu2016-06-306-1/+20
* i686/multiarch: Regenerate ulpsAurelien Jarno2016-06-301-8/+8
* Avoid array-bounds warning for strncat on i586 (bug 20260)Andreas Schwab2016-06-291-2/+1
* MIPS: run tst-mode-switch-{1,2,3}.c using test-skeleton.cAurelien Jarno2016-06-273-6/+15
* Avoid "inexact" exceptions in i386/x86_64 trunc functions (bug 15479).Joseph Myers2016-06-274-23/+29
* Avoid "inexact" exceptions in i386/x86_64 floor functions (bug 15479).Joseph Myers2016-06-274-23/+33
* Avoid "inexact" exceptions in i386/x86_64 ceil functions (bug 15479).Joseph Myers2016-06-274-23/+33
* MIPS, SPARC: more fixes to the vfork aliases in libpthread.soAurelien Jarno2016-06-273-14/+14
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-249-89/+0
* Fix i386/x86_64 scalbl with sNaN input (bug 20296).Joseph Myers2016-06-232-23/+6
* Simplify x86 nearbyint functions.Joseph Myers2016-06-224-16/+0
* Move sysdeps/generic/bits/hwcap.h to top-level bits/Zack Weinberg2016-06-221-23/+0
* This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra2016-06-221-24/+32
* Fix p{readv,writev}{64} consolidation implementationAdhemerval Zanella2016-06-215-13/+18
* Added tests to ensure linkage through libmvec *_finite aliases which areAndrew Senkevich2016-06-2026-0/+307
* Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2016-06-202-2/+45
* This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2016-06-202-452/+209
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-2034-242/+54
* Expand comments in Linux times() implementation.Carlos O'Donell2016-06-191-10/+17
* MIPS, SPARC: fix wrong vfork aliases in libpthread.soAurelien Jarno2016-06-183-0/+6
* Add nextup and nextdown math functionsRajalakshmi Srinivasaraghavan2016-06-1635-1/+569
* Fix i386 fdim double rounding (bug 20255).Joseph Myers2016-06-141-0/+50
* Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256).Joseph Myers2016-06-1411-391/+0
* powerpc: strcasecmp/strncasecmp optmization for power8raji2016-06-1411-49/+598
* Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252).Joseph Myers2016-06-131-1/+1
* Fix frexp (NaN) (bug 20250).Joseph Myers2016-06-137-6/+16
* Remove __ASSUME_FUTEX_LOCK_PIAdhemerval Zanella2016-06-135-8/+0
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-1059-575/+70
* Fix i386/x86_64 log2l (sNaN) (bug 20235).Joseph Myers2016-06-092-0/+2
* Fix ldbl-128ibm log1pl (sNaN) (bug 20234).Joseph Myers2016-06-091-1/+1
* Fix ldbl-128ibm expm1l (sNaN) (bug 20233).Joseph Myers2016-06-091-2/+2
* Fix ldbl-128 expm1l (sNaN) (bug 20232).Joseph Myers2016-06-091-2/+2
* Always indirect branch to __libc_start_main via GOTH.J. Lu2016-06-091-9/+8
* X86-64: Add dummy memcopy.h and wordcopy.cH.J. Lu2016-06-092-0/+2
* Fix i386/x86_64 log1pl (sNaN) (bug 20229).Joseph Myers2016-06-082-0/+2
* Fix i386/x86_64 log10l (sNaN) (bug 20228).Joseph Myers2016-06-082-0/+2
* Fix i386/x86_64 logl (sNaN) (bug 20227).Joseph Myers2016-06-083-0/+3
* Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226).Joseph Myers2016-06-082-4/+10
* Fix i386 cbrtl (sNaN) (bug 20224).Joseph Myers2016-06-081-0/+1
* X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu2016-06-0819-1490/+394
* X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu2016-06-088-319/+60
* Fix i386 atanhl (sNaN) (bug 20219).Joseph Myers2016-06-071-0/+1
* Fix i386 asinhl (sNaN) (bug 20218).Joseph Myers2016-06-071-0/+1
* Check FMA after COMMON_CPUID_INDEX_80000001H.J. Lu2016-06-071-4/+9