about summary refs log tree commit diff
path: root/sysdeps/aarch64
Commit message (Expand)AuthorAgeFilesLines
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+0
* Fix libm feupdateenv namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* AArch64: Optimized implementations of strcpy and stpcpy.Richard Earnshaw2015-01-072-0/+346
* AArch64 optimized implementation of strrchr.Richard Earnshaw2015-01-071-0/+165
* Fix libm fesetround namespace (bug 17748).Joseph Myers2015-01-071-2/+4
* Fix libm fesetenv namespace (bug 17748).Joseph Myers2015-01-061-2/+4
* Fix libm feholdexcept namespace (bug 17748).Joseph Myers2015-01-051-2/+4
* Fix libm fegetround namespace (bug 17748).Joseph Myers2015-01-021-2/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0296-96/+96
* Fix libm fegetenv namespace (bug 17748).Joseph Myers2014-12-311-2/+4
* Fix libm feraiseexcept namespace (bug 17723).Joseph Myers2014-12-303-5/+7
* Call libc_fetestexcept_aarch64.Wilco Dijkstra2014-12-221-7/+2
* Call libc_fesetround_aarch64.Wilco Dijkstra2014-12-221-20/+5
* [AArch64] Fix strchrnul clobbering v15Richard Earnshaw2014-12-101-1/+1
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-241-1/+1
* AArch64: Reformat inline-asm in elf_machine_load_addressAndrew Pinski2014-11-211-9/+12
* AArch64: Use ELF macros rather than Elf64 throughoutWill Newton2014-11-212-5/+5
* AArch64: Update relocations for ILP32Will Newton2014-11-211-6/+6
* Add arch-specific configuration for C11 atomics support.Torvald Riegel2014-11-201-0/+2
* [AArch64] End frame record chain correctly.Renlin Li2014-11-111-1/+0
* [AArch64] Add optimized strchrnul.Richard Earnshaw2014-11-051-0/+130
* Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers2014-11-041-1/+1
* Call libc_fetestexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-8/+2
* Call libc_feholdexcept_aarch64 from math_private.h rather than duplicating fu...Wilco Dijkstra2014-10-241-24/+2
* Call get_rounding_mode rather than duplicating functionality.Wilco Dijkstra2014-10-241-4/+2
* Cleanup feenableexcept to use the same logic as the ARM version. No functiona...Wilco Dijkstra2014-10-241-6/+1
* Cleanup fedisableexcept to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-6/+1
* Cleanup feclearexcept to use the same logic as the ARM version. No functional...Wilco Dijkstra2014-10-241-1/+1
* Cleanup fesetexceptflag to use the same logic as the ARM version. No function...Wilco Dijkstra2014-10-241-2/+3
* Remove an unused include.Wilco Dijkstra2014-10-241-1/+0
* Remove spaces.Wilco Dijkstra2014-10-244-4/+0
* Require autoconf 2.69H.J. Lu2014-09-291-2/+2
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-1/+1
* This patch adds new function libc_feholdsetround_noex_aarch64_ctx, enablingWilco Dijkstra2014-08-071-3/+27
* Revert "aarch64: Add hp-timing.h"Marcus Shawcroft2014-07-221-38/+0
* Move architecture shlib-versions files to Linux-specific directories.Joseph Myers2014-07-171-7/+0
* aarch64: Update libm-test-ulpsRichard Henderson2014-07-111-6/+120
* Fix -Wundef warnings for SHAREDWill Newton2014-07-091-1/+1
* Always provide HP_SMALL_TIMING_AVAILRichard Henderson2014-07-031-0/+1
* aarch64: Add hp-timing.hRichard Henderson2014-07-031-0/+37
* Remove relro configure test.Joseph Myers2014-06-271-8/+0
* Fix Wundef warning for ELF_MACHINE_NO_RELASiddhesh Poyarekar2014-06-261-0/+1
* AArch64: Consolidate nptl/ subdirectories under linux/...Roland McGrath2014-06-262-0/+209
* [AArch64] Add optimized strchr.Richard Earnshaw2014-06-191-0/+138
* AArch64: Define TLS_DEFINE_INIT_TPRoland McGrath2014-06-111-0/+3
* [AArch64] Regenerate libm-test-ulpsMarcus Shawcroft2014-06-031-0/+85
* [AArch64] Switch from FE_TOWARDZERO to _FPU_FPCR_RM_MASKWilco2014-06-032-6/+6
* [AArch64] Cleanup declarations in math_private.h.Wilco2014-06-031-8/+22
* [AArch64] Remove ISB after FPCR write.Wilco2014-06-021-5/+2
* [AArch64] Rewrite feupdateenv (BZ 17009).Wilco2014-06-021-5/+54