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 fd0631f7c9 Merge branch 'develop-evmcc' of https://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 CODECALL 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 https://github.com/imapp-pl/ethereum into develop-evmcc 10 years ago
Compiler.h Use longjmp to return OutOfGas code from main function (WIP) 10 years ago
ExecutionEngine.cpp Working longjmp solution 10 years ago
ExecutionEngine.h Implementation of ExecutionEngine with LLVM MCJIT 10 years ago
Ext.cpp * codegen for CODECALL 10 years ago
Ext.h * codegen for CODECALL 10 years ago
GasMeter.cpp Unused rt_exit() function removed 10 years ago
GasMeter.h Unused rt_exit() function removed 10 years ago
Memory.cpp Codegen for EXTCODESIZE & EXTCODECOPY 10 years ago
Memory.h Codegen for EXTCODESIZE & EXTCODECOPY 10 years ago
Runtime.cpp Unused rt_exit() function removed 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