Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for rematerializer. | chriseth | 2018-02-06 | 1 | -0/+4 |
* | Only substitute if all referenced variables are in scope. | chriseth | 2018-02-06 | 2 | -2/+59 |
* | Rematerialisation. | chriseth | 2018-02-06 | 5 | -1/+228 |
* | Description of variable eliminator. | chriseth | 2018-02-06 | 1 | -2/+21 |
* | Add comments to UnusedPruner | chriseth | 2018-02-06 | 2 | -0/+9 |
* | Support variable declarations without assignment in UnusedPruner | Alex Beregszaszi | 2018-02-06 | 1 | -2/+4 |
* | Unused variable and function remover. | chriseth | 2018-02-06 | 2 | -0/+172 |
* | Utility to remove empty blocks. | chriseth | 2018-02-06 | 2 | -0/+73 |
* | References counter. | chriseth | 2018-02-06 | 3 | -3/+46 |
* | Code size metric. | chriseth | 2018-02-02 | 2 | -0/+101 |
* | Movability. | chriseth | 2018-01-13 | 3 | -1/+122 |
* | Use explicit visit function for the walker. | chriseth | 2018-01-13 | 2 | -15/+25 |
* | Merge pull request #3297 from ethereum/separate_expression_and_statement | Alex Beregszaszi | 2018-01-04 | 6 | -29/+81 |
|\ | |||||
| * | Separate expression and statement. | chriseth | 2017-12-13 | 6 | -29/+81 |
* | | Merge pull request #3279 from ethereum/function_hoister | chriseth | 2017-12-18 | 2 | -0/+111 |
|\ \ | |||||
| * | | Function hoister. | chriseth | 2017-12-15 | 2 | -0/+111 |
| |/ | |||||
* | | Fixed typos in comment. | chriseth | 2017-12-18 | 1 | -2/+2 |
* | | Function grouper. | chriseth | 2017-12-15 | 2 | -0/+95 |
|/ | |||||
* | Description of the optimiser and stages. | chriseth | 2017-12-11 | 1 | -0/+61 |
* | Merge pull request #3287 from ethereum/substitution | Yoichi Hirai | 2017-12-06 | 5 | -7/+102 |
|\ | |||||
| * | substitution | chriseth | 2017-12-06 | 2 | -0/+90 |
| * | copier | chriseth | 2017-12-06 | 1 | -1/+2 |
| * | Make the modifier more flexible. | chriseth | 2017-12-06 | 2 | -6/+10 |
* | | Split Instruction and FunctionalInstruction in Julia | Alex Beregszaszi | 2017-12-05 | 1 | -2/+3 |
|/ | |||||
* | Generic AST walker. | chriseth | 2017-12-05 | 4 | -0/+345 |
* | Simplify disambiguator. | chriseth | 2017-12-05 | 3 | -22/+7 |
* | Disambiguator. | chriseth | 2017-12-05 | 4 | -0/+435 |