summaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* nptl: Move stack list variables into _rtld_globalFlorian Weimer2020-11-161-2/+0
* aarch64: Add unwind information to _start (bug 26853)Florian Weimer2020-11-091-4/+3
* aarch64: Add variant PCS lazy binding test [BZ #26798]Szabolcs Nagy2020-11-025-0/+288
* aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy2020-11-021-8/+4
* AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2020-10-142-2/+4
* aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy2020-10-021-0/+3
* AArch64: Improve backwards memmove performanceWilco Dijkstra2020-08-281-3/+4
* aarch64: update ulps.Szabolcs Nagy2020-08-131-1/+1
* aarch64: Use future HWCAP2_MTE in ifunc resolverSzabolcs Nagy2020-07-271-2/+8
* aarch64: Respect p_flags when protecting code with PROT_BTISzabolcs Nagy2020-07-241-1/+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: Align ENTRY to a cachelineWilco Dijkstra2020-07-151-1/+1
* aarch64: redefine RETURN_ADDRESS to strip PACSzabolcs Nagy2020-07-081-0/+7
* aarch64: fix pac-ret support in _mcountSzabolcs Nagy2020-07-082-1/+13
* aarch64: Add pac-ret support to assembly filesSzabolcs Nagy2020-07-085-1/+47
* aarch64: configure check for pac-ret code generationSzabolcs Nagy2020-07-082-0/+60
* aarch64: ensure objects are BTI compatibleSzabolcs Nagy2020-07-083-0/+11
* aarch64: enable BTI at runtimeSudakshina Das2020-07-084-0/+124
* aarch64: fix RTLD_START for BTISzabolcs Nagy2020-07-081-1/+4
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-0810-1/+50
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-083-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-082-0/+61
* aarch64: MTE compatible strncmpAlex Butler2020-06-231-99/+145
* aarch64: MTE compatible strcmpAlex Butler2020-06-231-109/+125
* aarch64: MTE compatible strrchrAlex Butler2020-06-231-114/+91
* aarch64: MTE compatible memrchrAlex Butler2020-06-231-116/+83
* aarch64: MTE compatible memchrAlex Butler2020-06-231-107/+80
* aarch64: MTE compatible strcpyAlex Butler2020-06-231-263/+122
* aarch64: Remove fpu MakefileAdhemerval Zanella2020-06-221-14/+0
* aarch64: Use math-use-builtins for ceil{f}Adhemerval Zanella2020-06-222-58/+0
* math: Decompose math-use-builtins.hAdhemerval Zanella2020-06-229-71/+32
* aarch64: MTE compatible strlenAndrea Corallo2020-06-091-183/+56
* aarch64: MTE compatible strchrAndrea Corallo2020-06-091-91/+71
* aarch64: MTE compatible strchrnulAndrea Corallo2020-06-091-85/+51
* AArch64: Merge Falkor memcpy and memmove implementationsKrzysztof Koch2020-06-083-245/+144
* aarch/fpu: use generic builtins based math functionsVineet Gupta2020-06-0315-398/+71
* aarch64: fix strcpy and strnlen for big-endian [BZ #25824]Lexi Shao2020-05-152-0/+10
* Update aarch64 libm-test-ulpsAdhemerval Zanella2020-04-081-15/+16
* math: Remove inline math testsAdhemerval Zanella2020-03-191-840/+0
* [AArch64] Improve integer memcpyWilco Dijkstra2020-03-111-96/+101
* Introduce <elf-initfini.h> and ELF_INITFINI for all architecturesFlorian Weimer2020-02-181-0/+20
* nptl: add missing pthread-offsets.hAndreas Schwab2020-02-101-0/+3
* Add libm_alias_finite for _finite symbolsWilco Dijkstra2020-01-033-3/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-01134-134/+134
* aarch64: add default memcpy version for kunpeng920Xuelei Zhang2019-12-271-1/+1
* aarch64: ifunc rename for kunpengXuelei Zhang2019-12-272-2/+2
* aarch64: Modify error-shown comments for strcpyXuelei Zhang2019-12-271-1/+1
* aarch64: Optimized memset for Kunpeng processor.Xuelei Zhang2019-12-194-2/+119