Show patches with: Submitter = Wilco Dijkstra       |    State = Action Required       |    Archived = No       |   325 patches
« 1 2 3 4 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
AArch64: Remove -0.0 check from vector sin AArch64: Remove -0.0 check from vector sin - - 1 - --- 2023-09-21 Wilco Dijkstra New
math: Add a no-mathvec flag for sin (-0.0) math: Add a no-mathvec flag for sin (-0.0) - - - - --- 2023-08-16 Wilco Dijkstra New
math: Improve fmod(f) performance math: Improve fmod(f) performance - - - - --- 2023-04-13 Wilco Dijkstra New
Benchtests: Remove broken walk benchmarks Benchtests: Remove broken walk benchmarks - - - - --- 2023-03-23 Wilco Dijkstra New
Benchtests: Adjust timing Benchtests: Adjust timing - - 1 - --- 2023-03-23 Wilco Dijkstra New
Benchtests: Improve large memcpy/memset benchmarks Benchtests: Improve large memcpy/memset benchmarks - - - - --- 2023-03-23 Wilco Dijkstra New
Benchtests: Remove simple_strcspn/strpbrk/strsep Benchtests: Remove simple_strcspn/strpbrk/strsep - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove simple_str(n)casecmp Benchtests: Remove simple_str(n)casecmp - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove simple_memcmp Benchtests: Remove simple_memcmp - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove simple_str(r)chr Benchtests: Remove simple_str(r)chr - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove simple_strcpy_chk Benchtests: Remove simple_strcpy_chk - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove memchr_strnlen Benchtests: Remove memchr_strnlen - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove simple_mem(r)chr Benchtests: Remove simple_mem(r)chr - - 1 - --- 2023-03-08 Wilco Dijkstra New
Benchtests: Remove simple_str(n)cmp Benchtests: Remove simple_str(n)cmp - - 1 - --- 2023-03-08 Wilco Dijkstra New
patch for hp-timing.h patch for hp-timing.h - - - - --- 2023-02-03 Wilco Dijkstra New
[v12,12/31] string: Improve generic strnlen with memchr Untitled series #340058 - - - - --- 2023-02-03 Wilco Dijkstra New
Replace rawmemchr (s, '\0') with strchr Replace rawmemchr (s, '\0') with strchr - - 1 - --- 2023-02-03 Wilco Dijkstra New
AArch64: Improve SVE memcpy and memmove AArch64: Improve SVE memcpy and memmove - - 1 - --- 2023-02-03 Wilco Dijkstra New
AArch64: Improve strrchr AArch64: Improve strrchr - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Optimize strcpy AArch64: Optimize strcpy - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Improve strchrnul AArch64: Improve strchrnul - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Optimize strchr AArch64: Optimize strchr - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Optimize memrchr AArch64: Optimize memrchr - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Optimize memchr AArch64: Optimize memchr - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Optimize strnlen AArch64: Optimize strnlen - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Optimize strlen AArch64: Optimize strlen - - 1 - --- 2023-01-12 Wilco Dijkstra New
AArch64: Improve strlen_asimd AArch64: Improve strlen_asimd - - 1 - --- 2023-01-12 Wilco Dijkstra New
malloc: Use correct C11 atomics for fastbin malloc: Use correct C11 atomics for fastbin - - - - --- 2022-11-21 Wilco Dijkstra New
[v4] Remove catomics [v4] Remove catomics - - - - --- 2022-10-14 Wilco Dijkstra New
math: Fix asin and acos invalid exception with old gcc math: Fix asin and acos invalid exception with old gcc - - 1 - --- 2022-10-14 Wilco Dijkstra New
[v3] Use atomic_thread_fence [v3] Use atomic_thread_fence - - - - --- 2022-10-13 Wilco Dijkstra New
aarch64: Use memcpy_simd as the default memcpy aarch64: Use memcpy_simd as the default memcpy - - - - --- 2022-10-12 Wilco Dijkstra New
aarch64: Cleanup memset ifunc aarch64: Cleanup memset ifunc - - - - --- 2022-10-12 Wilco Dijkstra New
Use C11 atomics instead of atomic_decrement(_val) Use C11 atomics instead of atomic_decrement(_val) - - 1 - --- 2022-09-08 Wilco Dijkstra New
Use C11 atomics instead atomic_decrement_and_test Use C11 atomics instead atomic_decrement_and_test - - 1 - --- 2022-09-08 Wilco Dijkstra New
Use C11 atomics instead atomic_add(_zero) Use C11 atomics instead atomic_add(_zero) - - 1 - --- 2022-09-08 Wilco Dijkstra New
Use C11 atomics instead of atomic_increment(_val) Use C11 atomics instead of atomic_increment(_val) - - 1 - --- 2022-09-08 Wilco Dijkstra New
Use C11 atomics instead of atomic_and/or Use C11 atomics instead of atomic_and/or - - 1 - --- 2022-09-05 Wilco Dijkstra New
Use C11 atomics instead of atomic_add/add_zero Use C11 atomics instead of atomic_add/add_zero - - - - --- 2022-09-05 Wilco Dijkstra New
Use C11 atomics instead of atomic_bit_set/bit_test_set Use C11 atomics instead of atomic_bit_set/bit_test_set - - 1 - --- 2022-09-05 Wilco Dijkstra New
Use atomic_exchange_release/acquire Use atomic_exchange_release/acquire - - 1 - --- 2022-09-05 Wilco Dijkstra New
malloc: Use C11 atomics rather than atomic_exchange_and_add malloc: Use C11 atomics rather than atomic_exchange_and_add - - 1 - --- 2022-09-05 Wilco Dijkstra New
[v2] Add random locking benchmark [v2] Add random locking benchmark - - - - --- 2022-08-22 Wilco Dijkstra New
benchtests: Add libc locking benchmark benchtests: Add libc locking benchmark - - - - --- 2022-08-18 Wilco Dijkstra New
arm: Remove nested functionf rom relocate_pc24 arm: Remove nested functionf rom relocate_pc24 - - - - --- 2022-08-12 Wilco Dijkstra New
AArch64: Fix typo in sve configure check (BZ# 29394) AArch64: Fix typo in sve configure check (BZ# 29394) - - - - --- 2022-08-11 Wilco Dijkstra New
Improve performance of libc locks Improve performance of libc locks - - - - --- 2022-08-11 Wilco Dijkstra New
[v3] Remove catomics [v3] Remove catomics - - - - --- 2022-08-03 Wilco Dijkstra New
Remove atomic-machine headers Remove atomic-machine headers - - - - --- 2022-07-28 Wilco Dijkstra New
Use atomic_thread_fence Use atomic_thread_fence - - - - --- 2022-07-28 Wilco Dijkstra New
Remove atomic_forced_read Remove atomic_forced_read - - - - --- 2022-07-20 Wilco Dijkstra New
[4/4] Remove all target specific atomics [1/4] Switch to builtin atomics - - - - --- 2022-07-19 Wilco Dijkstra New
[3/4] Remove old atomics defines from include/atomics.h [1/4] Switch to builtin atomics - - - - --- 2022-07-19 Wilco Dijkstra New
[2/4] Use builtin atomics for compare_and_exchange_val/bool [1/4] Switch to builtin atomics - - - - --- 2022-07-19 Wilco Dijkstra New
[1/4] Switch to builtin atomics [1/4] Switch to builtin atomics - - - - --- 2022-07-19 Wilco Dijkstra New
[7/7] Remove atomic_decrement/decrement_val/decrement_and_test [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
[6/7] Remove atomic_increment/increment_and_test/increment_val [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
[5/7] Remove atomic_add/add_negative/add_zero [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
[4/7] Remove atomic_and/or [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
[3/7] Remove atomic_bit_set/bit_test_set [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
[2/7] Use atomic_max_relaxed [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
[1/7] Use atomic_exchange_release/acquire [1/7] Use atomic_exchange_release/acquire - - - - --- 2022-07-06 Wilco Dijkstra New
Remove catomics Remove catomics - - 1 - --- 2022-06-16 Wilco Dijkstra New
Improve performance of IO locks Improve performance of IO locks - - - - --- 2022-06-08 Wilco Dijkstra New
Add bounds check to __libc_ifunc_impl_list Add bounds check to __libc_ifunc_impl_list - - 1 - --- 2022-06-08 Wilco Dijkstra New
AArch64: Sort makefile entries AArch64: Sort makefile entries - - - - --- 2022-06-01 Wilco Dijkstra New
AArch64: Add SVE memcpy AArch64: Add SVE memcpy - - 1 - --- 2022-05-25 Wilco Dijkstra New
[v2] Avoid RMW of flags2 outside lock (BZ #27842) [v2] Avoid RMW of flags2 outside lock (BZ #27842) - - 1 - --- 2022-05-23 Wilco Dijkstra New
Avoid RMW of flags2 outside lock (BZ #27842) Avoid RMW of flags2 outside lock (BZ #27842) - - - - --- 2022-05-19 Wilco Dijkstra New
AArch64: Check for SVE in ifuncs [BZ #28744] AArch64: Check for SVE in ifuncs [BZ #28744] - - - - --- 2022-01-05 Wilco Dijkstra New
AArch64: Add FAST_FMINMAX AArch64: Add FAST_FMINMAX - - - - --- 2021-11-30 Wilco Dijkstra New
Improve hypot performance Improve hypot performance - - - - --- 2021-11-30 Wilco Dijkstra New
RFC: Improve hypot performance RFC: Improve hypot performance - - - - --- 2021-11-17 Wilco Dijkstra New
AArch64: Optimize memcmp AArch64: Optimize memcmp - - - - --- 2021-11-17 Wilco Dijkstra New
Benchtests: Improve bench-memcpy-random Benchtests: Improve bench-memcpy-random - - 1 - --- 2021-10-18 Wilco Dijkstra New
[v2] AArch64: Improve A64FX memcpy [v2] AArch64: Improve A64FX memcpy - - - - --- 2021-10-14 Wilco Dijkstra New
[v4,2/5] AArch64: Improve A64FX memset for large sizes Untitled series #257323 - - 1 - --- 2021-08-09 Wilco Dijkstra New
[v4,5/5] AArch64: Improve A64FX memset medium loops [v4,1/5] AArch64: Improve A64FX memset for small sizes - - 1 - --- 2021-08-09 Wilco Dijkstra New
[v4,4/5] AArch64: Improve A64FX memset by removing unroll32 [v4,1/5] AArch64: Improve A64FX memset for small sizes - - 1 - --- 2021-08-09 Wilco Dijkstra New
[v4,3/5] AArch64: Improve A64FX memset for remaining bytes [v4,1/5] AArch64: Improve A64FX memset for small sizes - - 1 - --- 2021-08-09 Wilco Dijkstra New
[v4,1/5] AArch64: Improve A64FX memset for small sizes [v4,1/5] AArch64: Improve A64FX memset for small sizes - - - - --- 2021-08-09 Wilco Dijkstra New
[v3,5/5] AArch64: Improve A64FX memset [v3,1/5] AArch64: Improve A64FX memset - - 1 1 --- 2021-07-22 Wilco Dijkstra New
[v3,4/5] AArch64: Improve A64FX memset [v3,1/5] AArch64: Improve A64FX memset - - 1 1 --- 2021-07-22 Wilco Dijkstra New
[v3,3/5] AArch64: Improve A64FX memset [v3,1/5] AArch64: Improve A64FX memset - - 1 1 --- 2021-07-22 Wilco Dijkstra New
[v3,2/5] AArch64: Improve A64FX memset [v3,1/5] AArch64: Improve A64FX memset - - 1 1 --- 2021-07-22 Wilco Dijkstra New
[v3,1/5] AArch64: Improve A64FX memset [v3,1/5] AArch64: Improve A64FX memset - - 1 1 --- 2021-07-22 Wilco Dijkstra New
[v2] AArch64: Improve A64FX memset [v2] AArch64: Improve A64FX memset - - - - --- 2021-07-09 Wilco Dijkstra New
AArch64: Improve A64FX memset AArch64: Improve A64FX memset - - - - --- 2021-06-30 Wilco Dijkstra New
AArch64: Improve A64FX memcpy AArch64: Improve A64FX memcpy - - - - --- 2021-06-30 Wilco Dijkstra New
AArch64: Add hp-timing.h AArch64: Add hp-timing.h - - 1 - --- 2021-06-28 Wilco Dijkstra New
AArch64: Improve strnlen performance AArch64: Improve strnlen performance - - 1 - --- 2021-06-23 Wilco Dijkstra New
AArch64: Add support for roundeven[f] AArch64: Add support for roundeven[f] - - - - --- 2021-06-03 Wilco Dijkstra New
[v2,5/5] Remove mpa files [v2,1/5] Remove remaining slow paths from asin and acos - - - - --- 2021-01-07 Wilco Dijkstra New
[v2,4/5] Remove slow paths from atan2 [v2,1/5] Remove remaining slow paths from asin and acos - - - - --- 2021-01-07 Wilco Dijkstra New
[v2,3/5] Remove slow paths from atan [v2,1/5] Remove remaining slow paths from asin and acos - - - - --- 2021-01-07 Wilco Dijkstra New
[v2,2/5] Remove slow paths in tan [v2,1/5] Remove remaining slow paths from asin and acos - - - - --- 2021-01-07 Wilco Dijkstra New
[v2,1/5] Remove remaining slow paths from asin and acos [v2,1/5] Remove remaining slow paths from asin and acos - - - - --- 2021-01-07 Wilco Dijkstra New
[5/5] Remove mpa files Remove remaining slow paths from math functions - - - - --- 2021-01-04 Wilco Dijkstra New
[4/5] Remove slow paths from atan2 Remove remaining slow paths from math functions - - - - --- 2021-01-04 Wilco Dijkstra New
[3/5] Remove slow paths from atan Remove remaining slow paths from math functions - - - - --- 2021-01-04 Wilco Dijkstra New
« 1 2 3 4 »