solidity/test/libyul
2021-05-04 16:05:23 +02:00
..
evmCodeTransform/stackReuse Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
ewasmTranslationTests Update tests 2021-04-23 15:54:10 +01:00
functionSideEffects Add function side effects test. 2021-04-26 19:56:44 +02:00
objectCompiler Use 'optimizationPreset: none' for objectCompiler tests that rely on things that could get optimized out 2021-04-27 14:07:04 +02:00
yulInterpreterTests Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
yulOptimizerTests Added a few optimizer tests for Verbatim 2021-04-28 09:56:45 +02:00
yulSyntaxTests Add verbatim builtin. 2021-04-26 19:56:44 +02:00
Common.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
Common.h
CompilabilityChecker.cpp Update test expectations. 2021-04-06 13:41:26 +02:00
EVMCodeTransformTest.cpp Extract StackReuseCodegen tests. 2021-03-09 15:47:24 +01:00
EVMCodeTransformTest.h Extract StackReuseCodegen tests. 2021-03-09 15:47:24 +01:00
EwasmTranslationTest.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
EwasmTranslationTest.h
FunctionSideEffects.cpp Use "for objects" dialect for function side effects test. 2021-04-22 14:37:51 +02:00
FunctionSideEffects.h
Inliner.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
Metrics.cpp Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
ObjectCompilerTest.cpp ObjectCompilerTest: Replace 'optimize' setting with 'optimizationPreset' 2021-04-27 14:06:56 +02:00
ObjectCompilerTest.h ObjectCompilerTest: Replace 'optimize' setting with 'optimizationPreset' 2021-04-27 14:06:56 +02:00
ObjectParser.cpp Remove old boost tests from libyul/ObjectParser 2020-08-05 21:01:46 +01:00
Parser.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
SyntaxTest.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
SyntaxTest.h
YulInterpreterTest.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
YulInterpreterTest.h
YulOptimizerTest.cpp Enable fine grained yul optimizer fuzzing 2021-01-19 18:22:59 +01:00
YulOptimizerTest.h Header cleanup 2021-01-18 10:27:58 +01:00
YulOptimizerTestCommon.cpp Optimizer context has parameter expectedExecutionsPerDeployment 2021-04-22 17:27:57 +02:00
YulOptimizerTestCommon.h Enable fine grained yul optimizer fuzzing 2021-01-19 18:22:59 +01:00