aboutsummaryrefslogtreecommitdiffstats
path: root/Assembly.cpp
Commit message (Expand)AuthorAgeFilesLines
* Unify blocks with shared code.chriseth2015-05-121-0/+10
* Reuse state during common subexpression elimination.chriseth2015-05-111-44/+36
* CFG returns vector of blocks instead of assembly items.chriseth2015-05-061-1/+4
* Remove unused old optimizer rule.chriseth2015-05-061-3/+0
* Gather knowledge about the state during control flow analysis.chriseth2015-05-061-1/+6
* Split known state from common subexpression eliminator.chriseth2015-05-061-1/+2
* Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.chriseth2015-04-301-0/+485