solidity/test/libyul
2023-08-22 12:00:11 +02:00
..
controlFlowSideEffects Tests. 2021-11-04 16:38:07 +01:00
evmCodeTransform Account for unassigned return variables in stack layout generation. 2023-06-14 11:43:46 +02:00
functionSideEffects
objectCompiler Update test expectations 2023-06-07 12:13:39 +02:00
yulControlFlowGraph Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
yulInterpreterTests Update existing and add new test cases. 2023-02-02 11:40:39 +01:00
yulOptimizerTests Remove obsolete main function yul optimiser step. 2023-08-16 17:28:32 +02:00
yulStackLayout Use side-effects of user defined functions in evm code transform. 2022-11-14 21:26:36 +01:00
yulStackShuffling Migrate yulStackShuffling tests to isoltest 2023-04-25 15:53:01 +02:00
yulSyntaxTests Remove EWASM backend. 2023-05-11 10:56:55 -05:00
Common.cpp SourceReferenceFormatter: Line wrapping and unused includes 2023-08-11 14:15:56 +02:00
Common.h
CompilabilityChecker.cpp
ControlFlowGraphTest.cpp SourceReferenceFormatter: Line wrapping and unused includes 2023-08-11 14:15:56 +02:00
ControlFlowGraphTest.h
ControlFlowSideEffectsTest.cpp Control flow side effects on non-disambiguated source. 2021-11-04 16:32:11 +01:00
ControlFlowSideEffectsTest.h
EVMCodeTransformTest.cpp Change default EVM version to Shanghai. 2023-05-08 16:34:23 +02:00
EVMCodeTransformTest.h Change default EVM version to Shanghai. 2023-05-08 16:34:23 +02:00
FunctionSideEffects.cpp
FunctionSideEffects.h
Inliner.cpp
KnowledgeBaseTest.cpp Re-implement KnowledgeBase using groups of constantly-spaced variables. 2023-02-09 10:47:11 +01:00
Metrics.cpp
ObjectCompilerTest.cpp Remove EWASM backend. 2023-05-11 10:56:55 -05:00
ObjectCompilerTest.h Remove EWASM backend. 2023-05-11 10:56:55 -05:00
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
StackLayoutGeneratorTest.h
StackShufflingTest.cpp Migrate yulStackShuffling tests to isoltest 2023-04-25 15:53:01 +02:00
StackShufflingTest.h Migrate yulStackShuffling tests to isoltest 2023-04-25 15:53:01 +02:00
SyntaxTest.cpp Cleaning up helpers around errors 2022-09-19 10:51:14 +05:30
SyntaxTest.h Remove parser error recovery mode 2023-08-22 12:00:11 +02:00
YulInterpreterTest.cpp Adds support for the EVM version "Paris". 2023-01-23 18:50:36 +00:00
YulInterpreterTest.h yulRun: Fix unexpected return value for call* instructions and add tests 2022-09-14 11:40:08 +02:00
YulOptimizerTest.cpp Remove ReasoningBasedSimplifier from libyul 2023-06-28 14:38:36 +02:00
YulOptimizerTest.h
YulOptimizerTestCommon.cpp Remove obsolete main function yul optimiser step. 2023-08-16 17:28:32 +02:00
YulOptimizerTestCommon.h