aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2017-06-09x86-64: Correct comments in ifunc-impl-list.cH.J. Lu1-6/+6
2017-06-09x86-64: Optimize strrchr/wcsrchr with AVX2H.J. Lu8-0/+368
2017-06-09x86-64: Optimize memrchr with AVX2H.J. Lu5-0/+424
2017-06-09x86-64: Optimize strchr/strchrnul/wcschr with AVX2H.J. Lu12-58/+492
2017-06-09x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2H.J. Lu13-1/+621
2017-06-09x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2H.J. Lu12-0/+580
2017-06-07x86-64: Rename wmemset.h to ifunc-wmemset.hH.J. Lu4-4/+4
2017-06-07x86-64: Fold ifunc-sse4_1.h into wcsnlen.cH.J. Lu2-35/+15
2017-06-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu6-1/+88
2017-06-05x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBEH.J. Lu6-3/+465
2017-06-05x86-64: Optimize wmemset with SSE2/AVX2/AVX512H.J. Lu10-8/+199
2017-05-18Correct comments in x86_64/multiarch/memcmp.SH.J. Lu1-3/+3
2017-05-11Suppress internal declarations for most of the testsuite.Zack Weinberg1-1/+1
2017-04-18x86: Use AVX2 memcpy/memset on Skylake server [BZ #21396]H.J. Lu8-0/+16
2017-02-17Revert header inclusion changes that break math/ testing on x86_64.Joseph Myers1-1/+1
2017-02-16Add missing header files throughout the testsuite.Zack Weinberg1-1/+1
2017-01-30Add VZEROUPPER to memset-vec-unaligned-erms.S [BZ #21081]H.J. Lu1-0/+2
2017-01-03Fix x86 strncat optimized implementation for large sizesAdhemerval Zanella1-0/+2
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers42-42/+42
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu13-36/+4
2016-06-30Check Prefer_ERMS in memmove/memcpy/mempcpy/memsetH.J. Lu5-1/+17
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu15-890/+306
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu7-217/+39
2016-06-06Fix a typo in comments in memmove-vec-unaligned-erms.SH.J. Lu1-1/+1
2016-05-19Remove alignments on jump targets in memsetH.J. Lu1-32/+5
2016-05-11Remove x86 ifunc-defines.sym and rtld-global-offsets.symH.J. Lu2-21/+0
2016-04-12X86-64: Use non-temporal store in memcpy on large dataH.J. Lu4-171/+226
2016-04-06X86-64: Prepare memmove-vec-unaligned-erms.SH.J. Lu1-54/+84
2016-04-06X86-64: Prepare memset-vec-unaligned-erms.SH.J. Lu1-13/+19
2016-04-05Force 32-bit displacement in memset-vec-unaligned-erms.SH.J. Lu1-0/+13
2016-04-05Add a comment in memset-sse2-unaligned-erms.SH.J. Lu1-0/+2
2016-04-03Don't put SSE2/AVX/AVX512 memmove/memset in ld.soH.J. Lu6-32/+40
2016-04-03Fix memmove-vec-unaligned-erms.SH.J. Lu1-24/+30
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu6-1/+335
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu6-1/+594
2016-03-28Make __memcpy_avx512_no_vzeroupper an aliasH.J. Lu3-430/+404
2016-03-28Implement x86-64 multiarch mempcpy in memcpyH.J. Lu9-57/+69
2016-03-28[x86] Add a feature bit: Fast_Unaligned_CopyH.J. Lu1-1/+1
2016-03-22Don't set %rcx twice before "rep movsb"H.J. Lu1-1/+0
2016-03-06Group AVX512 functions in .text.avx512 sectionH.J. Lu2-2/+2
2016-03-04x86-64: Fix memcpy IFUNC selectionH.J. Lu1-13/+14
2016-01-19Fixed build with assembler w/o AVX-512 support.Andrew Senkevich1-0/+12
2016-01-16Fixed typos in __memcpy_chk.Andrew Senkevich1-3/+3
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich11-19/+540
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers44-44/+44
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich5-3/+225
2015-10-28Remove -mavx2 configure tests.Joseph Myers4-23/+15
2015-10-08Remove configure tests for AVX support.Joseph Myers1-14/+8
2015-10-06Remove configure tests for SSE4 support.Joseph Myers3-14/+2
2015-08-25Remove x86-64 rtld-xxx.c and rtld-xxx.SH.J. Lu2-2/+0