You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
chriseth 2d8e135df9 Detect unavailable items and do not optimise the chunk in that case. 9 years ago
..
Assembly.cpp Detect unavailable items and do not optimise the chunk in that case. 9 years ago
Assembly.h Style fixes. 9 years ago
AssemblyItem.cpp Fixed counter modification when appending assemblies. 9 years ago
AssemblyItem.h Some documentation and checks for vector_ref. 9 years ago
BlockDeduplicator.cpp Allow duplicate code removal for loops. 10 years ago
BlockDeduplicator.h Allow duplicate code removal for loops. 10 years ago
CMakeLists.txt libevmasm doesn't use libdevcrypto. 9 years ago
CommonSubexpressionEliminator.cpp Detect unavailable items and do not optimise the chunk in that case. 9 years ago
CommonSubexpressionEliminator.h Quick fix to not access inaccessible sequences. 10 years ago
ConstantOptimiser.cpp Remove namespace prefixes. 10 years ago
ConstantOptimiser.h Compute constants 10 years ago
ControlFlowGraph.cpp added error jump instead of STOP instraction in case of exception 10 years ago
ControlFlowGraph.h Known state: store tags on stack as unions. 10 years ago
Exceptions.h Detect unavailable items and do not optimise the chunk in that case. 9 years ago
ExpressionClasses.cpp Optimize double ISZERO. 10 years ago
ExpressionClasses.h Functional gas estimator. 10 years ago
GasMeter.cpp Compute constants 10 years ago
GasMeter.h Compute constants 10 years ago
KnownState.cpp Gas estimation taking known state into account. 10 years ago
KnownState.h GCC compile fix. 9 years ago
PathGasMeter.cpp Path gas meter. 10 years ago
PathGasMeter.h Path gas meter. 10 years ago
SemanticInformation.cpp Path gas meter. 10 years ago
SemanticInformation.h Gather knowledge about the state during control flow analysis. 10 years ago
SourceLocation.h added checks to prevent the self assignment 9 years ago