COMMITS
/ test/behavior/byteswap.zig May 11, 2024
D
riscv: first sign of floats!
David Rubin committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
March 18, 2024
S
Add 64bit byteswap case, use fewer locals
SuperAuguste 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 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
June 15, 2022
K
stage2: sparc64: Skip Sema-failing tests for now
Koakuma committed
May 26, 2022
J
stage2 AArch64: complete genTypedValue
joachimschmidt557 committed
March 17, 2022
J
Avoid index out of bounds for one-valued types in zirValidateArrayInit
John Schmidt committed
J
Implement `@byteSwap` for vectors
John Schmidt committed
March 13, 2022
D
CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bits
Daniele Cocca committed
February 15, 2022
C
Add backend-specific skips for bitreverse, byteswap tests
Cody Tapscott committed
February 13, 2022
C
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott committed
September 1, 2021
A
re-enable mips behavior tests for vectors
Andrew Kelley committed
June 5, 2021
M
test: re-enable dragonfly tests
Michael Dusan 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