aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-27/+0
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra1-8/+4
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra1-9/+7
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra1-17/+23
2015-07-24[AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy2-1/+4
2015-07-13Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra1-0/+5
2015-07-13Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra1-65/+165
2015-07-06Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra3-0/+72
2015-07-02Regenerate aarch64 libm-test-ulpsSzabolcs Nagy1-32/+128
2015-06-17[AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy1-5/+5
2015-06-17[BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy3-12/+64
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers1-0/+1
2015-06-022015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra1-26/+26
2015-05-13[AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy1-1/+1
2015-05-062015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra1-316/+445
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath1-2/+0
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers1-2/+4
2015-01-07AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw2-0/+346
2015-01-07AArch64 optimized implementation of strrchr.Richard Earnshaw1-0/+165
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers1-2/+4
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers1-2/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers96-96/+96
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers1-2/+4
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers3-5/+7
2014-12-22Call libc_fetestexcept_aarch64.Wilco Dijkstra1-7/+2
2014-12-22Call libc_fesetround_aarch64.Wilco Dijkstra1-20/+5
2014-12-10[AArch64] Fix strchrnul clobbering v15Richard Earnshaw1-1/+1
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar1-1/+1
2014-11-21AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski1-9/+12
2014-11-21AArch64: Use ELF macros rather than Elf64 throughoutWill Newton2-5/+5
2014-11-21AArch64: Update relocations for ILP32Will Newton1-6/+6
2014-11-20Add arch-specific configuration for C11 atomics support.Torvald Riegel1-0/+2
2014-11-11[AArch64] End frame record chain correctly.Renlin Li1-1/+0
2014-11-05[AArch64] Add optimized strchrnul.Richard Earnshaw1-0/+130
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers1-1/+1
2014-10-24Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra1-8/+2
2014-10-24Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra1-24/+2
2014-10-24Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra1-4/+2
2014-10-24Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra1-6/+1
2014-10-24Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra1-6/+1
2014-10-24Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra1-1/+1
2014-10-24Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra1-2/+3
2014-10-24Remove an unused include.Wilco Dijkstra1-1/+0
2014-10-24Remove spaces.Wilco Dijkstra4-4/+0
2014-09-29Require autoconf 2.69H.J. Lu1-2/+2
2014-08-21Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar1-1/+1
2014-08-07This patch adds new function libc_feholdsetround_noex_aarch64_ctx, enablingWilco Dijkstra1-3/+27
2014-07-22Revert "aarch64: Add hp-timing.h"Marcus Shawcroft1-38/+0