about summary refs log tree commit diff
path: root/sysdeps/x86_64/multiarch/ifunc-impl-list.c
Commit message (Expand)AuthorAgeFilesLines
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-06-061-0/+6
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-05-261-0/+20
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-05-161-42/+0
* x86: Remove memcmp-sse4.SNoah Goldstein2022-04-151-4/+0
* x86: Remove mem{move|cpy}-ssse3-backNoah Goldstein2022-04-141-15/+0
* x86: Remove str{p}{n}cpy-ssse3Noah Goldstein2022-04-141-8/+0
* x86: Remove str{n}cat-ssse3Noah Goldstein2022-04-141-4/+0
* x86: Remove str{n}{case}cmp-ssse3Noah Goldstein2022-04-141-16/+0
* x86: Remove {w}memcmp-ssse3Noah Goldstein2022-04-141-4/+0
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-03-251-12/+0
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-03-251-0/+16
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-03-251-0/+28
* x86-64: Optimize bzeroH.J. Lu2022-02-081-0/+42
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* x86_64: Add evex optimized __memcmpeq in memcmpeq-evex.SNoah Goldstein2021-10-271-1/+0
* x86_64: Add avx2 optimized __memcmpeq in memcmpeq-avx2.SNoah Goldstein2021-10-271-2/+0
* x86_64: Add support for __memcmpeq using sse2, avx2, and evexNoah Goldstein2021-10-271-0/+21
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2021-07-081-2/+2
* x86-64: Add wcslen optimize for sse4.1Noah Goldstein2021-06-231-0/+3
* x86: Optimize memcmp-avx2-movbe.SNoah Goldstein2021-05-181-0/+6
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2021-05-081-0/+15
* x86: Optimize strlen-avx2.SNoah Goldstein2021-04-191-4/+12
* x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein2021-04-191-12/+28
* x86-64: Require BMI2 for strchr-avx2.SH.J. Lu2021-04-191-3/+9
* x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu2021-04-191-2/+4
* x86-64: Use ZMM16-ZMM31 in AVX512 memmove family functionsH.J. Lu2021-03-291-12/+12
* x86-64: Use ZMM16-ZMM31 in AVX512 memset family functionsH.J. Lu2021-03-291-5/+9
* x86-64: Add AVX optimized string/memory functions for RTMH.J. Lu2021-03-291-0/+170
* x86-64: Add memcmp family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+10
* x86-64: Add memset family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+22
* x86-64: Add memmove family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+36
* x86-64: Add strcpy family functions with 256-bit EVEXH.J. Lu2021-03-291-0/+24
* x86-64: Add ifunc-avx2.h functions with 256-bit EVEXH.J. Lu2021-03-291-0/+81
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* x86: Support usable check for all CPU featuresH.J. Lu2020-07-131-114/+114
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* x86-64: Optimize strcat/strncat, strcpy/strncpy and stpcpy/stpncpy with AVX2Leonardo Sandoval2019-01-141-0/+12
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* x86-64: Optimize strcmp/wcscmp and strncmp/wcsncmp with AVX2Leonardo Sandoval2018-06-011-0/+20
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* x86-64: Use IFUNC memcpy and mempcpy in libc.aH.J. Lu2017-08-041-0/+4
* 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-impl-list.cH.J. Lu2017-07-091-16/+16
* x86-64: Implement memcmp family IFUNC selectors in CH.J. Lu2017-06-151-2/+2
* x86-64: Implement memset family IFUNC selectors in CH.J. Lu2017-06-151-2/+4
* x86-64: Implement memmove family IFUNC selectors in CH.J. Lu2017-06-141-9/+15
* 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-091-0/+14