aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/machine
AgeCommit message (Expand)AuthorFilesLines
2024-01-22newlib: docs: add "Function " to every function nodeMike Frysinger1-4/+4
2023-12-23GCN: Implement '_exit' instead of 'exit'Thomas Schwinge3-5/+4
2023-12-06newlib cris: Fix compilation warnings that recent gcc treats as errorsHans-Peter Nilsson1-6/+37
2023-12-04RISC-V: Support long double mathKito Cheng1-0/+64
2023-11-21aarch64: Remove duplicated optimized memmove()Sebastian Huber3-158/+2
2023-10-31amdgcn: remove unnecessary scalar cache flushAndrew Stubbs1-1/+0
2023-10-12sparc: Improve setjmp()Sebastian Huber1-0/+2
2023-10-12riscv: Fix fenv.h supportSebastian Huber1-1/+1
2023-10-05aarch64: Import memrchr.SSebastian Huber3-0/+128
2023-10-05aarch64: Sync with ARM-software/optimized-routinesSebastian Huber14-1666/+1226
2023-08-17newlib: add Xtensa portAlexey Lapshin12-0/+1960
2023-07-26RISC-V: Support Zfinx/Zdinx extension.Kito Cheng via Newlib2-6/+6
2023-05-30m68k: disallow unaligned access for m68010 and m68020Remy Bohmer1-1/+1
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 Averett3-0/+171
2023-02-03libc: arm: Implement setjmp GCC backwards compatibility.Victor L. Do Nascimento1-0/+22
2023-01-27RISC-V: Fix floating-point environment support for soft floatMaciej W. Rozycki1-0/+9
2023-01-19nvptx: In offloading execution, map '_exit' to 'abort' [GCC PR85463]Thomas Schwinge1-3/+12
2023-01-19nvptx: Provide stub 'getpid', 'kill', 'stat'Thomas Schwinge1-0/+17
2023-01-19nvptx: Provide stub 'gettimeofday'Thomas Schwinge1-0/+7
2023-01-11libgloss: arm: break newlib dependencyMike Frysinger15-377/+13
2023-01-10newlib: libc: setjmp M-profile PACBTI-enablementVictor L. Do Nascimento1-0/+43
2023-01-10newlib: libc: aeabi_memset M-profile PACBTI-enablementVictor L. Do Nascimento1-3/+11
2023-01-10newlib: libc: aeabi_memmove M-profile PACBTI-enablementVictor L. Do Nascimento1-5/+12
2023-01-10newlib: libc: memcpy M-profile PACBTI-enablementVictor L. Do Nascimento1-9/+24
2023-01-10newlib: libc: memchr M-profile PACBTI-enablementVictor L. Do Nascimento1-6/+44
2023-01-10newlib: libc: strlen M-profile PACBTI-enablementVictor L. Do Nascimento2-6/+25
2023-01-10newlib: libc: strcmp M-profile PACBTI-enablementVictor L. Do Nascimento3-31/+60
2023-01-10newlib: libc: define M-profile PACBTI-enablement macrosVictor L. Do Nascimento1-0/+441
2022-12-22nvptx: Implement '_exit' instead of 'exit'Thomas Schwinge2-3/+4
2022-12-21remove +x bit on source filesMike Frysinger5-0/+0
2022-12-19libc: arm: setjmp.S code cleanupVictor L. Do Nascimento1-12/+0
2022-12-19Fix a bug in setjmp for MIPS o32/o64 FPXX/FP64Giovanni Bajo1-1/+1
2022-12-13libc: arm: fix setjmp abi non-conformanceVictor L. Do Nascimento1-35/+39
2022-11-22amdgcn: Use __builtin_gcn_ in libc/machine/amdgcn/getreent.cTobias Burnus1-9/+29
2022-11-21amdgcn: Replace asm("s8") by __builtin_gcn_kernarg_ptr if existingTobias Burnus2-3/+13
2022-11-10powerpc/setjmp: Fix 64-bit buffer alignmentSebastian Huber1-0/+16
2022-10-28powerpc/setjmp: Fix 64-bit supportSebastian Huber1-57/+72
2022-09-24powerpc/setjmp: Add 64-bit supportSebastian Huber1-9/+70
2022-07-13Add _REENT_IS_NULL()Matt Joyce1-1/+7
2022-07-13Add _REENT_CLEANUP(ptr)Matt Joyce2-2/+2
2022-07-13Add _REENT_STDERR(ptr)Matt Joyce1-2/+2
2022-07-13Add _REENT_STDOUT(ptr)Matt Joyce1-2/+2
2022-07-13Add _REENT_STDIN(ptr)Matt Joyce1-2/+2
2022-07-13Add _REENT_ERRNO(ptr)Matt Joyce9-33/+33
2022-05-04Remove _global_impure_ptr indirectionSebastian Huber3-16/+1
2022-04-01newlib: Remove superfluous CHECK_STD_INIT() macroSebastian Huber8-15/+0
2022-03-22amdgcn: Fix build failureAndrew Stubbs2-1/+1
2022-03-16newlib: libc: merge build up a directoryMike Frysinger177-34767/+467
2022-03-13newlib: xstormy16: move malloc multiplex logic from build to source filesMike Frysinger9-85/+84