aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2017-12-20aarch64: update libm-test-ulpsSzabolcs Nagy1-20/+20
2017-12-20aarch64: fix memset with --disable-multi-archAdhemerval Zanella1-0/+4
2017-12-18aarch64: fix start code for static pieSzabolcs Nagy1-1/+10
2017-12-13aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar1-2/+29
2017-12-04aarch64: Avoid hidden symbols for memcpy/memmove into static binariesSiddhesh Poyarekar1-0/+2
2017-11-28Use libm_alias_float for aarch64.Joseph Myers13-13/+26
2017-11-27Use libm_alias_double for aarch64.Joseph Myers13-13/+26
2017-11-20aarch64: Optimized memset for falkorSiddhesh Poyarekar9-22/+193
2017-11-17aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella1-0/+6
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella1-0/+2
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella1-0/+5
2017-11-03aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy1-54/+51
2017-11-03aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy4-342/+1
2017-11-03aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy1-5/+14
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy1-0/+8
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison30-288/+250
2017-10-18[AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy1-34/+5
2017-10-05aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar4-2/+241
2017-10-04aarch64: don't use MIN in dl-machine.hSzabolcs Nagy1-1/+2
2017-09-28AArch64: update libm-test-ulpsSzabolcs Nagy1-2/+8
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy1-0/+20
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra1-4/+0
2017-09-18AArch64: use movz/movk instead of literal pools in start.SWang Boshi2-3/+17
2017-09-01Obsolete pow10 functions.Joseph Myers1-30/+0
2017-08-31ILP32 math changesSteve Ellcey8-12/+87
2017-08-31Change argument type passed to ifunc resolversSteve Ellcey1-1/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer2-3/+1
2017-08-22aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey1-1/+1
2017-08-10[AArch64] Optimized memcmp.Wilco Dijkstra1-105/+71
2017-08-09memcpy_falkor: Fix code style in commentsSiddhesh Poyarekar1-7/+4
2017-08-09aarch64: Optimized memcpy for Qualcomm Falkor processorSiddhesh Poyarekar4-3/+196
2017-06-30tunables, aarch64: New tunable to override cpuSiddhesh Poyarekar1-0/+25
2017-06-30aarch64: Call all string function implementations in testsSiddhesh Poyarekar1-4/+2
2017-06-21[AArch64] Add more cfi annotations to tlsdesc entry pointsSzabolcs Nagy1-0/+70
2017-06-21[AArch64] Use hidden __GI__dl_argv in rtld startup codeSzabolcs Nagy1-2/+2
2017-06-20Remove bits/string.h.Zack Weinberg1-24/+0
2017-06-14PowerPC64 ELFv2 PPC64_OPT_LOCALENTRYAlan Modra1-0/+1
2017-06-06Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2-24/+1
2017-05-24aarch64: Thunderx specific memcpy and memmoveSteve Ellcey8-10/+540
2017-05-09Move shared pthread definitions to common headersAdhemerval Zanella2-203/+69
2017-03-27[AArch64] Update libm-test-ulpsSzabolcs Nagy1-80/+88
2017-03-15Add ifunc support for aarch64.Steve Ellcey2-0/+19
2017-01-10New pthread rwlock that is more scalable.Torvald Riegel1-7/+7
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers107-107/+107
2016-12-31New condvar implementation that provides stronger ordering guarantees.Torvald Riegel1-9/+22
2016-12-14Refactor long double information into bits/long-double.h.Joseph Myers1-21/+0
2016-12-02aarch64: Use explicit offsets in _dl_tlsdesc_dynamicFlorian Weimer2-9/+12
2016-12-01Refactor FP_ILOGB* out of bits/mathdef.h.Joseph Myers1-9/+0
2016-11-29Refactor FP_FAST_* into bits/fp-fast.h.Joseph Myers2-3/+34
2016-11-28Partial ILP32 support for aarch64.Steve Ellcey23-156/+266