Age | Commit message (Expand) | Author | Files | Lines |
2018-12-31 | Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0 | Jeff Johnston | 1 | -10/+10 |
2018-11-08 | Fix issue with dst bias in memset | Wilco Dijkstra | 1 | -0/+1 |
2018-11-06 | Adjust writeback in non-zero memset | Wilco Dijkstra | 1 | -3/+3 |
2018-08-31 | Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831 | Jon Beniston | 1 | -2/+14 |
2018-07-13 | strcmp.S: Improve performance for misaligned strings | Siddhesh Poyarekar | 1 | -11/+40 |
2018-07-13 | memcmp.S: optimize for medium to large sizes | Siddhesh Poyarekar | 1 | -44/+100 |
2018-07-13 | Improve strncmp for mutually misaligned inputs | Siddhesh Poyarekar | 1 | -17/+79 |
2018-04-13 | Add nvptx port. | Jeff Johnston | 1 | -0/+6 |
2018-01-18 | Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0 | Jeff Johnston | 1 | -10/+10 |
2017-06-29 | Optimized memcmp | Wilco Dijkstra | 1 | -193/+113 |
2017-06-26 | aarch64: optimize the unaligned case of memcmp | Sebastian Pop | 1 | -2/+55 |
2016-12-22 | Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0 | Jeff Johnston | 2 | -30/+29 |
2016-05-20 | Add rawmemchr | Wilco Dijkstra | 4 | -2/+118 |
2016-04-15 | Use __machine_*_t_defined for internal types | Sebastian Huber | 1 | -1/+1 |
2016-03-29 | Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0 | Jeff Johnston | 1 | -10/+10 |
2015-12-21 | Regenerate files for newlib 2.3.0.newlib-2_3_0 | Jeff Johnston | 1 | -10/+10 |
2015-11-12 | AArch64: Tune memcpy | Wilco Dijkstra | 1 | -24/+32 |
2015-07-30 | [AArch64] Rewrite optimized memset. | Wilco Dijkstra | 1 | -191/+184 |
2015-07-15 | [AArch64] Reverting recent optimized memset(). | Marcus Shawcroft | 1 | -184/+191 |
2015-07-13 | [AArch64] Optimized memset. | Wilco Dijkstra | 1 | -191/+184 |
2015-07-13 | [AArch64] Optimized memcpy. | Wilco Dijkstra | 1 | -134/+161 |
2015-07-13 | [AArch64] Optimized memmove. | Wilco Dijkstra | 1 | -282/+108 |
2015-01-20 | * libc/machine/aarch64/strlen.S (strlen): Improve performance. | Corinna Vinschen | 1 | -69/+171 |
2015-01-06 | * libc/machine/aarch64/strcpy.S (strcpy): Further performance | Richard Earnshaw | 5 | -125/+250 |
2014-12-18 | 2014-12-18 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -10/+10 |
2014-12-16 | * libc/machine/aarch64/strcpy.S: Improve handling of short strings. | Richard Earnshaw | 1 | -135/+207 |
2014-12-10 | * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobbered | Richard Earnshaw | 1 | -1/+1 |
2014-12-08 | * libc/machine/aarch64/strrchr.S: New file. | Richard Earnshaw | 4 | -2/+230 |
2014-11-10 | * libc/machine/aarch64/strcpy.S: New file. | Richard Earnshaw | 4 | -3/+274 |
2014-08-19 | * libc/machine/aarch64/memchr.S: Add check for zero-sized buffer. | Richard Earnshaw | 1 | -0/+6 |
2014-07-11 | [aarch64] Add memchr. | Richard Earnshaw | 4 | -6/+222 |
2014-06-11 | * libc/machine/aarch64/strchrnul.S: New file. | Richard Earnshaw | 4 | -3/+199 |
2014-06-10 | * libc/machine/aarch64/strchr.S: New file | Richard Earnshaw | 4 | -3/+213 |
2013-12-23 | 2013-12-23 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -10/+10 |
2013-01-17 | 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 1 | -12/+19 |
2013-01-17 | 2013-01-17 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 1 | -11/+28 |
2013-01-10 | 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 4 | -5/+218 |
2013-01-10 | 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 4 | -2/+219 |
2013-01-10 | 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 4 | -2/+184 |
2013-01-10 | 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 4 | -2/+378 |
2013-01-10 | 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 4 | -9/+276 |
2013-01-10 | 2013-01-10 Marcus Shawcroft <marcus.shawcroft@linaro.org> | Marcus Shawcroft | 8 | -4/+764 |
2012-12-20 | 2012-12-20 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 3 | -51/+101 |
2012-12-14 | 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com> | Jeff Johnston | 1 | -0/+37 |
2012-09-26 | 2012-09-26 Ian Bolton <ian.bolton@arm.com> | Jeff Johnston | 6 | -0/+6255 |