aboutsummaryrefslogtreecommitdiffstats
path: root/test/libevmasm/Optimiser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* liblangutil: SourceLocation to default initialize data members (w/o the use ↵Christian Parpart2018-12-191-1/+1
| | | | | | of ctor) See: http://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#c45-dont-define-a-default-constructor-that-only-initializes-data-members-use-in-class-member-initializers-instead
* liblangutil: SourceLocation: adds (shared) pointer to underlying CharStream ↵Christian Parpart2018-12-011-1/+1
| | | | | | source, eliminating sourceName Also, adapted affecting code to those changes.
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-0/+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
* Removing std:: from std::to_string and include for boost/lexical_castMatías Aereal Aeón2018-08-081-1/+0
|
* Improves peephole_truthy_and test caseNicolás Venturo2018-06-201-2/+15
|
* Add TruthyAnd Peephole optimizationNicolás Venturo2018-06-151-0/+12
|
* Remove unnecessary masking of the result of known short instructionsAlex Beregszaszi2018-04-201-0/+69
|
* Replace comparison operators with opposites if preceded by SWAP1Alex Beregszaszi2018-04-041-5/+38
|
* Test multiple instructions with the (non)commutative peephole optimiserAlex Beregszaszi2018-04-041-37/+62
|
* Remove useless SWAP1 in front of commutative operationsAlex Beregszaszi2018-04-041-0/+51
|
* 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-141-1/+1
|
* 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