Age | Commit message (Expand) | Author | Files | Lines |
2023-02-06 | AArch64: Improve SVE memcpy and memmove | Wilco Dijkstra | 1 | -20/+14 |
2023-01-17 | AArch64: Improve strlen_asimd | Wilco Dijkstra | 1 | -12/+4 |
2023-01-06 | Update copyright dates with scripts/update-copyrights | Joseph Myers | 25 | -25/+25 |
2022-10-26 | aarch64: Use memcpy_simd as the default memcpy | Wilco Dijkstra | 5 | -259/+0 |
2022-10-26 | aarch64: Cleanup memset ifunc | Wilco Dijkstra | 2 | -17/+26 |
2022-10-10 | elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support | Adhemerval Zanella | 1 | -0/+24 |
2022-06-10 | Add bounds check to __libc_ifunc_impl_list | Wilco Dijkstra | 1 | -7/+2 |
2022-06-07 | AArch64: Sort makefile entries | Wilco Dijkstra | 1 | -6/+18 |
2022-06-07 | AArch64: Add SVE memcpy | Wilco Dijkstra | 5 | -42/+284 |
2022-01-06 | AArch64: Check for SVE in ifuncs [BZ #28744] | Wilco Dijkstra | 3 | -3/+3 |
2022-01-01 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 24 | -24/+24 |
2021-12-02 | AArch64: Improve A64FX memcpy | Wilco Dijkstra | 1 | -321/+225 |
2021-09-24 | aarch64: Disable A64FX memcpy/memmove BTI unconditionally | Naohiro Tamura | 1 | -0/+3 |
2021-09-06 | AArch64: Update A64FX memset not to degrade at 16KB | Naohiro Tamura | 1 | -1/+8 |
2021-09-06 | Revert "AArch64: Update A64FX memset not to degrade at 16KB" | Szabolcs Nagy | 1 | -8/+1 |
2021-09-03 | AArch64: Update A64FX memset not to degrade at 16KB | Naohiro Tamura via Libc-alpha | 1 | -1/+8 |
2021-08-10 | [5/5] AArch64: Improve A64FX memset medium loops | Wilco Dijkstra | 1 | -26/+19 |
2021-08-10 | [4/5] AArch64: Improve A64FX memset by removing unroll32 | Wilco Dijkstra | 1 | -17/+1 |
2021-08-10 | [3/5] AArch64: Improve A64FX memset for remaining bytes | Wilco Dijkstra | 1 | -33/+13 |
2021-08-10 | [2/5] AArch64: Improve A64FX memset for large sizes | Wilco Dijkstra | 1 | -60/+25 |
2021-08-10 | [1/5] AArch64: Improve A64FX memset for small sizes | Wilco Dijkstra | 1 | -60/+36 |
2021-05-27 | aarch64: Added optimized memset for A64FX | Naohiro Tamura | 4 | -5/+286 |
2021-05-27 | aarch64: Added optimized memcpy and memmove for A64FX | Naohiro Tamura | 6 | -13/+443 |
2021-01-25 | aarch64: Fix the list of tested IFUNC variants [BZ #26818] | Szabolcs Nagy | 2 | -4/+6 |
2021-01-25 | aarch64: Move and update the definition of MTE_ENABLED | Szabolcs Nagy | 2 | -11/+11 |
2021-01-21 | aarch64: revert memcpy optimze for kunpeng to avoid performance degradation | Shuo Wang | 1 | -1/+1 |
2021-01-02 | Update copyright dates with scripts/update-copyrights | Paul Eggert | 22 | -22/+22 |
2020-12-31 | aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSE | Szabolcs Nagy | 8 | -31/+31 |
2020-12-15 | aarch64: remove the strlen_asimd symbol | Szabolcs Nagy | 1 | -2/+1 |
2020-10-14 | AArch64: Use __memcpy_simd on Neoverse N2/V1 | Wilco Dijkstra | 2 | -2/+4 |
2020-08-28 | AArch64: Improve backwards memmove performance | Wilco Dijkstra | 1 | -3/+4 |
2020-07-27 | aarch64: Use future HWCAP2_MTE in ifunc resolver | Szabolcs Nagy | 1 | -2/+8 |
2020-07-17 | AArch64: Improve strlen_asimd performance (bug 25824) | Wilco Dijkstra | 5 | -126/+161 |
2020-07-15 | AArch64: Rename IS_ARES to IS_NEOVERSE_N1 | Wilco Dijkstra | 2 | -2/+6 |
2020-07-15 | AArch64: Add optimized Q-register memcpy | Wilco Dijkstra | 5 | -4/+255 |
2020-07-08 | aarch64: Add BTI support to assembly files | Sudakshina Das | 4 | -0/+7 |
2020-06-08 | AArch64: Merge Falkor memcpy and memmove implementations | Krzysztof Koch | 3 | -245/+144 |
2020-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 22 | -22/+22 |
2019-12-27 | aarch64: add default memcpy version for kunpeng920 | Xuelei Zhang | 1 | -1/+1 |
2019-12-27 | aarch64: ifunc rename for kunpeng | Xuelei Zhang | 2 | -2/+2 |
2019-12-19 | aarch64: Optimized memset for Kunpeng processor. | Xuelei Zhang | 4 | -2/+119 |
2019-12-19 | aarch64: Optimized strlen for strlen_asimd | Xuelei Zhang | 2 | -17/+29 |
2019-09-07 | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 21 | -21/+21 |
2019-08-14 | aarch64: Disable using DC ZVA in emag memset | Feng Xue | 2 | -7/+17 |
2019-05-03 | aarch64: thunderx2 memmove performance improvements | Anton Youdkevitch | 3 | -362/+216 |
2019-04-05 | aarch64: thunderx2 memcpy implementation cleanup and streamlining | Anton Youdkevitch | 1 | -21/+22 |
2019-02-01 | aarch64: Optimized memchr specific to AmpereComputing emag | Feng Xue | 5 | -0/+301 |
2019-02-01 | aarch64: Optimized memset specific to AmpereComputing emag | Feng Xue | 5 | -2/+217 |
2019-01-09 | [AArch64] Add ifunc support for Ares | Wilco Dijkstra | 1 | -1/+1 |
2019-01-01 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 16 | -16/+16 |