50 Commits (3776d189a2165ae7fc27feddaea9bbc1ee545b73)

Author SHA1 Message Date
Paweł Bylica 5524317d52 Delete old memory pointers 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 f84523cb51 Init memory array in LLVM 10 years ago
Paweł Bylica 2aa0548674 Reimplementation of mem.require helper function. Uses 64-bit arithmetics. 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
Paweł Bylica 41f1e0d035 Create Array for memory 10 years ago
Paweł Bylica e01a122b70 Remove external jmpBuf pointer 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Paweł Bylica 0ea927d662 Global/dynamic stack implementation with realloc 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
Paweł Bylica 4bcee00be9 #include cleanups 10 years ago
Paweł Bylica 360b15e5f6 Windows fixes: DLL exports and cmake options 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 b1e8299db0 Fix some cpptest issues 10 years ago
Paweł Bylica b8f9f3cffe Fix warnings 10 years ago
Gav Wood 1f40799620 Squashed 'evmjit/' changes from 533531b..035c376 10 years ago
Paweł Bylica 86553cda81 Remove terminate() function 10 years ago
Marek Kotewicz 29c9178ff4 Squashed 'evmjit/' changes from 334deeb..533531b 10 years ago
Paweł Bylica 713b33ee42 Remove global private memory pointers 10 years ago
Paweł Bylica 6acbfe07b2 Remove unused function 10 years ago
Paweł Bylica 70279f8679 Changes in setjmps 10 years ago
Artur Zawłocki 63d699792c added missing <csetjmp> 10 years ago
Paweł Bylica 2fd2446330 Simplify ExecutionEngine interface. It is possible to pass raw code instead of LLVM module. 10 years ago
Paweł Bylica 51f4383287 Removing moved evmjit code 10 years ago
Paweł Bylica 969f1b54a3 The way runtime data is passed to jit'ed contract changed 10 years ago
Paweł Bylica 0509b3bddd Changing Runtime interface 10 years ago
Paweł Bylica aa771582a7 Separate runtime classes 10 years ago
Paweł Bylica 68648a2fb5 Separating EVM JIT from CPP client (WIP) 10 years ago
artur-zawlocki c907c71f8a codegen for LOG instructions [Delivers #81700490] 10 years ago
artur-zawlocki a09c3a404d codegen for LOG instructions [Delivers #81700490] 10 years ago
Paweł Bylica 211d3c05e9 Change #include setjmp 10 years ago
Paweł Bylica de76284186 Change #include setjmp 10 years ago
artur-zawlocki 6e8d1ce25c added inlcude of setjmp.h required for jmp_buf type 10 years ago
artur-zawlocki 0432706b2f added inlcude of setjmp.h required for jmp_buf type 10 years ago
Paweł Bylica 65eaa13c17 Remove global Runtime pointer 10 years ago
Paweł Bylica 57fd3e1458 Remove global Runtime pointer 10 years ago
Paweł Bylica ac38bf9ac1 Add raiseException helper to RuntimeManager [#81563132] 10 years ago
Paweł Bylica 6541b0db8a Add raiseException helper to RuntimeManager [#81563132] 10 years ago
Paweł Bylica fd7b6da606 Move return data reference to Runtime [#81470252] 10 years ago
Paweł Bylica 33246126f2 Move return data reference to Runtime [#81470252] 10 years ago
Paweł Bylica 6d428d8602 Fix ReturnData::Index::_size 10 years ago
Paweł Bylica d86d6c689b Fix ReturnData::Index::_size 10 years ago
Paweł Bylica 64e374890c Move jmpbuf to Runtime [#81470252] 10 years ago
Paweł Bylica 07a909188a Move jmpbuf to Runtime [#81470252] 10 years ago
Paweł Bylica 734dd31587 Using RuntimeData pointer in ext functions [#81470252] 10 years ago