solidity/test/libyul
2019-11-04 19:09:11 +01:00
..
functionSideEffects Tests 2019-08-15 16:30:05 +02:00
objectCompiler Test updates. 2019-10-29 14:32:16 +01:00
yulInterpreterTests Tests 2019-10-29 14:32:16 +01:00
yulOptimizerTests Merge remote-tracking branch 'origin/develop' into develop_060 2019-11-04 19:09:11 +01:00
Common.cpp Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02: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
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 Merge remote-tracking branch 'origin/develop' into develop_060 2019-10-28 15:21:49 +01:00
StackReuseCodegen.cpp Test updates. 2019-10-29 14:32:16 +01: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 Tests for conditional unsimplifier 2019-11-01 14:07:25 +01:00
YulOptimizerTest.h Refactor Optimiser Steps Interface. 2019-09-24 14:52:01 +02:00