.. |
objectCompiler
|
Use rematerializer if variable is unreferenced or value is "cheap".
|
2019-01-07 14:03:32 +01:00 |
yulInterpreterTests
|
Implement datasize, dataoffset and datacopy for yul interpreter.
|
2019-05-06 16:59:47 +02:00 |
yulOptimizerTests
|
Add wordSizeTransform yulOptimizerTests
|
2019-05-03 01:52:01 +08: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
|
Implement datasize, dataoffset and datacopy for yul interpreter.
|
2019-05-06 16:59:47 +02:00 |
YulInterpreterTest.h
|
Implement datasize, dataoffset and datacopy for yul interpreter.
|
2019-05-06 16:59:47 +02:00 |
YulOptimizerTest.cpp
|
Add wordSizeTransform yulOptimizerTests
|
2019-05-03 01:52:01 +08:00 |
YulOptimizerTest.h
|
Make yul a setting.
|
2019-04-03 14:58:20 +02:00 |