.. |
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
|
Mark appropriate constructors explicit
|
2017-08-22 10:51:46 +01:00 |
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
|
Even more style checks.
|
2019-02-14 11:53:00 +01: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
|
Code, Changelog, ReleaseChecklist: Fix typos.
|
2018-07-11 00:26:23 +02:00 |
Exceptions.h
|
Fix licensing headers
|
2016-11-23 12:22:33 +01:00 |
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
|
Set the price of EXTCODEHASH properly
|
2018-09-26 16:11:02 +01:00 |
GasMeter.h
|
Isolating files shared between Yul- and Solidity language frontend.
|
2018-11-21 18:58:12 +00:00 |
Instruction.cpp
|
Even more style checks.
|
2019-02-14 11:53:00 +01:00 |
Instruction.h
|
Eliminate byte -typedef and use uint8_t in all their places instead.
|
2018-11-07 12:17:57 +01:00 |
JumpdestRemover.cpp
|
Replaced solAssert in Jumpdest optimization
|
2017-11-25 21:51:27 +00:00 |
JumpdestRemover.h
|
Introduce JumpdestRemover optimisation step
|
2017-08-25 10:42:36 +01:00 |
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
|
Renamed SHA3.{h,cpp} files.
|
2018-10-18 14:31:36 +02:00 |
LinkerObject.h
|
Use hash for library placeholders.
|
2018-10-12 15:15:01 +02:00 |
PathGasMeter.cpp
|
Follow highest gas usage only for gas estimation.
|
2018-05-09 10:53:30 +02:00 |
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
|
Add virtual destructors on base classes.
|
2018-05-02 13:29:16 +02:00 |
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
|
Optimize across MLOAD if MSIZE is not used.
|
2018-04-03 14:34:32 +02:00 |
SimplificationRule.h
|
Turn simplification rule tuple into struct.
|
2018-02-06 22:51:30 +01:00 |
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 |