summaryrefslogtreecommitdiffstats
path: root/newlib/libc/machine
Commit message (Expand)AuthorAgeFilesLines
* Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen2016-02-262-2/+2
* Fix memcpy bug that reads past end of buffer.Steve Ellcey2016-01-281-1/+1
* Make macro checks ARMv8-M baseline proofThomas Preud'homme2016-01-284-6/+9
* Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston2015-12-2158-786/+889
* ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov2015-12-1723-69/+99
* [ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft2015-11-233-3/+35
* [ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft2015-11-233-13/+57
* Import correctly working strtold from David M. Gay.Corinna Vinschen2015-11-201-2/+1
* [ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft2015-11-133-15/+52
* [ARM] Adding strlen.SMarcus Shawcroft2015-11-135-29/+70
* [ARM] Rename strlen to strlen-stub.cMarcus Shawcroft2015-11-133-3/+3
* [ARM] Reorganize strlen selection.Marcus Shawcroft2015-11-135-190/+16
* [ARM] Refactor strlen.c #if nesting.Marcus Shawcroft2015-11-131-26/+16
* Add support for ARC to newlibAnton Kolesov2015-11-1238-0/+10003
* AArch64: Tune memcpyWilco Dijkstra2015-11-121-24/+32
* Avoid .eh_frame in ARM newlib.Joseph Myers2015-11-127-0/+7
* Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft2015-11-066-124/+107
* Reorganize memcpy selection.Marcus Shawcroft2015-11-066-296/+81
* [ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft2015-11-035-14/+97
* Move duplicated documentation rules to Makefile.sharedJeff Johnston2015-11-026-4165/+2990
* Improve performance of MIPS memcpy.Steve Ellcey2015-11-021-2/+43
* Add support for ft32 to newlib.Jeff Johnston2015-09-0414-1911/+9617
* libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson2015-09-031-0/+4
* strlen-armv7.S: Fix preprocessor checkCorinna Vinschen2015-08-271-1/+1
* Use machine header file for endianness configuration.Andre Vieira2015-08-202-6/+40
* [AArch64] Rewrite optimized memset.Wilco Dijkstra2015-07-301-191/+184
* [AArch64] Reverting recent optimized memset().Marcus Shawcroft2015-07-151-184/+191
* [AArch64] Optimized memset.Wilco Dijkstra2015-07-131-191/+184
* [AArch64] Optimized memcpy.Wilco Dijkstra2015-07-131-134/+161
* [AArch64] Optimized memmove.Wilco Dijkstra2015-07-131-282/+108
* Update the assembler code to support old ARM architectures.Hale Wang2015-06-016-183/+179
* For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton2015-04-2312-0/+235
* * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.Steve Ellcey2015-03-031-0/+58
* * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey2015-03-031-14/+165
* 2015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-261-108/+108
* * libc/machine/arm/aeabi_memclr.c: New file to supportCorinna Vinschen2015-02-178-5/+542
* * libc/machine/arm/aeabi_memmove.c: New file to supportCorinna Vinschen2015-02-177-3/+340
* * libc/include/complex.h (cabsl): Add prototype.Nick Clifton2015-02-061-0/+2
* Complete action from 2001-12-18:Corinna Vinschen2015-01-2317-697/+0
* * COPYING.LIBGLOSS: Add Controls and Data Services copyright.Eric Botcazou2015-01-2113-2/+7993
* * libc/machine/aarch64/strlen.S (strlen): Improve performance.Corinna Vinschen2015-01-201-69/+171
* * libc/machine/aarch64/strcpy.S (strcpy): Further performanceRichard Earnshaw2015-01-065-125/+250
* 2014-12-18 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2014-12-1855-1166/+876
* * libc/machine/aarch64/strcpy.S: Improve handling of short strings.Richard Earnshaw2014-12-161-135/+207
* * newlib/libc/include/machine/setjmp.h: Add FPU support.Corinna Vinschen2014-12-151-2/+80
* 2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston2014-12-121-1/+20
* 2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>Jeff Johnston2014-12-121-13/+2
* * libc/machine/aarch64/strchrnul.S (vrepmask): Use a call-clobberedRichard Earnshaw2014-12-101-1/+1
* * libc/machine/aarch64/strrchr.S: New file.Richard Earnshaw2014-12-084-2/+230
* * libc/include/machine/setjmp.h [__mips__]: Remove __mips_fpr == 64Corinna Vinschen2014-11-281-5/+41