aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
AgeCommit message (Expand)AuthorFilesLines
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-17/+79
2018-04-13Add nvptx port.Jeff Johnston78-4/+7110
2018-01-31epiphany: Additional setjmp() and longjmp() symsSebastian Huber1-0/+4
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston57-572/+572
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz9-36/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz3-47/+47
2018-01-17ansification: remove _DEFUNYaakov Selkowitz56-146/+73
2018-01-17ansification: remove _VOIDYaakov Selkowitz6-8/+8
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz4-4/+4
2018-01-17ansification: remove _CAST_VOIDYaakov Selkowitz1-3/+3
2018-01-17ansification: remove _PTRYaakov Selkowitz10-25/+25
2018-01-17ansification: remove _PARAMSYaakov Selkowitz4-20/+20
2018-01-17ansification: remove _CONSTYaakov Selkowitz38-78/+78
2018-01-17ansification: remove _ANDYaakov Selkowitz40-84/+84
2017-12-07makedoc: make errors visibleJon Turney1-3/+3
2017-12-01powerpc: remove TRAD_SYNOPSISYaakov Selkowitz8-231/+8
2017-12-01nds32: remove TRAD_SYNOPSISYaakov Selkowitz1-5/+1
2017-12-01microblaze: remove TRAD_SYNOPSISYaakov Selkowitz4-25/+4
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng12-12/+12
2017-08-16Add RISC-V port for newlibKito Cheng19-0/+7161
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-29Optimized memcmpWilco Dijkstra1-193/+113
2017-06-26aarch64: optimize the unaligned case of memcmpSebastian Pop1-2/+55
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 Johnston57-580/+579
2016-12-12Big-endian fix for memcpy-armv7m.SJulian Brown1-0/+8
2016-08-11arc: Fix strcmp for big endian without barrel shifterAnton Kolesov1-3/+3
2016-08-11arc: Use prefetch instead of prealloc.Claudiu Zissulescu1-0/+2
2016-08-11arc: Use unaligned loads/stores for memcopy.Claudiu Zissulescu1-0/+59
2016-07-04Regenerate newlib MakefilesJon Turney2-3/+18
2016-07-04Make newlib manpages (v3)Jon Turney1-0/+2
2016-06-25Revert "Make newlib manpages via DocBook XML (v3)"Jon Turney1-2/+0
2016-06-25Make newlib manpages via DocBook XML (v3)Jon Turney1-0/+2
2016-05-20Add rawmemchrWilco Dijkstra4-2/+118
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-04-15Use __machine_*_t_defined for internal typesSebastian Huber2-6/+6
2016-04-04Add Intel MCU targetIgor Venevtsev8-2/+170
2016-03-29Bump up newlib version to 2.4.0 due to feature test refactoringnewlib-2_4_0Jeff Johnston56-566/+566
2016-03-28Add simple versions of random() and srandom()Joel Sherrill1-17/+0
2016-03-22epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMSJoel Sherrill1-0/+2
2016-02-26Enable HW interrupt setup on x86/x86_64 systems by defaultnewlib-snapshot-20160226Corinna Vinschen2-2/+2