aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2017-08-10[AArch64] Optimized memcmp.Wilco Dijkstra
2017-08-09memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar
2017-06-30aarch64: Call all string function implementations in testsSiddhesh Poyarekar
2017-06-21[AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy
2017-06-21[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler
2017-05-24aarch64: Thunderx specific memcpy and memmoveSteve Ellcey
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella
2017-03-27[AArch64] Update libm-test-ulpsSzabolcs Nagy
2017-03-15Add ifunc support for aarch64.Steve Ellcey
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers
2016-12-02aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers
2016-11-28Partial ILP32 support for aarch64.Steve Ellcey
2016-11-24Remove cached PID/TID in cloneAdhemerval Zanella
2016-11-24Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers
2016-11-10Regenerate ULPs for aarch64Siddhesh Poyarekar
2016-11-07nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer
2016-11-04Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers
2016-11-04Define wordsize.h macros everywhereSteve Ellcey
2016-11-04An optimized memchr was missing for AArch64. This version is similar toWilco Dijkstra
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