aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/aarch64
AgeCommit message (Expand)Author
2018-02-15[AArch64] Fix include.Wilco Dijkstra
2018-02-12Remove slow paths from powWilco Dijkstra
2018-02-10[AArch64] Fix testsuite error due to fpsr/fscr changeWilco Dijkstra
2018-02-09[AArch64] Use builtins for fpcr/fpsrWilco Dijkstra
2018-02-02aarch64: Use the L() macro for labels in memcmpSiddhesh Poyarekar
2018-01-12aarch64: fix static pie enabled libc when main is in a shared librarySzabolcs Nagy
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-12-20aarch64: update libm-test-ulpsSzabolcs Nagy
2017-12-20aarch64: fix memset with --disable-multi-archAdhemerval Zanella
2017-12-18aarch64: fix start code for static pieSzabolcs Nagy
2017-12-13aarch64: Improve strcmp unaligned performanceSiddhesh Poyarekar
2017-12-04aarch64: Avoid hidden symbols for memcpy/memmove into static binariesSiddhesh Poyarekar
2017-11-28Use libm_alias_float for aarch64.Joseph Myers
2017-11-27Use libm_alias_double for aarch64.Joseph Myers
2017-11-20aarch64: Optimized memset for falkorSiddhesh Poyarekar
2017-11-17aarch64: Fix f{max,min}{f} build for GCC 4.9 and 5Adhemerval Zanella
2017-11-07nptl: Define __PTHREAD_MUTEX_{NUSERS_AFTER_KIND,USE_UNION}Adhemerval Zanella
2017-11-07nptl: Add tests for internal pthread_mutex_t offsetsAdhemerval Zanella
2017-11-03aarch64: optimize _dl_tlsdesc_dynamic fast pathSzabolcs Nagy
2017-11-03aarch64: Remove barriers from TLS descriptor functionsSzabolcs Nagy
2017-11-03aarch64: Disable lazy symbol binding of TLSDESCSzabolcs Nagy
2017-10-23aarch64: Add missing math Makefile for recent commitSzabolcs Nagy
2017-10-23aarch64: Implement math acceleration via builtinsMichael Collison
2017-10-18[AARCH64] Rewrite elf_machine_load_address using _DYNAMIC symbolSzabolcs Nagy
2017-10-05aarch64: Optimized implementation of memmove for Qualcomm FalkorSiddhesh Poyarekar
2017-10-04aarch64: don't use MIN in dl-machine.hSzabolcs Nagy
2017-09-28AArch64: update libm-test-ulpsSzabolcs Nagy
2017-09-25Optimized generic expf and exp2f with wrappersSzabolcs Nagy
2017-09-19Enable unwind info in libc-start.c and backtrace.cWilco Dijkstra
2017-09-18AArch64: use movz/movk instead of literal pools in start.SWang Boshi
2017-09-01Obsolete pow10 functions.Joseph Myers
2017-08-31ILP32 math changesSteve Ellcey
2017-08-31Change argument type passed to ifunc resolversSteve Ellcey
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-08-22aarch64: Use PTR_REG macro to fix ILP32 bug and make code consistentSteve Ellcey
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