aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/SimplificationRules.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Turn simplification rule tuple into struct.chriseth2018-02-071-6/+5
|
* Add flag to indicate whether it can be applied to expressions with side-effects.chriseth2018-02-071-5/+5
|
* Move out the rule list.chriseth2018-02-071-163/+3
|
* Add simplification rule for SDIV(0,X) and SDIV(X,0)Alex Beregszaszi2017-05-201-0/+2
|
* Cleanup simplification rulesAlex Beregszaszi2017-05-201-8/+15
|
* Fix match groups.chriseth2017-01-131-0/+1
|
* Fix debug output.chriseth2017-01-131-2/+8
|
* Optimise simplification rules (sort into bins).chriseth2017-01-131-0/+363