solidity/test/libyul
2019-11-26 15:46:33 +01:00
..
ewasmTranslationTests EWasm translation tests. 2019-11-26 15:46:33 +01:00
functionSideEffects Tests 2019-08-15 16:30:05 +02:00
objectCompiler [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
yulInterpreterTests Extend memory beyond 32 byte addresses in interpreter. 2019-09-04 20:10:42 +02:00
yulOptimizerTests Tests for conditional unsimplifier 2019-11-01 14:07:25 +01:00
Common.cpp Replace boost::variant by std::variant in libyul 2019-11-19 17:23:18 +01:00
Common.h liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and making use of new SourceLocation's CharStream knowledge 2018-12-06 14:01:01 +01:00
CompilabilityChecker.cpp Supply full object to stack compressor and Optimizer Suite. 2019-07-10 18:49:42 +02:00
EWasmTranslationTest.cpp EWasm translation tests. 2019-11-26 15:46:33 +01:00
EWasmTranslationTest.h EWasm translation tests. 2019-11-26 15:46:33 +01:00
FunctionSideEffects.cpp Tests 2019-08-15 16:30:05 +02:00
FunctionSideEffects.h Tests 2019-08-15 16:30:05 +02:00
Inliner.cpp Disallow Yul function definitions inside for loop init blocks. 2019-04-25 10:32:00 +02:00
Metrics.cpp Increase code cost for branching statements. 2019-04-25 17:08:11 +02:00
ObjectCompilerTest.cpp Use the TestCase settings mechanism for object compiler tests. 2019-06-11 14:11:27 +02:00
ObjectCompilerTest.h Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00
ObjectParser.cpp Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
Parser.cpp Make use of C++17 std::optional<> instead of boost::optional<>. 2019-10-28 11:39:30 +01:00
StackReuseCodegen.cpp [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
YulInterpreterTest.cpp Change interpreter memory to be non-contiguous. 2019-09-02 13:51:47 +02:00
YulInterpreterTest.h Make YulInterpreterTest EVM version aware. 2019-05-23 12:42:11 +02:00
YulOptimizerTest.cpp Replace boost::variant by std::variant in libyul 2019-11-19 17:23:18 +01:00
YulOptimizerTest.h Refactor Optimiser Steps Interface. 2019-09-24 14:52:01 +02:00