solidity/test/libyul
2019-04-17 22:17:18 +08: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 Removing scope rules for pre block in 'For Loops' 2019-04-17 05:58:40 +05:30
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 Remove "using namespace" from header and move Instruction to dev::eth. 2019-03-28 13:48:11 +01:00
Metrics.cpp Variables are free with regards to code size. 2019-01-09 16:57:33 +01: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 [Yul] Output an error of a switch case which contains string literals longer than 32 chars 2019-04-17 22:17:18 +08: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