solidity/test/libyul
2022-06-22 09:26:09 +02:00
..
controlFlowSideEffects Tests. 2021-11-04 16:38:07 +01:00
evmCodeTransform Fill in junk in stack layouts on terminating control flow paths. 2022-03-15 18:36:55 +01:00
ewasmTranslationTests
functionSideEffects
objectCompiler Update tests. 2021-11-03 12:39:55 +01:00
yulControlFlowGraph Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
yulInterpreterTests
yulOptimizerTests add rules for mod(mul(X, Y), A) & mod(add(X, Y), A) 2022-06-22 09:26:09 +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 Add new info severity 2021-09-13 22:48:22 +02:00
ControlFlowGraphTest.h Control flow graph for Yul. 2021-07-15 15:24:12 +02:00
ControlFlowSideEffectsTest.cpp Control flow side effects on non-disambiguated source. 2021-11-04 16:32:11 +01:00
ControlFlowSideEffectsTest.h Control flow side-effects for user-defined functions. 2021-10-14 17:46:07 +02:00
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 Remove unused includes and sort existing includes in a few places 2021-10-11 20:34:48 +02:00
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 Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
Parser.cpp Separate DebugData fields for Solidity and Yul source locations 2021-09-22 13:11:39 +02:00
StackLayoutGeneratorTest.cpp Add new info severity 2021-09-13 22:48:22 +02:00
StackLayoutGeneratorTest.h Stack layout generator for new code generation. 2021-09-02 17:47:19 +02:00
StackShufflingTest.cpp Improved stack shuffling in corner cases. 2022-01-21 15:41:30 +01:00
SyntaxTest.cpp Accessors for exceptions. 2021-12-01 14:26:23 +01:00
SyntaxTest.h
YulInterpreterTest.cpp Renamed AssemblyStack to YulStack 2022-04-08 20:28:55 +02:00
YulInterpreterTest.h
YulOptimizerTest.cpp Add new info severity 2021-09-13 22:48:22 +02:00
YulOptimizerTest.h
YulOptimizerTestCommon.cpp Unused store eliminator. 2022-03-10 18:25:28 +01:00
YulOptimizerTestCommon.h