solidity/test/libyul
2021-07-07 17:37:01 +02:00
..
evmCodeTransform/stackReuse Have the stack optimization in the code transform only reuse slots that are reachable and fix argument slot reuse on functions without return variables. 2021-06-28 18:11:57 +02:00
ewasmTranslationTests
functionSideEffects
objectCompiler Fix source location for `if` statements. 2021-07-07 17:37:01 +02:00
yulInterpreterTests
yulOptimizerTests Maintain disambiguation when generating new functions in StackToMemoryMover. 2021-06-28 18:11:57 +02:00
yulSyntaxTests Do not use \b, \v and \f escapes in string literals in generated Yul code 2021-06-28 14:13:47 +02:00
Common.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
Common.h
CompilabilityChecker.cpp
EVMCodeTransformTest.cpp EVMCodeTransformTest: Disable all non-stack optimizations 2021-07-01 16:54:09 +02:00
EVMCodeTransformTest.h
EwasmTranslationTest.cpp Refactoring yul source locations. 2021-05-04 16:05:23 +02:00
EwasmTranslationTest.h
FunctionSideEffects.cpp
FunctionSideEffects.h
Inliner.cpp
Metrics.cpp
ObjectCompilerTest.cpp
ObjectCompilerTest.h
ObjectParser.cpp
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
YulOptimizerTest.h
YulOptimizerTestCommon.cpp Move function arguments and return values. 2021-06-28 18:11:57 +02:00
YulOptimizerTestCommon.h