Age | Commit message (Expand) | Author | Files | Lines |
2016-06-22 | This patch further tunes memcpy - avoid one branch for sizes 1-3, | Wilco Dijkstra | 1 | -24/+32 |
2016-06-21 | Fix p{readv,writev}{64} consolidation implementation | Adhemerval Zanella | 5 | -13/+18 |
2016-06-20 | Added tests to ensure linkage through libmvec *_finite aliases which are | Andrew Senkevich | 26 | -0/+307 |
2016-06-20 | Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as it | Wilco Dijkstra | 2 | -2/+45 |
2016-06-20 | This is an optimized memcpy/memmove for AArch64. Copies are split into 3 main | Wilco Dijkstra | 2 | -452/+209 |
2016-06-20 | elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h> | Florian Weimer | 34 | -242/+54 |
2016-06-19 | Expand comments in Linux times() implementation. | Carlos O'Donell | 1 | -10/+17 |
2016-06-18 | MIPS, SPARC: fix wrong vfork aliases in libpthread.so | Aurelien Jarno | 3 | -0/+6 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 35 | -1/+569 |
2016-06-14 | Fix i386 fdim double rounding (bug 20255). | Joseph Myers | 1 | -0/+50 |
2016-06-14 | Use generic fdim on more architectures (bug 6796, bug 20255, bug 20256). | Joseph Myers | 11 | -391/+0 |
2016-06-14 | powerpc: strcasecmp/strncasecmp optmization for power8 | raji | 11 | -49/+598 |
2016-06-13 | Fix dbl-64 atan2 (sNaN, qNaN) (bug 20252). | Joseph Myers | 1 | -1/+1 |
2016-06-13 | Fix frexp (NaN) (bug 20250). | Joseph Myers | 7 | -6/+16 |
2016-06-13 | Remove __ASSUME_FUTEX_LOCK_PI | Adhemerval Zanella | 5 | -8/+0 |
2016-06-10 | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 59 | -575/+70 |
2016-06-09 | Fix i386/x86_64 log2l (sNaN) (bug 20235). | Joseph Myers | 2 | -0/+2 |
2016-06-09 | Fix ldbl-128ibm log1pl (sNaN) (bug 20234). | Joseph Myers | 1 | -1/+1 |
2016-06-09 | Fix ldbl-128ibm expm1l (sNaN) (bug 20233). | Joseph Myers | 1 | -2/+2 |
2016-06-09 | Fix ldbl-128 expm1l (sNaN) (bug 20232). | Joseph Myers | 1 | -2/+2 |
2016-06-09 | Always indirect branch to __libc_start_main via GOT | H.J. Lu | 1 | -9/+8 |
2016-06-09 | X86-64: Add dummy memcopy.h and wordcopy.c | H.J. Lu | 2 | -0/+2 |
2016-06-08 | Fix i386/x86_64 log1pl (sNaN) (bug 20229). | Joseph Myers | 2 | -0/+2 |
2016-06-08 | Fix i386/x86_64 log10l (sNaN) (bug 20228). | Joseph Myers | 2 | -0/+2 |
2016-06-08 | Fix i386/x86_64 logl (sNaN) (bug 20227). | Joseph Myers | 3 | -0/+3 |
2016-06-08 | Fix i386/x86_64 expl, exp10l, expm1l for sNaN input (bug 20226). | Joseph Myers | 2 | -4/+10 |
2016-06-08 | Fix i386 cbrtl (sNaN) (bug 20224). | Joseph Myers | 1 | -0/+1 |
2016-06-08 | X86-64: Remove previous default/SSE2/AVX2 memcpy/memmove | H.J. Lu | 19 | -1490/+394 |
2016-06-08 | X86-64: Remove the previous SSE2/AVX2 memsets | H.J. Lu | 8 | -319/+60 |
2016-06-07 | Fix i386 atanhl (sNaN) (bug 20219). | Joseph Myers | 1 | -0/+1 |
2016-06-07 | Fix i386 asinhl (sNaN) (bug 20218). | Joseph Myers | 1 | -0/+1 |
2016-06-07 | Check FMA after COMMON_CPUID_INDEX_80000001 | H.J. Lu | 1 | -4/+9 |
2016-06-07 | Bug 20214: Fix linux/in6.h and netinet/in.h sync. | Carlos O'Donell | 1 | -4/+12 |
2016-06-06 | Bug 20198: quick_exit should not call destructors. | Carlos O'Donell | 29 | -0/+29 |
2016-06-06 | Fix a typo in comments in memmove-vec-unaligned-erms.S | H.J. Lu | 1 | -1/+1 |
2016-06-06 | Fix dbl-64 asin (sNaN) (bug 20213). | Joseph Myers | 1 | -1/+1 |
2016-06-06 | Consolidate pwritev/pwritev64 implementations | Adhemerval Zanella | 8 | -199/+79 |
2016-06-06 | Consolidate preadv/preadv64 implementation | Adhemerval Zanella | 8 | -200/+79 |
2016-06-06 | Fix dbl-64 acos (sNaN) (bug 20212). | Joseph Myers | 1 | -1/+1 |
2016-06-06 | powerpc: Fix --disable-multi-arch build on POWER8 | Tulio Magno Quites Machado Filho | 5 | -6/+27 |
2016-06-03 | Fix x86/x86_64 nextafterl incrementing negative subnormals (bug 20205). | Joseph Myers | 1 | -1/+1 |
2016-06-02 | Fix macro API for __USE_KERNEL_IPV6_DEFS. | Carlos O'Donell | 1 | -1/+3 |
2016-05-30 | hurd: disable ifunc for now | Samuel Thibault | 2 | -0/+8 |
2016-05-30 | posix: Call _exit in failure case for posix_spawn{p} (BZ#20178) | Adhemerval Zanella | 1 | -1/+1 |
2016-05-30 | hurd: fix _hurd_self_sigstate reference from ____longjmp_chk | Samuel Thibault | 1 | -1/+6 |
2016-05-27 | Count number of logical processors sharing L2 cache | H.J. Lu | 1 | -34/+116 |
2016-05-27 | Fix powerpc64 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 12 | -12/+84 |
2016-05-27 | Fix powerpc32 ceil, rint etc. on sNaN input (bug 20160). | Joseph Myers | 12 | -12/+84 |
2016-05-27 | Avoid "invalid" exceptions from powerpc fabsl (sNaN) (bug 20157). | Joseph Myers | 2 | -5/+21 |
2016-05-27 | Fix ldbl-128ibm ceill, rintl etc. for sNaN arguments (bug 20156). | Joseph Myers | 5 | -0/+15 |