aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/SimplificationRules.h
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-2/+7
| | | | | | | Also: - Use {}-style list initialisation for SourceLocation construction - Introduce new system includes - Changes the API of the Scanner to take source as value (with move) as opposed to as a reference
* Split simplification rules into two functions.Daniel Kirchner2018-09-181-0/+6
|
* Turn simplification rule tuple into struct.chriseth2018-02-071-4/+5
|
* Add flag to indicate whether it can be applied to expressions with side-effects.chriseth2018-02-071-4/+6
|
* Optimise simplification rules (sort into bins).chriseth2017-01-131-0/+140