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 3290856061 Gas counting changes: allow memory words counter not greater than gas max (int64 max) 10 years ago
..
Arith256.cpp Merge commit 'ce7edb457586f291724ad84b2391074c42526702' into evmjit 10 years ago
Arith256.h New addmod algorithm 10 years ago
BasicBlock.cpp Add first instruction index to BasicBlock 10 years ago
BasicBlock.h Add first instruction index to BasicBlock 10 years ago
CMakeLists.txt Merge commit 'e8e9490b566563d0991ddf7f14cd2e0958ee5ce9' into evmjit 10 years ago
Cache.cpp Limited old cached objects detection 10 years ago
Cache.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Common.h Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface. 10 years ago
Compiler.cpp Add first instruction index to BasicBlock 10 years ago
Compiler.h Add first instruction index to BasicBlock 10 years ago
CompilerHelper.cpp Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
CompilerHelper.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Endianness.cpp Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Endianness.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
ExecutionEngine.cpp Add code hash to RuntimeData. JIT is using it as an code identifier (do not need to invent any internal hashing) 10 years ago
ExecutionEngine.h Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface. 10 years ago
Ext.cpp Improve allocas order and namings 10 years ago
Ext.h More consistency! 10 years ago
GasMeter.cpp Gas counting changes: allow memory words counter not greater than gas max (int64 max) 10 years ago
GasMeter.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Instruction.cpp Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface. 10 years ago
Instruction.h Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface. 10 years ago
Memory.cpp Fix memory index having type i256 10 years ago
Memory.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Runtime.cpp Merge commit '1990dde405f509086154644e70739fafbe7c61a4' from subtree evmjit/develop into evmjit 10 years ago
Runtime.h Windows fixes: DLL exports and cmake options 10 years ago
RuntimeData.h Add code hash to RuntimeData. JIT is using it as an code identifier (do not need to invent any internal hashing) 10 years ago
RuntimeManager.cpp Fix memory index having type i256 10 years ago
RuntimeManager.h Reorder JIT runtime data fields 10 years ago
Stack.cpp Merge commit '1990dde405f509086154644e70739fafbe7c61a4' from subtree evmjit/develop into evmjit 10 years ago
Stack.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Type.cpp Gas counting changes: allow memory words counter not greater than gas max (int64 max) 10 years ago
Type.h Gas counting changes: allow memory words counter not greater than gas max (int64 max) 10 years ago
Utils.cpp Removing boost dependency from libevmjit 10 years ago
Utils.h Removing boost dependency from libevmjit 10 years ago
interface.cpp Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface. 10 years ago
interface.h Merge commit '1990dde405f509086154644e70739fafbe7c61a4' from subtree evmjit/develop into evmjit 10 years ago