aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bitreverse.zig
AgeCommit message (Expand)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
2025-05-31Legalize: implement scalarization of binary operationsJacob Young
2025-05-31Legalize: implement scalarization of unary operationsJacob Young
2024-06-16stage2-wasm: bit_reversePavel Verigo
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-02-06x86_64+macho: pass more behavior testsJakub Konka
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-23x86_64: implement 128-bit builtinsJacob Young
2023-06-24all: migrate code to new cast builtin syntaxmlugg
2023-06-13all: replace `comptime try` with `try comptime`Eric Joldasov
2023-05-20spirv: more passing testsRobin Voetter
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-03-15behavior: enable passing behavior tests on stage2_x86_64Jacob Young
2023-03-05CBE: implement vector operationsJacob Young
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-02cbe: use memcpy for underaligned loads and storesJacob Young
2022-08-22stage2+stage1: remove type parameter from bit builtinsVeikka Tuominen
2022-06-25stage2 ARM: implement basic intCast and error union wrappingjoachimschmidt557
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-03-18stage2: implement `@bitReverse` for vectorsJohn Schmidt
2022-03-13CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bitsDaniele Cocca
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-21stage2 AArch64: replace genMulConstant with binOpjoachimschmidt557
2022-02-18Add backend-specific skips for bitreverse, byteswap testsCody Tapscott
2022-02-18Skip failing stage1 `@bitReverse` testCody Tapscott
2022-02-18stage2: Implement `@bitReverse` and `@byteSwap`Cody Tapscott
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-04-29move behavior tests from test/stage1/ to test/Andrew Kelley