aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/int_comparison_elision.zig
AgeCommit message (Collapse)Author
2025-07-22aarch64: add new from scratch self-hosted backendJacob Young
2025-06-16rename spirv backend nameAli Cheraghi
`stage2_spirv64` -> `stage2_spirv`
2024-05-11riscv: add stage2_riscv to test matrix and bypass failing testsDavid Rubin
2024-01-06categorize `behavior/bugs/<issueno>.zig` testsVeikka Tuominen
2023-11-19test: update behavior to silence 'var is never mutated' errorsmlugg
2023-10-15spirv: update failing / passing testsRobin Voetter
Some tests are now failing due to debug info changes, some tests now pass due to improved compiler functionality.
2023-05-15Dwarf: fix overflow write byte_sizeJacob Young
2023-05-11setup spirv backend in behavior testsAli Chraghi
2023-02-21behavior: enable passing CBE testsJacob Young
2022-12-15Sema: elide integer comparisons with guaranteed outcomesStevie Hryciw