aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* AArch64: Check kernel version for SVE ifuncsWilco Dijkstra2024-04-183-2/+4
* aarch64: fix check for SVE support in assemblerSzabolcs Nagy2024-04-182-4/+6
* aarch64: correct CFI in rawmemchr (bug 31113)Andreas Schwab2024-04-181-1/+1
* AArch64: Remove Falkor memcpyWilco Dijkstra2024-04-185-324/+0
* AArch64: Add memset_zva64Wilco Dijkstra2024-04-186-68/+38
* AArch64: Cleanup emag memsetWilco Dijkstra2024-04-184-197/+90
* AArch64: Cleanup ifuncsWilco Dijkstra2024-04-1818-125/+41
* AArch64: Add support for MOPS memcpy/memmove/memsetWilco Dijkstra2024-04-189-1/+137
* configure: Use autoconf 2.71Siddhesh Poyarekar2023-07-171-91/+111
* aarch64: Add vector implementations of exp routinesJoe Ramsay2023-06-3014-1/+593
* aarch64: Add vector implementations of log routinesJoe Ramsay2023-06-3014-1/+559
* aarch64: Add vector implementations of sin routinesJoe Ramsay2023-06-3012-6/+426
* aarch64: Add vector implementations of cos routinesJoe Ramsay2023-06-3010-117/+608
* Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov2023-06-021-1/+1
* Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov2023-05-302-5/+5
* aarch64: More configure checks for libmvecSzabolcs Nagy2023-05-052-6/+48
* aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy2023-05-052-16/+27
* aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy2023-05-042-2/+2
* Enable libmvec support for AArch64Joe Ramsay2023-05-0325-0/+910
* aarch64: update libm test ulpsSzabolcs Nagy2023-02-241-0/+1
* AArch64: Fix HP_TIMING_DIFF computation [BZ# 29329]Jun Tang2023-02-221-1/+1
* string: Remove string_private.hAdhemerval Zanella2023-02-171-20/+0
* string: Add libc_hidden_proto for memrchrAdhemerval Zanella2023-02-081-0/+1
* string: Add libc_hidden_proto for strchrnulAdhemerval Zanella2023-02-081-0/+1
* AArch64: Improve SVE memcpy and memmoveWilco Dijkstra2023-02-061-20/+14
* AArch64: Improve strrchrWilco Dijkstra2023-01-171-25/+33
* AArch64: Optimize strnlenWilco Dijkstra2023-01-171-21/+18
* AArch64: Optimize strlenWilco Dijkstra2023-01-171-8/+12
* AArch64: Optimize strcpyWilco Dijkstra2023-01-171-17/+19
* AArch64: Improve strchrnulWilco Dijkstra2023-01-171-2/+10
* AArch64: Optimize strchrWilco Dijkstra2023-01-171-28/+24
* AArch64: Improve strlen_asimdWilco Dijkstra2023-01-171-12/+4
* AArch64: Optimize memrchrWilco Dijkstra2023-01-171-9/+11
* AArch64: Optimize memchrWilco Dijkstra2023-01-171-13/+14
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-06135-135/+135
* elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky2022-11-211-3/+1
* elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer2022-11-031-1/+1
* configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella2022-11-011-0/+1
* aarch64: Don't build wordcopySzabolcs Nagy2022-10-281-0/+0
* aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra2022-10-266-370/+81
* aarch64: Cleanup memset ifuncWilco Dijkstra2022-10-262-17/+26
* Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer2022-10-181-2/+0
* Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer2022-10-183-0/+3
* elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella2022-10-101-0/+24
* Use atomic_exchange_release/acquireWilco Dijkstra2022-09-261-1/+1
* csu: Change start code license to have link exceptionSzabolcs Nagy2022-08-261-4/+21
* AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra2022-08-112-4/+4
* arc4random: simplify design for better safetyJason A. Donenfeld2022-07-273-358/+0
* aarch64: Add optimized chacha20Adhemerval Zanella Netto2022-07-223-0/+358
* aarch64: Optimize string functions with shrn instructionDanila Kutenin2022-07-066-102/+59