aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/vector.zig
AgeCommit message (Expand)Author
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
2023-09-23spirv: enable passing testsRobin Voetter
2023-08-10Sema: fix coerceArrayLike() for vectors with paddingXavier Bouchoux
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-29add behavior test for vector bitcast at comptimeEvan Haas
2023-07-25codegen/llvm: fix memset with vectors smaller than one byteXavier Bouchoux
2023-07-12Update tests to new splat syntaxantlilja
2023-06-27behavior: boolean vector with 2 or more elementsr00ster91
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-19all: zig fmt and rename "@XToY" to "@YFromX"Eric Joldasov
2023-06-14Sema: allow indexing tuple and vector pointersmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-06-10Sema: resolve peer vector types before comparisonmlugg
2023-05-25disable test on C backendVeikka Tuominen
2023-05-25llvm: fix vector type in vector_store_elemVeikka Tuominen
2023-05-18codegen: emit global vector paddingJacob Young
2023-05-15x86_64: implement integer vector bitwise operationsJacob Young
2023-05-15x86_64: implement integer vector mulJacob Young
2023-05-15x86_64: implement integer vector movementJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi