solidity/libevmasm
2016-11-22 14:58:24 +01:00
..
Assembly.cpp Optimizer: Clear state for JUMPDESTs. 2016-11-22 14:58:24 +01:00
Assembly.h Simple peephole optimizer that is activated even if not requested. 2016-11-16 14:37:19 +01:00
AssemblyItem.cpp Fix setting the tag. 2016-11-16 14:37:19 +01:00
AssemblyItem.h Stored combined creation and runtime tags. 2016-11-16 14:37:18 +01:00
BlockDeduplicator.cpp Stored combined creation and runtime tags. 2016-11-16 14:37:18 +01:00
BlockDeduplicator.h Stored combined creation and runtime tags. 2016-11-16 14:37:18 +01:00
CMakeLists.txt Build jsoncpp from source using jsoncpp.cmake script 2016-10-20 22:18:13 +01:00
CommonSubexpressionEliminator.cpp return instructionInfo style 2016-04-04 15:27:09 +04:00
CommonSubexpressionEliminator.h move libevmasm 2016-03-21 11:55:45 +03:00
ConstantOptimiser.cpp Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
ConstantOptimiser.h Make solidity independent from ethcore. 2016-04-06 20:56:00 +02:00
ControlFlowGraph.cpp Further fixes to the optimizer. 2016-08-01 23:41:11 +02:00
ControlFlowGraph.h Stored combined creation and runtime tags. 2016-11-16 14:37:18 +01:00
EVMSchedule.h Make the Solidity repository standalone. 2016-08-01 01:45:11 -07:00
Exceptions.h move libevmasm 2016-03-21 11:55:45 +03:00
ExpressionClasses.cpp Optimiser the PUSH 0, EQ case as ISZERO 2016-10-23 00:23:08 +01:00
ExpressionClasses.h move libevmasm 2016-03-21 11:55:45 +03:00
GasMeter.cpp Keep old code. 2016-11-14 23:28:26 +01:00
GasMeter.h Keep old code. 2016-11-14 23:28:26 +01:00
Instruction.cpp Correctly use not/bnot/iszero. 2016-05-09 10:52:23 +02:00
Instruction.h return instructionInfo style 2016-04-04 15:27:09 +04:00
KnownState.cpp Rename dev::sha3 to dev::keccak256 2016-10-06 14:53:40 +01:00
KnownState.h move libevmasm 2016-03-21 11:55:45 +03:00
LinkerObject.cpp move libevmasm 2016-03-21 11:55:45 +03:00
LinkerObject.h move libevmasm 2016-03-21 11:55:45 +03:00
PathGasMeter.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
PathGasMeter.h move libevmasm 2016-03-21 11:55:45 +03:00
PeepholeOptimiser.cpp fixup! Simple peephole optimizer that is activated even if not requested. 2016-11-16 14:37:19 +01:00
PeepholeOptimiser.h Change encoding to address-funid and add "function" as ABI type. 2016-11-16 14:37:19 +01:00
SemanticInformation.cpp reduce unnecessary solidity:: namespace 2016-04-04 15:41:35 +04:00
SemanticInformation.h rename namespace for instruction.h/cpp in libevmasm 2016-04-02 15:56:43 +03:00
SourceLocation.h libevmasm: fix comparison of SourceLocations 2016-11-08 11:11:08 +01:00