Alex Rønne Petersen
|
07d764dc30
|
std.zig.system: handle alpha, hppa, microblaze, sh in getExternalExecutor()
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
d8cb8b7bae
|
std.debug: fix FP unwinding for hppa/hppa64
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
c13355abda
|
std.debug: fix FP unwind progress check for stackGrowth() == .up targets
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
a689c38197
|
std.debug: FP unwinding is impossible on alpha, microblaze, sh
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
d99cf5061c
|
std.debug.cpu_context: add signal_ucontext_t for alpha, hppa, microblaze, sh
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
23b299056d
|
std.heap: define page size for hppa, sh on NetBSD
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
a03b924e74
|
std.heap: define page size for alpha, hppa, sh on OpenBSD
|
2025-10-23 19:34:02 +02:00 |
|
Alex Rønne Petersen
|
7eda0b5724
|
std.heap: define page size for alpha, hppa, microblaze, sh on Linux
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
3c5502ed8d
|
std.atomic: define cache line size for alpha, hppa, microblaze, sh
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
493889d5eb
|
std.Thread: implement freeAndExit() for sh-linux
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
3777d3c25b
|
std.Thread: implement freeAndExit() for microblaze-linux
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
f6c06d7069
|
std.Thread: implement freeAndExit() for hppa-linux
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
de87c856e7
|
std.Thread: implement freeAndExit() for alpha-linux
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
3d1b7811d4
|
std.Thread: implement freeAndExit() for m68k-linux
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
f723d69a58
|
std.os.linux.tls: add hppa support
Turns out Linux on PA-RISC does system calls in a pretty fascinating way; see
arch/parisc/kernel/syscall.S for details.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
aff557e4e8
|
std.os.linux.tls: add sh support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
5e921261a0
|
std.os.linux.tls: add microblaze support
Implemented according to glibc because I'm pretty sure musl gets it wrong.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
9fde44229c
|
std.os.linux.tls: add alpha support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
2b54437f24
|
std.pie: add sh support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
fb2c02929e
|
std.pie: add microblaze support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
fc48f8aa55
|
std.pie: add alpha support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
4193ea8239
|
std.start: add sh support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
c792ebfee2
|
std.start: add microblaze support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
252e1fd7ec
|
std.start: add alpha support
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
340d6ce1bf
|
std.builtin: move AddressSpace.Context to std.Target.AddressSpaceContext
This type has nothing to do with the language.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
af1d777b27
|
std.builtin: add CallingConvention.sh_interrupt
Only supported in CBE.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
4fa453ce20
|
std.builtin: add CallingConvention.microblaze_interrupt
Only supported in CBE.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
abf40caeb7
|
std.builtin: add CallingConvention.msp430_interrupt
Supported by LLVM and CBE.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
beb507a1ed
|
std.builtin: add CallingConvention.x86_64_x32
This was forgotten during the refactoring of std.builtin.CallingConvention. It
mirrors mips64_n32 for MIPS.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
a1441943e4
|
std.Target: add stackGrowth() function
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
ee72f06f47
|
std.Target: add tags and info for alpha, hppa, microblaze, sh
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
c55e83eab1
|
std.Target: xtensa defaults to windowed ABI
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
3e2daa509a
|
std.Target: add arceb and xtensaeb Cpu.Arch tags
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
dda05b29c0
|
std.Target: fix cMaxIntAlignment() for a few architectures
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
45b80f2e41
|
std.Target: fix cTypePreferredAlignment() for arc
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
862e674758
|
std.Target: remove bogus hosted avr/msp430 prongs in cTypeBitSize()
These are microcontroller architectures; none of the OSs in the outer switch
run on them.
|
2025-10-23 09:27:17 +02:00 |
|
Alex Rønne Petersen
|
022dcbc37a
|
std.Target.DynamicLinker: recognize standard hexagon-linux-musl path
|
2025-10-23 09:27:16 +02:00 |
|
Alex Rønne Petersen
|
a7f085f0d7
|
std.Target: fix cCallingConvention() to pick mips64_n32 for muslabin32
|
2025-10-23 09:27:16 +02:00 |
|
Alex Rønne Petersen
|
93d54cb866
|
std.Target: bump min-max versions for OpenBSD from 7.6-7.7 to 7.7-7.8
https://cdn.openbsd.org/pub/OpenBSD/7.8/ANNOUNCEMENT
|
2025-10-23 03:21:06 +02:00 |
|
Alex Rønne Petersen
|
0e15b2ac10
|
std.Target: handle some more cases in toCoffMachine()
|
2025-10-22 17:28:19 +02:00 |
|
Alex Rønne Petersen
|
362a44a122
|
std.Target: better Abi.default() behavior for arc and xtensa
|
2025-10-22 17:28:19 +02:00 |
|
Alex Rønne Petersen
|
e8d060e5f5
|
std.Target: update lists of omitted LLVM tags
|
2025-10-22 17:28:19 +02:00 |
|
Justus Klausecker
|
a027fa8b8c
|
std.mem.Allocator: fix resize doc comment
|
2025-10-22 11:41:16 +02:00 |
|
Wim de With
|
8d4b5662cd
|
std.{c,posix}: add getgid and getegid
|
2025-10-21 06:10:41 +02:00 |
|
Alex Rønne Petersen
|
dbf9c7b548
|
compiler: add support for arc_interrupt calling convention
Only for use with the C backend at the moment.
|
2025-10-19 22:27:19 +02:00 |
|
Wim de With
|
49eea79ec2
|
std.os.linux: add pivot_root syscall
|
2025-10-19 22:24:24 +02:00 |
|
Wim de With
|
5442e06632
|
std.os.linux: add setns syscall
|
2025-10-19 22:24:24 +02:00 |
|
Alex Rønne Petersen
|
328b121240
|
Merge pull request #25627 from alexrp/qemu-10.1.1-patched
`ci`: switch to patched QEMU 10.1.1.1
|
2025-10-19 11:50:23 +02:00 |
|
Alex Rønne Petersen
|
38caa4902f
|
Merge pull request #25623 from alexrp/or1k
Add `or1k-linux` support (via CBE)
|
2025-10-19 11:50:06 +02:00 |
|
GasInfinity
|
1bca158c6e
|
fix(std): don't add the default _start and panic in homebrew targets
* even if std supported those targets, they're not posixy to be in that codepath.
|
2025-10-18 23:54:27 +02:00 |
|