aboutsummaryrefslogtreecommitdiffstats
path: root/KnownState.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Known state: store tags on stack as unions.chriseth2015-05-131-26/+66
|
* Fixed template problem.chriseth2015-05-121-1/+6
|
* Compute state intersection.chriseth2015-05-111-12/+35
|
* Use range-based erase.chriseth2015-05-091-2/+4
|
* Gather knowledge about the state during control flow analysis.chriseth2015-05-061-18/+57
|
* Make KnownState work with all instructions.chriseth2015-05-061-0/+7
|
* Common subexpression elimination ready for using pre-known state.chriseth2015-05-061-5/+5
|
* More flexible way to approach unknown stack elements.chriseth2015-05-061-1/+1
|
* Split known state from common subexpression eliminator.chriseth2015-05-061-0/+278