about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu2017-08-048-36/+22
* x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu2017-07-101-0/+4
* x86-64: Update comments in IFUNC selectorsH.J. Lu2017-07-0916-21/+16
* x86-64: Update comments in ifunc-impl-list.cH.J. Lu2017-07-091-16/+16
* x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu2017-06-271-56/+62
* x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu2017-06-231-4/+2
* x86-64: Fix comment typo in memcmp-avx2-movbe.SFlorian Weimer2017-06-231-1/+1
* x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer2017-06-231-10/+10
* x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu2017-06-2124-240/+605
* Fix fallout from bits/string.h removal.Zack Weinberg2017-06-202-0/+4
* Remove bits/string.h.Zack Weinberg2017-06-201-6/+1
* Fix typo when undefining weak_aliasSiddhesh Poyarekar2017-06-191-1/+1
* x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu2017-06-1511-111/+211
* x86-64: Implement wcscpy IFUNC selector in CH.J. Lu2017-06-151-17/+21
* x86-64: Implement strcat family IFUNC selectors in CH.J. Lu2017-06-156-90/+95
* x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu2017-06-157-113/+126
* x86-64: Implement memset family IFUNC selectors in CH.J. Lu2017-06-1512-147/+218
* x86-64: Implement memmove family IFUNC selectors in CH.J. Lu2017-06-1420-474/+418
* x86-64: Implement strcpy family IFUNC selectors in CH.J. Lu2017-06-1214-131/+258
* x86-64: Correct comments in ifunc-impl-list.cH.J. Lu2017-06-091-6/+6
* x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu2017-06-098-0/+368
* x86-64: Optimize memrchr with AVX2H.J. Lu2017-06-095-0/+424
* x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu2017-06-0912-58/+492
* x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu2017-06-0913-1/+621
* x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu2017-06-0912-0/+580
* x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu2017-06-074-4/+4
* x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu2017-06-072-35/+15
* x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu2017-06-066-1/+88
* x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu2017-06-056-3/+465
* x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu2017-06-0510-8/+199
* Correct comments in x86_64/multiarch/memcmp.SH.J. Lu2017-05-181-3/+3
* Suppress internal declarations for most of the testsuite.Zack Weinberg2017-05-111-1/+1
* x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu2017-04-188-0/+16
* Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers2017-02-171-1/+1
* Add missing header files throughout the testsuite.Zack Weinberg2017-02-161-1/+1
* Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu2017-01-301-0/+2
* Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella2017-01-031-0/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-0142-42/+42
* Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu2016-07-0113-36/+4
* Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu2016-06-305-1/+17
* X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu2016-06-0815-890/+306
* X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu2016-06-087-217/+39
* Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu2016-06-061-1/+1
* Remove alignments on jump targets in memsetH.J. Lu2016-05-191-32/+5
* Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2016-05-112-21/+0
* X86-64: Use non-temporal store in memcpy on large dataH.J. Lu2016-04-124-171/+226
* X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu2016-04-061-54/+84
* X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu2016-04-061-13/+19
* Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu2016-04-051-0/+13
* Add a comment in memset-sse2-unaligned-erms.SH.J. Lu2016-04-051-0/+2