aboutsummaryrefslogtreecommitdiffstats
path: root/test/liblll/Compiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* LLL: ensure assembly tests have the correct argumentsAlex Beregszaszi2018-11-131-168/+168
* LLL bytecode is padded by STOP in testsAlex Beregszaszi2018-11-131-239/+239
* LLL: do not wrap opcode tests into sequenceAlex Beregszaszi2018-11-131-239/+239
* Add LLL tests for EXTCODEHASHAlex Beregszaszi2018-09-261-0/+4
* fix format issue for test filesliangdzou2018-09-241-2/+4
* Removing std:: from std::to_string and include for boost/lexical_castMatías Aereal Aeón2018-08-081-4/+4
* Replace dev::eth namespace with dev::lll in LLLAlex Beregszaszi2018-07-281-3/+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-6/+11
* Add test for each assembly opcode/instruction in LLLJared Wasinger2017-10-181-2/+513
* lll: disallow useless PUSHn in assemblyAlex Beregszaszi2017-10-131-0/+17
* LLL: Add compiler testsAlex Beregszaszi2017-10-021-0/+128