aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/shuffle.zig
AgeCommit message (Expand)Author
2024-10-22tests: re-enable tests that now pass on aarch64-windowskcbanner
2024-09-12test: Re-enable a bunch of behavior tests with LLVM.Alex Rønne Petersen
2024-06-10spirv: improve shuffle codegenRobin Voetter
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-05-08disable regressed test from LLVM 18 upgradeAndrew Kelley
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-04spirv: fix shuffle properlyRobin Voetter
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-07Enable new testsAuguste Rame
2023-03-05behavior: fix comptime issue and disable failing testJacob Young
2023-03-05CBE: implement select and shuffleJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-05-25mark some more behavior tests as passingAndrew Kelley
2022-03-18organize behavior testsAndrew Kelley
2022-03-11Sema: implement `@shuffle` at comptime and for differing lengthsVeikka Tuominen
2021-09-01re-enable mips behavior tests for vectorsAndrew Kelley
2021-06-09Re-enable multiple wasm32 vector testsJakub Konka
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