COMMITS
/ test/behavior/floatop.zig April 11, 2025
A
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley committed
April 7, 2025
A
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen committed
February 27, 2025
P
stage2-wasm: enable already working tests
Pavel Verigo committed
March 8, 2025
A
spirv: don't hardcode test error type alignment
Ali Cheraghi committed
March 10, 2025
M
Sema: rewrite comptime arithmetic
mlugg committed
March 5, 2025
K
test: add comptime memoization tests for bit-for-bit float equality
kcbanner committed
November 7, 2024
K
test: skip the float vector cmp tests on failing targets
kcbanner committed
K
test: separate out float vector tests and skip them on unsupported backends
kcbanner committed
K
Value: fix comparison of NaN in compareHeteroAdvanaced
kcbanner committed
February 18, 2025
A
test: skip failing tests with spirv-vulkan
Ali Cheraghi committed
January 24, 2025
A
std.Target: Remove functions that just wrap component functions.
Alex Rønne Petersen committed
February 4, 2025
J
x86_64: rewrite most of the remaining float ops
Jacob Young committed
January 23, 2025
J
x86_64: fix typo and lower optimized insts
Jacob Young committed
October 3, 2024
A
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen committed
September 8, 2024
A
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen committed
August 28, 2024
A
test: Skip some floating point tests that fail on `arm-linux-(gnu,musl)eabi`.
Alex Rønne Petersen committed
July 15, 2024
D
riscv: remove redundant assert in `genBinOp`
David Rubin committed
May 30, 2024
D
riscv implement `@sqrt` for f32/f64
David Rubin committed
May 25, 2024
D
riscv: integer + float `@abs`
David Rubin committed
May 12, 2024
D
riscv: implement more arithmetic instructions
David Rubin committed
June 2, 2024
R
spirv: new vectorization helper
Robin Voetter committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
February 18, 2024
A
spirv: implement `@divFloor`, `@floor` and `@mod`
Ali Chraghi committed
March 19, 2024
R
Merge pull request #19337 from Snektron/spirv-globals
Robin Voetter committed
March 17, 2024
R
spirv: enable passing tests
Robin Voetter committed
V
add behavior test for optimized float math
Veikka Tuominen committed
February 19, 2024
T
std.builtin: make float mode fields lowercase
Tristan Ross committed
February 7, 2024
A
spirv: make rusticl the primary testing implementation
Ali Chraghi committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
January 21, 2024
R
spirv: air abs
Robin Voetter committed
January 2, 2024
V
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 8, 2023
J
x86_64: fix bitcast from `f80`
Jacob Young committed
October 7, 2023
J
x86_64: hack around silent `f80` miscompilations
Jacob Young committed
October 6, 2023
J
x86_64: implement negation and `@abs` for `f80`
Jacob Young committed
J
x86_64: implement `f80` movement
Jacob Young committed
October 5, 2023
J
x86_64: implement C abi for everything else
Jacob Young committed
J
x86_64: implement C abi for f128
Jacob Young committed
October 1, 2023
J
x86_64: implement float `@sqrt` builtin
Jacob Young committed
J
x86_64: implement float arithmetic builtins
Jacob Young committed
J
x86_64: implement float round builtins
Jacob Young committed
September 25, 2023
J
x86_64: implement float compare and cast builtins
Jacob Young committed
J
behavior: cleanup floatop tests
Jacob Young committed
September 23, 2023
J
x86_64: implement and test unary float builtins
Jacob Young committed
July 17, 2023
A
Replace `@fabs` with `@abs` in behavior tests
antlilja committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
August 19, 2023
J
compiler_rt: fix arm hard-float f16 abi
Jacob Young committed
August 18, 2023
J
compiler_rt: fix fp sub being optimized to call itself
Jacob Young committed
August 16, 2023
A
disable behavior tests regressed by LLVM 17
Andrew Kelley committed