solidity/test/libyul
2019-06-20 10:42:56 +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 Finish word size transform. 2019-06-20 10:42:56 +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 Pass "optimize stack allocation" flag down to the stack compressor. 2019-03-20 15:03:27 +01: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 Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02:00
Parser.cpp Update tests. 2019-05-23 11:30:12 +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 Finish word size transform. 2019-06-20 10:42:56 +02:00
YulOptimizerTest.h Make dialect const& and allocate single instances statically. 2019-05-17 12:54:24 +02:00