aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/aarch64
AgeCommit message (Expand)AuthorFilesLines
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-10/+10
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra1-0/+1
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra1-3/+3
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston1-2/+14
2018-07-13strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar1-11/+40
2018-07-13memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar1-44/+100
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-17/+79
2018-04-13Add nvptx port.Jeff Johnston1-0/+6
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston1-10/+10
2017-06-29Optimized memcmpWilco Dijkstra1-193/+113
2017-06-26aarch64: optimize the unaligned case of memcmpSebastian Pop1-2/+55
2016-12-22Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston2-30/+29
2016-05-20Add rawmemchrWilco Dijkstra4-2/+118
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber1-1/+1
2016-03-29Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston1-10/+10
2015-12-21Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston1-10/+10
2015-11-12AArch64: Tune memcpyWilco Dijkstra1-24/+32
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra1-191/+184
2015-07-15[AArch64] Reverting recent optimized memset().Marcus Shawcroft1-184/+191
2015-07-13[AArch64] Optimized memset.Wilco Dijkstra1-191/+184
2015-07-13[AArch64] Optimized memcpy.Wilco Dijkstra1-134/+161
2015-07-13[AArch64] Optimized memmove.Wilco Dijkstra1-282/+108
2015-01-20 * libc/machine/aarch64/strlen.S (strlen): Improve performance.Corinna Vinschen1-69/+171
2015-01-06 * libc/machine/aarch64/strcpy.S (strcpy): Further performanceRichard Earnshaw5-125/+250
2014-12-182014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-10/+10
2014-12-16 * libc/machine/aarch64/strcpy.S: Improve handling of short strings.Richard Earnshaw1-135/+207
2014-12-10 * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobberedRichard Earnshaw1-1/+1
2014-12-08 * libc/machine/aarch64/strrchr.S: New file.Richard Earnshaw4-2/+230
2014-11-10 * libc/machine/aarch64/strcpy.S: New file.Richard Earnshaw4-3/+274
2014-08-19 * libc/machine/aarch64/memchr.S: Add check for zero-sized buffer.Richard Earnshaw1-0/+6
2014-07-11[aarch64] Add memchr.Richard Earnshaw4-6/+222
2014-06-11 * libc/machine/aarch64/strchrnul.S: New file.Richard Earnshaw4-3/+199
2014-06-10 * libc/machine/aarch64/strchr.S: New fileRichard Earnshaw4-3/+213
2013-12-232013-12-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-10/+10
2013-01-172013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft1-12/+19
2013-01-172013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft1-11/+28
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-5/+218
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-2/+219
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-2/+184
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-2/+378
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft4-9/+276
2013-01-102013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org>Marcus Shawcroft8-4/+764
2012-12-202012-12-20 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston3-51/+101
2012-12-142012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>Jeff Johnston1-0/+37
2012-09-262012-09-26 Ian Bolton <ian.bolton@arm.com>Jeff Johnston6-0/+6255