aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
2013-09-24[AArch64] Support __mcount profiling.Marcus Shawcroft1-8/+7
2013-07-26[AArch64] Provide symbol version for _mcount.Marcus Shawcroft3-0/+73
2013-07-12[AArch64] Adding -funwind-tables to backtrace.cMarcus Shawcroft1-0/+4
2013-07-05[AArch64] Regenerate libm-test-ulpsMarcus Shawcroft1-0/+46
2013-06-28[AArch64] Adjust elf_machine_dynamic to find _DYNAMIC via _GLOBAL_OFFSET_TABLE_Marcus Shawcroft1-2/+2
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-2/+1
2013-05-23[AArch64] Use generic "mcount" routine for profiling.Marcus Shawcroft1-25/+0
2013-05-22Don't include expected results in libm-test test names.Joseph Myers1-2485/+2485
2013-05-21AArch64: Don't clobber argument for tail call to __sigjmp_save in sigsetjmpAndreas Schwab1-2/+8
2013-05-21[AArch64] Update libm-test-ulps.Marcus Shawcroft1-32/+6047
2013-05-19Handle sincos with generic libm-test logic.Joseph Myers1-7/+7
2013-05-16MIPS: soft-fp NaN representation correctionsMaciej W. Rozycki1-0/+2
2013-02-14aarch64: Update libm-test-ulps.Marcus Shawcroft1-0/+364
2013-01-24AArch64: Adding optimized strncmp implementation.Marcus Shawcroft1-0/+204
2013-01-24AArch64: Adding optimized strnlen implementation.Marcus Shawcroft2-0/+177
2013-01-17AArch64: Implement optimized strlen.Marcus Shawcroft1-0/+117
2013-01-17AArch64: Implement optimized strcmpMarcus Shawcroft1-0/+155
2013-01-17AArch64: Implement optimized bzero.Marcus Shawcroft1-0/+27
2013-01-17AArch64: Implement optimized memmove.Marcus Shawcroft1-0/+312
2013-01-17AArch64: Implement optimized memcpy.Marcus Shawcroft1-0/+176
2013-01-17AArch64: Implement optimized memset.Marcus Shawcroft1-0/+229
2013-01-17AArch64: Implement optimized memcmp.Marcus Shawcroft2-0/+160
2013-01-17AArch64: Tidyup whitespace.Marcus Shawcroft1-11/+11
2013-01-10Use __extension__ with long long in installed headers.Joseph Myers1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers80-80/+80
2012-12-07aarch64: Regenerate libm-test-ulps.Marcus Shawcroft1-0/+26
2012-12-07aarch64: Resolve strtab defined but not used warning.Marcus Shawcroft1-7/+1
2012-11-22aarch64: Re-generate libm-test-ulps.Marcus Shawcroft1-0/+45
2012-11-21aarch64: Remove weak_aliasx macro.Marcus Shawcroft5-10/+5
2012-11-21aarch64: Remove support for NO_LONG_DOUBLE.Marcus Shawcroft5-25/+0
2012-11-21aarch64: Indent preprocessor directives.Marcus Shawcroft6-35/+35
2012-11-21aarch64: Use range in copyright years.Marcus Shawcroft30-30/+30
2012-11-21aarch64: Rename .x files to .cMarcus Shawcroft14-14/+14
2012-11-21aarch64: Don't use K&R CMarcus Shawcroft5-13/+5
2012-11-19AArch64: Adding optimized maths functions.Marcus Shawcroft28-2/+781
2012-11-09AArch64 PortMarcus Shawcroft66-0/+7373