| .. |
|
controlFlowSideEffects
|
|
|
|
evmCodeTransform
|
Use side-effects of user defined functions in evm code transform.
|
2022-11-14 21:26:36 +01:00 |
|
ewasmTranslationTests
|
Adds support for the EVM version "Paris".
|
2023-01-23 18:50:36 +00:00 |
|
functionSideEffects
|
|
|
|
objectCompiler
|
Do not duplicate subassemblies.
|
2023-02-20 22:20:45 +01: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
|
Update existing and add new test cases.
|
2023-02-02 11:40:39 +01:00 |
|
yulStackLayout
|
Use side-effects of user defined functions in evm code transform.
|
2022-11-14 21:26:36 +01:00 |
|
yulSyntaxTests
|
Issue warning when using deprecated SELFDESTRUCT
|
2023-01-25 16:55:11 +01:00 |
|
Common.cpp
|
Add experimental EOF options for CLI and Standard JSON.
|
2022-11-23 19:53:44 +01:00 |
|
Common.h
|
|
|
|
CompilabilityChecker.cpp
|
|
|
|
ControlFlowGraphTest.cpp
|
|
|
|
ControlFlowGraphTest.h
|
|
|
|
ControlFlowSideEffectsTest.cpp
|
|
|
|
ControlFlowSideEffectsTest.h
|
|
|
|
EVMCodeTransformTest.cpp
|
Adds support for the EVM version "Paris".
|
2023-01-23 18:50:36 +00:00 |
|
EVMCodeTransformTest.h
|
|
|
|
EwasmTranslationTest.cpp
|
Add experimental EOF options for CLI and Standard JSON.
|
2022-11-23 19:53:44 +01:00 |
|
EwasmTranslationTest.h
|
|
|
|
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
|
Adds support for the EVM version "Paris".
|
2023-01-23 18:50:36 +00:00 |
|
ObjectCompilerTest.h
|
|
|
|
ObjectParser.cpp
|
Add experimental EOF options for CLI and Standard JSON.
|
2022-11-23 19:53:44 +01:00 |
|
Parser.cpp
|
|
|
|
StackLayoutGeneratorTest.cpp
|
|
|
|
StackLayoutGeneratorTest.h
|
|
|
|
StackShufflingTest.cpp
|
|
|
|
SyntaxTest.cpp
|
Cleaning up helpers around errors
|
2022-09-19 10:51:14 +05:30 |
|
SyntaxTest.h
|
|
|
|
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
|
|
|
|
YulOptimizerTest.h
|
|
|
|
YulOptimizerTestCommon.cpp
|
Make hardcoded parts of the optimizer sequence configurable
|
2022-09-12 10:57:36 +02:00 |
|
YulOptimizerTestCommon.h
|
|
|