aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch
AgeCommit message (Expand)AuthorFilesLines
2020-05-09x86-64: Use RDX_LP on __x86_shared_non_temporal_threshold [BZ #25966]H.J. Lu1-3/+3
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers123-123/+123
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert123-123/+123
2019-02-27wcsmbs: optimize wcscatAdhemerval Zanella2-5/+10
2019-02-04Fix handling of collating elements in fnmatch (bug 17396, bug 16976)Andreas Schwab1-1/+2
2019-01-21x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu1-3/+6
2019-01-21x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu3-7/+7
2019-01-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu2-6/+6
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu2-14/+26
2019-01-21x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu1-2/+2
2019-01-21x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu4-41/+63
2019-01-21x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu3-7/+16
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu1-2/+6
2019-01-14x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval15-6/+1337
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers121-121/+121
2018-12-03x86: Extend CPUID support in struct cpu_featuresH.J. Lu2-3/+3
2018-11-09Add support for GCC 9 attribute copy.Martin Sebor18-21/+21
2018-08-03x86: Don't include <init-arch.h> in assembly codesH.J. Lu1-1/+0
2018-07-18x86-64: Use _CET_NOTRACK in memcmp-sse4.SH.J. Lu1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in memcpy-ssse3.SH.J. Lu1-62/+62
2018-07-18x86-64: Use _CET_NOTRACK in memcpy-ssse3-back.SH.J. Lu1-3/+3
2018-07-18x86-64: Use _CET_NOTRACK in strcmp-sse42.SH.J. Lu1-1/+1
2018-07-18x86-64: Use _CET_NOTRACK in strcpy-sse2-unaligned.SH.J. Lu1-1/+1
2018-07-17x86-64: Add _CET_ENDBR to STRCMP_SSE42H.J. Lu1-0/+1
2018-06-12x86: Make strncmp usable from rtldFlorian Weimer1-4/+7
2018-06-01x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval12-2/+1006
2018-05-23x86-64: Skip zero length in __mem[pcpy|move|set]_ermsH.J. Lu2-0/+11
2018-05-23Don't write beyond destination in __mempcpy_avx512_no_vzeroupper (bug 23196)Andreas Schwab1-2/+3
2018-05-21x86-64: Check Prefer_FSRM in ifunc-memmove.hH.J. Lu1-1/+2
2018-05-17x86-64: remove duplicate line on PREFETCH_ONE_SET macroLeonardo Sandoval1-1/+0
2018-05-16x86-64: Use IFUNC strncat inside libc.soH.J. Lu2-2/+6
2018-05-14x86-64: Remove the unnecessary testl in strlen-avx2.SH.J. Lu1-1/+0
2018-05-07x86-64/memset: Mark the debugger symbol as hiddenH.J. Lu1-1/+2
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers116-116/+116
2017-09-06Remove remaining _HAVE_STRING_ARCH_* definitions (BZ #18858)Adhemerval Zanella6-6/+0
2017-08-19Mark internal SSE2 functions with attribute_hidden [BZ #18822]H.J. Lu2-2/+2
2017-08-04x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu8-36/+22
2017-07-10x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu1-0/+4
2017-07-09x86-64: Update comments in IFUNC selectorsH.J. Lu16-21/+16
2017-07-09x86-64: Update comments in ifunc-impl-list.cH.J. Lu1-16/+16
2017-06-27x86-64: Optimize memcmp-avx2-movbe.S for short differenceH.J. Lu1-56/+62
2017-06-23x86-64: Optimize L(between_2_3) in memcmp-avx2-movbe.SH.J. Lu1-4/+2
2017-06-23x86-64: Fix comment typo in memcmp-avx2-movbe.SFlorian Weimer1-1/+1
2017-06-23x86-64: memcmp-avx2-movbe.S needs saturating subtraction [BZ #21662]Florian Weimer1-10/+10
2017-06-21x86-64: Implement strcmp family IFUNC selectors in CH.J. Lu24-240/+605
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg2-0/+4
2017-06-20Remove bits/string.h.Zack Weinberg1-6/+1
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar1-1/+1
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu11-111/+211
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu1-17/+21