about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* aarch64: fix RTLD_START for BTISzabolcs Nagy2020-07-021-1/+4
* aarch64: Add BTI support to assembly filesSudakshina Das2020-07-0210-1/+50
* aarch64: Rename place holder .S files to .cSzabolcs Nagy2020-07-023-0/+0
* aarch64: configure test for BTI supportSzabolcs Nagy2020-07-022-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
* aarch64: Optimized strlen for strlen_asimdXuelei Zhang2019-12-192-17/+29
* aarch64: Optimized implementation of memrchrXuelei Zhang2019-12-191-0/+165
* aarch64: Optimized implementation of strnlenXuelei Zhang2019-12-191-1/+51
* aarch64: Optimized implementation of strcpyXuelei Zhang2019-12-191-32/+27
* aarch64: Optimized implementation of memcmpXuelei Zhang2019-12-191-53/+79
* elf: Do not run IFUNC resolvers for LD_DEBUG=unused [BZ #24214]Florian Weimer2019-12-021-1/+2
* nptl: Add default pthread-offsets.hAdhemerval Zanella2019-11-261-3/+0
* nptl: Add struct_rwlock.hAdhemerval Zanella2019-11-262-15/+41
* nptl: Add struct_mutex.hAdhemerval Zanella2019-11-261-7/+0
* nptl: Remove rwlock elision definitionsAdhemerval Zanella2019-11-261-2/+0
* nptl: Add tests for internal pthread_rwlock_t offsetsAdhemerval Zanella2019-11-261-0/+2
* nptl: Cleanup mutex internal offset testsAdhemerval Zanella2019-11-261-4/+0
* aarch64: Increase small and medium cases for __memcpy_genericKrzysztof Koch2019-11-121-35/+47
* Split up endian.h to minimize exposure of BYTE_ORDER.Alistair Francis2019-10-013-31/+16
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-07132-132/+132
* aarch64: Disable using DC ZVA in emag memsetFeng Xue2019-08-142-7/+17
* Declare most TS 18661-1 interfaces for C2X.Joseph Myers2019-08-131-1/+1
* aarch64: simplify the DT_AARCH64_VARIANT_PCS handling codeSzabolcs Nagy2019-07-102-6/+1
* aarch64: new ifunc resolver ABISzabolcs Nagy2019-07-045-1/+185
* aarch64: handle STO_AARCH64_VARIANT_PCSSzabolcs Nagy2019-06-133-4/+60