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 ece7fe7782 Clean up ExecutionEngine 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 Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) (reverted from commit 6094aa30add22d56bee145bbb4a7d440c08db5c8) 10 years ago
BasicBlock.h 1) JUMP/I semantics updated. 2) Members of BasicBlock::LocalStack pulled out to BasicBlock 10 years ago
CMakeLists.txt Add -D__STDC_CONSTANT_MACROS -D__STDC_LIMIT_MACROS needed by LLVM (reverted from commit 66d5a2b5cdf1361dcf0205b191dd12be090ed224) 10 years ago
Cache.cpp Own cached objects 10 years ago
Cache.h Using one ExecutionEngine to cache compiled contracts 10 years ago
Common.h Simplify ExecutionEngine interface. It is possible to pass raw code instead of LLVM module. 10 years ago
Compiler.cpp Use code hash as main function name 10 years ago
Compiler.h Separating EVM JIT from CPP client (WIP) 10 years ago
CompilerHelper.cpp Use code hash as main function name 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 Clean up ExecutionEngine 10 years ago
ExecutionEngine.h Clean up ExecutionEngine 10 years ago
Ext.cpp Remove global privite pointers to runtime instance and runtime data 10 years ago
Ext.h Type usage and other cleanups 10 years ago
GasMeter.cpp Remove global privite pointers to runtime instance and runtime data 10 years ago
GasMeter.h Remove addtional cost param from commitCostBlock(). Count additional cost manually. [#81461534] 10 years ago
Instruction.h Read push data using llvm::APInt 10 years ago
Memory.cpp Remove global private memory pointers 10 years ago
Memory.h Remove global private memory pointers 10 years ago
Runtime.cpp Remove unused function 10 years ago
Runtime.h Remove global private memory pointers 10 years ago
RuntimeData.h Fix evmcc compilation - provide fake runtime data 10 years ago
RuntimeManager.cpp Remove global private memory pointers 10 years ago
RuntimeManager.h Remove global privite pointers to runtime instance and runtime data 10 years ago
Stack.cpp added missing <csetjmp> 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp Read push data using llvm::APInt 10 years ago
Type.h Read push data using llvm::APInt 10 years ago
Utils.cpp Read push data using llvm::APInt 10 years ago
Utils.h Changes in setjmps 10 years ago
interface.c C Interface draft 1 10 years ago