COMMITS
/ test/behavior/maximum_minimum.zig April 17, 2024
D
riscv: finally fix bug + `airAggregateInit`
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
January 21, 2024
R
spirv: vectorize max, min
Robin Voetter committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
October 26, 2023
J
test: enable `c-abi-tests` for the x86_64 backend
Jacob Young committed
September 22, 2023
R
spirv: update failing / passing tests
Robin Voetter committed
October 14, 2023
R
wasm: lower min/max for floats to compiler_rt
Robin Voetter committed
October 8, 2023
R
spirv: air min/max
Robin Voetter committed
J
x86_64: fix undersized vector binary operations
Jacob Young committed
October 4, 2023
J
behavior: reenable passing x86_64 tests
Jacob Young committed
October 1, 2023
J
x86_64: implement float round builtins
Jacob Young committed
September 17, 2023
R
spirv: enable passing tests
Robin Voetter committed
September 7, 2023
T
wasm: enable successful behavior tests
Techatrix committed
August 18, 2023
L
Make NaNs quiet by default and other NaN tidy-up (#16826)
Lewis Gaul committed
July 31, 2023
J
std: finish cleanup up asm
Jacob Young committed
July 30, 2023
J
cbe: get behavior tests running on arm
Jacob Young committed
July 1, 2023
R
spirv: disable new behavior tests that do not pass
Robin Voetter committed
June 26, 2023
J
Sema: fix `@min`/`@max` type resolution with all runtime args
Jacob Young committed
June 13, 2023
M
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 30, 2023
J
x86_64: hotfix for crash during in-memory coercion of large type
Jacob Young committed
May 20, 2023
M
May 19, 2023
R
spirv: more passing tests
Robin Voetter committed
May 16, 2023
J
x86_64: fix float min/max behavior
Jacob Young committed
A
Merge pull request #15713 from alichraghi/ali-spirv
Andrew Kelley committed
May 13, 2023
J
x86_64: implement integer vector movement
Jacob Young committed
May 14, 2023
A
spirv: lower float_to_int and int_to_float
Ali Chraghi committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
May 10, 2023
J
llvm: fix `@max`/`@min` of unsupported float types
Jacob Young committed
May 3, 2023
J
x86_64: fix feature confusion
Jacob Young committed
April 30, 2023
M
Implement multi-argument @min/@max and notice bounds
mlugg committed
April 27, 2023
J
behavior: update affected tests for the x86_64 backend
Jacob Young committed
March 18, 2023
J
x86_64: implement basic float ops
Jacob Young committed
March 5, 2023
J
CBE: implement vector operations
Jacob Young committed
October 11, 2022
K
stage2: sparc64: Skip unimplemented tests
Koakuma committed
December 7, 2022
V
Sema: resolve lazy values in analyzeMinMax
Veikka Tuominen committed
October 8, 2022
J
cbe: fix infinite recursion on recursive types
Jacob Young committed
October 3, 2022
A
all: rename `@maximum` to `@max` and `@minimum` to `@min`
Ali Chraghi committed
April 2, 2022
L
wasm: Enable passing behavior tests
Luuk de Gram committed
March 18, 2022
A
organize behavior tests
Andrew Kelley committed
October 15, 2021
A
stage2: implement `@minimum` and `@maximum`, including vectors
Andrew Kelley committed
July 25, 2021
R
minimum/maximum builtins
Robin Voetter committed