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.
 
 
 
 
 
Gav Wood 34494725db Merge pull request #2633 from chfast/evmjit_stacklimit_fix 10 years ago
..
preprocessor Fix MSVC problems with decltype() 10 years ago
Arith256.cpp Cleanups. 10 years ago
Arith256.h Lower ADDMOD & MULMOD (limited) to a function call in the LLVM pass after optimization. 10 years ago
Array.cpp Merge remote-tracking branch 'upstream/develop' into evmjit-develop 10 years ago
Array.h Fix wrong llvm::Twine usage (or MSVC bug) 10 years ago
BasicBlock.cpp Fix EVM JIT stack limit checking. 10 years ago
BasicBlock.h Fix EVM JIT stack limit checking. 10 years ago
BuildInfo.h.in Set EVM JIT version in cmake script. 10 years ago
CMakeLists.txt Subtree merge: ethereum/evmjit into ethereum/cpp-ethereum 10 years ago
Cache.cpp Set EVM JIT version in cmake script. 10 years ago
Cache.h MSVC fixes. 10 years ago
Common.h EVM JIT C++ interface in one header. 10 years ago
Compiler.cpp Cleanups. 10 years ago
Compiler.h EVM JIT C++ interface in one header. 10 years ago
CompilerHelper.cpp Add EVMJIT. 10 years ago
CompilerHelper.h Fix MSVC problems with decltype() 10 years ago
Endianness.cpp Remove some LLVM 3.5 bugs workarounds 10 years ago
Endianness.h Add EVMJIT. 10 years ago
ExecStats.cpp Better style of ExecutionEngine initialization. Some eth::jit -> evmjit namespace transfers. 10 years ago
ExecStats.h Code migration. 10 years ago
Ext.cpp Release aquired arg allocas in Ext::calldataload. 10 years ago
Ext.h Cleanup unused code. 10 years ago
GasMeter.cpp Adjustments for llvm::IRBuilder API changes. 10 years ago
GasMeter.h Code migration. 10 years ago
Instruction.cpp Code migration. 10 years ago
Instruction.h EVM JIT C++ interface in one header. 10 years ago
JIT-c.cpp Fix evmjit Windows exports. 10 years ago
JIT.cpp Subtree merge: ethereum/evmjit into ethereum/cpp-ethereum. 10 years ago
Memory.cpp Merge ExecutionContext and Runtime classes 10 years ago
Memory.h Create Array for memory 10 years ago
Optimizer.cpp Cleanups. 10 years ago
Optimizer.h Implementation of MUL workaround in "LLVM pass" way. 10 years ago
RuntimeManager.cpp Subtree merge: ethereum/evmjit into ethereum/cpp-ethereum. 10 years ago
RuntimeManager.h Cleanups. 10 years ago
Stack.cpp Merge ExecutionContext and Runtime classes 10 years ago
Stack.h Cleanup issues reported by clang. 10 years ago
Type.cpp Remove unused stuff 10 years ago
Type.h Do not compute code hash twice in VM test engine. 10 years ago
Utils.cpp Allow mixing debug version of evmjit with release version of LLVM library 10 years ago
Utils.h Reimplement no-op version of DLOG to avoid C++ compiler warning 10 years ago