about summary refs log tree commit diff
path: root/sysdeps/aarch64/multiarch
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-0125-25/+25
* aarch64: fix tested ifunc variantsSzabolcs Nagy2023-12-041-3/+3
* AArch64: Remove Falkor memcpyWilco Dijkstra2023-11-135-324/+0
* AArch64: Add memset_zva64Wilco Dijkstra2023-11-135-63/+33
* AArch64: Cleanup emag memsetWilco Dijkstra2023-11-134-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2023-11-0117-124/+40
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2023-10-249-1/+137
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-301-4/+4
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2023-02-061-20/+14
* AArch64: Improve strlen_asimdWilco Dijkstra2023-01-171-12/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-0625-25/+25
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2022-10-265-259/+0
* aarch64: Cleanup memset ifuncWilco Dijkstra2022-10-262-17/+26
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-101-0/+24
* Add bounds check to __libc_ifunc_impl_listWilco Dijkstra2022-06-101-7/+2
* AArch64: Sort makefile entriesWilco Dijkstra2022-06-071-6/+18
* AArch64: Add SVE memcpyWilco Dijkstra2022-06-075-42/+284
* AArch64: Check for SVE in ifuncs [BZ #28744]Wilco Dijkstra2022-01-063-3/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-0124-24/+24
* AArch64: Improve A64FX memcpyWilco Dijkstra2021-12-021-321/+225
* aarch64: Disable A64FX memcpy/memmove BTI unconditionallyNaohiro Tamura2021-09-241-0/+3
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura2021-09-061-1/+8
* Revert "AArch64: Update A64FX memset not to degrade at 16KB"Szabolcs Nagy2021-09-061-8/+1
* AArch64: Update A64FX memset not to degrade at 16KBNaohiro Tamura via Libc-alpha2021-09-031-1/+8
* [5/5] AArch64: Improve A64FX memset medium loopsWilco Dijkstra2021-08-101-26/+19
* [4/5] AArch64: Improve A64FX memset by removing unroll32Wilco Dijkstra2021-08-101-17/+1
* [3/5] AArch64: Improve A64FX memset for remaining bytesWilco Dijkstra2021-08-101-33/+13
* [2/5] AArch64: Improve A64FX memset for large sizesWilco Dijkstra2021-08-101-60/+25
* [1/5] AArch64: Improve A64FX memset for small sizesWilco Dijkstra2021-08-101-60/+36
* aarch64: Added optimized memset for A64FXNaohiro Tamura2021-05-274-5/+286
* aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura2021-05-276-13/+443
* aarch64: Fix the list of tested IFUNC variants [BZ #26818]Szabolcs Nagy2021-01-252-4/+6
* aarch64: Move and update the definition of MTE_ENABLEDSzabolcs Nagy2021-01-252-11/+11
* aarch64: revert memcpy optimze for kunpeng to avoid performance degradationShuo Wang2021-01-211-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-0222-22/+22
* aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy2020-12-318-31/+31
* aarch64: remove the strlen_asimd symbolSzabolcs Nagy2020-12-151-2/+1
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-142-2/+4
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-08-281-3/+4
* aarch64: Use future HWCAP2_MTE in ifunc resolverSzabolcs Nagy2020-07-271-2/+8
* AArch64: Improve strlen_asimd performance (bug 25824)Wilco Dijkstra2020-07-175-126/+161
* AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2020-07-152-2/+6
* AArch64: Add optimized Q-register memcpyWilco Dijkstra2020-07-155-4/+255
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-084-0/+7
* AArch64: Merge Falkor memcpy and memmove implementationsKrzysztof Koch2020-06-083-245/+144
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-0122-22/+22
* aarch64: add default memcpy version for kunpeng920Xuelei Zhang2019-12-271-1/+1
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-272-2/+2
* aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang2019-12-194-2/+119
* aarch64: Optimized strlen for strlen_asimdXuelei Zhang2019-12-192-17/+29