Paweł Bylica 8b45198bc5 Reorder JIT runtime data fields 10 years ago
..
Arith256.cpp Do not accept contract code with gas greater than 2^63. Keep gas counter in int64 type. 10 years ago
Arith256.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
BasicBlock.cpp Allways generate stack_get() call to detect stack underflow cases 10 years ago
BasicBlock.h JUMPI fix: an additional item was left on stack when condition is false 10 years ago
CMakeLists.txt Merge commit 'dbabf56a6843a5dfddca96c216f9f6af0cf9dd58' 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 Removing boost dependency from libevmjit 10 years ago
Compiler.cpp Reorder JIT runtime data fields 10 years ago
Compiler.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 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 Do not copy return data inside JIT 10 years ago
ExecutionEngine.h Do not copy return data inside JIT 10 years ago
Ext.cpp Rename env_getExtCode -> env_extcode according to other renames 10 years ago
Ext.h More consistency! 10 years ago
GasMeter.cpp Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
GasMeter.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Instruction.cpp Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Instruction.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Memory.cpp Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Memory.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Runtime.cpp Pass return data pointer using callData field 10 years ago
Runtime.h Do not copy return data inside JIT 10 years ago
RuntimeData.h Reorder JIT runtime data fields 10 years ago
RuntimeManager.cpp Reorder JIT runtime data fields 10 years ago
RuntimeManager.h Reorder JIT runtime data fields 10 years ago
Stack.cpp Use uint64 type for call data size 10 years ago
Stack.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Type.cpp Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 10 years ago
Type.h Add 'evmjit/' from commit '7906cdd2e8ba2a46763d45e4df8c57642d5df84c' 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 Use uint64 type for code size 10 years ago
interface.h Merge commit 'dbabf56a6843a5dfddca96c216f9f6af0cf9dd58' into evmjit 10 years ago