aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/arm
AgeCommit message (Expand)AuthorFilesLines
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-07-21[arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw1-1/+1
2017-07-20arm: Update strcpy.c to use UAL syntax.Ian Tessier via newlib1-6/+7
2017-06-07Fix minor issues in memchr NEON implementationPrakhar Bahuguna1-1/+2
2017-05-25Move ARM access.c from machine to sysSebastian Huber3-44/+4
2017-04-06Optimise memchr for NEON-enabled processorsPrakhar Bahuguna2-2/+185
2017-03-30Use .syntax unified instead of .syntax divided.cygwin-2_8_0-releaseCatherine Moore2-2/+2
2017-01-26arm: Fix addressing in optpld macroKyrill Tkachov2-4/+4
2017-01-25arm: Remove RETURN macroPat Pannuto6-33/+23
2017-01-25arm: Remove optpld macroPat Pannuto3-18/+11
2017-01-25Remove unneeded references to arm_asm.hPat Pannuto8-10/+4
2016-12-22Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston1-10/+10
2016-12-12Big-endian fix for memcpy-armv7m.SJulian Brown1-0/+8
2016-05-11Fix strlen using Thumb-2 with -Os -marmJeff Johnston2-4/+10
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber1-9/+8
2016-03-29Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston1-10/+10
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme4-6/+9
2015-12-21Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston1-10/+10
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft3-3/+35
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft3-13/+57
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft3-15/+52
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft5-29/+70
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft3-3/+3
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft5-190/+16
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft1-26/+16
2015-11-12Avoid .eh_frame in ARM newlib.Joseph Myers7-0/+7
2015-11-06Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft6-124/+107
2015-11-06Reorganize memcpy selection.Marcus Shawcroft6-296/+81
2015-11-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft5-14/+97
2015-08-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen1-1/+1
2015-08-20Use machine header file for endianness configuration.Andre Vieira2-6/+40
2015-06-01Update the assembler code to support old ARM architectures.Hale Wang6-183/+179
2015-02-17 * libc/machine/arm/aeabi_memclr.c: New file to supportCorinna Vinschen8-5/+542
2015-02-17 * libc/machine/arm/aeabi_memmove.c: New file to supportCorinna Vinschen7-3/+340
2014-12-182014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-10/+10
2014-11-26 * libc/machine/arm/strcmp-armv6m.S: New file.Corinna Vinschen4-50/+163
2014-09-082014-09-08 Freddie Chopin <freddie_chopin@op.pl>Jeff Johnston2-7/+7
2014-09-052014-09-05 Hale Wang <hale.wang@arm.com>Jeff Johnston10-123/+551
2014-09-05Add missing libc/machine/arm/aeabi_memcpy.c fileCorinna Vinschen1-0/+64
2014-09-04Add missing libc/machine/arm/aeabi_memcpy-armv7a.S fileCorinna Vinschen1-0/+286
2014-09-04 * libc/machine/arm/aeabi_memcpy.c: New file.Corinna Vinschen2-3/+18
2014-07-072014-07-07 Pavel Pisa <pisa@cmp.felk.cvut.cz>Richard Earnshaw1-1/+3
2014-04-22 * libc/machine/arm/strcmp-arm-tiny.S: New file.Richard Earnshaw9-741/+1843
2014-03-27 * libc/machine/arm/acle-compat.h: New file.Richard Earnshaw2-19/+201
2013-12-232013-12-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-10/+10
2013-07-01memcpy-armv7a.S: Improve performance with misaligned buffers.Will Newton1-2/+2
2013-06-21strlen-armv7.S: Import latest strlen cortex-strings code.Will Newton1-83/+113
2013-06-05 * libc/machine/arm/strcmp.S: Use local labels.Corinna Vinschen1-48/+48
2013-06-032013-06-03 Joey Ye <joey.ye@arm.com>Richard Earnshaw6-622/+989