solidity/test/libyul
2019-07-18 16:40:46 +02:00
..
objectCompiler [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
yulInterpreterTests Update tests. 2019-05-23 13:17:27 +02:00
yulOptimizerTests Add another test related to stack compressor and msize. 2019-07-18 16:40:46 +02: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
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 Check availability of data objects already in analysis phase. 2019-07-10 18:49:42 +02:00
Parser.cpp Supply full object to stack compressor and Optimizer Suite. 2019-07-10 18:49:42 +02:00
StackReuseCodegen.cpp [Yul] Directly jump over a series of function definitions 2019-06-19 12:40:11 +08:00
YulInterpreterTest.cpp Unify parsing of simple test expectations and require lines to start with `//`. 2019-06-11 14:05:45 +02:00
YulInterpreterTest.h Make YulInterpreterTest EVM version aware. 2019-05-23 12:42:11 +02:00
YulOptimizerTest.cpp Supply full object to stack compressor and Optimizer Suite. 2019-07-10 18:49:42 +02:00
YulOptimizerTest.h Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00