solidity/test/libyul
chriseth 578d618065
Merge pull request #6594 from ethereum/adjustCodeMetric
Increase code cost for branching statements.
2019-04-29 09:48:59 +02:00
..
objectCompiler Use rematerializer if variable is unreferenced or value is "cheap". 2019-01-07 14:03:32 +01:00
yulInterpreterTests Interpreter tests. 2019-02-25 11:58:36 +01:00
yulOptimizerTests Merge pull request #6594 from ethereum/adjustCodeMetric 2019-04-29 09:48:59 +02:00
Common.cpp Add shortcuts for formatting error information 2019-04-10 18:44:45 +08:00
Common.h liblangutil: refactor SourceReferenceFormatter, splitting out retrieval and making use of new SourceLocation's CharStream knowledge 2018-12-06 14:01:01 +01:00
CompilabilityChecker.cpp Pass "optimize stack allocation" flag down to the stack compressor. 2019-03-20 15:03:27 +01:00
Inliner.cpp Disallow Yul function definitions inside for loop init blocks. 2019-04-25 10:32:00 +02:00
Metrics.cpp Increase code cost for branching statements. 2019-04-25 17:08:11 +02:00
ObjectCompilerTest.cpp Add shortcuts for formatting error information 2019-04-10 18:44:45 +08:00
ObjectCompilerTest.h Implements infrastructure for semantic tests. 2019-02-13 13:05:58 +01:00
ObjectParser.cpp Make optimiser settings available to assembly stack. 2019-03-28 18:24:13 +01:00
Parser.cpp Support period as part of identifiers for Yul and Inline Assembly. 2019-04-25 16:48:16 +02:00
StackReuseCodegen.cpp Make optimiser settings available to assembly stack. 2019-03-28 18:24:13 +01:00
YulInterpreterTest.cpp Add shortcuts for formatting error information 2019-04-10 18:44:45 +08:00
YulInterpreterTest.h Rebase update. 2019-02-25 14:30:34 +01:00
YulOptimizerTest.cpp Add assertion that DeadCodeEliminator needs ForLoopInitRewriter. 2019-04-15 23:26:56 +02:00
YulOptimizerTest.h Make yul a setting. 2019-04-03 14:58:20 +02:00