solidity/test/libyul
2021-04-20 17:38:29 +02:00
..
evmCodeTransform/stackReuse Trivial isoltest updates: normalized whitespace 2021-04-20 17:38:29 +02:00
ewasmTranslationTests [ewasm] Polyfill: balance & address: Update Tests. 2021-01-19 13:04:45 -05:00
functionSideEffects Refactor SideEffects struct 2020-08-18 14:53:59 +02:00
objectCompiler Reuse function argument slots and defer allocation of return variable slots in EVMCodeTransform. 2021-04-06 13:38:05 +02:00
yulInterpreterTests Allow hex string literals in Yul. 2021-04-08 15:03:33 +02:00
yulOptimizerTests FunctionSpecializer: skip specializing recursive functions 2021-03-29 11:02:31 +02:00
yulSyntaxTests Trivial isoltest updates: missing // ---- at the end 2021-04-20 17:38:29 +02:00
Common.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-12-02 12:28:02 +01:00
Common.h Return object format in expectation for yulOptimizerTests 2020-08-05 11:55:13 +01:00
CompilabilityChecker.cpp Update test expectations. 2021-04-06 13:41:26 +02:00
EVMCodeTransformTest.cpp Extract StackReuseCodegen tests. 2021-03-09 15:47:24 +01:00
EVMCodeTransformTest.h Extract StackReuseCodegen tests. 2021-03-09 15:47:24 +01:00
EwasmTranslationTest.cpp Merge remote-tracking branch 'origin/develop' into breaking 2020-12-07 13:04:14 +01:00
EwasmTranslationTest.h Use forward declaration in EwasmTranslationTest 2020-08-05 13:31:51 +01:00
FunctionSideEffects.cpp Refactor SideEffects struct 2020-08-18 14:53:59 +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 Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
Metrics.cpp Rename AsmData -> AST 2020-11-25 17:58:02 +00:00
ObjectCompilerTest.cpp Rename SourceReferenceFormatterHuman. 2020-12-01 16:09:46 +01:00
ObjectCompilerTest.h Add wasm support to libyul/ObjectCompilerTest 2020-11-10 23:24:49 +01:00
ObjectParser.cpp Remove old boost tests from libyul/ObjectParser 2020-08-05 21:01:46 +01:00
Parser.cpp Updating tests after improving Yul error reporting 2021-02-09 16:55:33 +01:00
SyntaxTest.cpp Use yul::test::parse in libyul/SynaxtTests to support objects 2020-08-05 18:10:21 +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 Merge remote-tracking branch 'origin/develop' into breaking 2020-12-07 13:04:14 +01:00
YulInterpreterTest.h Add SPDX license identifier if not present already in source file 2020-07-17 20:24:12 +05:30
YulOptimizerTest.cpp Enable fine grained yul optimizer fuzzing 2021-01-19 18:22:59 +01:00
YulOptimizerTest.h Header cleanup 2021-01-18 10:27:58 +01:00
YulOptimizerTestCommon.cpp Tests for FunctionSpecializer 2021-03-29 11:02:18 +02:00
YulOptimizerTestCommon.h Enable fine grained yul optimizer fuzzing 2021-01-19 18:22:59 +01:00