aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2023-06-30aarch64: Add vector implementations of exp routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of log routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of sin routinesJoe Ramsay
2023-06-30aarch64: Add vector implementations of cos routinesJoe Ramsay
2023-06-02Fix a few more typos I missed in previous round -- BZ 25337Paul Pluzhnikov
2023-05-30Fix misspellings in sysdeps/ -- BZ 25337Paul Pluzhnikov
2023-05-05aarch64: More configure checks for libmvecSzabolcs Nagy
2023-05-05aarch64: SVE ACLE configure test cleanupsSzabolcs Nagy
2023-05-04aarch64: fix SVE ACLE check for bootstrap glibc buildsSzabolcs Nagy
2023-05-03Enable libmvec support for AArch64Joe Ramsay
2023-02-24aarch64: update libm test ulpsSzabolcs Nagy
2023-02-22AArch64: Fix HP_TIMING_DIFF computation [BZ# 29329]Jun Tang
2023-02-17string: Remove string_private.hAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for memrchrAdhemerval Zanella
2023-02-08string: Add libc_hidden_proto for strchrnulAdhemerval Zanella
2023-02-06AArch64: Improve SVE memcpy and memmoveWilco Dijkstra
2023-01-17AArch64: Improve strrchrWilco Dijkstra
2023-01-17AArch64: Optimize strnlenWilco Dijkstra
2023-01-17AArch64: Optimize strlenWilco Dijkstra
2023-01-17AArch64: Optimize strcpyWilco Dijkstra
2023-01-17AArch64: Improve strchrnulWilco Dijkstra
2023-01-17AArch64: Optimize strchrWilco Dijkstra
2023-01-17AArch64: Improve strlen_asimdWilco Dijkstra
2023-01-17AArch64: Optimize memrchrWilco Dijkstra
2023-01-17AArch64: Optimize memchrWilco Dijkstra
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers
2022-11-21elf: Fix rtld-audit trampoline for aarch64Vladislav Khmelevsky
2022-11-03elf: Introduce <dl-call_tls_init_tp.h> and call_tls_init_tp (bug 29249)Florian Weimer
2022-11-01configure: Use -Wno-ignored-attributes if compiler warns about multiple aliasesAdhemerval Zanella
2022-10-28aarch64: Don't build wordcopySzabolcs Nagy
2022-10-26aarch64: Use memcpy_simd as the default memcpyWilco Dijkstra
2022-10-26aarch64: Cleanup memset ifuncWilco Dijkstra
2022-10-18Use PTR_MANGLE and PTR_DEMANGLE unconditionally in C sourcesFlorian Weimer
2022-10-18Introduce <pointer_guard.h>, extracted from <sysdep.h>Florian Weimer
2022-10-10elf: Remove -fno-tree-loop-distribute-patterns usage on dl-supportAdhemerval Zanella
2022-09-26Use atomic_exchange_release/acquireWilco Dijkstra
2022-08-26csu: Change start code license to have link exceptionSzabolcs Nagy
2022-08-11AArch64: Fix typo in sve configure check (BZ# 29394)Wilco Dijkstra
2022-07-27arc4random: simplify design for better safetyJason A. Donenfeld
2022-07-22aarch64: Add optimized chacha20Adhemerval Zanella Netto
2022-07-06aarch64: Optimize string functions with shrn instructionDanila Kutenin
2022-07-05AArch64: Reset HWCAP2_AFP bits in FPCR for default fenvTejas Belagod
2022-06-15aarch64: Handle fewer relocations for RTLD_BOOTSTRAPFangrui Song
2022-06-10Add bounds check to __libc_ifunc_impl_listWilco Dijkstra
2022-06-07AArch64: Sort makefile entriesWilco Dijkstra
2022-06-07AArch64: Add SVE memcpyWilco Dijkstra
2022-05-23Revert "[AArch64][BZ #17711] Fix extern protected data handling"Fangrui Song
2022-05-17aarch64: Move ld.so _start to separate file and drop _dl_skip_argsSzabolcs Nagy
2022-05-17rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args constSzabolcs Nagy
2022-04-26elf: Replace PI_STATIC_AND_HIDDEN with opposite HIDDEN_VAR_NEEDS_DYNAMIC_RELOCFangrui Song