aboutsummaryrefslogtreecommitdiffstats
path: root/ControlFlowGraph.cpp
Commit message (Collapse)AuthorAgeFilesLines
* added error jump instead of STOP instraction in case of exceptionLiana Husikyan2015-06-011-4/+4
|
* Known state: store tags on stack as unions.chriseth2015-05-131-27/+24
|
* Use returning erase variant.chriseth2015-05-121-1/+1
|
* Reuse state during common subexpression elimination.chriseth2015-05-111-5/+17
|
* CFG returns vector of blocks instead of assembly items.chriseth2015-05-061-16/+12
|
* Gather knowledge about the state during control flow analysis.chriseth2015-05-061-1/+90
|
* Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.chriseth2015-04-301-0/+260