aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/vector.zig
AgeCommit message (Expand)Author
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
2023-05-08x86_64: implement f16 conversions when supportedJacob Young
2023-05-08Disallow named test decls with duplicate namesDominic
2023-05-03x86_64: implement movement of more typesJacob Young
2023-05-01behavior: update affected tests for the x86_64 backendJacob Young
2023-04-28stage2: sparc64: Skip unimplemented testsKoakuma
2023-04-26behavior: update passing cbe testsJacob Young
2023-04-21behavior: enable a bunch of disabled testsJacob Young
2023-04-15disable more failing C backend testsAndrew Kelley
2023-04-15disable not-yet-passing C backend testsAndrew Kelley
2023-04-10Merge pull request #14853 from schmee/vector-peer-type-resolutionAndrew Kelley
2023-04-07Enable new testsAuguste Rame
2023-03-25x86_64: implement atomic loopsJacob Young
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-09sema: fix result ptr coercion array -> vectorJohn Schmidt
2023-03-09sema: add peer type resolution for vectorsJohn Schmidt
2023-03-05behavior: fix comptime issue and disable failing testJacob Young
2023-03-05CBE: ensure uniqueness of more internal identifiersJacob Young
2023-03-05CBE: implement select and shuffleJacob Young
2023-03-05CBE: implement splatJacob Young
2023-03-05CBE: implement vector element pointersJacob Young
2023-03-05CBE: implement vector operationsJacob Young
2023-03-05CBE: implement big integer and vector comparisonsJacob Young
2023-02-24CBE: reuse locals with the same `CType` instead of `Type`Jacob Young
2023-02-21behavior: enable passing CBE testsJacob Young
2023-02-18update existing behavior tests and std lib to new for loop semanticsAndrew Kelley
2023-01-22Value: implement `compareAllWithZero` for `bytes` and `str_lit`Veikka Tuominen
2022-12-27Revert "aarch64: reenable tests that are no longer regressed"Andrew Kelley
2022-12-27enable test on more targetsVeikka Tuominen
2022-12-27update uses of overflow arithmetic builtinsVeikka Tuominen
2022-12-26Sema: add error for recursive inline callVeikka Tuominen