about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* AArch64: update libm-test-ulpsSzabolcs Nagy2017-09-281-2/+8
* Optimized generic expf and exp2f with wrappersSzabolcs Nagy2017-09-251-0/+20
* Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra2017-09-191-4/+0
* AArch64: use movz/movk instead of literal pools in start.SWang Boshi2017-09-182-3/+17
* Obsolete pow10 functions.Joseph Myers2017-09-011-30/+0
* ILP32 math changesSteve Ellcey2017-08-318-12/+87
* Change argument type passed to ifunc resolversSteve Ellcey2017-08-311-1/+1
* elf: Remove internal_function attributeFlorian Weimer2017-08-312-3/+1
* aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey2017-08-221-1/+1
* [AArch64] Optimized memcmp.Wilco Dijkstra2017-08-101-105/+71
* memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar2017-08-091-7/+4
* aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar2017-08-094-3/+196
* tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar2017-06-301-0/+25
* aarch64: Call all string function implementations in testsSiddhesh Poyarekar2017-06-301-4/+2
* [AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy2017-06-211-0/+70
* [AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy2017-06-211-2/+2
* Remove bits/string.h.Zack Weinberg2017-06-201-24/+0
* PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra2017-06-141-0/+1
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-062-24/+1
* aarch64: Thunderx specific memcpy and memmoveSteve Ellcey2017-05-248-10/+540
* Move shared pthread definitions to common headersAdhemerval Zanella2017-05-092-203/+69
* [AArch64] Update libm-test-ulpsSzabolcs Nagy2017-03-271-80/+88
* Add ifunc support for aarch64.Steve Ellcey2017-03-152-0/+19
* New pthread rwlock that is more scalable.Torvald Riegel2017-01-101-7/+7
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-01107-107/+107
* New condvar implementation that provides stronger ordering guarantees.Torvald Riegel2016-12-311-9/+22
* Refactor long double information into bits/long-double.h.Joseph Myers2016-12-141-21/+0
* aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer2016-12-022-9/+12
* Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers2016-12-011-9/+0
* Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2016-11-292-3/+34
* Partial ILP32 support for aarch64.Steve Ellcey2016-11-2823-156/+266
* Remove cached PID/TID in cloneAdhemerval Zanella2016-11-241-1/+0
* Refactor float_t, double_t information into bits/flt-eval-method.h.Joseph Myers2016-11-241-6/+0
* Regenerate ULPs for aarch64Siddhesh Poyarekar2016-11-101-2/+2
* nptl: Document the reason why __kind in pthread_mutex_t is part of the ABIFlorian Weimer2016-11-071-0/+2
* Do not hardcode platform names in manual/libm-err-tab.pl (bug 14139).Joseph Myers2016-11-041-0/+1
* Define wordsize.h macros everywhereSteve Ellcey2016-11-041-0/+28
* An optimized memchr was missing for AArch64. This version is similar toWilco Dijkstra2016-11-041-0/+157
* Add femode_t functions: aarch64.Joseph Myers2016-09-072-0/+61
* Add femode_t functions.Joseph Myers2016-09-071-0/+8
* Make common fmax implementation generic.Paul E. Murphy2016-09-013-3/+3
* Add fesetexcept: aarch64.Joseph Myers2016-08-161-0/+34
* [AArch64] Update libm-test-ulpsSzabolcs Nagy2016-07-211-4/+4
* [AArch64] Regenerate libm-test-ulpsSzabolcs Nagy2016-07-181-10/+10
* [AArch64] Fix libc internal asm profiling codeSzabolcs Nagy2016-07-112-2/+35
* Remove atomic_compare_and_exchange_bool_rel.Torvald Riegel2016-06-241-4/+0
* This patch further tunes memcpy - avoid one branch for sizes 1-3,Wilco Dijkstra2016-06-221-24/+32
* Add a simple rawmemchr implementation. Use strlen for rawmemchr(s, '\0') as itWilco Dijkstra2016-06-202-2/+45
* This is an optimized memcpy/memmove for AArch64. Copies are split into 3 mainWilco Dijkstra2016-06-202-452/+209
* elf: Consolidate machine-agnostic DTV definitions in <dl-dtv.h>Florian Weimer2016-06-202-14/+1