about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* x86: Add EVEX optimized memchr family not safe for RTMNoah Goldstein2022-05-0210-41/+217
* x86: Set rep_movsb_threshold to 2112 on processors with FSRMH.J. Lu2022-05-021-0/+4
* x86: Optimize strchr-evex.SNoah Goldstein2022-05-021-174/+218
* x86: Optimize strchr-avx2.SNoah Goldstein2022-05-021-117/+169
* x86: Optimize less_vec evex and avx512 memset-vec-unaligned-erms.SNoah Goldstein2022-05-025-27/+74
* x86-64: Require BMI2 for strchr-avx2.SH.J. Lu2022-05-022-5/+11
* x86: Update large memcpy case in memmove-vec-unaligned-erms.Snoah2022-05-021-73/+265
* x86-64: Refactor and improve performance of strchr-avx2.Snoah2022-05-022-115/+112
* x86: Adding an upper bound for Enhanced REP MOVSB.Sajan Karumanchi2022-05-024-3/+25
* S390: Add new s390 platform z16.Stefan Liebler2022-04-147-9/+53
* hppa: Use END instead of PSEUDO_END in swapcontext.SJohn David Anglin2022-03-151-1/+1
* hppa: Implement swapcontext in assembler (bug 28960)John David Anglin2022-03-152-83/+72
* hppa: Fix warnings from _dl_lookup_addressJohn David Anglin2022-03-084-9/+14
* nptl: Fix cleanups for stack grows up [BZ# 28899]John David Anglin2022-03-081-1/+1
* hppa: Revise gettext trampoline designJohn David Anglin2022-03-083-31/+35
* hppa: Fix swapcontextJohn David Anglin2022-03-083-7/+58
* Fix elf/tst-audit2 on hppaJohn David Anglin2022-03-081-14/+29
* NEWS: Add a bug fix entry for BZ #28896H.J. Lu2022-02-181-0/+2
* x86: Fix TEST_NAME to make it a string in tst-strncmp-rtm.cNoah Goldstein2022-02-181-2/+2
* x86: Test wcscmp RTM in the wcsncmp overflow case [BZ #28896]Noah Goldstein2022-02-183-10/+48
* x86: Fallback {str|wcs}cmp RTM in the ncmp overflow case [BZ #28896]Noah Goldstein2022-02-187-5/+22
* string: Add a testcase for wcsncmp with SIZE_MAX [BZ #28755]H.J. Lu2022-02-171-0/+13
* <bits/platform/x86.h>: Correct x86_cpu_TBMH.J. Lu2022-02-161-1/+1
* socket: Do not use AF_NETLINK in __opensockFlorian Weimer2022-02-031-8/+1
* hurd if_index: Explicitly use AF_INET for if index discoverySamuel Thibault2022-02-031-3/+3
* Linux: Simplify __opensock and fix race condition [BZ #28353]Florian Weimer2022-02-034-159/+23
* x86-64: Test strlen and wcslen with 0 in the RSI register [BZ #28064]H.J. Lu2022-02-013-0/+108
* x86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list [BZ #28064]Noah Goldstein2022-02-011-2/+2
* x86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]H.J. Lu2022-02-011-1/+1
* x86: Black list more Intel CPUs for TSX [BZ #27398]H.J. Lu2022-02-011-3/+31
* x86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]H.J. Lu2022-02-016-6/+14
* x86: Copy IBT and SHSTK usable only if CET is enabledH.J. Lu2022-02-011-2/+5
* x86-64: Require BMI2 for __strlen_evex and __strnlen_evexH.J. Lu2022-01-271-2/+4