Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce namespace `langutil` in liblangutil directory. | Christian Parpart | 2018-11-22 | 1 | -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 Kirchner | 2018-09-18 | 1 | -0/+1 |
| | |||||
* | Turn simplification rule tuple into struct. | chriseth | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Remove recursive call to simplify with reversed arguments. | chriseth | 2018-02-07 | 1 | -8/+1 |
| | | | | (We now have explicit rules for that). | ||||
* | Add flag to indicate whether it can be applied to expressions with side-effects. | chriseth | 2018-02-07 | 1 | -1/+1 |
| | |||||
* | Optimise simplification rules (sort into bins). | chriseth | 2017-01-13 | 1 | -327/+11 |
| | |||||
* | Optimize pattern matcher. | chriseth | 2017-01-13 | 1 | -14/+18 |
| | |||||
* | Optimise AssemblyItem::m_data. | chriseth | 2017-01-13 | 1 | -4/+19 |
| | |||||
* | Add more optimization rules | Yoichi Hirai | 2016-11-30 | 1 | -0/+6 |
| | |||||
* | Replace XOR with self with 0 | Alex Beregszaszi | 2016-11-30 | 1 | -0/+1 |
| | |||||
* | Replace XOR/ISZERO with EQ | Alex Beregszaszi | 2016-11-30 | 1 | -0/+4 |
| | |||||
* | Add optimiser rule for SUB with 0 | Alex Beregszaszi | 2016-11-30 | 1 | -1/+2 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Optimiser the PUSH 0, EQ case as ISZERO | Alex Beregszaszi | 2016-10-23 | 1 | -0/+1 |
| | |||||
* | move libevmasm | Dimitry | 2016-03-21 | 1 | -0/+511 |