aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/truncate.zig
AgeCommit message (Expand)Author
2022-04-19stage2 AArch64: Add ldrsb, ldrsh instructionsjoachimschmidt557
2022-03-15Sema: implement `@truncate` for SIMD vectorsAndrew Kelley
2022-03-05stage2 AArch64: add more slice supportjoachimschmidt557
2022-02-26stage2 ARM: generate correct variants of ldr instructionjoachimschmidt557
2022-02-26stage2 ARM: implement truncate to ints with bits <= 32joachimschmidt557
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-12organize behavior testsAndrew Kelley
2022-01-26stage2: add zero- and sign-extend moves to x86_64Jakub Konka
2021-07-06Fix unexpected truncation behavior with comptime_int larger than u64 range (#...leesongun
2021-06-08stage1: make `@truncate` to an integer type of different sign an error at com...Matthew Borkowski
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