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.
 
 
 
 
 
Paweł Bylica bd40486c7b Moving ext_calldataload helper function to evmjit library (does not depend on Env) 10 years ago
..
Arith256.cpp SDIV & SMOD fixed 10 years ago
Arith256.h Move EXP implementation from Ext to Arith256 10 years ago
BasicBlock.cpp 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
BasicBlock.h 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
CMakeLists.txt CMake scripts 10 years ago
Common.h Remove mock declaration 10 years ago
Compiler.cpp External code access in Env reimplemented 10 years ago
Compiler.h Separating EVM JIT from CPP client (WIP) 10 years ago
CompilerHelper.cpp Separate runtime classes 10 years ago
CompilerHelper.h Using call helper 10 years ago
Endianness.cpp Rename Type::i256 -> Type::Word 10 years ago
Endianness.h Add support for Big Endian architectures [Delivers #79877740] 10 years ago
ExecutionEngine.cpp Simplify JIT logs 10 years ago
ExecutionEngine.h Updating ExecutionEngine interface 10 years ago
Ext.cpp Moving ext_calldataload helper function to evmjit library (does not depend on Env) 10 years ago
Ext.h External code access in Env reimplemented 10 years ago
GasMeter.cpp Rename sload, sstore & sha3 Env functions 10 years ago
GasMeter.h Separating EVM JIT from CPP client (WIP) 10 years ago
Instruction.h Separating EVM JIT from CPP client (WIP) 10 years ago
Memory.cpp A TODO comment 10 years ago
Memory.h Change the way memory is passed to sha3 Env function 10 years ago
Runtime.cpp Changing Runtime interface 10 years ago
Runtime.h The way runtime data is passed to jit'ed contract changed 10 years ago
RuntimeData.h Changing Runtime interface 10 years ago
RuntimeManager.cpp Change Env functions first argument type to opaque Env* 10 years ago
RuntimeManager.h Change Env functions first argument type to opaque Env* 10 years ago
Stack.cpp Moving ext_calldataload helper function to evmjit library (does not depend on Env) 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp env_call updated 10 years ago
Type.h env_call updated 10 years ago
Utils.cpp Separating EVM JIT from CPP client (WIP) 10 years ago
Utils.h Simplify JIT logs 10 years ago
interface.c C Interface draft 1 10 years ago