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 Zawłocki f72cceda58 resolved circular dependency between libevm and libevmjit 10 years ago
..
Arith256.cpp Coding style: use "o_" prefix for output function arguments 10 years ago
Arith256.h MULMOD/ADDMOD implemented in separate functions [FIXES #80566276] 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 fixed libevmjit dependencies in cmake files 10 years ago
Compiler.cpp Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.h Handle bytecode as bytes 10 years ago
CompilerHelper.cpp Get Runtime pointer from main function argument if available 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 Move mock of ExtVMFace to evmcc tool 10 years ago
ExecutionEngine.h Move mock of ExtVMFace to evmcc tool 10 years ago
Ext.cpp codegen for LOG instructions [Delivers #81700490] 10 years ago
Ext.h codegen for LOG instructions [Delivers #81700490] 10 years ago
GasMeter.cpp Update Instruction.h location 10 years ago
GasMeter.h Update Instruction.h location 10 years ago
Memory.cpp removed references to Memory::dump() 10 years ago
Memory.h removed references to Memory::dump() 10 years ago
Runtime.cpp codegen for LOG instructions [Delivers #81700490] 10 years ago
Runtime.h codegen for LOG instructions [Delivers #81700490] 10 years ago
Stack.cpp Coding style: use "o_" prefix for output function arguments 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp Rename Type::i256 -> Type::Word 10 years ago
Type.h Rename Type::i256 -> Type::Word 10 years ago
Utils.cpp Handle bytecode as bytes 10 years ago
Utils.h Handle bytecode as bytes 10 years ago
VM.cpp resolved circular dependency between libevm and libevmjit 10 years ago
VM.h resolved circular dependency between libevm and libevmjit 10 years ago