| Age | Commit message (Expand) | Author | Files | Lines |
| 2020-08-06 | bad-shift: wait dead code elimination to warn about bad shifts | Luc Van Oostenryck | 1 | -36/+12 |
| 2020-08-06 | shift-assign: fix linearization of shift-assign | Luc Van Oostenryck | 1 | -8/+8 |
| 2018-07-23 | big-shift: fix warning message for negative or over-sized shifts | Luc Van Oostenryck | 1 | -12/+12 |
| 2018-07-23 | big-shift: fix warning message for negative shift count | Luc Van Oostenryck | 1 | -18/+18 |
| 2018-07-23 | big-shift: use the type width for too big shift | Luc Van Oostenryck | 1 | -12/+45 |
| 2018-07-23 | big-shift: simplify over-sized OP_LSRs | Luc Van Oostenryck | 1 | -10/+10 |
| 2018-07-23 | big-shift: reuse simplify_asr() for LSR & SHL | Luc Van Oostenryck | 1 | -0/+8 |
| 2018-07-23 | big-shift: do not simplify over-sized OP_ASR to zero | Luc Van Oostenryck | 1 | -0/+2 |
| 2018-07-22 | big-shift: also check shift count of shift-assignment | Luc Van Oostenryck | 1 | -0/+48 |
| 2018-07-21 | big-shift: add test for shifts with bad count | Luc Van Oostenryck | 1 | -0/+73 |