aboutsummaryrefslogtreecommitdiffstats
path: root/libevmasm/ExpressionClasses.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-1/+1
| | | | | | | 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/+1
|
* Turn simplification rule tuple into struct.chriseth2018-02-071-1/+1
|
* Remove recursive call to simplify with reversed arguments.chriseth2018-02-071-8/+1
| | | | (We now have explicit rules for that).
* Add flag to indicate whether it can be applied to expressions with side-effects.chriseth2018-02-071-1/+1
|
* Optimise simplification rules (sort into bins).chriseth2017-01-131-327/+11
|
* Optimize pattern matcher.chriseth2017-01-131-14/+18
|
* Optimise AssemblyItem::m_data.chriseth2017-01-131-4/+19
|
* Add more optimization rulesYoichi Hirai2016-11-301-0/+6
|
* Replace XOR with self with 0Alex Beregszaszi2016-11-301-0/+1
|
* Replace XOR/ISZERO with EQAlex Beregszaszi2016-11-301-0/+4
|
* Add optimiser rule for SUB with 0Alex Beregszaszi2016-11-301-1/+2
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Optimiser the PUSH 0, EQ case as ISZEROAlex Beregszaszi2016-10-231-0/+1
|
* move libevmasmDimitry2016-03-211-0/+511