summaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra2016-05-121-198/+161
* Add _STRING_INLINE_unaligned and string_private.hH.J. Lu2016-02-182-2/+22
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-04101-101/+101
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2015-12-011-50/+54
* Enable _STRING_ARCH_unaligned on AArch64.Wilco Dijkstra2015-11-101-0/+24
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-09-241-204/+230
* Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers2015-09-111-2/+2
* Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers2015-09-041-0/+0
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-27/+0
* 2015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra2015-08-241-8/+4
* Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra2015-08-051-9/+7
* Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra2015-08-051-17/+23
* [AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2015-07-242-1/+4
* Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra2015-07-131-0/+5
* Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra2015-07-131-65/+165
* Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra2015-07-063-0/+72
* Regenerate aarch64 libm-test-ulpsSzabolcs Nagy2015-07-021-32/+128
* [AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy2015-06-171-5/+5
* [BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy2015-06-173-12/+64
* Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers2015-06-021-0/+1
* 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-06-021-26/+26
* [AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy2015-05-131-1/+1
* 2015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra2015-05-061-316/+445
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+0
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw2015-01-072-0/+346
* AArch64 optimized implementation of strrchr.Richard Earnshaw2015-01-071-0/+165
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-2/+4
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0296-96/+96
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-2/+4
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-303-5/+7
* Call libc_fetestexcept_aarch64.Wilco Dijkstra2014-12-221-7/+2
* Call libc_fesetround_aarch64.Wilco Dijkstra2014-12-221-20/+5
* [AArch64] Fix strchrnul clobbering v15Richard Earnshaw2014-12-101-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1
* AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski2014-11-211-9/+12
* AArch64: Use ELF macros rather than Elf64 throughoutWill Newton2014-11-212-5/+5
* AArch64: Update relocations for ILP32Will Newton2014-11-211-6/+6
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-201-0/+2
* [AArch64] End frame record chain correctly.Renlin Li2014-11-111-1/+0
* [AArch64] Add optimized strchrnul.Richard Earnshaw2014-11-051-0/+130
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+1
* Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-8/+2
* Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-24/+2
* Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2014-10-241-4/+2
* Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2014-10-241-6/+1
* Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-6/+1