aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/shift-undef.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-06bad-shift: wait dead code elimination to warn about bad shiftsLuc Van Oostenryck1-36/+12
2020-08-06shift-assign: fix linearization of shift-assignLuc Van Oostenryck1-8/+8
2018-07-23big-shift: fix warning message for negative or over-sized shiftsLuc Van Oostenryck1-12/+12
2018-07-23big-shift: fix warning message for negative shift countLuc Van Oostenryck1-18/+18
2018-07-23big-shift: use the type width for too big shiftLuc Van Oostenryck1-12/+45
2018-07-23big-shift: simplify over-sized OP_LSRsLuc Van Oostenryck1-10/+10
2018-07-23big-shift: reuse simplify_asr() for LSR & SHLLuc Van Oostenryck1-0/+8
2018-07-23big-shift: do not simplify over-sized OP_ASR to zeroLuc Van Oostenryck1-0/+2
2018-07-22big-shift: also check shift count of shift-assignmentLuc Van Oostenryck1-0/+48
2018-07-21big-shift: add test for shifts with bad countLuc Van Oostenryck1-0/+73