summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86: Optimize memrchr-avx2.SNoah Goldstein2022-07-182-278/+257
* x86: Optimize memrchr-evex.SNoah Goldstein2022-07-181-271/+268
* x86: Optimize memrchr-sse2.SNoah Goldstein2022-07-181-321/+292
* x86: Add COND_VZEROUPPER that can replace vzeroupper if no `ret`Noah Goldstein2022-07-182-0/+19
* x86: Create header for VEC classes in x86 strings libraryNoah Goldstein2022-07-187-0/+327
* x86_64: Add strstr function with 512-bit EVEXRaghuveer Devulapalli2022-07-184-4/+246
* x86-64: Ignore r_addend for R_X86_64_GLOB_DAT/R_X86_64_JUMP_SLOTH.J. Lu2022-07-181-2/+4
* x86_64: Implement evex512 version of strlen, strnlen, wcslen and wcsnlenSunil K Pandey2022-07-187-0/+346
* x86_64: Remove bzero optimizationAdhemerval Zanella2022-07-1811-238/+3
* x86_64: Remove end of line trailing spacesSunil K Pandey2022-07-181-2/+2
* elf: Earlier missing dynamic segment check in _dl_map_object_from_fdFlorian Weimer2022-07-091-10/+12
* linux: Fix mq_timereceive check for 32 bit fallback code (BZ 29304)Adhemerval Zanella2022-06-301-1/+1
* powerpc: Fix VSX register number on __strncpy_power9 [BZ #29197]Matheus Castanho2022-06-071-2/+2
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #29127]Noah Goldstein2022-05-251-6/+2
* x86: Optimize {str|wcs}rchr-evexNoah Goldstein2022-05-161-181/+290
* x86: Optimize {str|wcs}rchr-avx2Noah Goldstein2022-05-161-157/+269
* x86: Optimize {str|wcs}rchr-sse2Noah Goldstein2022-05-164-443/+338
* x86: Cleanup page cross code in memcmp-avx2-movbe.SNoah Goldstein2022-05-161-37/+61
* 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-053-5/+17
* 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-022-6/+36
* x86: Shrink memcmp-sse4.S code sizeNoah Goldstein2022-05-021-1621/+646