aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2016-09-07Add femode_t functions: aarch64.Joseph Myers
2016-09-07Add femode_t functions.Joseph Myers
2016-09-01Make common fmax implementation generic.Paul E. Murphy
2016-08-16Add fesetexcept: aarch64.Joseph Myers
2016-07-21[AArch64] Update libm-test-ulpsSzabolcs Nagy
2016-07-18[AArch64] Regenerate libm-test-ulpsSzabolcs Nagy
2016-07-11[AArch64] Fix libc internal asm profiling codeSzabolcs Nagy
2016-06-24Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel
2016-06-22This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra
2016-06-20Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra
2016-06-20This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra
2016-06-20elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer
2016-05-12This is an optimized memset for AArch64. Memset is split into 4 main cases:Wilco Dijkstra
2016-02-18Add _STRING_INLINE_unaligned and string_private.hH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-12-01[AArch64] Regenerate libm-test-ulpsSzabolcs Nagy
2015-11-10Enable _STRING_ARCH_unaligned on AArch64.Wilco Dijkstra
2015-09-24Regenerate aarch64 libm-test-ulpsSzabolcs Nagy
2015-09-11Move bits/atomic.h to atomic-machine.h (bug 14912).Joseph Myers
2015-09-04Rename bits/linkmap.h to linkmap.h (bug 14912).Joseph Myers
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra
2015-08-242015-08-24 Wilco Dijkstra <wdijkstr@arm.com>Wilco Dijkstra
2015-08-05Improve feenableexcept performance - avoid an unnecessary FPCR read in caseWilco Dijkstra
2015-08-05Improve fesetenv performance by avoiding unnecessary FPSR/FPCR reads/writes.Wilco Dijkstra
2015-07-24[AArch64][BZ #17711] Fix extern protected data handlingSzabolcs Nagy
2015-07-13Add AArch64 versions of math_opt_barrier and math_force_eval that avoid going...Wilco Dijkstra
2015-07-13Optimize the strlen implementation by using a page cross check and a fast checkWilco Dijkstra
2015-07-06Inline __ieee754_sqrt and __ieee754_sqrtf. Also add external definitions.Wilco Dijkstra
2015-07-02Regenerate aarch64 libm-test-ulpsSzabolcs Nagy
2015-06-17[AArch64] Fix cfi_adjust_cfa_offset usage in dl-tlsdesc.SSzabolcs Nagy
2015-06-17[BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy
2015-06-02Use libc_hidden_proto / libc_hidden_def with __strnlen.Joseph Myers
2015-06-022015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra
2015-05-13[AArch64] Fix inline asm clobber list in tls-macros.hSzabolcs Nagy
2015-05-062015-05-06 Szabolcs Nagy <szabolcs.nagy@arm.com>Wilco Dijkstra
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath
2015-01-07Fix libm feupdateenv namespace (bug 17748).Joseph Myers
2015-01-07AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw
2015-01-07AArch64 optimized implementation of strrchr.Richard Earnshaw
2015-01-07Fix libm fesetround namespace (bug 17748).Joseph Myers
2015-01-06Fix libm fesetenv namespace (bug 17748).Joseph Myers
2015-01-05Fix libm feholdexcept namespace (bug 17748).Joseph Myers
2015-01-02Fix libm fegetround namespace (bug 17748).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Fix libm fegetenv namespace (bug 17748).Joseph Myers
2014-12-30Fix libm feraiseexcept namespace (bug 17723).Joseph Myers
2014-12-22Call libc_fetestexcept_aarch64.Wilco Dijkstra
2014-12-22Call libc_fesetround_aarch64.Wilco Dijkstra
2014-12-10[AArch64] Fix strchrnul clobbering v15Richard Earnshaw
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar