about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* 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
* aarch64: thunderx2 memmove performance improvementsAnton Youdkevitch2019-05-033-362/+216
* aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch2019-04-051-21/+22
* Break more lines before not after operators.Joseph Myers2019-02-252-5/+5
* aarch64: Optimized memchr specific to AmpereComputing emagFeng Xue2019-02-016-3/+308
* aarch64: Optimized memset specific to AmpereComputing emagFeng Xue2019-02-015-2/+217
* [AArch64] Add ifunc support for AresWilco Dijkstra2019-01-091-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-01123-123/+123
* [AArch64] Adjust writeback in non-zero memsetWilco Dijkstra2018-11-201-3/+4
* Remove extra space at end of line.Steve Ellcey2018-10-161-1/+1
* aarch64: optimized memcpy implementation for thunderx2Anton Youdkevitch2018-10-162-18/+603
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-288-8/+0
* Use round functions not __round functions in glibc libm.Joseph Myers2018-09-272-0/+2
* Use trunc functions not __trunc functions in glibc libm.Joseph Myers2018-09-202-0/+2
* Use ceil functions not __ceil functions in glibc libm.Joseph Myers2018-09-172-0/+2
* Use rint functions not __rint functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Use floor functions not __floor functions in glibc libm.Joseph Myers2018-09-142-0/+2
* Add new exp and exp2 implementationsSzabolcs Nagy2018-09-051-44/+44
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-034-0/+4
* [BZ #20271] Add newlines in __libc_fatal calls.Paul Pluzhnikov2018-08-311-1/+1
* Split fenv_private.h out of math_private.h more consistently.Joseph Myers2018-08-282-280/+305
* Move EXCEPTION_ENABLE_SUPPORTED out of math-tests.h.Joseph Myers2018-08-241-2/+6
* [aarch64] Add an ASIMD variant of strlen for falkorSiddhesh Poyarekar2018-08-156-4/+261
* Improve performance of sinf and cosfWilco Dijkstra2018-08-141-12/+12
* Clean up converttoint handling and document the semanticsSzabolcs Nagy2018-08-101-10/+7
* [aarch64] Fix value of MIN_PAGE_SIZE for testingSiddhesh Poyarekar2018-08-081-1/+1
* Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar2018-08-021-2/+2
* aarch64,falkor: Use vector registers for memcpySiddhesh Poyarekar2018-06-291-72/+65
* aarch64,falkor: Use vector registers for memmoveSiddhesh Poyarekar2018-06-291-105/+88
* aarch64: add HXT Phecda core memory operation ifuncsHongbo Zhang2018-06-123-5/+6
* Mark _init and _fini as hidden [BZ #23145]H.J. Lu2018-06-081-0/+2
* Remove sysdeps/aarch64/soft-fp directory.Joseph Myers2018-05-225-4/+4
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-114-0/+4
* aarch64,falkor: Ignore prefetcher tagging for smaller copiesSiddhesh Poyarekar2018-05-111-27/+41
* aarch64,falkor: Ignore prefetcher hints for memmove tailSiddhesh Poyarekar2018-05-111-18/+28
* Move math_opt_barrier, math_force_eval to separate math-barriers.h.Joseph Myers2018-05-092-5/+27
* elf: Unify symbol address run-time calculation [BZ #19818]Maciej W. Rozycki2018-04-041-1/+1
* [PATCH 1/7] sin/cos slow paths: avoid slow paths for small inputsWilco Dijkstra2018-04-031-0/+6
* Use x86_64 backtrace as generic version.Joseph Myers2018-03-211-1/+0
* Remove all target specific __ieee754_sqrt(f/l) inlinesWilco Dijkstra2018-03-151-16/+0
* aarch64/strncmp: Use lsr instead of mov+lsrSiddhesh Poyarekar2018-03-151-4/+2
* aarch64/strncmp: Unbreak builds with old binutilsSiddhesh Poyarekar2018-03-141-2/+4
* aarch64: Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar2018-03-131-15/+80