aboutsummaryrefslogtreecommitdiff
path: root/ports/sysdeps/aarch64
AgeCommit message (Expand)AuthorFilesLines
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