solidity/libevmasm
chriseth a783449195
Merge pull request #9362 from ethereum/swappedTagConjunctions
Remove unneccessary masking of tags.
2020-07-13 17:35:06 +02:00
..
Assembly.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
Assembly.h Do not set source locations for small internal assembly routines. 2020-05-27 18:26:46 +02:00
AssemblyItem.cpp Refactoring bytesRequired to accept and return size_t 2020-06-11 08:26:57 +02:00
AssemblyItem.h Refactoring bytesRequired to accept and return size_t 2020-06-11 08:26:57 +02:00
BlockDeduplicator.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
BlockDeduplicator.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
CMakeLists.txt CMake: Renaming devcore static library to solutil (to match source code paths) 2020-01-13 15:52:46 +01:00
CommonSubexpressionEliminator.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
CommonSubexpressionEliminator.h Don't use identifiers starting with an underscore followed by an uppercase letter 2020-02-17 12:44:39 -05:00
ConstantOptimiser.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
ConstantOptimiser.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
ControlFlowGraph.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
ControlFlowGraph.h Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
Exceptions.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
ExpressionClasses.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
ExpressionClasses.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
GasMeter.cpp Use multiprecision::msb() in GasMeter and remove FixedHash dependency 2020-01-17 14:24:55 +01:00
GasMeter.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
Instruction.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
Instruction.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00
JumpdestRemover.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
JumpdestRemover.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
KnownState.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
KnownState.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
LinkerObject.cpp Fixing signedness conversion warnings in libevmasm 2020-06-03 13:25:43 +02:00
LinkerObject.h Debug information for immutable references. 2020-04-06 10:56:42 +02:00
PathGasMeter.cpp C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
PathGasMeter.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
PeepholeOptimiser.cpp Merge pull request #9362 from ethereum/swappedTagConjunctions 2020-07-13 17:35:06 +02:00
PeepholeOptimiser.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
RuleList.h Optimize combination of byte and shl. 2020-07-08 20:26:46 +02:00
SemanticInformation.cpp Legacy codegeneration for immutable state variables. 2020-03-24 16:45:25 +01:00
SemanticInformation.h Control flow analysis for inline assembly. 2020-03-09 16:23:10 +01:00
SimplificationRule.h Enable more compiler warnings in the build system 2020-01-15 14:33:27 +00:00
SimplificationRules.cpp [yul] Add support for EVM version-dependent rules. 2020-05-27 11:57:08 +02:00
SimplificationRules.h Library libdevcore renamed to libsolutil. 2020-01-07 15:51:50 +01:00