aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/muladd.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-19x86_64: increase passing test coverage on windowsJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-06-05std.Target: Introduce Cpu convenience functions for feature tests.Alex Rønne Petersen
2025-06-01Legalize: implement scalarization of overflow intrinsicsJacob Young
2025-02-24test: skip failing tests with spirv-vulkanAli Cheraghi
2025-02-06x86_64: rewrite most of the remaining float opsJacob Young
2025-01-16x86_64: implement switch jump tablesJacob Young
2024-11-03std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().Alex Rønne Petersen
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2024-02-04spirv: air mul_addRobin Voetter
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-08x86_64: implement `@mulAdd` of floats for baselineJacob Young
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-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-05-08x86_64: implement binary operations for `f16` and `f16` vectorsJacob Young
2023-05-08x86_64: implement some float and float vector movementJacob Young
2023-05-08x86_64: implement `@mulAdd`Jacob 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-03-26wasm: implement float operations with compiler-rtTechatrix
2023-03-05behavior: fix comptime issue and disable failing testJacob Young
2023-03-05CBE: implement vector operationsJacob Young
2023-01-29cbe: fixes for tls, support for not linking libc, and enabling testskcbanner
2022-12-10disable failing CBE behavior tests failing on aarch64-windowsAndrew Kelley
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-10-25cbe: improve floating point type supportJacob Young
2022-10-25cbe: add support for all float literals typesJacob Young
2022-10-25cbe: implement 128-bit and fix smaller integer builtinsJacob Young
2022-10-25cbe: fix infinite recursion on recursive typesJacob Young
2022-10-13Re-enable `mulAdd` f128 tests on i386-linuxCody Tapscott
2022-10-13Re-enable `@mulAdd` f128 tests on aarch64-darwinCody Tapscott
2022-08-23skip failing f80 behavior tests on WindowsJakub Konka
2022-06-24Revert "wasm: Enable f16 behavior tests"Luuk de Gram
2022-06-24wasm: Enable f16 behavior testsLuuk de Gram
2022-04-27enable newly passing behavior testsAndrew Kelley
2022-04-02wasm: Enable passing behavior testsLuuk de Gram
2022-03-16remove unnecessary TODO commentAndrew Kelley
2022-03-16Implement `@mulAdd` for vectorsJohn Schmidt
2022-03-06disable failing `@mulAdd` testAndrew Kelley
2022-03-06stage2: rework `@mulAdd`Andrew Kelley
2022-03-06stage2: implement `@mulAdd` for scalar floatsJohn Schmidt
2022-03-01stage2: introduce anonymous struct literalsAndrew Kelley
2022-01-28add behavior tests for f80Veikka Tuominen