about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* x86: Remove memcmp-sse4.SNoah Goldstein2022-05-164-814/+0
* x86: Small improvements for wcslenNoah Goldstein2022-05-161-45/+41
* x86: Remove AVX str{n}casecmpNoah Goldstein2022-05-166-197/+105
* x86: Add EVEX optimized str{n}casecmpNoah Goldstein2022-05-166-40/+321
* x86: Add AVX2 optimized str{n}casecmpNoah Goldstein2022-05-168-31/+331
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.SNoah Goldstein2022-05-161-48/+35
* x86: Optimize str{n}casecmp TOLOWER logic in strcmp.SNoah Goldstein2022-05-161-35/+29
* x86: Remove strspn-sse2.S and use the generic implementationNoah Goldstein2022-05-162-118/+3
* x86: Remove strpbrk-sse2.S and use the generic implementationNoah Goldstein2022-05-162-7/+3
* x86: Remove strcspn-sse2.S and use the generic implementationNoah Goldstein2022-05-162-125/+3
* x86: Optimize strspn in strspn-c.cNoah Goldstein2022-05-161-47/+39
* x86: Optimize strcspn and strpbrk in strcspn-c.cNoah Goldstein2022-05-161-46/+37
* x86: Code cleanup in strchr-evex and comment justifying branchNoah Goldstein2022-05-161-66/+80
* x86: Code cleanup in strchr-avx2 and comment justifying branchNoah Goldstein2022-05-161-97/+107
* x86_64: Remove bcopy optimizationsAdhemerval Zanella2022-05-161-7/+0
* x86-64: Remove bzero weak alias in SS2 memsetH.J. Lu2022-05-161-3/+1
* x86_64/multiarch: Sort sysdep_routines and put one entry per lineH.J. Lu2022-05-161-30/+48
* x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))H.J. Lu2022-05-161-1/+2
* x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]Noah Goldstein2022-05-052-1/+16
* x86: Fix bug in strncmp-evex and strncmp-avx2 [BZ #28895]Noah Goldstein2022-05-052-0/+2
* x86: Set .text section in memset-vec-unaligned-ermsNoah Goldstein2022-05-051-0/+1
* x86-64: Optimize bzeroH.J. Lu2022-05-0510-105/+382
* x86: Remove SSSE3 instruction for broadcast in memset.S (SSE2 Only)Noah Goldstein2022-05-051-3/+4
* x86: Improve vec generation in memset-vec-unaligned-erms.SNoah Goldstein2022-05-055-87/+152
* x86-64: Fix strcmp-evex.SH.J. Lu2022-05-051-1/+1
* x86-64: Fix strcmp-avx2.SH.J. Lu2022-05-051-1/+1
* x86: Optimize strcmp-evex.SNoah Goldstein2022-05-051-793/+919
* x86: Optimize strcmp-avx2.SNoah Goldstein2022-05-051-652/+940
* x86: Optimize L(less_vec) case in memcmp-evex-movbe.SNoah Goldstein2022-05-021-193/+56
* x86: Don't set Prefer_No_AVX512 for processors with AVX512 and AVX-VNNIH.J. Lu2022-05-021-2/+5
* x86-64: Use notl in EVEX strcmp [BZ #28646]Noah Goldstein2022-05-021-6/+8
* x86: Shrink memcmp-sse4.S code sizeNoah Goldstein2022-05-021-1621/+646
* x86: Double size of ERMS rep_movsb_threshold in dl-cacheinfo.hNoah Goldstein2022-05-022-14/+20
* x86: Optimize memmove-vec-unaligned-erms.SNoah Goldstein2022-05-026-224/+381
* x86-64: Replace movzx with movzblFangrui Song2022-05-022-4/+4
* x86-64: Remove Prefer_AVX2_STRCMPH.J. Lu2022-05-025-15/+2
* x86-64: Improve EVEX strcmp with masked loadH.J. Lu2022-05-021-218/+243
* x86: Replace sse2 instructions with avx in memcmp-evex-movbe.SNoah Goldstein2022-05-021-2/+2
* x86: Optimize memset-vec-unaligned-erms.SNoah Goldstein2022-05-025-95/+232
* x86: Optimize memcmp-evex-movbe.S for frontend behavior and sizeNoah Goldstein2022-05-021-192/+242
* x86: Modify ENTRY in sysdep.h so that p2align can be specifiedNoah Goldstein2022-05-021-2/+5
* x86-64: Optimize load of all bits set into ZMM register [BZ #28252]H.J. Lu2022-05-0210-64/+11
* x86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]Noah Goldstein2022-05-021-0/+10
* x86-64: Use testl to check __x86_string_controlH.J. Lu2022-05-021-2/+2
* x86-64: Add Avoid_Short_Distance_REP_MOVSBH.J. Lu2022-05-025-0/+25
* x86: Remove unnecessary overflow check from wcsnlen-sse4_1.SNoah Goldstein2022-05-021-7/+0
* x86: Improve memmove-vec-unaligned-erms.SNoah Goldstein2022-05-021-3/+3
* x86: Improve memset-vec-unaligned-erms.SNoah Goldstein2022-05-021-22/+28
* x86: Optimize memcmp-evex-movbe.SNoah Goldstein2022-05-021-302/+408
* x86: Optimize memcmp-avx2-movbe.SNoah Goldstein2022-05-023-281/+402