aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/vector.zig
AgeCommit message (Expand)Author
2022-05-16stage2: add more vector overflow testsWilliam Sengir
2022-05-16stage2: add vectorized overflow arithmetic behavior testsWilliam Sengir
2022-05-13target: Rename sparcv9 -> sparc64Koakuma
2022-04-07use math/float.zig everywhereviri
2022-03-28Sema: allow mixing array and vector operandsAndrew Kelley
2022-03-21behavior tests: alter test coverage for vectorsAndrew Kelley
2022-03-21behavior tests: enable all vector tests for the stage2 LLVM backendWilliam Sengir
2022-03-21behavior tests: use `expect` instead of `expectEqual` in vector.zigWilliam Sengir
2022-03-17stage2: implement `@reduce`Andrew Kelley
2022-03-17stage2: prevent UB in the LLVM backendAndrew Kelley
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2021-10-04stage2: fix Type max/min int calculationAndrew Kelley
2021-09-24Spelling corrections (#9833)Josh Soref
2021-06-23stage1: `@shuffle` type and mask params in comptime scopeAndrew Kelley
2021-06-21std, src, doc, test: remove unused variablesJacob G-W
2021-06-09Re-enable multiple wasm32 vector testsJakub Konka
2021-06-05test: re-enable dragonfly testsMichael Dusan
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
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