aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
AgeCommit message (Expand)AuthorFilesLines
2015-11-12AArch64: Tune memcpyWilco Dijkstra1-24/+32
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-11-02Move duplicated documentation rules to Makefile.sharedJeff Johnston6-4165/+2990
2015-11-02 Improve performance of MIPS memcpy.Steve Ellcey1-2/+43
2015-09-04Add support for ft32 to newlib.Jeff Johnston14-1911/+9617
2015-09-03libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson1-0/+4
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-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-06-01Update the assembler code to support old ARM architectures.Hale Wang6-183/+179
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton12-0/+235
2015-03-03 * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.Steve Ellcey1-0/+58
2015-03-03 * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey1-14/+165
2015-02-262015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey1-108/+108
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
2015-02-06 * libc/include/complex.h (cabsl): Add prototype.Nick Clifton1-0/+2
2015-01-23 Complete action from 2001-12-18:Corinna Vinschen17-697/+0
2015-01-21 * COPYING.LIBGLOSS: Add Controls and Data Services copyright.Eric Botcazou13-2/+7993
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 Johnston55-1166/+876
2014-12-16 * libc/machine/aarch64/strcpy.S: Improve handling of short strings.Richard Earnshaw1-135/+207
2014-12-15 * newlib/libc/include/machine/setjmp.h: Add FPU support.Corinna Vinschen1-2/+80
2014-12-122014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston1-1/+20
2014-12-122014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston1-13/+2
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-28 * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64Corinna Vinschen1-5/+41
2014-11-26 * libc/machine/arm/strcmp-armv6m.S: New file.Corinna Vinschen4-50/+163
2014-11-10 * libc/machine/aarch64/strcpy.S: New file.Richard Earnshaw4-3/+274
2014-10-082014-10-08 Steve Ellcey <sellcey@mips.com>Steve Ellcey4-79/+269
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-08-19 * libc/machine/aarch64/memchr.S: Add check for zero-sized buffer.Richard Earnshaw1-0/+6
2014-08-01headers: properly decorate attributesEric Blake2-11/+11
2014-07-17 * configure.host: Remove or16 and or32 targets and add or1k.Corinna Vinschen8-2/+6626
2014-07-11[aarch64] Add memchr.Richard Earnshaw4-6/+222
2014-07-072014-07-07 Pavel Pisa <pisa@cmp.felk.cvut.cz>Richard Earnshaw1-1/+3
2014-06-11 * libc/machine/aarch64/strchrnul.S: New file.Richard Earnshaw4-3/+199