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 d6e6a5f558 MSIZE test 10 years ago
..
bytecode MSIZE test 10 years ago
lll MSIZE test 10 years ago
test/jump test cases for jumps 10 years ago
BasicBlock.cpp Fix stack swap or dup not generating PHI nodes 10 years ago
BasicBlock.h Fix stack swap or dup not generating PHI nodes 10 years ago
CMakeLists.txt Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.cpp Fix for finding jumpTableBlock 10 years ago
Compiler.h Indirect jump: jump table generated in separate bblock. 10 years ago
ExecutionEngine.cpp Pop entry state of basic block from external stack, push exit state to external stack. 10 years ago
ExecutionEngine.h Implementation of ExecutionEngine with LLVM MCJIT 10 years ago
Ext.cpp EXP instruction. 10 years ago
Ext.h EXP instruction. 10 years ago
GasMeter.cpp Renames & comments 10 years ago
GasMeter.h Group gas counting into block of instructions called cost-block. 10 years ago
Memory.cpp Wrong resize condition fixed 10 years ago
Memory.h mload function added as implementation of MLOAD 10 years ago
Runtime.cpp Runtime class that inits and keeps stack, memory and ExtVM interface 10 years ago
Runtime.h Runtime class that inits and keeps stack, memory and ExtVM interface 10 years ago
Type.cpp Generate mem.store function and dependencies (currently unused) 10 years ago
Type.h Generate mem.store function and dependencies (currently unused) 10 years ago
Utils.cpp Set/get values in Ext store - SSTORE & SLOAD 10 years ago
Utils.h Push call data on stack - CALLDATALOAD 10 years ago
evmcc.cpp Output compilation (option -c) result to standard output by default 10 years ago