| .. |
|
Assembly.cpp
|
Include cleanup.
|
2019-03-28 14:32:48 +01:00 |
|
Assembly.h
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
|
AssemblyItem.cpp
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
|
AssemblyItem.h
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +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
|
Review changes.
|
2019-02-25 11:58:37 +01:00 |
|
ConstantOptimiser.cpp
|
EVMVersion in langutil namespace instead of solidity
|
2019-02-25 15:29:57 +01:00 |
|
ConstantOptimiser.h
|
EVMVersion in langutil namespace instead of solidity
|
2019-02-25 15:29:57 +01: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
|
Fix commented debug output code
|
2019-03-19 16:15:05 +01:00 |
|
ExpressionClasses.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |
|
GasMeter.cpp
|
|
|
|
GasMeter.h
|
EVMVersion in langutil namespace instead of solidity
|
2019-02-25 15:29:57 +01:00 |
|
Instruction.cpp
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
|
Instruction.h
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
|
JumpdestRemover.cpp
|
Include cleanup.
|
2019-03-28 14:32:48 +01:00 |
|
JumpdestRemover.h
|
|
|
|
KnownState.cpp
|
Include cleanup.
|
2019-03-28 14:32:48 +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
|
|
|
|
PathGasMeter.cpp
|
Include cleanup.
|
2019-03-28 14:32:48 +01:00 |
|
PathGasMeter.h
|
EVMVersion in langutil namespace instead of solidity
|
2019-02-25 15:29:57 +01:00 |
|
PeepholeOptimiser.cpp
|
Include cleanup.
|
2019-03-28 14:32:48 +01:00 |
|
PeepholeOptimiser.h
|
|
|
|
RuleList.h
|
Optimize obsolete ANDs in combination with certain SHIFTs
|
2019-03-29 10:08:05 +01:00 |
|
SemanticInformation.cpp
|
Yul Optimizer: Remove dead code
|
2019-04-01 17:16:04 +02:00 |
|
SemanticInformation.h
|
Yul Optimizer: Remove dead code
|
2019-04-01 17:16:04 +02:00 |
|
SimplificationRule.h
|
Remove "using namespace" from header and move Instruction to dev::eth.
|
2019-03-28 13:48:11 +01:00 |
|
SimplificationRules.cpp
|
Allow simplification patterns to signal failure
|
2019-03-19 15:51:52 +01:00 |
|
SimplificationRules.h
|
Introduce namespace langutil in liblangutil directory.
|
2018-11-21 19:13:44 +00:00 |