aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/riscv
AgeCommit message (Expand)AuthorFilesLines
2022-01-12newlib: regen aclocal.m4 after autoconf updateMike Frysinger1-2/+2
2022-01-05newlib: migrate from INCLUDES to AM_CPPFLAGSMike Frysinger2-4/+4
2021-12-31Update newlib to 4.2.0newlib-snapshot-20211231Jeff Johnston1-105/+111
2021-12-29newlib: Regenerate autotools filesJon Turney1-6/+5
2021-12-29newlib: Remove automake option 'cygnus'Jon Turney1-2/+0
2021-12-29newlib: Regenerate autotools filesJon Turney2-10/+37
2021-12-09newlib: Regenerate all autotools filesJon Turney3-29/+157
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-09-13libgloss/newlib: rename configure.in to configure.acMike Frysinger1-0/+0
2021-02-25RISC-V: Fix optimized strcmp on big endianMarcus Comstedt1-4/+36
2020-12-18Bump up newlib version to 4.1.0newlib-4.1.0Jeff Johnston1-10/+10
2020-12-11Bump newlib release to 4.0.0Jeff Johnston1-10/+10
2020-07-27riscv: fix integer wraparound in memcpyPkmX via Newlib1-2/+2
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston1-10/+10
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard1-3/+37
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard1-4/+4
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard1-2/+2
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston1-10/+10
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill1-0/+2
2019-09-03riscv/include/fenv.h: Use shared fenv.h.Joel Sherrill1-42/+0
2019-08-09Miscellaneous Makefile.in regeneratedJoel Sherrill1-10/+11
2019-08-02RISC-V: Fix header guard for sys/fenv.hKito Cheng1-3/+3
2019-05-22RISC-V: Add size optimized memcpy, memmove, memset and strcmp.Jim Wilson8-2/+146
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-10/+10
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston1-2/+14
2018-08-29Use __inhibit_loop_to_libcall in all memset/memcpy implementationsKeith Packard1-0/+2
2018-04-13Add nvptx port.Jeff Johnston1-0/+6
2018-01-18Bump release to 3.0.0 for yearly snapshotnewlib-snapshot-20180118newlib-3.0.0Jeff Johnston1-10/+10
2017-08-21Change license to FreeBSD License for RISC-VKito Cheng12-12/+12
2017-08-16Add RISC-V port for newlibKito Cheng17-0/+7157