COMMITS
/ test/behavior/math.zig April 11, 2025
A
Merge pull request #23061 from pavelverigo/stage2-wasm-misc
Andrew Kelley committed
J
Merge pull request #23355 from jacobly0/x86_64-rewrite
Jacob Young committed
April 7, 2025
A
test: Disable a bunch of vector behavior tests for hexagon.
Alex Rønne Petersen committed
March 26, 2025
J
x86_64: rewrite scalar `@mulWithOverflow`
Jacob Young committed
February 27, 2025
P
stage2-wasm: clz fix
Pavel Verigo committed
March 10, 2025
M
Sema: rewrite comptime arithmetic
mlugg 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 13, 2025
J
x86_64: rewrite scalar and vector int `@rem`
Jacob Young committed
February 9, 2025
J
cbe: fix ub triggered by mulw overflowing the promoted type
Jacob Young committed
January 9, 2025
J
x86_64: pass more behavior tests
Jacob Young committed
January 2, 2025
J
x86_64: implement switch jump tables
Jacob Young committed
December 29, 2024
J
x86_64: implement clz and not
Jacob Young committed
October 3, 2024
A
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen committed
October 12, 2024
R
spirv: skip range switch tests
Robin Voetter committed
October 8, 2024
P
stage2-wasm: airRem + airMod for floats
Pavel Verigo committed
September 17, 2024
M
Sema: clean up cmpNumeric
mlugg 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
M
July 25, 2024
D
riscv: enable passing tests
David Rubin committed
July 10, 2024
D
riscv: implement `@clz`
David Rubin committed
July 5, 2024
D
riscv: implement more operators
David Rubin committed
July 20, 2024
P
disable failing tests on stage2 backends
Pavel Verigo committed
P
stage2-wasm: @mulWithOverflow fixes + 128 bit signed
Pavel Verigo committed
July 18, 2024
P
stage2-wasm: improve @shlWithOverflow for <= 128 bits
Pavel Verigo committed
P
stage2-wasm: enhance add/subWithOverflow
Pavel Verigo committed
May 30, 2024
D
riscv: truncate `airStructFieldVal` result
David Rubin committed
R
spirv: disable tests that fail on pocl
Robin Voetter committed
June 27, 2024
P
stage2-wasm: not op for <= 128 bits ints
Pavel Verigo committed
June 21, 2024
P
stage2-wasm: fix div and rem
Pavel Verigo committed
May 27, 2024
D
riscv: rewrite "binOp"
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
D
riscv: zero registers when using register-wide operations
David Rubin committed
May 2, 2024
D
riscv: `std.fmt.format` running
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
April 6, 2024
R
spirv: enable passing tests
Robin Voetter committed
February 19, 2024
A
spirv: implement `@mulWithOverflow`
Ali Chraghi committed
March 30, 2024
R
spirv: clz, ctz for opencl
Robin Voetter committed
February 15, 2024
A
test: skip new failing tests for spirv
Ali Chraghi committed
February 5, 2024
J
x86_64: implement mul, div, and mod of large integers
Jacob Young committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
January 13, 2024
R
spirv: update tests
Robin Voetter committed
January 21, 2024
R
spirv: air abs
Robin Voetter committed
January 16, 2024
R
spirv: shlWithOverflow
Robin Voetter committed
January 15, 2024
R
spirv: element-wise operation helper
Robin Voetter committed
R
spirv: sh[rl](_exact)?
Robin Voetter committed
D
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller committed