aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/vector.zig
AgeCommit message (Expand)Author
2024-07-26riscv: fix logic bug in `ptr_elem_ptr`David Rubin
2024-07-26riscv: remove redundant assert in `genBinOp`David Rubin
2024-07-26riscv: un-cache the `avl` and `vtype` when returning from a function callDavid Rubin
2024-07-25aarch64: reenable tests that are no longer regressedJulian Vesper
2024-07-19behavior: disable test that triggers an llvm assertionJacob Young
2024-07-14riscv: disable failing testsDavid Rubin
2024-07-14riscv: vectors part 3David Rubin
2024-07-14riscv: truncate `airStructFieldVal` resultDavid Rubin
2024-06-13riscv: rewrite "binOp"David Rubin
2024-06-13riscv: first sign of floats!David Rubin
2024-06-10spirv: new vectorization helperRobin Voetter
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-11riscv: math progressDavid Rubin
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-13cbe: fix optional codegenJacob Young
2024-04-06spirv: enable passing testsRobin Voetter
2024-04-06spirv: implement `@mulWithOverflow`Ali Chraghi
2024-03-30cbe: rewrite `CType`Jacob Young
2024-03-18spirv: enable passing testsRobin Voetter
2024-03-15test: reenable some behavior vector testsMeghan Denny
2024-02-25x86_64: implement `@shuffle`Jacob Young
2024-02-12x86_64: implement c abi for bool vectorsJacob Young
2024-02-09spirv: make rusticl the primary testing implementationAli Chraghi
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-04spirv: air vector_store_elementRobin Voetter
2024-02-04spirv: update testsRobin Voetter
2024-02-04spirv: air splatRobin Voetter
2024-02-04spirv: fix shuffle properlyRobin Voetter
2024-02-04spirv: vectorize add/sub overflowRobin Voetter
2024-02-04spirv: reduce, reduce_optimizedRobin Voetter
2024-02-04spirv: shlWithOverflowRobin Voetter
2024-02-04spirv: vectors for air notRobin Voetter
2024-01-29llvm: fix alignment of array ptr when bitcasting vectorVeikka Tuominen
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-12-22test: add coverage for index into comptime-known vector is comptime-knownMeghan Denny
2023-12-04x86_64: fix vector comparisionsJacob Young
2023-12-03x86_64: "implement" `aggregate_init` for vectorsJacob Young
2023-12-03x86_64: implement more compliant vectorsJacob Young
2023-11-22std: remove meta.traitAndrew Kelley
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-11-03x86_64: fix std test failuresJacob Young
2023-10-22Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""Jacob Young
2023-10-22Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"Andrew Kelley
2023-10-21x86_64: fix bugs and disable erroring testsJacob Young
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: simple binary and comparison vector operationsAli Chraghi
2023-10-15spirv: emit vectors as arraysAli Chraghi
2023-10-01x86_64: implement float round builtinsJacob Young
2023-10-01behavior: cleanup floatop testsJacob Young