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 3505e832ee Some tweaks in gas counting 10 years ago
..
Arith256.cpp Warning fix 10 years ago
Arith256.h New addmod algorithm 10 years ago
BasicBlock.cpp Count gas using int64 10 years ago
BasicBlock.h Add first instruction index to BasicBlock 10 years ago
CMakeLists.txt Disable RTTI for evmjit library 10 years ago
Cache.cpp Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 10 years ago
Cache.h Load cached object without compiling LLVM module 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 Pass gas counter to env_call as int64* 10 years ago
Compiler.h Add first instruction index to BasicBlock 10 years ago
CompilerHelper.cpp Detemplatify createCall helper 10 years ago
CompilerHelper.h Detemplatify createCall helper 10 years ago
Endianness.cpp Disalbe bswap constant folding 10 years ago
Endianness.h Detect endianness without boost help 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 Pass gas counter to env_call as int64* 10 years ago
Ext.h Pass gas counter to env_call as int64* 10 years ago
GasMeter.cpp Some tweaks in gas counting 10 years ago
GasMeter.h Count gas using int64 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 Some tweaks in gas counting 10 years ago
Memory.h Memory manager cleanup 10 years ago
Runtime.cpp Change JIT C interface. Create ExecutionEngine on heap to allow one-pass copy of return data. 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 Pass gas counter to env_create as int64* 10 years ago
RuntimeManager.h Pass gas counter to env_create as int64* 10 years ago
Stack.cpp Change JIT return codes, use negative values for errors 10 years ago
Stack.h Improve Stack code formatting 10 years ago
Type.cpp Pass gas counter to env_create as int64* 10 years ago
Type.h Pass gas counter to env_create as int64* 10 years ago
Utils.cpp Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 10 years ago
Utils.h Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 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 Change JIT C interface. Create ExecutionEngine on heap to allow one-pass copy of return data. 10 years ago