]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/x86_64/multiarch/ifunc-impl-list.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / x86_64 / multiarch / ifunc-impl-list.c
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-07-13  H.J. Lux86: Support usable check for all CPU features
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-14  Leonardo Sandovalx86-64: Optimize strcat/strncat, strcpy/strncpy and...
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-06-01  Leonardo Sandovalx86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp...
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-08-04  H.J. Lux86-64: Use IFUNC memcpy and mempcpy in libc.a
2017-07-10  H.J. Lux86-64: Test memmove_chk and memset_chk only in libc...
2017-07-09  H.J. Lux86-64: Update comments in ifunc-impl-list.c
2017-06-15  H.J. Lux86-64: Implement memcmp family IFUNC selectors in C
2017-06-15  H.J. Lux86-64: Implement memset family IFUNC selectors in C
2017-06-14  H.J. Lux86-64: Implement memmove family IFUNC selectors in C
2017-06-09  H.J. Lux86-64: Correct comments in ifunc-impl-list.c
2017-06-09  H.J. Lux86-64: Optimize strrchr/wcsrchr with AVX2
2017-06-09  H.J. Lux86-64: Optimize memrchr with AVX2
2017-06-09  H.J. Lux86-64: Optimize strchr/strchrnul/wcschr with AVX2
2017-06-09  H.J. Lux86-64: Optimize strlen/strnlen/wcslen/wcsnlen with...
2017-06-09  H.J. Lux86-64: Optimize memchr/rawmemchr/wmemchr with SSE2...
2017-06-07  H.J. Lux86-64: Rename wmemset.h to ifunc-wmemset.h
2017-06-06  H.J. Lux86-64: Move wcsnlen.S to multiarch/wcsnlen-sse4_1.S
2017-06-05  H.J. Lux86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
2017-06-05  H.J. Lux86-64: Optimize wmemset with SSE2/AVX2/AVX512
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-07-01  H.J. LuRequire binutils 2.24 to build x86-64 glibc [BZ #20139]
2016-06-08  H.J. LuX86-64: Remove previous default/SSE2/AVX2 memcpy/memmove
2016-06-08  H.J. LuX86-64: Remove the previous SSE2/AVX2 memsets
2016-03-31  H.J. LuAdd x86-64 memset with unaligned store and rep stosb
2016-03-31  H.J. LuAdd x86-64 memmove with unaligned load/store and rep...
2016-01-19  Andrew SenkevichFixed build with assembler w/o AVX-512 support.
2016-01-15  Andrew SenkevichAdded memcpy/memmove family optimized with AVX512 for...
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-12-18  Andrew SenkevichAdded memset optimized with AVX512 for KNL hardware.
2015-10-28  Joseph MyersRemove -mavx2 configure tests.
2015-08-20  H.J. LuRemove the unused IFUNC files
2015-08-13  H.J. LuUpdate x86_64 multiarch functions for <cpu-features.h>
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-07-30  Ling MaImprove 64bit memcpy performance for Haswell CPU with...
2014-07-14  H.J. LuEnable AVX2 optimized memset only if -mavx2 works
2014-06-20  H.J. LuAdd ifunc tests for x86_64 memset_chk and memset
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-12-16  Allan McRaeUpdate file name in x86_64 ifunc list
2013-12-14  Ondřej BílkaAdd strstr with unaligned loads. Fixes bug 12100.
2013-09-26  Ondřej BílkaFaster strrchr.
2013-09-11  Ondřej BílkaFaster strchr implementation.
2013-09-03  Ondřej BílkaAdd unaligned strcmp.
2013-08-30  Ondřej BílkaFix rawmemchr regression on bulldozer.
2013-05-20  Ondrej BilkaFaster memcpy on x64.
2013-03-18  Ondrej BilkaFaster strlen on x64.
2013-03-11  Ondrej BilkaRemove Prefer_SSE_for_memop on x64
2013-03-06  Ondrej BilkaRevert " * sysdeps/x86_64/strlen.S: Replace with new...
2013-03-06  Ondrej Bilka * sysdeps/x86_64/strlen.S: Replace with new SSE2 based...
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-10-11  H.J. LuAdd x86-64 __libc_ifunc_impl_list