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.
 
 
 
 
 
artur-zawlocki 49015515b2 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
..
bytecode Allocate memory and count gas for RETURN instruction 10 years ago
lll Allocate memory and count gas for RETURN instruction 10 years ago
test * codegen for CODECALL 10 years ago
BasicBlock.cpp Change namespace from `evmcc` to `dev::eth::jit` 10 years ago
BasicBlock.h Change namespace from `evmcc` to `dev::eth::jit` 10 years ago
CMakeLists.txt Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.cpp Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.h Added dumping of CFG to a .dot file 10 years ago
CompilerHelper.cpp Get IR module from IR builder on demand 10 years ago
CompilerHelper.h InsertPointGuard definition moved to CompilerHelper.h 10 years ago
ExecutionEngine.cpp Removing unnecessary `dev` name prefixes 10 years ago
ExecutionEngine.h Change namespace from `evmcc` to `dev::eth::jit` 10 years ago
Ext.cpp Get IR module from IR builder on demand 10 years ago
Ext.h Get IR module from IR builder 10 years ago
GasMeter.cpp InsertPointGuard definition moved to CompilerHelper.h 10 years ago
GasMeter.h Get IR module from IR builder 10 years ago
Memory.cpp Get IR module from IR builder on demand 10 years ago
Memory.h Get IR module from IR builder on demand 10 years ago
Runtime.cpp Removing unnecessary `dev` name prefixes 10 years ago
Runtime.h Removing unnecessary `dev` name prefixes 10 years ago
Type.cpp Eliminating some `using namespace` 10 years ago
Type.h Eliminating some `using namespace` 10 years ago
Utils.cpp Removing unnecessary `dev` name prefixes 10 years ago
Utils.h InsertPointGuard definition moved to CompilerHelper.h 10 years ago
evmcc.cpp Added dumping of CFG to a .dot file 10 years ago