| Age | Commit message (Collapse) | Author |
|
This patch can hopefully be dropped in the future; see #24989.
closes #24885
closes #24896
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
|
|
Per the illumos GCC fork.
|
|
It contains a upad128_t array which increases its alignment.
|
|
|
|
Removing a node that is not in the list invokes safety-checked illegal behavior, so "asserts" is the recommended language to use.
|
|
probably closes https://github.com/ziglang/zig/issues/16795
|
|
|
|
Some Solaris/illumos fixes
|
|
|
|
|
|
|
|
x86_64-solaris/illumos
|
|
https://github.com/ziglang/zig/issues/25699
|
|
No longer needed with LLVM 21.
|
|
|
|
`std.Target`: add tags and info for alpha, hppa, microblaze, sh + some bonus commits
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Turns out Linux on PA-RISC does system calls in a pretty fascinating way; see
arch/parisc/kernel/syscall.S for details.
|
|
|
|
Implemented according to glibc because I'm pretty sure musl gets it wrong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This type has nothing to do with the language.
|
|
Only supported in CBE.
|
|
Only supported in CBE.
|
|
Supported by LLVM and CBE.
|
|
This was forgotten during the refactoring of std.builtin.CallingConvention. It
mirrors mips64_n32 for MIPS.
|
|
|
|
|
|
|
|
|
|
|