]> git.ipfire.org Git - thirdparty/glibc.git/shortlog
thirdparty/glibc.git
2022-07-09  Florian Weimerelf: Earlier missing dynamic segment check in _dl_map_o...
2022-06-30  Adhemerval... linux: Fix mq_timereceive check for 32 bit fallback...
2022-06-07  Matheus Castanhopowerpc: Fix VSX register number on __strncpy_power9...
2022-05-25  Noah Goldsteinx86: Fallback {str|wcs}cmp RTM in the ncmp overflow...
2022-05-17  Noah Goldsteinx86: Optimize {str|wcs}rchr-evex
2022-05-17  Noah Goldsteinx86: Optimize {str|wcs}rchr-avx2
2022-05-17  Noah Goldsteinx86: Optimize {str|wcs}rchr-sse2
2022-05-17  Noah Goldsteinx86: Cleanup page cross code in memcmp-avx2-movbe.S
2022-05-17  Noah Goldsteinx86: Remove memcmp-sse4.S
2022-05-17  Noah Goldsteinx86: Small improvements for wcslen
2022-05-17  Noah Goldsteinx86: Remove AVX str{n}casecmp
2022-05-17  Noah Goldsteinx86: Add EVEX optimized str{n}casecmp
2022-05-17  Noah Goldsteinx86: Add AVX2 optimized str{n}casecmp
2022-05-17  Noah Goldsteinx86: Optimize str{n}casecmp TOLOWER logic in strcmp...
2022-05-17  Noah Goldsteinx86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
2022-05-17  Noah Goldsteinx86: Remove strspn-sse2.S and use the generic implement...
2022-05-17  Noah Goldsteinx86: Remove strpbrk-sse2.S and use the generic implemen...
2022-05-17  Noah Goldsteinx86: Remove strcspn-sse2.S and use the generic implemen...
2022-05-17  Noah Goldsteinx86: Optimize strspn in strspn-c.c
2022-05-17  Noah Goldsteinx86: Optimize strcspn and strpbrk in strcspn-c.c
2022-05-17  Noah Goldsteinx86: Code cleanup in strchr-evex and comment justifying...
2022-05-17  Noah Goldsteinx86: Code cleanup in strchr-avx2 and comment justifying...
2022-05-17  Adhemerval... x86_64: Remove bcopy optimizations
2022-05-17  H.J. Lux86-64: Remove bzero weak alias in SS2 memset
2022-05-17  H.J. Lux86_64/multiarch: Sort sysdep_routines and put one...
2022-05-17  H.J. Lux86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
2022-05-05  Noah Goldsteinx86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S...
2022-05-05  Noah Goldsteinx86: Fix bug in strncmp-evex and strncmp-avx2 [BZ ...
2022-05-05  Noah Goldsteinx86: Set .text section in memset-vec-unaligned-erms
2022-05-05  H.J. Lux86-64: Optimize bzero
2022-05-05  Noah Goldsteinx86: Remove SSSE3 instruction for broadcast in memset...
2022-05-05  Noah Goldsteinx86: Improve vec generation in memset-vec-unaligned...
2022-05-05  H.J. Lux86-64: Fix strcmp-evex.S
2022-05-05  H.J. Lux86-64: Fix strcmp-avx2.S
2022-05-05  Noah Goldsteinx86: Optimize strcmp-evex.S
2022-05-05  Noah Goldsteinx86: Optimize strcmp-avx2.S
2022-05-02  Noah Goldsteinx86: Optimize L(less_vec) case in memcmp-evex-movbe.S
2022-05-02  H.J. Lux86: Don't set Prefer_No_AVX512 for processors with...
2022-05-02  Noah Goldsteinx86-64: Use notl in EVEX strcmp [BZ #28646]
2022-05-02  Noah Goldsteinx86: Shrink memcmp-sse4.S code size
2022-05-02  Noah Goldsteinx86: Double size of ERMS rep_movsb_threshold in dl...
2022-05-02  Noah Goldsteinx86: Optimize memmove-vec-unaligned-erms.S
2022-05-02  Fangrui Songx86-64: Replace movzx with movzbl
2022-05-02  H.J. Lux86-64: Remove Prefer_AVX2_STRCMP
2022-05-02  H.J. Lux86-64: Improve EVEX strcmp with masked load
2022-05-02  Noah Goldsteinx86: Replace sse2 instructions with avx in memcmp-evex...
2022-05-02  Noah Goldsteinx86: Optimize memset-vec-unaligned-erms.S
2022-05-02  Noah Goldsteinx86: Optimize memcmp-evex-movbe.S for frontend behavior...
2022-05-02  Noah Goldsteinx86: Modify ENTRY in sysdep.h so that p2align can be...
2022-05-02  H.J. Lux86-64: Optimize load of all bits set into ZMM register...
2022-05-02  Noah Goldsteinx86: Fix __wcsncmp_evex in strcmp-evex.S [BZ# 28755]
2022-05-02  H.J. Lux86-64: Use testl to check __x86_string_control
2022-05-02  H.J. Lux86-64: Add Avoid_Short_Distance_REP_MOVSB
2022-05-02  Noah Goldsteinx86: Remove unnecessary overflow check from wcsnlen...
2022-05-02  Noah Goldsteinx86: Improve memmove-vec-unaligned-erms.S
2022-05-02  Noah Goldsteinx86: Improve memset-vec-unaligned-erms.S
2022-05-02  Noah Goldsteinx86: Optimize memcmp-evex-movbe.S
2022-05-02  Noah Goldsteinx86: Optimize memcmp-avx2-movbe.S
2022-05-02  Noah Goldsteinx86: Add EVEX optimized memchr family not safe for RTM
2022-05-02  H.J. Lux86: Set rep_movsb_threshold to 2112 on processors...
2022-05-02  Noah Goldsteinx86: Optimize strchr-evex.S
2022-05-02  Noah Goldsteinx86: Optimize strchr-avx2.S
2022-05-02  Noah Goldsteinx86: Optimize less_vec evex and avx512 memset-vec-unali...
2022-05-02  H.J. Lux86-64: Require BMI2 for strchr-avx2.S
2022-05-02  noahx86: Update large memcpy case in memmove-vec-unaligned...
2022-05-02  noahx86-64: Refactor and improve performance of strchr...
2022-05-02  Sajan Karumanchix86: Adding an upper bound for Enhanced REP MOVSB.
2022-04-14  Stefan LieblerS390: Add new s390 platform z16.
2022-03-15  John David... hppa: Use END instead of PSEUDO_END in swapcontext.S
2022-03-15  John David... hppa: Implement swapcontext in assembler (bug 28960)
2022-03-08  John David... hppa: Fix warnings from _dl_lookup_address
2022-03-08  John David... nptl: Fix cleanups for stack grows up [BZ# 28899]
2022-03-08  John David... hppa: Revise gettext trampoline design
2022-03-08  John David... hppa: Fix swapcontext
2022-03-08  John David... Fix elf/tst-audit2 on hppa
2022-02-19  H.J. LuNEWS: Add a bug fix entry for BZ #28896
2022-02-18  Noah Goldsteinx86: Fix TEST_NAME to make it a string in tst-strncmp...
2022-02-18  Noah Goldsteinx86: Test wcscmp RTM in the wcsncmp overflow case ...
2022-02-18  Noah Goldsteinx86: Fallback {str|wcs}cmp RTM in the ncmp overflow...
2022-02-17  H.J. Lustring: Add a testcase for wcsncmp with SIZE_MAX [BZ...
2022-02-17  H.J. Lu<bits/platform/x86.h>: Correct x86_cpu_TBM
2022-02-03  Florian Weimersocket: Do not use AF_NETLINK in __opensock
2022-02-03  Samuel Thibaulthurd if_index: Explicitly use AF_INET for if index...
2022-02-03  Florian WeimerLinux: Simplify __opensock and fix race condition ...
2022-02-01  H.J. Lux86-64: Test strlen and wcslen with 0 in the RSI regist...
2022-02-01  Noah Goldsteinx86: Remove wcsnlen-sse4_1 from wcslen ifunc-impl-list...
2022-02-01  H.J. Lux86: Use CHECK_FEATURE_PRESENT to check HLE [BZ #27398]
2022-02-01  H.J. Lux86: Black list more Intel CPUs for TSX [BZ #27398]
2022-02-01  H.J. Lux86: Check RTM_ALWAYS_ABORT for RTM [BZ #28033]
2022-02-01  H.J. Lux86: Copy IBT and SHSTK usable only if CET is enabled
2022-01-27  H.J. Lux86-64: Require BMI2 for __strlen_evex and __strnlen_evex
2022-01-27  H.J. LuNEWS: Add a bug fix entry for BZ #27974
2022-01-27  Noah GoldsteinString: Add overflow tests for strnlen, memchr, and...
2022-01-27  Noah Goldsteinx86: Optimize strlen-evex.S
2022-01-27  Noah Goldsteinx86: Fix overflow bug in wcsnlen-sse4_1 and wcsnlen...
2022-01-27  Noah Goldsteinx86-64: Add wcslen optimize for sse4.1
2022-01-27  H.J. Lux86-64: Move strlen.S to multiarch/strlen-vec.S
2022-01-27  Alice Xux86-64: Fix an unknown vector operation in memchr-evex.S
2022-01-27  Noah Goldsteinx86: Optimize memchr-evex.S
2022-01-27  Noah Goldsteinx86: Optimize strlen-avx2.S
next