solidity/test/libyul
2022-12-21 15:56:25 +01:00
..
controlFlowSideEffects
evmCodeTransform Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
ewasmTranslationTests
functionSideEffects
objectCompiler
yulControlFlowGraph Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
yulInterpreterTests Fix zero size memory expansion semantics in the yul interpreter. 2022-11-21 11:53:42 +01:00
yulOptimizerTests added optimization. shl comes out from being distributed over and 2022-11-11 01:16:14 +05:30
yulStackLayout Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
yulSyntaxTests Changed error message for for Unicode character in non-unicode string literal 2022-06-15 16:12:24 +05:30
Common.cpp Add experimental EOF options for CLI and Standard JSON. 2022-11-23 19:53:44 +01:00
Common.h
CompilabilityChecker.cpp Some simplifications. 2022-12-21 15:56:25 +01:00
ControlFlowGraphTest.cpp Initial still broken version. 2022-12-14 12:06:27 +01:00
ControlFlowGraphTest.h
ControlFlowSideEffectsTest.cpp
ControlFlowSideEffectsTest.h
EVMCodeTransformTest.cpp Passing eofVersion down 2022-12-05 20:17:55 +01:00
EVMCodeTransformTest.h
EwasmTranslationTest.cpp Add experimental EOF options for CLI and Standard JSON. 2022-11-23 19:53:44 +01:00
EwasmTranslationTest.h Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
FunctionSideEffects.cpp
FunctionSideEffects.h
Inliner.cpp
KnowledgeBaseTest.cpp Initial still broken version. 2022-12-14 12:06:27 +01:00
Metrics.cpp
ObjectCompilerTest.cpp Add experimental EOF options for CLI and Standard JSON. 2022-11-23 19:53:44 +01:00
ObjectCompilerTest.h
ObjectParser.cpp Add experimental EOF options for CLI and Standard JSON. 2022-11-23 19:53:44 +01:00
Parser.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
StackLayoutGeneratorTest.cpp Initial still broken version. 2022-12-14 12:06:27 +01:00
StackLayoutGeneratorTest.h
StackShufflingTest.cpp Improved stack shuffling in corner cases. 2022-01-21 15:41:30 +01:00
SyntaxTest.cpp Cleaning up helpers around errors 2022-09-19 10:51:14 +05:30
SyntaxTest.h
YulInterpreterTest.cpp Add experimental EOF options for CLI and Standard JSON. 2022-11-23 19:53:44 +01:00
YulInterpreterTest.h yulRun: Fix unexpected return value for call* instructions and add tests 2022-09-14 11:40:08 +02:00
YulOptimizerTest.cpp
YulOptimizerTest.h
YulOptimizerTestCommon.cpp Some simplifications. 2022-12-21 15:56:25 +01:00
YulOptimizerTestCommon.h