aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine/aarch64
AgeCommit message (Expand)AuthorFilesLines
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber3-158/+2
2023-10-05aarch64: Import memrchr.SSebastian Huber3-0/+128
2023-10-05aarch64: Sync with ARM-software/optimized-routinesSebastian Huber14-1666/+1226
2023-05-16newlib: Add non LDBL_EQ_DBL math support for aarch64, i386, and x86_64Jennifer Averett1-7/+13
2023-05-16newlib: Add FreeBSD files for non LDBL_EQ_DBL supportJennifer Averett1-0/+58
2022-03-16newlib: libc: merge build up a directoryMike Frysinger3-703/+32
2022-02-25newlib: libc: move configure into top-levelMike Frysinger1-13/+30
2022-02-18newlib: libc: delete crt0.o duplicationMike Frysinger1-1/+0
2022-02-15newlib/libgloss: drop unused $(CROSS_CFLAGS)Mike Frysinger2-2/+2
2022-02-15newlib: phoenix: merge configure up to top-levelMike Frysinger1-1/+2
2022-02-09newlib: drop support for $oextMike Frysinger1-1/+0
2022-02-09newlib: drop support for $aextMike Frysinger1-1/+0
2022-02-09newlib: drop libtool supportMike Frysinger1-66/+18
2022-02-08newlib: switch to AM_PROG_ARMike Frysinger1-0/+1
2022-02-08newlib: switch to standard AC_PROG_CCMike Frysinger1-6/+1
2022-02-04newlib: libc: include all chapters all the time in the manualMike Frysinger1-5/+0
2022-01-29newlib: export abs_newlib_basedir for all subdirsMike Frysinger1-0/+1
2022-01-26newlib: libc: merge machine/ configure scripts up a levelMike Frysinger5-6119/+107
2022-01-21newlib: stop clobbering LDFLAGS with non-standard $ldflagsMike Frysinger2-5/+0
2022-01-21newlib: stop checking --enable-multilib in subdirsMike Frysinger1-13/+0
2022-01-18newlib: avoid duplicate awk checksMike Frysinger1-1/+0
2022-01-18newlib: delete (most) redundant lib_a_CCASFLAGS=$(AM_CCASFLAGS)Mike Frysinger2-118/+19
2022-01-14newlib: update to automake-1.15Mike Frysinger3-428/+671
2022-01-14require autoconf-2.69 exactlyMike Frysinger5-26/+12
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-69/+197
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-05-26aarch64: support binary mode for opening filesRichard Earnshaw1-0/+12
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-02fenv aarch64 supportEshan dhawan via Newlib2-0/+276
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston1-10/+10
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston1-10/+10
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-10/+10
2018-11-08Fix issue with dst bias in memsetWilco Dijkstra1-0/+1
2018-11-06Adjust writeback in non-zero memsetWilco Dijkstra1-3/+3
2018-08-31Add --disable-newlib-fno-builtin to allow compilation without -fno-builtin fo...newlib-snapshot-20180831Jon Beniston1-2/+14
2018-07-13strcmp.S: Improve performance for misaligned stringsSiddhesh Poyarekar1-11/+40
2018-07-13memcmp.S: optimize for medium to large sizesSiddhesh Poyarekar1-44/+100
2018-07-13Improve strncmp for mutually misaligned inputsSiddhesh Poyarekar1-17/+79
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-06-29Optimized memcmpWilco Dijkstra1-193/+113
2017-06-26aarch64: optimize the unaligned case of memcmpSebastian Pop1-2/+55