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-zawlocki 727691f83a Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 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 Codegen for CODECOPY. 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 Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.h Indirect jump: jump table generated in separate bblock. 10 years ago
ExecutionEngine.cpp Merge branch 'develop-evmcc' of github.com:imapp-pl/ethereum into develop-evmcc 10 years ago
ExecutionEngine.h Implementation of ExecutionEngine with LLVM MCJIT 10 years ago
Ext.cpp Codegen for CODECOPY. 10 years ago
Ext.h Codegen for CODECOPY. 10 years ago
GasMeter.cpp Try to throw an OutOfGas exception when out of gas. The exception cannot be handled. 10 years ago
GasMeter.h Try to throw an OutOfGas exception when out of gas. The exception cannot be handled. 10 years ago
Memory.cpp Some LLVM function attribute fun 10 years ago
Memory.h Merge branch 'develop-evmcc' of https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Runtime.cpp Try to throw an OutOfGas exception when out of gas. The exception cannot be handled. 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 Try to throw an OutOfGas exception when out of gas. The exception cannot be handled. 10 years ago
Utils.cpp Set/get values in Ext store - SSTORE & SLOAD 10 years ago
Utils.h InsertPointGuard helper class for IRBuilder 10 years ago
evmcc.cpp Output compilation (option -c) result to standard output by default 10 years ago