aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/bitcast.zig
AgeCommit message (Expand)Author
2023-09-23spirv: disable failing testsRobin Voetter
2023-09-10wasm: enable successful behavior testsTechatrix
2023-08-21AstGen: disallow '-0' integer literalmlugg
2023-08-18Make NaNs quiet by default and other NaN tidy-up (#16826)Lewis Gaul
2023-07-31std: finish cleanup up asmJacob Young
2023-07-12Update tests to new splat syntaxantlilja
2023-07-03behavior: test @bitCast of packed struct of boolsr00ster91
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-18x86_64: rewrite castsJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-04-02x86_64: implement large cmpJacob Young
2023-03-25x86_64: implement struct_field_val for packed containersJacob Young
2023-03-05CBE: implement big integer and vector comparisonsJacob Young
2023-03-05CBE: implement big integer literalsJacob Young
2023-01-20added test for bitcast signaled nan floatHardy
2023-01-05avoid triggering LLVM bug on MIPSAndrew Kelley
2022-12-27stage2 AArch64: unify callee-preserved regs on all targetsjoachimschmidt557
2022-12-24behavior: disable tests that trigger an llvm 15 bug and assertionJacob Young
2022-12-19llvm: handle vectors in packed structsVeikka Tuominen
2022-12-17std.builtin: rename Type.UnionField and Type.StructField's field_type to typer00ster91
2022-12-10stage2: sparc64: Skip unimplemented testsKoakuma
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-11-30wasm: enable behavior tests for packed structsLuuk de Gram
2022-11-18run zig fmt on everything checked by CIStevie Hryciw
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-28Enable bitcast test now that #13214 is resolved.Cody Tapscott
2022-10-28stage2: Use mem.readPackedInt etc. for packed bitcastsCody Tapscott
2022-10-25cbe: implement packed structsJacob Young
2022-10-25behavior: enable stage2_c tests that are currently passingJacob Young
2022-10-18stage2: implement packedStuctToInt for more typesGethDW
2022-09-09stage2 ARM: implement struct_field_val for registersjoachimschmidt557
2022-08-01Sema: validate bitcast operand typeVeikka Tuominen
2022-06-17stage2: comptime @bitCast packed struct bug fixOmar Alhammadi
2022-05-27stage2 AArch64: complete genTypedValuejoachimschmidt557
2022-05-25mark some more behavior tests as passingAndrew Kelley
2022-05-04stage2: fix `@sizeOf` for structs with comptime fieldsAndrew Kelley
2022-05-04stage2: improve `@sizeOf` and `@alignOf` integersAndrew Kelley
2022-03-26wasm: Enable passing testsLuuk de Gram
2022-03-16stage2 ARM: genSetStack for stack_argument_offsetjoachimschmidt557
2022-03-13stage2 AArch64: enable mul for ints with <= 64 bitsjoachimschmidt557
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-28x64: pass more behavior testsJakub Konka
2022-02-27stage2 ARM: enable more behavior testsjoachimschmidt557
2022-02-23stage2: integer-backed packed structsAndrew Kelley
2022-02-22Port bitcast.zig testsJakub Konka
2022-02-13Skip 8/16-bit `@bitCast` test for wasmCody Tapscott
2022-02-13Add additional tests for `@bitCast`Cody Tapscott
2022-02-11Fix up sign handling and add arbitrary-length integer support to @bitCast()Cody Tapscott