aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/var_args.zig
AgeCommit message (Expand)Author
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-20behavior: fix test disable conditionJacob Young
2023-04-20wasm: integrate new Liveness behaviourLuuk de Gram
2023-04-20Liveness: avoid emitting unused instructions or marking their operands as usedmlugg
2023-02-23CBE: implement the futureJacob Young
2023-02-23CBE: implement c varargsJacob Young
2022-12-27disable failing C var arg behavior testsAndrew Kelley
2022-12-17implement defining C variadic functionsVeikka Tuominen
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-03-17CBE: enable more tests that are currently passingDaniele Cocca
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-13stage2 AArch64: enable mul for ints with <= 64 bitsjoachimschmidt557
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-01LLVM: add extra padding to structs and tuples sometimesAndrew Kelley
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12move more behavior tests to the "passing" sectionAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
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