solidity/test/libyul
2019-05-13 10:26:57 +02:00
..
objectCompiler Use rematerializer if variable is unreferenced or value is "cheap". 2019-01-07 14:03:32 +01:00
yulInterpreterTests Fix interpreter exp bug. 2019-05-07 11:40:33 +02:00
yulOptimizerTests Really split structural simplifier. 2019-05-13 10:26:57 +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 Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00
ObjectCompilerTest.h Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00
ObjectParser.cpp Format short blocks and loops on a single line. 2019-05-08 13:28:00 +02: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 Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00
YulInterpreterTest.h Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00
YulOptimizerTest.cpp Really split structural simplifier. 2019-05-13 10:26:57 +02:00
YulOptimizerTest.h Allow test cases to indicate fatal errors. 2019-05-07 18:12:21 +02:00