.. |
Assembly.cpp
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-11-26 16:19:35 +01:00 |
Assembly.h
|
Add modifier depth to source mappings.
|
2019-11-05 16:50:38 +01:00 |
AssemblyItem.cpp
|
Replace uses of BOOST_THROW_EXCEPTION with assertThrow
|
2019-11-26 13:07:42 +01:00 |
AssemblyItem.h
|
Add modifier depth to source mappings.
|
2019-11-05 16:50:38 +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
|
Replace uses of BOOST_THROW_EXCEPTION with assertThrow
|
2019-11-26 13:07:42 +01:00 |
CommonSubexpressionEliminator.h
|
Review changes.
|
2019-02-25 11:58:37 +01:00 |
ConstantOptimiser.cpp
|
Add new gas price for deployed bytecode (EIP2028)
|
2019-11-19 17:09:18 +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
|
Code, Changelog, ReleaseChecklist: Fix typos.
|
2018-07-11 00:26:23 +02:00 |
Exceptions.h
|
Move InvalidDeposit/InvalidOpcode from Instructions.h to Exceptions.h
|
2019-11-26 12:21:06 +01:00 |
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
|
Add new gas price for deployed bytecode (EIP2028)
|
2019-11-19 17:09:18 +01:00 |
GasMeter.h
|
Add new gas price for deployed bytecode (EIP2028)
|
2019-11-19 17:09:18 +01:00 |
Instruction.cpp
|
Fix failing tests on ArchLinux and potentially MacOS
|
2019-10-29 12:02:50 +01:00 |
Instruction.h
|
Move InvalidDeposit/InvalidOpcode from Instructions.h to Exceptions.h
|
2019-11-26 12:21:06 +01:00 |
JumpdestRemover.cpp
|
Include cleanup.
|
2019-03-28 14:32:48 +01:00 |
JumpdestRemover.h
|
Introduce JumpdestRemover optimisation step
|
2017-08-25 10:42:36 +01:00 |
KnownState.cpp
|
Remove trailing spaces in output.
|
2019-11-21 20:09:03 +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
|
Clarify some notes in LinkerObject and assert that linkReferences are always correct
|
2019-11-22 16:48:23 +00:00 |
PathGasMeter.cpp
|
Restrict usage of plain "new".
|
2019-11-27 17:55:11 +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
|
Add virtual destructors on base classes.
|
2018-05-02 13:29:16 +02:00 |
RuleList.h
|
Simplify patterns.
|
2019-11-15 00:34:01 +01:00 |
SemanticInformation.cpp
|
add chainid and selfbalance to lllc
|
2019-09-09 23:35:36 +03:00 |
SemanticInformation.h
|
Split MovableChecker and introduce SideEffectsUpToMSize.
|
2019-05-28 12:54:32 +02:00 |
SimplificationRule.h
|
Simplify patterns.
|
2019-11-15 00:34:01 +01:00 |
SimplificationRules.cpp
|
Simplify patterns.
|
2019-11-15 00:34:01 +01:00 |
SimplificationRules.h
|
Simplify patterns.
|
2019-11-15 00:34:01 +01:00 |