solidity/test/libyul
2022-09-27 03:14:17 +02:00
..
controlFlowSideEffects
evmCodeTransform Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +01:00
ewasmTranslationTests
functionSideEffects
objectCompiler
yulControlFlowGraph
yulInterpreterTests Fix create2 memory access in yul interpreter. 2022-09-12 09:53:31 +02:00
yulOptimizerTests Bugfix and tests. 2022-09-08 11:54:14 +02:00
yulStackLayout Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +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 Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
Common.h
CompilabilityChecker.cpp
ControlFlowGraphTest.cpp
ControlFlowGraphTest.h
ControlFlowSideEffectsTest.cpp
ControlFlowSideEffectsTest.h
EVMCodeTransformTest.cpp Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
EVMCodeTransformTest.h
EwasmTranslationTest.cpp Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
EwasmTranslationTest.h Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
FunctionSideEffects.cpp
FunctionSideEffects.h
Inliner.cpp
KnowledgeBaseTest.cpp Refactor data flow analyzer state access. 2022-03-14 19:32:33 +01:00
Metrics.cpp
ObjectCompilerTest.cpp Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
ObjectCompilerTest.h
ObjectParser.cpp Replace use of boost::adapters::filtered with ranges::views::filter 2022-09-27 03:14:17 +02:00
Parser.cpp Add std:: qualifier to move() calls 2022-08-30 11:12:15 +02:00
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 Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
YulInterpreterTest.h
YulOptimizerTest.cpp
YulOptimizerTest.h
YulOptimizerTestCommon.cpp Make hardcoded parts of the optimizer sequence configurable 2022-09-12 10:57:36 +02:00
YulOptimizerTestCommon.h