Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unify blocks with shared code. | chriseth | 2015-05-12 | 1 | -0/+10 |
* | Reuse state during common subexpression elimination. | chriseth | 2015-05-11 | 1 | -44/+36 |
* | CFG returns vector of blocks instead of assembly items. | chriseth | 2015-05-06 | 1 | -1/+4 |
* | Remove unused old optimizer rule. | chriseth | 2015-05-06 | 1 | -3/+0 |
* | Gather knowledge about the state during control flow analysis. | chriseth | 2015-05-06 | 1 | -1/+6 |
* | Split known state from common subexpression eliminator. | chriseth | 2015-05-06 | 1 | -1/+2 |
* | Move assembly related files to libevmasm and Params.h/.cpp to libevmcore. | chriseth | 2015-04-30 | 1 | -0/+485 |