Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5232 from ethereum/inlineHeuristic | chriseth | 2018-10-17 | 4 | -8/+73 |
|\ | | | | | [Yul] Add simple inlining heuristic | ||||
| * | Use metrics in the full inliner. | chriseth | 2018-10-17 | 4 | -8/+73 |
| | | |||||
* | | Handle externally supplied variables correctly in disambiguator. | chriseth | 2018-10-17 | 2 | -3/+12 |
| | | |||||
* | | Prevent externally used functions from being removed. | chriseth | 2018-10-17 | 2 | -5/+7 |
|/ | |||||
* | Inline each function separately. | chriseth | 2018-10-16 | 2 | -28/+13 |
| | |||||
* | New full inliner. | chriseth | 2018-10-16 | 2 | -197/+102 |
| | |||||
* | New simplifier via broken expressions. | chriseth | 2018-10-16 | 4 | -15/+73 |
| | |||||
* | SSA value tracker. | chriseth | 2018-10-16 | 2 | -0/+111 |
| | |||||
* | Yul: Introduces a block flattening pass + tests | Christian Parpart | 2018-10-16 | 2 | -0/+75 |
| | |||||
* | Some renaming leftovers. | chriseth | 2018-10-15 | 2 | -3/+3 |
| | |||||
* | Renaming namespace dev::julia to dev::yul. | Christian Parpart | 2018-10-15 | 55 | -60/+60 |
| | |||||
* | Renaming libjulia to libyul | Christian Parpart | 2018-10-15 | 56 | -0/+5418 |