aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2021-07-01AArch64: Add hp-timing.hWilco Dijkstra1-0/+47
2021-07-01AArch64: Improve strnlen performanceWilco Dijkstra1-181/+89
2021-06-27Update math: redirect roundeven functionH.J. Lu2-1/+2
2021-06-08AArch64: Add support for roundeven[f]Wilco Dijkstra2-0/+57
2021-05-27aarch64: Added optimized memset for A64FXNaohiro Tamura4-5/+286
2021-05-27aarch64: Added optimized memcpy and memmove for A64FXNaohiro Tamura6-13/+443
2021-05-26aarch64: define BTI_C and BTI_J macros as NOP unless HAVE_AARCH64_BTINaohiro Tamura1-2/+7
2021-05-26config: Added HAVE_AARCH64_SVE_ASM for aarch64Naohiro Tamura2-0/+43
2021-04-21elf: Remove lazy tlsdesc relocation related codeSzabolcs Nagy1-1/+0
2021-04-08aarch64: update libm test ulpsSzabolcs Nagy1-1/+1
2021-04-06aarch64: free tlsdesc data on dlclose [BZ #27403]Szabolcs Nagy1-0/+27
2021-04-02Fix the inaccuracy of j0f/j1f/y0f/y1f [BZ #14469, #14470, #14471, #14472]Paul Zimmermann1-35/+35
2021-03-26aarch64: Optimize __libc_mtag_tag_zero_regionSzabolcs Nagy1-16/+80
2021-03-26aarch64: Optimize __libc_mtag_tag_regionSzabolcs Nagy1-18/+80
2021-03-26aarch64: inline __libc_mtag_new_tagSzabolcs Nagy3-41/+11
2021-03-26aarch64: inline __libc_mtag_address_get_tagSzabolcs Nagy3-39/+10
2021-03-26malloc: Only support zeroing and not arbitrary memset with mtagSzabolcs Nagy3-14/+10
2021-03-11math: Remove slow paths from asin and acos [BZ #15267]Wilco Dijkstra1-1/+1
2021-03-01aarch64: update ulps.Szabolcs Nagy1-15/+17
2021-02-25Reduce the statically linked startup code [BZ #23323]Florian Weimer1-12/+2
2021-01-25aarch64: Fix the list of tested IFUNC variants [BZ #26818]Szabolcs Nagy2-4/+6
2021-01-25aarch64: Move and update the definition of MTE_ENABLEDSzabolcs Nagy2-11/+11
2021-01-21aarch64: revert memcpy optimze for kunpeng to avoid performance degradationShuo Wang1-1/+1
2021-01-21configure: Check for static PIE supportSzabolcs Nagy2-0/+7
2021-01-08aarch64: define PI_STATIC_AND_HIDDENSzabolcs Nagy2-0/+9
2021-01-07Remove dbl-64/wordsize-64 (part 2)Wilco Dijkstra1-1/+0
2021-01-05aarch64: push the set of rules before falling into slow pathShuo Wang1-0/+2
2021-01-04aarch64: fix stack missing after sp is updatedShuo Wang1-1/+1
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert128-128/+128
2020-12-31aarch64: use PTR_ARG and SIZE_ARG instead of DELOUSESzabolcs Nagy24-65/+65
2020-12-21aarch64: update ulps.Szabolcs Nagy1-10/+12
2020-12-21aarch64: Add aarch64-specific files for memory tagging supportRichard Earnshaw6-0/+235
2020-12-15aarch64: remove the strlen_asimd symbolSzabolcs Nagy1-2/+1
2020-12-15aarch64: fix static PIE start code for BTI [BZ #27068]Guillaume Gardet1-0/+1
2020-12-11aarch64: Use mmap to add PROT_BTI instead of mprotect [BZ #26831]Szabolcs Nagy3-19/+43
2020-12-11elf: Pass the fd to note processingSzabolcs Nagy1-3/+3
2020-12-11aarch64: align address for BTI protection [BZ #26988]Szabolcs Nagy1-6/+8
2020-12-11aarch64: Fix missing BTI protection from dependencies [BZ #26926]Szabolcs Nagy1-2/+15
2020-11-16nptl: Move stack list variables into _rtld_globalFlorian Weimer1-2/+0
2020-11-09aarch64: Add unwind information to _start (bug 26853)Florian Weimer1-4/+3
2020-11-02aarch64: Add variant PCS lazy binding test [BZ #26798]Szabolcs Nagy5-0/+288
2020-11-02aarch64: Fix DT_AARCH64_VARIANT_PCS handling [BZ #26798]Szabolcs Nagy1-8/+4
2020-10-14AArch64: Use __memcpy_simd on Neoverse N2/V1Wilco Dijkstra2-2/+4
2020-10-02aarch64: enforce >=64K guard size [BZ #26691]Szabolcs Nagy1-0/+3
2020-08-28AArch64: Improve backwards memmove performanceWilco Dijkstra1-3/+4
2020-08-13aarch64: update ulps.Szabolcs Nagy1-1/+1
2020-07-27aarch64: Use future HWCAP2_MTE in ifunc resolverSzabolcs Nagy1-2/+8
2020-07-24aarch64: Respect p_flags when protecting code with PROT_BTISzabolcs Nagy1-1/+8
2020-07-17AArch64: Improve strlen_asimd performance (bug 25824)Wilco Dijkstra5-126/+161
2020-07-15AArch64: Rename IS_ARES to IS_NEOVERSE_N1Wilco Dijkstra2-2/+6