aboutsummaryrefslogtreecommitdiffstats
path: root/test/libevmasm
Commit message (Collapse)AuthorAgeFilesLines
* Optimize across MLOAD if MSIZE is not used.chriseth2018-04-031-2/+3
|
* test: Rename test/TestHelper.* to test/Options.* and add Options::validate().Daniel Kirchner2018-03-142-2/+2
|
* Use EVM version in gas meter and optimizer.chriseth2018-03-051-1/+3
|
* Assume peephole optimizer was successful if number of pops increased.chriseth2017-10-141-0/+14
|
* Add test for jumpdest removal.chriseth2017-08-251-0/+84
|
* Remove some unused includesAlex Beregszaszi2017-08-211-1/+0
|
* Split off libevmasm specific optimiser testsAlex Beregszaszi2017-07-271-0/+871
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* test: add a test case about SourceLocationYoichi Hirai2016-11-071-0/+50