aboutsummaryrefslogtreecommitdiffstats
path: root/ControlFlowGraph.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix: Copy empty state.chriseth2016-01-181-1/+1
* Fix sequence number bug.chriseth2016-01-151-13/+27
* Work around bug in u256->unsigned conversion for MSVC/Boost.chriseth2015-11-161-1/+2
* 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