aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/select.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-01Legalize: implement scalarization of `@select`Jacob Young
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-04-11test: Disable a bunch of vector behavior tests for hexagon.Alex Rønne Petersen
2025-03-10x86_64: implement select of register maskJacob Young
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2024-06-10spirv: new vectorization helperRobin Voetter
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-02-25x86_64: implement `@select`Jacob Young
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-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-03-25sema: coerce inputs to vectors in zirSelectJohn Schmidt
2022-03-25stage2: implement `@select`John Schmidt
2022-03-23behavior tests: disable failing stage1 testAndrew Kelley
2021-07-26Add @selectRobin Voetter