aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/math.zig
AgeCommit message (Expand)Author
2024-06-13riscv: implement more arithmetic instructionsDavid Rubin
2024-06-13riscv: zero registers when using register-wide operationsDavid Rubin
2024-06-13riscv: `std.fmt.format` runningDavid Rubin
2024-06-10spirv: new vectorization helperRobin Voetter
2024-06-10spirv: disable tests that fail on poclRobin Voetter
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-04-06spirv: enable passing testsRobin Voetter
2024-04-06spirv: implement `@mulWithOverflow`Ali Chraghi
2024-03-30spirv: clz, ctz for openclRobin Voetter
2024-02-15test: skip new failing tests for spirvAli Chraghi
2024-02-12x86_64: implement mul, div, and mod of large integersJacob Young
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-04spirv: update testsRobin Voetter
2024-02-04spirv: air absRobin Voetter
2024-02-04spirv: shlWithOverflowRobin Voetter
2024-02-04spirv: element-wise operation helperRobin Voetter
2024-02-04spirv: sh[rl](_exact)?Robin Voetter
2024-01-15test/behavior: replace all 'comptime expect' with 'comptime assert'dweiller
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2024-01-04`@shlExact` fixupsAndrew Kelley
2023-12-04x86_64: fix vector comparisionsJacob Young
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-25x86_64: pass more testsJacob Young
2023-10-23x86_64: implement `@mod` for floating-point typesJacob Young
2023-10-15wasm: disable division testRobin Voetter
2023-10-15spirv: update failing / passing testsRobin Voetter
2023-10-15spirv: sign-extension for strange integersRobin Voetter
2023-10-14tests: enable already passing behaviour tests for self-hosted wasmXavier Bouchoux
2023-10-08x86_64: implement `@rem` for floatsJacob Young
2023-10-08x86_64: fix `@divTrunc` and `@divFloor` of `f16`Jacob Young
2023-10-07x86_64: implement `f80` movementJacob Young
2023-10-05x86_64: implement C abi for everything elseJacob Young
2023-10-05x86_64: implement C abi for f128Jacob Young
2023-10-01x86_64: implement float arithmetic builtinsJacob Young
2023-10-01x86_64: implement float round builtinsJacob Young
2023-10-01x86_64: implement and test unary float builtinsJacob Young
2023-09-27Replace `@fabs` with `@abs` in behavior testsantlilja
2023-09-23spirv: enable passing testsRobin Voetter
2023-09-23spirv: air sub_with_overflowRobin Voetter
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-19compiler_rt: fix fp sub being optimized to call itselfJacob Young
2023-09-19disable behavior tests regressed by LLVM 17Andrew Kelley
2023-09-10wasm: enable successful behavior testsTechatrix
2023-07-31std: finish cleanup up asmJacob Young
2023-07-31cbe: get behavior tests running on armJacob Young
2023-07-12Update tests to new splat syntaxantlilja
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-20Merge pull request #15753 from Snektron/spirv-more-testsAndrew Kelley
2023-05-20spirv: dont use OpIAddCarryRobin Voetter