Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | Implemented runtime check for overshift (controllable with --check-overshift | Dan Liew | |
command line argument). Overshift is where a Shl, AShr or LShr has a shift width greater than the bit width of the first operand. This is undefined behaviour in LLVM so we report this as an error. |