Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-11arc: Fix strcmp for big endian without barrel shifterAnton Kolesov
2016-08-11arc: Use prefetch instead of prealloc.Claudiu Zissulescu
2016-08-11arc: Use unaligned loads/stores for memcopy.Claudiu Zissulescu
2016-07-04Regenerate newlib MakefilesJon Turney
2016-07-04Make newlib manpages (v3)Jon Turney
2016-06-25Revert "Make newlib manpages via DocBook XML (v3)"Jon Turney
2016-06-25Make newlib manpages via DocBook XML (v3)Jon Turney
2016-05-20Add rawmemchrWilco Dijkstra
2016-05-12Fix strlen using Thumb-2 with -Os -marmJeff Johnston
2016-04-19BSD compatibility for <machine/endian.h>Sebastian Huber
2016-04-15Use __machine_*_t_defined for internal typesSebastian Huber
2016-04-04Add Intel MCU targetIgor Venevtsev
2016-03-30Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston
2016-03-29Add simple versions of random() and srandom()Joel Sherrill
2016-03-22epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMSJoel Sherrill
2016-02-26Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen
2016-01-29Fix memcpy bug that reads past end of buffer.Steve Ellcey
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme
2015-12-22Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston
2015-12-18ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft
2015-11-12Add support for ARC to newlibAnton Kolesov
2015-11-12AArch64: Tune memcpyWilco Dijkstra
2015-11-12Avoid .eh_frame in ARM newlib.Joseph Myers
2015-11-06Reorganize memchr selection.cygwin-2_3_0-releaseMarcus Shawcroft
2015-11-06Reorganize memcpy selection.Marcus Shawcroft
2015-11-03[ARM] Select appropriate memcpy implementation for ARMv8-a.Marcus Shawcroft
2015-11-03Move duplicated documentation rules to Makefile.sharedJeff Johnston
2015-11-03 Improve performance of MIPS memcpy.Steve Ellcey
2015-09-04Add support for ft32 to newlib.Jeff Johnston
2015-09-03libc/machine/cris/sys/signal.h (kill): Declare.Hans-Peter Nilsson
2015-08-27strlen-armv7.S: Fix preprocessor checkCorinna Vinschen
2015-08-20Use machine header file for endianness configuration.Andre Vieira
2015-07-30[AArch64] Rewrite optimized memset.Wilco Dijkstra
2015-07-15[AArch64] Reverting recent optimized memset().Marcus Shawcroft
2015-07-13[AArch64] Optimized memset.Wilco Dijkstra
2015-07-13[AArch64] Optimized memcpy.Wilco Dijkstra
2015-07-13[AArch64] Optimized memmove.Wilco Dijkstra
2015-06-01Update the assembler code to support old ARM architectures.Hale Wang
2015-04-23For the RX port, avoid using string instructions when __RX_DISALLOW_STRING_IN...Nick Clifton
2015-03-03 * libc/machine/mips/memset.S: Add support for mips32r6/mips64r6.Steve Ellcey
2015-03-03 * libc/machine/mips/memcpy.S: Add support for mips32r6/mips64r6.Steve Ellcey
2015-02-272015-02-26 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey