solidity/test/libyul
2022-01-06 14:16:02 +01:00
..
controlFlowSideEffects Tests. 2021-11-04 16:38:07 +01:00
evmCodeTransform Named function labels. 2021-11-03 12:42:07 +01:00
ewasmTranslationTests Update tests 2021-04-23 15:54:10 +01:00
functionSideEffects Add function side effects test. 2021-04-26 19:56:44 +02:00
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 Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
yulOptimizerTests Added more tests. Updated chromosome. Remove unused headers. 2022-01-04 13:27:39 +05:30
yulStackLayout Update tests. 2021-11-03 12:39:55 +01:00
yulSyntaxTests Adds fmtlib as 3rdparty dependency for easier string composition. 2021-10-11 13:35:08 +02:00
Common.cpp Pass DebugInfoSelection down to the code handling assembly printing 2021-10-11 20:34:48 +02:00
Common.h Remove CharStream from SourceLocation. 2021-07-14 15:12:07 +02:00
CompilabilityChecker.cpp Update test expectations. 2021-04-06 13:41:26 +02:00
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 Update tests. 2021-11-03 12:39:55 +01:00
EVMCodeTransformTest.h Extract StackReuseCodegen tests. 2021-03-09 15:47:24 +01:00
EwasmTranslationTest.cpp Yul interpreter: Add flag to disable memory tracing and dump for fuzzing. 2022-01-04 11:56:27 +01:00
EwasmTranslationTest.h Remove CharStream from SourceLocation. 2021-07-14 15:12:07 +02:00
FunctionSideEffects.cpp Use "for objects" dialect for function side effects test. 2021-04-22 14:37:51 +02:00
FunctionSideEffects.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
Inliner.cpp Remove unused includes and sort existing includes in a few places 2021-10-11 20:34:48 +02:00
KnowledgeBaseTest.cpp Tests for knowledge base. 2021-08-19 12:51:54 +02:00
Metrics.cpp Adjust cost of literal zero. 2021-04-22 11:42:42 +02:00
ObjectCompilerTest.cpp Pass DebugInfoSelection down to the code handling assembly printing 2021-10-11 20:34:48 +02:00
ObjectCompilerTest.h Remove CharStream from SourceLocation. 2021-07-14 15:12:07 +02:00
ObjectParser.cpp Pass DebugInfoSelection down to the code handling assembly printing 2021-10-11 20:34:48 +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
SyntaxTest.cpp Accessors for exceptions. 2021-12-01 14:26:23 +01:00
SyntaxTest.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulInterpreterTest.cpp Yul interpreter: Add flag to disable memory tracing and dump for fuzzing. 2022-01-04 11:56:27 +01:00
YulInterpreterTest.h Remove CharStream from SourceLocation. 2021-07-14 15:12:07 +02:00
YulOptimizerTest.cpp Add new info severity 2021-09-13 22:48:22 +02:00
YulOptimizerTest.h Remove CharStream from SourceLocation. 2021-07-14 15:12:07 +02:00
YulOptimizerTestCommon.cpp Add FunctionHoister as a pre-requisite for equal store eliminator. 2022-01-06 14:16:02 +01:00
YulOptimizerTestCommon.h Enable fine grained yul optimizer fuzzing 2021-01-19 18:22:59 +01:00