solidity/test/libyul
2020-10-14 11:39:10 +02:00
..
ewasmTranslationTests Add stack limit evader. 2020-09-17 22:13:27 +02:00
functionSideEffects Refactor SideEffects struct 2020-08-18 14:53:59 +02:00
objectCompiler Test for long object names in optimizer. 2020-07-23 14:03:51 +02:00
yulInterpreterTests Fix literal arguments in interpreter. 2020-08-06 14:16:59 +02:00
yulOptimizerTests Optimize exp when base is -1 2020-09-29 17:44:09 +02:00
yulSyntaxTests Extract yul syntax tests: switch statement 2020-10-14 11:39:10 +02:00
Common.cpp Return object format in expectation for yulOptimizerTests 2020-08-05 11:55:13 +01:00
Common.h Return object format in expectation for yulOptimizerTests 2020-08-05 11:55:13 +01:00
CompilabilityChecker.cpp Add stack limit evader. 2020-09-17 22:13:27 +02:00
EwasmTranslationTest.cpp Use forward declaration in EwasmTranslationTest 2020-08-05 13:31:51 +01:00
EwasmTranslationTest.h Use forward declaration in EwasmTranslationTest 2020-08-05 13:31:51 +01:00
FunctionSideEffects.cpp Refactor SideEffects struct 2020-08-18 14:53:59 +02:00
FunctionSideEffects.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Inliner.cpp Return object format in expectation for yulOptimizerTests 2020-08-05 11:55:13 +01:00
Metrics.cpp Ignore warnings for yulOptimizer tests 2020-06-09 13:03:57 +02:00
ObjectCompilerTest.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ObjectCompilerTest.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
ObjectParser.cpp Remove old boost tests from libyul/ObjectParser 2020-08-05 21:01:46 +01:00
Parser.cpp Extract yul syntax tests: switch statement 2020-10-14 11:39:10 +02:00
StackReuseCodegen.cpp Free variables directly after visiting RHS of Variable Declarations during EVMCodeTransform. 2020-07-13 17:36:15 +02:00
SyntaxTest.cpp Use yul::test::parse in libyul/SynaxtTests to support objects 2020-08-05 18:10:21 +01:00
SyntaxTest.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulInterpreterTest.cpp Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulInterpreterTest.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulOptimizerTest.cpp Add stack limit evader. 2020-09-17 22:13:27 +02:00
YulOptimizerTest.h Parse optimiser output in yulOptimiserTests 2020-08-05 12:57:14 +01:00