summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/multiarch/ifunc-impl-list.c
AgeCommit message (Expand)Author
2018-06-01x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-08-04x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu
2017-07-10x86-64: Test memmove_chk and memset_chk only in libc.so [BZ #21741]H.J. Lu
2017-07-09x86-64: Update comments in ifunc-impl-list.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-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-06x86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.SH.J. Lu
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-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-07-01Require binutils 2.24 to build x86-64 glibc [BZ #20139]H.J. Lu
2016-06-08X86-64: Remove previous default/SSE2/AVX2 memcpy/memmoveH.J. Lu
2016-06-08X86-64: Remove the previous SSE2/AVX2 memsetsH.J. Lu
2016-03-31Add x86-64 memset with unaligned store and rep stosbH.J. Lu
2016-03-31Add x86-64 memmove with unaligned load/store and rep movsbH.J. Lu
2016-01-19Fixed build with assembler w/o AVX-512 support.Andrew Senkevich
2016-01-16Added memcpy/memmove family optimized with AVX512 for KNL hardware.Andrew Senkevich
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-19Added memset optimized with AVX512 for KNL hardware.Andrew Senkevich
2015-10-28Remove -mavx2 configure tests.Joseph Myers
2015-08-20Remove the unused IFUNC filesH.J. Lu
2015-08-13Update x86_64 multiarch functions for <cpu-features.h>H.J. Lu
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-07-30Improve 64bit memcpy performance for Haswell CPU with AVX instructionLing Ma
2014-07-14Enable AVX2 optimized memset only if -mavx2 worksH.J. Lu
2014-06-20Add ifunc tests for x86_64 memset_chk and memsetH.J. Lu
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-12-16Update file name in x86_64 ifunc listAllan McRae
2013-12-14Add strstr with unaligned loads. Fixes bug 12100.Ondřej Bílka
2013-09-26Faster strrchr.Ondřej Bílka
2013-09-11Faster strchr implementation.Ondřej Bílka
2013-09-03Add unaligned strcmp.Ondřej Bílka
2013-08-30Fix rawmemchr regression on bulldozer.Ondřej Bílka
2013-05-20Faster memcpy on x64.Ondrej Bilka
2013-03-18Faster strlen on x64.Ondrej Bilka
2013-03-11Remove Prefer_SSE_for_memop on x64Ondrej Bilka
2013-03-06Revert " * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementation"Ondrej Bilka
2013-03-06 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based implementationOndrej Bilka
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-11Add x86-64 __libc_ifunc_impl_listH.J. Lu