Age | Commit message (Expand) | Author | Files | Lines |
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-07-21 | [arm] Fix strcpy for unified syntax on ARMv4t thumb. | Richard Earnshaw | 1 | -1/+1 |
2017-07-20 | arm: Update strcpy.c to use UAL syntax. | Ian Tessier via newlib | 1 | -6/+7 |
2017-06-07 | Fix minor issues in memchr NEON implementation | Prakhar Bahuguna | 1 | -1/+2 |
2017-05-25 | Move ARM access.c from machine to sys | Sebastian Huber | 3 | -44/+4 |
2017-04-06 | Optimise memchr for NEON-enabled processors | Prakhar Bahuguna | 2 | -2/+185 |
2017-03-30 | Use .syntax unified instead of .syntax divided.cygwin-2_8_0-release | Catherine Moore | 2 | -2/+2 |
2017-01-26 | arm: Fix addressing in optpld macro | Kyrill Tkachov | 2 | -4/+4 |
2017-01-25 | arm: Remove RETURN macro | Pat Pannuto | 6 | -33/+23 |
2017-01-25 | arm: Remove optpld macro | Pat Pannuto | 3 | -18/+11 |
2017-01-25 | Remove unneeded references to arm_asm.h | Pat Pannuto | 8 | -10/+4 |
2016-12-22 | Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0 | Jeff Johnston | 1 | -10/+10 |
2016-12-12 | Big-endian fix for memcpy-armv7m.S | Julian Brown | 1 | -0/+8 |
2016-05-11 | Fix strlen using Thumb-2 with -Os -marm | Jeff Johnston | 2 | -4/+10 |
2016-04-19 | BSD compatibility for <machine/endian.h> | Sebastian Huber | 1 | -9/+8 |
2016-03-29 | Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0 | Jeff Johnston | 1 | -10/+10 |
2016-01-28 | Make macro checks ARMv8-M baseline proof | Thomas Preud'homme | 4 | -6/+9 |
2015-12-21 | Regenerate files for newlib 2.3.0.newlib-2_3_0 | Jeff Johnston | 1 | -10/+10 |
2015-11-23 | [ARM] Adjust strcmp-armv7.S selection logic. | Marcus Shawcroft | 3 | -3/+35 |
2015-11-23 | [ARM] Factor out the thumb2 -Os implementation. | Marcus Shawcroft | 3 | -13/+57 |
2015-11-13 | [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relase | Marcus Shawcroft | 3 | -15/+52 |
2015-11-13 | [ARM] Adding strlen.S | Marcus Shawcroft | 5 | -29/+70 |
2015-11-13 | [ARM] Rename strlen to strlen-stub.c | Marcus Shawcroft | 3 | -3/+3 |
2015-11-13 | [ARM] Reorganize strlen selection. | Marcus Shawcroft | 5 | -190/+16 |
2015-11-13 | [ARM] Refactor strlen.c #if nesting. | Marcus Shawcroft | 1 | -26/+16 |
2015-11-12 | Avoid .eh_frame in ARM newlib. | Joseph Myers | 7 | -0/+7 |
2015-11-06 | Reorganize memchr selection.cygwin-2_3_0-release | Marcus Shawcroft | 6 | -124/+107 |
2015-11-06 | Reorganize memcpy selection. | Marcus Shawcroft | 6 | -296/+81 |
2015-11-03 | [ARM] Select appropriate memcpy implementation for ARMv8-a. | Marcus Shawcroft | 5 | -14/+97 |
2015-08-27 | strlen-armv7.S: Fix preprocessor check | Corinna Vinschen | 1 | -1/+1 |
2015-08-20 | Use machine header file for endianness configuration. | Andre Vieira | 2 | -6/+40 |
2015-06-01 | Update the assembler code to support old ARM architectures. | Hale Wang | 6 | -183/+179 |
2015-02-17 | * libc/machine/arm/aeabi_memclr.c: New file to support | Corinna Vinschen | 8 | -5/+542 |
2015-02-17 | * libc/machine/arm/aeabi_memmove.c: New file to support | Corinna Vinschen | 7 | -3/+340 |
2014-12-18 | 2014-12-18 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -10/+10 |
2014-11-26 | * libc/machine/arm/strcmp-armv6m.S: New file. | Corinna Vinschen | 4 | -50/+163 |
2014-09-08 | 2014-09-08 Freddie Chopin <freddie_chopin@op.pl> | Jeff Johnston | 2 | -7/+7 |
2014-09-05 | 2014-09-05 Hale Wang <hale.wang@arm.com> | Jeff Johnston | 10 | -123/+551 |
2014-09-05 | Add missing libc/machine/arm/aeabi_memcpy.c file | Corinna Vinschen | 1 | -0/+64 |
2014-09-04 | Add missing libc/machine/arm/aeabi_memcpy-armv7a.S file | Corinna Vinschen | 1 | -0/+286 |
2014-09-04 | * libc/machine/arm/aeabi_memcpy.c: New file. | Corinna Vinschen | 2 | -3/+18 |
2014-07-07 | 2014-07-07 Pavel Pisa <pisa@cmp.felk.cvut.cz> | Richard Earnshaw | 1 | -1/+3 |
2014-04-22 | * libc/machine/arm/strcmp-arm-tiny.S: New file. | Richard Earnshaw | 9 | -741/+1843 |
2014-03-27 | * libc/machine/arm/acle-compat.h: New file. | Richard Earnshaw | 2 | -19/+201 |
2013-12-23 | 2013-12-23 Jeff Johnston <jjohnstn@redhat.com> | Jeff Johnston | 1 | -10/+10 |
2013-07-01 | memcpy-armv7a.S: Improve performance with misaligned buffers. | Will Newton | 1 | -2/+2 |
2013-06-21 | strlen-armv7.S: Import latest strlen cortex-strings code. | Will Newton | 1 | -83/+113 |
2013-06-05 | * libc/machine/arm/strcmp.S: Use local labels. | Corinna Vinschen | 1 | -48/+48 |
2013-06-03 | 2013-06-03 Joey Ye <joey.ye@arm.com> | Richard Earnshaw | 6 | -622/+989 |