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 6543cc4bfc Execution Engine cleanups (reverted from commit bd85efa299) 10 years ago
..
Arith256.cpp SDIV & SMOD fixed 10 years ago
Arith256.h Move EXP implementation from Ext to Arith256 10 years ago
BasicBlock.cpp Remove usage of boost::lexical_cast 10 years ago
BasicBlock.h 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
CMakeLists.txt CMakeLists.txt cleanup (in progress) 10 years ago
Cache.cpp Object cache wit memory leaks 10 years ago
Cache.h Object cache wit memory leaks 10 years ago
Common.h Simplify ExecutionEngine interface. It is possible to pass raw code instead of LLVM module. 10 years ago
Compiler.cpp Change the name of a module to some hash (for caching) 10 years ago
Compiler.h Separating EVM JIT from CPP client (WIP) 10 years ago
CompilerHelper.cpp Separate runtime classes 10 years ago
CompilerHelper.h Using call helper 10 years ago
Endianness.cpp Detect endianness without boost help 10 years ago
Endianness.h Detect endianness without boost help 10 years ago
ExecutionEngine.cpp Execution Engine cleanups (reverted from commit bd85efa299e661228a1ac6283b5fad14e09f88d9) 10 years ago
ExecutionEngine.h Cache key is contract code. Does not work 10 years ago
Ext.cpp Gas counting for CREATE instruction 10 years ago
Ext.h Gas counting for CREATE instruction 10 years ago
GasMeter.cpp Gas counting for CREATE instruction 10 years ago
GasMeter.h SHA3 gas cost updated 10 years ago
Instruction.h Opcodes update 10 years ago
Memory.cpp Fix checking memory requirements with size 0 10 years ago
Memory.h Count additional gas cost for memory copies. Some GasMeter improvments. 10 years ago
Runtime.cpp Remove logs 10 years ago
Runtime.h Changes in setjmps 10 years ago
RuntimeData.h Fix evmcc compilation - provide fake runtime data 10 years ago
RuntimeManager.cpp Remove dummy int argument in entry function 10 years ago
RuntimeManager.h Change Env functions first argument type to opaque Env* 10 years ago
Stack.cpp added missing <csetjmp> 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp env_call updated 10 years ago
Type.h Simplify ExecutionEngine interface. It is possible to pass raw code instead of LLVM module. 10 years ago
Utils.cpp Changes in setjmps 10 years ago
Utils.h Changes in setjmps 10 years ago
interface.c C Interface draft 1 10 years ago