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 05952064dc Use Constant::get() interface to create LLVM constants 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 Use Constant::get() interface to create LLVM constants 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 Use external counter for gas (external linkage global variable) 10 years ago
Ext.h EXP instruction. 10 years ago
GasMeter.cpp Use Constant::get() interface to create LLVM constants 10 years ago
GasMeter.h Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Memory.cpp Use Constant::get() interface to create LLVM constants 10 years ago
Memory.h Change the way compiled program returns 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