| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2017-09-16 | testsuite: convert to the new patern syntax | Luc Van Oostenryck | 1 | -1/+1 | |
| Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | |||||
| 2017-02-16 | add killing of non-volatile loads | Luc Van Oostenryck | 1 | -0/+17 | |
| OP_LOADs were ignored by kill_instruction() but there are two cases were something can or must be done: 1) if the is not a volatile one, it is free of side-effects and can thus be optimized away like others instructions. 2) if force-killed then we need to adjust the usage of its operand. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com> Signed-off-by: Christopher Li <sparse@chrisli.org> | |||||
