solidity/libevmasm
2020-07-14 18:29:37 +01:00
..
Assembly.cpp Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
Assembly.h Do not set source locations for small internal assembly routines. 2020-05-27 18:26:46 +02:00
AssemblyItem.cpp Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
AssemblyItem.h Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
BlockDeduplicator.cpp Implement subroutines for yul functions. 2020-07-14 18:29:37 +01: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 Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
GasMeter.h Apply modernize-pass-by-value. 2020-04-14 10:32:13 -05:00
Instruction.cpp Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
Instruction.h Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
JumpdestRemover.cpp Implement subroutines for yul functions. 2020-07-14 18:29:37 +01:00
JumpdestRemover.h C++ namespace cleanup (except tests). 2020-01-07 15:51:50 +01:00
KnownState.cpp Implement subroutines for yul functions. 2020-07-14 18:29:37 +01: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 Implement subroutines for yul functions. 2020-07-14 18:29:37 +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