aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/asm.zig
AgeCommit message (Expand)Author
2025-01-16x86_64: implement switch jump tablesJacob Young
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-07x86_64: improve inline assembly supportJacob Young
2023-10-01x86_64: implement float compare and cast builtinsJacob Young
2023-07-29llvm: support read-write output constraints in assemblyJacob Young
2023-06-19Module: add support for multiple global asm blocks per declJacob Young
2023-05-20spirv: customize module-scope asm testRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-02-21CBE: fix windows test failuresJacob Young
2023-02-21behavior: enable passing CBE testsJacob Young
2023-01-02avoid testing `inline for` in unrelated behavior testsAndrew Kelley
2023-01-01temporarily disable asm testskcbanner
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-02cbe: add support for constraint modifiers specified after a colonJacob Young
2022-11-11stage2: Support modifiers in inline asmCody Tapscott
2022-10-25cbe: misc fixesJacob Young
2022-10-25cbe: implement global assemblyJacob Young
2022-10-25cbe: implement more asm featuresJacob Young
2022-06-12stage2: fix some inline asm incompatibilities with stage1Andrew Kelley
2022-05-04stage2: implement global assemblyAndrew Kelley
2022-03-30CBE: improve support for asm inputsDaniele Cocca
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-08-29zig fmt: respect trailing commas in inline assemblyjdmichaud
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley