zig/test
Alex Rønne Petersen 5d019abe4e start adding big endian RISC-V support
The big endian RISC-V effort is mostly driven by MIPS (the company) which is
pivoting to RISC-V, and presumably needs a big endian variant to fill the niche
that big endian MIPS (the ISA) did.

GCC already supports these targets, but LLVM support will only appear in 22;
this commit just adds the necessary target knowledge and checks on our end.
2025-08-25 16:15:17 +02:00
..
behavior Add test for passing extern function to function 2025-08-15 18:29:06 -04:00
c_abi Remove numerous things deprecated during the 0.14 release cycle 2025-07-11 08:17:43 +02:00
c_import aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
cases Zcu: don't tell linkers about exports if there are compile errors 2025-08-15 20:00:30 +01:00
incremental Dwarf: implement comptime-known extern values 2025-08-15 18:29:06 -04:00
link Migrate from deprecated Step.Compile APIs 2025-07-26 12:06:43 +02:00
src fix: print error set members in a consistent order 2025-08-15 07:43:46 +01:00
standalone Compilation: remove last instance of deprecatedReader 2025-08-16 14:46:20 -07:00
assemble_and_link.zig
behavior.zig aarch64: add new from scratch self-hosted backend 2025-07-22 19:43:47 -07:00
c_import.zig
cases.zig
compare_output.zig update standalone and incremental tests to new API 2025-07-07 22:43:53 -07:00
compile_errors.zig compiler: refactor Zcu.File and path representation 2025-05-18 17:37:02 +01:00
gen_h.zig
llvm_ir.zig
llvm_targets.zig start adding big endian RISC-V support 2025-08-25 16:15:17 +02:00
nvptx.zig
run_translated_c.zig
stack_traces.zig
tests.zig Revert "Sema: Stop adding Windows implib link inputs for extern "..." syntax." 2025-08-06 06:15:13 +02:00
translate_c.zig zig fmt: apply new cast builtin order 2025-08-03 14:59:56 +02:00