.. |
objectCompiler
|
[Yul] Directly jump over a series of function definitions
|
2019-06-19 12:40:11 +08:00 |
yulInterpreterTests
|
YulInterpreter: Fix wrong context passed to called function
|
2019-08-12 17:12:53 +02:00 |
yulOptimizerTests
|
[Yul] ExpressionInliner: avoid duplicating high cost expressions
|
2019-08-05 11:48:32 +02:00 |
Common.cpp
|
Make dialect const& and allocate single instances statically.
|
2019-05-17 12:54:24 +02: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
|
Supply full object to stack compressor and Optimizer Suite.
|
2019-07-10 18:49:42 +02: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
|
Use the TestCase settings mechanism for object compiler tests.
|
2019-06-11 14:11:27 +02:00 |
ObjectCompilerTest.h
|
Allow test cases to indicate fatal errors.
|
2019-05-07 18:12:21 +02:00 |
ObjectParser.cpp
|
Check availability of data objects already in analysis phase.
|
2019-07-10 18:49:42 +02:00 |
Parser.cpp
|
Supply full object to stack compressor and Optimizer Suite.
|
2019-07-10 18:49:42 +02:00 |
StackReuseCodegen.cpp
|
[Yul] Directly jump over a series of function definitions
|
2019-06-19 12:40:11 +08:00 |
YulInterpreterTest.cpp
|
Unify parsing of simple test expectations and require lines to start with `// `.
|
2019-06-11 14:05:45 +02:00 |
YulInterpreterTest.h
|
Make YulInterpreterTest EVM version aware.
|
2019-05-23 12:42:11 +02:00 |
YulOptimizerTest.cpp
|
[isoltest] Moves error types to dedicated file.
|
2019-08-05 15:00:04 +02:00 |
YulOptimizerTest.h
|
Make dialect const& and allocate single instances statically.
|
2019-05-17 12:54:24 +02:00 |