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 920ea2ec7e Comment: storage uses native endianness [#79877740] 10 years ago
..
BasicBlock.cpp Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work). 10 years ago
BasicBlock.h Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work). 10 years ago
CMakeLists.txt added missing CMakeLists.txt 10 years ago
Compiler.cpp Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.h Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work). 10 years ago
CompilerHelper.cpp Move JIT compiler project to library 10 years ago
CompilerHelper.h Move JIT compiler project to library 10 years ago
Endianness.cpp Handle endianness of MSTORE & MLOAD [#79877740] 10 years ago
Endianness.h Handle endianness of MSTORE & MLOAD [#79877740] 10 years ago
ExecutionEngine.cpp Throw exception if EVM program is not jitable instead of terminating to make tests going 10 years ago
ExecutionEngine.h Using gas provided by test engine and fix for creating fake ExtVMFace. 10 years ago
Ext.cpp Comment: storage uses native endianness [#79877740] 10 years ago
Ext.h Move JIT compiler project to library 10 years ago
GasMeter.cpp Merge branch 'develop' into develop-evmcc 10 years ago
GasMeter.h Move JIT compiler project to library 10 years ago
Memory.cpp Handle endianness of MSTORE & MLOAD [#79877740] 10 years ago
Memory.h Move JIT compiler project to library 10 years ago
Runtime.cpp Using ExtVM provided by test engine 10 years ago
Runtime.h Using ExtVM provided by test engine 10 years ago
Stack.cpp Handling pop() from the empty EVM stack. 10 years ago
Stack.h Propagation of values between basic blocks (and the stack): initial implementation (probably buggy, but simple cases work). 10 years ago
Type.cpp Move JIT compiler project to library 10 years ago
Type.h Handling pop() from the empty EVM stack. 10 years ago
Utils.cpp Move JIT compiler project to library 10 years ago
Utils.h Move JIT compiler project to library 10 years ago
VM.cpp Handling pop() from the empty EVM stack. 10 years ago
VM.h VM execution wrapper with similar interface as libevm/VM 10 years ago