aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
AgeCommit message (Expand)Author
2017-06-23x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu
2017-06-23x86-64: Fix comment typo in memcmp-avx2-movbe.SFlorian Weimer
2017-06-23x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement memset family IFUNC selectors in CH.J. Lu
2017-06-14x86-64: Implement memmove family IFUNC selectors in CH.J. Lu
2017-06-14Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-12x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu
2017-06-07x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu
2017-06-05x86-64: Update strlen.S to support wcslen/wcsnlenH.J. Lu
2017-06-05x86_64: Remove redundant REX bytes from memrchr.SH.J. Lu
2017-05-30x86_64: Remove redundant REX bytes from memchr.SH.J. Lu
2017-05-20x86_64: Remove L(return_null) from rawmemchr.SH.J. Lu
2017-05-19x86: Optimize SSE2 memchr overflow calculationH.J. Lu
2017-05-18Correct comments in x86_64/multiarch/memcmp.SH.J. Lu
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg
2017-05-03x86: Set dl_platform and dl_hwcap from CPU features [BZ #21391]H.J. Lu
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu
2017-04-10Add sysdeps/x86/dl-procinfo.cH.J. Lu
2017-04-04Remove CALL_THREAD_FCT macroAdhemerval Zanella
2017-03-21x86-64: Improve branch predication in _dl_runtime_resolve_avx512_opt [BZ #21258]H.J. Lu
2017-03-15x86_64: fix static build of __mempcpy_chk for compilers defaulting to PIC/PIEMike Frysinger
2017-03-02Document and fix --enable-bind-now [BZ #21015]Florian Weimer
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg
2017-02-25Allow direct use of math_ldbl.h in testsuite.Zack Weinberg
2017-02-24Run libm tests separately for each function.Joseph Myers
2017-02-17Move tests of catan, catanh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of casin, casinh to auto-libm-test-*.Joseph Myers
2017-02-17Move tests of cacos, cacosh to auto-libm-test-*.Joseph Myers
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers