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
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra
2018-10-11Move common <sys/dirent.h> content to <dirent.h>Sebastian Huber
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard
2018-07-13strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar
2018-07-13memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar
2018-04-13Add nvptx port.Jeff Johnston
2018-01-31epiphany: Additional setjmp() and longjmp() symsSebastian Huber
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz
2018-01-17ansification: remove _DEFUNYaakov Selkowitz
2018-01-17ansification: remove _VOIDYaakov Selkowitz
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz
2018-01-17ansification: remove _PTRYaakov Selkowitz
2018-01-17ansification: remove _PARAMSYaakov Selkowitz
2018-01-17ansification: remove _CONSTYaakov Selkowitz
2018-01-17ansification: remove _ANDYaakov Selkowitz
2017-12-07makedoc: make errors visibleJon Turney
2017-12-01powerpc: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01nds32: remove TRAD_SYNOPSISYaakov Selkowitz
2017-12-01microblaze: remove TRAD_SYNOPSISYaakov Selkowitz
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng
2017-08-17Add RISC-V port for newlibKito Cheng
2017-07-21[arm] Fix strcpy for unified syntax on ARMv4t thumb.Richard Earnshaw
2017-07-20arm: Update strcpy.c to use UAL syntax.Ian Tessier via newlib
2017-06-29Optimized memcmpWilco Dijkstra
2017-06-26aarch64: optimize the unaligned case of memcmpSebastian Pop
2017-06-07Fix minor issues in memchr NEON implementationPrakhar Bahuguna
2017-05-25Move ARM access.c from machine to sysSebastian Huber
2017-04-06Optimise memchr for NEON-enabled processorsPrakhar Bahuguna
2017-03-30Use .syntax unified instead of .syntax divided.cygwin-2_8_0-releaseCatherine Moore
2017-01-26arm: Fix addressing in optpld macroKyrill Tkachov
2017-01-25arm: Remove RETURN macroPat Pannuto
2017-01-25arm: Remove optpld macroPat Pannuto
2017-01-25Remove unneeded references to arm_asm.hPat Pannuto
2016-12-23Bump release to 2.5.0 for yearly snapshot.newlib-2_5_0Jeff Johnston
2016-12-12Big-endian fix for memcpy-armv7m.SJulian Brown
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