solidity/libevmasm
Valentin Wüstholz 9bcbd93ac5 Change translation of implicit throws (issue #1589).
This adds a new invalid instruction that is used for encoding
implicit throws that are emitted by the compiler. This makes it
possible to distinguish such runtime errors from user-provided,
explicit throws.
2017-01-26 16:39:07 +01:00
..
Assembly.cpp Create functional assembly output, if possible. 2017-01-24 01:09:55 +01:00
Assembly.h Create functional assembly output, if possible. 2017-01-24 01:09:55 +01:00
AssemblyItem.cpp Create functional assembly output, if possible. 2017-01-24 01:09:55 +01:00
AssemblyItem.h Create functional assembly output, if possible. 2017-01-24 01:09:55 +01:00
BlockDeduplicator.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
BlockDeduplicator.h Fix licensing headers 2016-11-23 12:22:33 +01:00
CMakeLists.txt Build jsoncpp from source using jsoncpp.cmake script 2016-10-20 22:18:13 +01:00
CommonSubexpressionEliminator.cpp Windows build fix. 2017-01-12 17:52:27 +01:00
CommonSubexpressionEliminator.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ConstantOptimiser.cpp Minor changes from review. 2017-01-12 17:53:06 +01:00
ConstantOptimiser.h Optimize constant optimization. 2017-01-12 17:52:27 +01:00
ControlFlowGraph.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
ControlFlowGraph.h Fix licensing headers 2016-11-23 12:22:33 +01:00
EVMSchedule.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Exceptions.h Fix licensing headers 2016-11-23 12:22:33 +01:00
ExpressionClasses.cpp Optimise simplification rules (sort into bins). 2017-01-12 17:52:26 +01:00
ExpressionClasses.h Optimise simplification rules (sort into bins). 2017-01-12 17:52:26 +01:00
GasMeter.cpp libevmasm: remove duplicate Tier from Tier::xTiers 2017-01-18 17:24:39 +01:00
GasMeter.h Fix licensing headers 2016-11-23 12:22:33 +01:00
Instruction.cpp Change translation of implicit throws (issue #1589). 2017-01-26 16:39:07 +01:00
Instruction.h Change translation of implicit throws (issue #1589). 2017-01-26 16:39:07 +01:00
KnownState.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
KnownState.h Fix licensing headers 2016-11-23 12:22:33 +01:00
LinkerObject.cpp Provide fallback for linking. 2017-01-18 17:41:36 +01:00
LinkerObject.h Provide fallback for linking. 2017-01-18 17:41:36 +01:00
PathGasMeter.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
PathGasMeter.h Fix licensing headers 2016-11-23 12:22:33 +01:00
PeepholeOptimiser.cpp libevmasm: OpPop() optimization keeps the source location 2016-12-30 13:52:38 +01:00
PeepholeOptimiser.h Fix licensing headers 2016-11-23 12:22:33 +01:00
SemanticInformation.cpp Fix licensing headers 2016-11-23 12:22:33 +01:00
SemanticInformation.h Fix licensing headers 2016-11-23 12:22:33 +01:00
SimplificationRules.cpp Fix match groups. 2017-01-12 17:52:27 +01:00
SimplificationRules.h Optimise simplification rules (sort into bins). 2017-01-12 17:52:26 +01:00
SourceLocation.h Fix licensing headers 2016-11-23 12:22:33 +01:00