| Commit message (Expand) | Author | Age | Files | Lines |
* | x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741] | H.J. Lu | 2017-07-10 | 1 | -0/+4 |
* | x86-64: Update comments in IFUNC selectors | H.J. Lu | 2017-07-09 | 16 | -21/+16 |
* | x86-64: Update comments in ifunc-impl-list.c | H.J. Lu | 2017-07-09 | 1 | -16/+16 |
* | x86-64: Align the stack in __tls_get_addr [BZ #21609] | H.J. Lu | 2017-07-06 | 6 | -2/+130 |
* | Require binutils 2.25 or later to build glibc. | Joseph Myers | 2017-06-28 | 2 | -70/+0 |
* | x86-64: Optimize memcmp-avx2-movbe.S for short difference | H.J. Lu | 2017-06-27 | 1 | -56/+62 |
* | Add float128 support for x86_64, x86. | Joseph Myers | 2017-06-26 | 2 | -0/+565 |
* | x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.S | H.J. Lu | 2017-06-23 | 1 | -4/+2 |
* | x86-64: Fix comment typo in memcmp-avx2-movbe.S | Florian Weimer | 2017-06-23 | 1 | -1/+1 |
* | x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662] | Florian Weimer | 2017-06-23 | 1 | -10/+10 |
* | x86-64: Implement strcmp family IFUNC selectors in C | H.J. Lu | 2017-06-21 | 24 | -240/+605 |
* | Use locale_t, not __locale_t, throughout glibc | Zack Weinberg | 2017-06-20 | 2 | -2/+2 |
* | Fix fallout from bits/string.h removal. | Zack Weinberg | 2017-06-20 | 2 | -0/+4 |
* | Remove bits/string.h. | Zack Weinberg | 2017-06-20 | 1 | -6/+1 |
* | Fix typo when undefining weak_alias | Siddhesh Poyarekar | 2017-06-19 | 1 | -1/+1 |
* | x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in C | H.J. Lu | 2017-06-15 | 13 | -115/+213 |
* | x86-64: Implement wcscpy IFUNC selector in C | H.J. Lu | 2017-06-15 | 1 | -17/+21 |
* | x86-64: Implement strcat family IFUNC selectors in C | H.J. Lu | 2017-06-15 | 6 | -90/+95 |
* | x86-64: Implement memcmp family IFUNC selectors in C | H.J. Lu | 2017-06-15 | 7 | -113/+126 |
* | x86-64: Implement memset family IFUNC selectors in C | H.J. Lu | 2017-06-15 | 12 | -147/+218 |
* | x86-64: Implement memmove family IFUNC selectors in C | H.J. Lu | 2017-06-14 | 20 | -474/+418 |
* | Remove __need macros from errno.h (__need_Emath, __need_error_t). | Zack Weinberg | 2017-06-14 | 3 | -6/+3 |
* | PowerPC64 ELFv2 PPC64_OPT_LOCALENTRY | Alan Modra | 2017-06-14 | 1 | -0/+1 |
* | x86-64: Implement strcpy family IFUNC selectors in C | H.J. Lu | 2017-06-12 | 14 | -131/+258 |
* | x86-64: Correct comments in ifunc-impl-list.c | H.J. Lu | 2017-06-09 | 1 | -6/+6 |
* | x86-64: Optimize strrchr/wcsrchr with AVX2 | H.J. Lu | 2017-06-09 | 8 | -0/+368 |
* | x86-64: Optimize memrchr with AVX2 | H.J. Lu | 2017-06-09 | 5 | -0/+424 |
* | x86-64: Optimize strchr/strchrnul/wcschr with AVX2 | H.J. Lu | 2017-06-09 | 12 | -58/+492 |
* | x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2 | H.J. Lu | 2017-06-09 | 13 | -1/+621 |
* | x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2 | H.J. Lu | 2017-06-09 | 13 | -25/+620 |
* | x86-64: Rename wmemset.h to ifunc-wmemset.h | H.J. Lu | 2017-06-07 | 4 | -4/+4 |
* | x86-64: Fold ifunc-sse4_1.h into wcsnlen.c | H.J. Lu | 2017-06-07 | 2 | -35/+15 |
* | x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S | H.J. Lu | 2017-06-06 | 7 | -8/+88 |
* | Optimize generic spinlock code and use C11 like atomic macros. | Stefan Liebler | 2017-06-06 | 1 | -0/+1 |
* | x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE | H.J. Lu | 2017-06-05 | 6 | -3/+465 |
* | x86-64: Optimize wmemset with SSE2/AVX2/AVX512 | H.J. Lu | 2017-06-05 | 13 | -9/+250 |
* | x86-64: Update strlen.S to support wcslen/wcsnlen | H.J. Lu | 2017-06-05 | 2 | -21/+47 |
* | x86_64: Remove redundant REX bytes from memrchr.S | H.J. Lu | 2017-06-05 | 1 | -19/+17 |
* | x86_64: Remove redundant REX bytes from memchr.S | H.J. Lu | 2017-05-30 | 1 | -14/+14 |
* | x86_64: Remove L(return_null) from rawmemchr.S | H.J. Lu | 2017-05-20 | 1 | -5/+0 |
* | x86: Optimize SSE2 memchr overflow calculation | H.J. Lu | 2017-05-19 | 1 | -8/+6 |
* | Correct comments in x86_64/multiarch/memcmp.S | H.J. Lu | 2017-05-18 | 1 | -3/+3 |
* | Suppress internal declarations for most of the testsuite. | Zack Weinberg | 2017-05-11 | 3 | -7/+11 |
* | x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391] | H.J. Lu | 2017-05-03 | 1 | -5/+5 |
* | x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396] | H.J. Lu | 2017-04-18 | 8 | -0/+16 |
* | Add sysdeps/x86/dl-procinfo.c | H.J. Lu | 2017-04-10 | 1 | -13/+1 |
* | Remove CALL_THREAD_FCT macro | Adhemerval Zanella | 2017-04-04 | 2 | -58/+0 |
* | x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258] | H.J. Lu | 2017-03-21 | 2 | -6/+6 |
* | x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIE | Mike Frysinger | 2017-03-15 | 1 | -1/+1 |
* | Document and fix --enable-bind-now [BZ #21015] | Florian Weimer | 2017-03-02 | 1 | -1/+1 |