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 0961908efa Introducing BasicBlock class. 10 years ago
..
bytecode Pop entry state of basic block from external stack, push exit state to external stack. 10 years ago
lll SHA3 instruction 10 years ago
BasicBlock.cpp Introducing BasicBlock class. 10 years ago
BasicBlock.h Introducing BasicBlock class. 10 years ago
CMakeLists.txt added ethcore to libs required by evmcc 10 years ago
Compiler.cpp Introducing BasicBlock class. 10 years ago
Compiler.h Introducing BasicBlock class. 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 SHA3 instruction 10 years ago
Ext.h SHA3 instruction 10 years ago
Memory.cpp Runtime class that inits and keeps stack, memory and ExtVM interface 10 years ago
Memory.h Runtime class that inits and keeps stack, memory and ExtVM interface 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
Stack.cpp Pop entry state of basic block from external stack, push exit state to external stack. 10 years ago
Stack.h Pop entry state of basic block from external stack, push exit state to external stack. 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