zig/test/stage2
Andrew Kelley 885477e2df stage2: disable wasm switch test case for now
The wasm codegen for switch was using br_if opcodes, but it needs to be
reworked to use a br_table opcode instead.
2021-07-20 19:01:19 -07:00
..
aarch64.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
arm.zig Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen 2021-05-17 19:30:38 -07:00
cbe.zig C backend: cleanups to wrapping int operations 2021-07-08 11:21:06 -07:00
darwin.zig AstGen: cleanups to pass more compile error test cases 2021-07-02 13:28:29 -07:00
llvm.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
plan9.zig stage2 plan9: add aarch64 support 2021-07-11 01:58:26 -04:00
riscv64.zig stage2: fix test cases to add pub on exported _start fn 2021-05-12 23:17:24 -07:00
wasm.zig stage2: disable wasm switch test case for now 2021-07-20 19:01:19 -07:00