| .. |
|
Assembly.cpp
|
Take only Assembly instance as an input to ConstantOptimiser
|
2019-01-31 16:02:29 +00:00 |
|
Assembly.h
|
Take only Assembly instance as an input to ConstantOptimiser
|
2019-01-31 16:02:29 +00:00 |
|
AssemblyItem.cpp
|
Use explicit break and do not coerce 0 into bool in AssemblyItem
|
2018-12-19 12:35:00 +00:00 |
|
AssemblyItem.h
|
Provide comparison shortcut.
|
2018-12-18 16:10:14 +01:00 |
|
BlockDeduplicator.cpp
|
Use curly-brackets initialization
|
2018-12-10 19:03:47 +01:00 |
|
BlockDeduplicator.h
|
|
|
|
CMakeLists.txt
|
Add headers to targets in CMakeLists.txt.
|
2018-12-17 15:01:02 +01:00 |
|
CommonSubexpressionEliminator.cpp
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
|
CommonSubexpressionEliminator.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
|
ConstantOptimiser.cpp
|
Take only Assembly instance as an input to ConstantOptimiser
|
2019-01-31 16:02:29 +00:00 |
|
ConstantOptimiser.h
|
Mark apropriate methods protected in ConstantOptimiser
|
2019-02-05 19:40:34 +00:00 |
|
ControlFlowGraph.cpp
|
Replace push_back with emplace_back where it makes sense
|
2018-12-10 19:02:39 +01:00 |
|
ControlFlowGraph.h
|
|
|
|
Exceptions.h
|
|
|
|
ExpressionClasses.cpp
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
|
ExpressionClasses.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
|
GasMeter.cpp
|
|
|
|
GasMeter.h
|
Isolating files shared between Yul- and Solidity language frontend.
|
2018-11-21 18:58:12 +00:00 |
|
Instruction.cpp
|
|
|
|
Instruction.h
|
Eliminate byte-typedef and use uint8_t in all their places instead.
|
2018-11-07 12:17:57 +01:00 |
|
JumpdestRemover.cpp
|
|
|
|
JumpdestRemover.h
|
|
|
|
KnownState.cpp
|
make use of C++ = default constructor declarations as well as more non-static member initialization syntax.
|
2018-12-19 11:26:42 +01:00 |
|
KnownState.h
|
make use of C++ = default constructor declarations as well as more non-static member initialization syntax.
|
2018-12-19 11:26:42 +01:00 |
|
LinkerObject.cpp
|
|
|
|
LinkerObject.h
|
|
|
|
PathGasMeter.cpp
|
|
|
|
PathGasMeter.h
|
Isolating files shared between Yul- and Solidity language frontend.
|
2018-11-21 18:58:12 +00:00 |
|
PeepholeOptimiser.cpp
|
Optimize some instruction comparisons.
|
2018-12-18 17:25:49 +01:00 |
|
PeepholeOptimiser.h
|
|
|
|
RuleList.h
|
Split up rule list generation further to prevent issues in browsers with the emscripten build.
|
2019-01-18 17:02:47 +01:00 |
|
SemanticInformation.cpp
|
Optimize some instruction comparisons.
|
2018-12-18 17:25:49 +01:00 |
|
SemanticInformation.h
|
|
|
|
SimplificationRule.h
|
|
|
|
SimplificationRules.cpp
|
Replace push_back with emplace_back where it makes sense
|
2018-12-10 19:02:39 +01:00 |
|
SimplificationRules.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |