aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-28Fix memcpy bug that reads past end of buffer.Steve Ellcey1-1/+1
2016-01-28Make macro checks ARMv8-M baseline proofThomas Preud'homme4-6/+9
2015-12-21Regenerate files for newlib 2.3.0.newlib-2_3_0Jeff Johnston58-786/+889
2015-12-17ARC: Use new definitions for optional ARC CPU featuresAnton Kolesov23-69/+99
2015-11-23[ARM] Adjust strcmp-armv7.S selection logic.Marcus Shawcroft3-3/+35
2015-11-23[ARM] Factor out the thumb2 -Os implementation.Marcus Shawcroft3-13/+57
2015-11-20Import correctly working strtold from David M. Gay.Corinna Vinschen1-2/+1
2015-11-13[ARM] Factor out the thumb1 -Os implementation.cygwin-2_3_1-releasecygwin-2_3_1-relaseMarcus Shawcroft3-15/+52
2015-11-13[ARM] Adding strlen.SMarcus Shawcroft5-29/+70
2015-11-13[ARM] Rename strlen to strlen-stub.cMarcus Shawcroft3-3/+3
2015-11-13[ARM] Reorganize strlen selection.Marcus Shawcroft5-190/+16
2015-11-13[ARM] Refactor strlen.c #if nesting.Marcus Shawcroft1-26/+16
2015-11-12Add support for ARC to newlibAnton Kolesov38-0/+10003
2015-11-12AArch64: Tune memcpyWilco Dijkstra1-24/+32