85 Commits (47399e6fcb218c199c57a7703c399d9c000be4be)

Author SHA1 Message Date
Paweł Bylica d6f4b07a07 Cache pointers for emited functions 10 years ago
Paweł Bylica 164ef01a9c Free memory data, place Runtime in ExecutionEngine 10 years ago
Paweł Bylica c4b9aca7ee Change Runtime interface 10 years ago
Paweł Bylica 3197dca8a5 Remove old memory backend 10 years ago
Paweł Bylica 6d337d274a Using Array as a second memory 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Paweł Bylica cc8db62f88 Destroy LLVM ManagedStatics 10 years ago
Paweł Bylica 5e01d32286 Use llvm/CommandLine library for JIT options 10 years ago
Paweł Bylica fc5b300d38 Optimizer: separate LLVM IR optimization passes from compiler 10 years ago
Paweł Bylica 4d2dc802e8 Introducing CHECK macro - an assert that always has a value 10 years ago
Paweł Bylica 93cb4866fd Includes reordering, GCC conversion warnings enabled 10 years ago
Paweł Bylica f7fcc7c029 Cleanup ExecutionEngine creation 10 years ago
Paweł Bylica f47cd20e8e Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now. 10 years ago
Lu Guanqun cf74b2a875 change typedef to using according to preferred coding style 10 years ago
Paweł Bylica 4bcee00be9 #include cleanups 10 years ago
Paweł Bylica 9640644f72 Place warning pragmas for LLVM includes in separated files 10 years ago
Paweł Bylica 8fd2b949c1 Fix cache bug: code was always compiled 10 years ago
Paweł Bylica 83701a2fcd Stats for execution states times 10 years ago
Paweł Bylica f70b7f5fd2 Use code (and code size) as constants 10 years ago
Paweł Bylica d27352b8e1 Start of stats collector 10 years ago
Paweł Bylica bb9df15d75 Generate BuildInfo header and display some information about evmjit library on demand 10 years ago
Paweł Bylica 970939ddb7 Fix after-merge problems 10 years ago
Paweł Bylica c36cad8469 Environment options for EVM JIT updated: 10 years ago
Paweł Bylica c914c877e3 Add code hash to RuntimeData. JIT is using it as an code identifier (do not need to invent any internal hashing) 10 years ago
Paweł Bylica 64532b6b0a Environment options for EVM JIT updated: 10 years ago
Paweł Bylica 5e29eef349 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
Paweł Bylica 25d8873440 Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 10 years ago
Paweł Bylica 003ba383c3 Do not copy return data inside JIT 10 years ago
Paweł Bylica 84b6251181 Remove env_sha3 symbol reference in evmjit shared library to be build with no unresolved symbols 10 years ago
Paweł Bylica 0f53e2153a Environment variable options for EVM JIT: 10 years ago
Paweł Bylica 1861843a24 EVM JIT called from Go, env_sha3 callback works 10 years ago
Paweł Bylica 9c244ed08e Load cached object without compiling LLVM module 10 years ago
Paweł Bylica b8f9f3cffe Fix warnings 10 years ago
Marek Kotewicz 29c9178ff4 Squashed 'evmjit/' changes from 334deeb..533531b 10 years ago
Paweł Bylica ec30ce47af Object cache 10 years ago
Paweł Bylica 3df5a125fa Do not compile LLVM module if machine code available in memory 10 years ago
Paweł Bylica 6a22491af2 Clean up ExecutionEngine 10 years ago
Paweł Bylica 28a062318c Clean up ExecutionEngine 10 years ago
Paweł Bylica de024259c2 Clean up ExecutionEngine 10 years ago
Paweł Bylica ece7fe7782 Clean up ExecutionEngine 10 years ago
Paweł Bylica fe90c6f107 Clean up ExecutionEngine 10 years ago
Paweł Bylica 9d9e73ac91 Using one ExecutionEngine to cache compiled contracts 10 years ago
Paweł Bylica 6643af5224 Use code hash as main function name 10 years ago
Paweł Bylica 75fa67200e Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) (reverted from commit 6094aa30ad) 10 years ago
Paweł Bylica 6094aa30ad Fix compilation with LLVM pre-3.5 (Ubuntu 14.04) 10 years ago
Paweł Bylica 6543cc4bfc Execution Engine cleanups (reverted from commit bd85efa299) 10 years ago
Paweł Bylica 2b83b75c4b Object cache wit memory leaks 10 years ago
Paweł Bylica de22a0a132 Execution Engine cleanups 10 years ago
Paweł Bylica bd85efa299 Execution Engine cleanups 10 years ago
Paweł Bylica a4927609d7 Using llvm::ExecutionEngine::getFunctionAddress() instead of getPointerToFunction(). Cleanups. 10 years ago