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 0ba0833138 Limited old cached objects detection 10 years ago
..
Arith256.cpp Handle ADDMOD/MULMOD case with 3rd argument being 0 10 years ago
Arith256.h Move EXP implementation from Ext to Arith256 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 Make evmjit dependency of LLVM private 10 years ago
Cache.cpp Limited old cached objects detection 10 years ago
Cache.h Load cached object without compiling LLVM module 10 years ago
Common.h Fix some GCC initialization warnings 10 years ago
Compiler.cpp JUMPI fix: an additional item was left on stack when condition is false 10 years ago
Compiler.h Cleanups 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 Remove env_sha3 symbol reference in evmjit shared library to be build with no unresolved symbols 10 years ago
ExecutionEngine.h Do not compile LLVM module if machine code available in memory 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 Compute SHA3 additional gas cost in 64-bit precision 10 years ago
GasMeter.h Remove addtional cost param from commitCostBlock(). Count additional cost manually. [#81461534] 10 years ago
Instruction.cpp skipPushData() helper function 10 years ago
Instruction.h skipPushData() helper function 10 years ago
Memory.cpp Detemplatify createCall helper 10 years ago
Memory.h Memory manager cleanup 10 years ago
Runtime.cpp Handle return memory of size 0 and large offset 10 years ago
Runtime.h Fix some cpptest issues 10 years ago
RuntimeData.h Remove PREVHASH instruction 10 years ago
RuntimeManager.cpp Remove PREVHASH instruction 10 years ago
RuntimeManager.h Suicide rework 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 skipPushData() helper function 10 years ago
Utils.h Remove terminate() function 10 years ago
interface.cpp RETURN implementation: JIT returns data 10 years ago
interface.h RETURN implementation: JIT returns data 10 years ago