COMMITS
/ test/behavior/bitreverse.zig June 13, 2024
P
stage2-wasm: bit_reverse
Pavel Verigo committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
January 29, 2024
J
x86_64+macho: pass more behavior tests
Jakub Konka committed
November 16, 2023
M
test: update behavior to silence 'var is never mutated' errors
mlugg committed
October 23, 2023
J
x86_64: implement 128-bit builtins
Jacob Young committed
June 22, 2023
M
all: migrate code to new cast builtin syntax
mlugg committed
June 5, 2023
E
all: replace `comptime try` with `try comptime`
Eric Joldasov committed
May 19, 2023
R
spirv: more passing tests
Robin Voetter committed
May 11, 2023
A
setup spirv backend in behavior tests
Ali Chraghi committed
March 14, 2023
J
behavior: enable passing behavior tests on stage2_x86_64
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
A
remove references to stage1 in behavior tests
Andrew Kelley committed
December 3, 2022
J
cbe: use memcpy for underaligned loads and stores
Jacob Young committed
August 21, 2022
V
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen committed
June 25, 2022
J
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557 committed
May 26, 2022
J
stage2 AArch64: complete genTypedValue
joachimschmidt557 committed
March 18, 2022
J
stage2: implement `@bitReverse` for vectors
John Schmidt committed
March 13, 2022
D
CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bits
Daniele Cocca committed
February 28, 2022
J
x64: pass more behavior tests
Jakub Konka committed
February 27, 2022
J
stage2 ARM: enable more behavior tests
joachimschmidt557 committed
February 20, 2022
J
stage2 AArch64: replace genMulConstant with binOp
joachimschmidt557 committed
February 15, 2022
C
Add backend-specific skips for bitreverse, byteswap tests
Cody Tapscott committed
February 14, 2022
C
Skip failing stage1 `@bitReverse` test
Cody Tapscott committed
February 13, 2022
C
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott committed
May 8, 2021
A
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley committed
April 29, 2021
A
move behavior tests from test/stage1/ to test/
Andrew Kelley committed