solidity/test/libyul
2019-12-18 21:54:30 +01:00
..
ewasmTranslationTests Fix implementation of getCodeSize in Ewasm 2019-12-18 14:58:28 +00:00
functionSideEffects Tests. 2019-12-17 15:47:32 +01:00
objectCompiler Test updates. 2019-10-29 14:32:16 +01:00
yulInterpreterTests Tests 2019-10-29 14:32:16 +01:00
yulOptimizerTests Dialect setting for yul optimizer tests. 2019-12-18 21:54:30 +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 Rename EVMToEWasmTranslator to EVMToEwasmTranslator 2019-12-18 16:57:45 +00:00
EwasmTranslationTest.h Rename EVMToEWasmTranslator to EVMToEwasmTranslator 2019-12-18 16:57:45 +00:00
FunctionSideEffects.cpp Remove trailing whitespace in test. 2019-12-03 21:38:20 +01:00
FunctionSideEffects.h Restrict usage of plain "new". 2019-11-27 17:55:11 +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 Restrict usage of plain "new". 2019-11-27 17:55:11 +01: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 Restrict usage of plain "new". 2019-11-27 17:55:11 +01:00
YulOptimizerTest.cpp Dialect setting for yul optimizer tests. 2019-12-18 21:54:30 +01:00
YulOptimizerTest.h Dialect setting for yul optimizer tests. 2019-12-18 21:54:30 +01:00