Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge trunk | dkf | 2013-12-23 | 1 | -1/+1 |
|\ | |||||
| * | Making the optimizer pluggable by extensions; please review for committing to...mig_tmp_optimize | mig | 2013-12-18 | 1 | -1/+1 |
* | | Change name of instruction to make way for future changes. | dkf | 2013-10-26 | 1 | -3/+3 |
|/ | |||||
* | Do jump generation at places where INST_RETURN_IMM might occur. | dkf | 2013-10-15 | 1 | -1/+17 |
* | Stop buffer overrun into undefined values detected by valgrind. | dgp | 2013-06-26 | 1 | -1/+2 |
* | Fixed bug with optimizing with INST_START_CMD about. | dkf | 2013-06-19 | 1 | -2/+1 |
* | Split the optimizer up. Remove the dreaded 'goto' from which doesn't need it. | dkf | 2013-06-06 | 1 | -81/+127 |
* | Added optimizing of jump-to-nop and jump-to-jump cases. Ta to AK for suggesting. | dkf | 2013-06-05 | 1 | -57/+152 |
* | Added the optimizer... | dkf | 2013-06-05 | 1 | -0/+287 |