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 f0f5833c4c Private mem.require function that preallocates memory and counts gas fee 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/jump Report error if static-analysed stack is too small 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 Give back an amount of gas not used by CALL instructions 10 years ago
Compiler.h Indirect jump: jump table generated in separate bblock. 10 years ago
ExecutionEngine.cpp Allocate memory and count gas for RETURN instruction 10 years ago
ExecutionEngine.h Implementation of ExecutionEngine with LLVM MCJIT 10 years ago
Ext.cpp Give back an amount of gas not used by CALL instructions 10 years ago
Ext.h Give back an amount of gas not used by CALL instructions 10 years ago
GasMeter.cpp Give back an amount of gas not used by CALL instructions 10 years ago
GasMeter.h Give back an amount of gas not used by CALL instructions 10 years ago
Memory.cpp Private mem.require function that preallocates memory and counts gas fee 10 years ago
Memory.h Private mem.require function that preallocates memory and counts gas fee 10 years ago
Runtime.cpp Use external counter for gas (external linkage global variable) 10 years ago
Runtime.h Use external counter for gas (external linkage global variable) 10 years ago
Type.cpp Allocate memory and count gas for RETURN instruction 10 years ago
Type.h Allocate memory and count gas for RETURN instruction 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