5891 Commits (8ef2176646f2e939a73a0a06f996fc8342d279db)
 

Author SHA1 Message Date
Paweł Bylica 8da5fc27b0 Fix wrong llvm::Twine usage (or MSVC bug) 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 3308917095 Quadratic memory cost 10 years ago
Paweł Bylica 2aa0548674 Reimplementation of mem.require helper function. Uses 64-bit arithmetics. 10 years ago
Paweł Bylica 5ddbb10ce5 Remove Runtime pointer from memory helper functions 10 years ago
Paweł Bylica 3197dca8a5 Remove old memory backend 10 years ago
Paweł Bylica 2293923a64 Load memory data from Array memory 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
Paweł Bylica dac3759ba9 Extract gas pointer from RuntimeData 10 years ago
Paweł Bylica 8bc19786d0 Pass jmpbuf as mem.require argument 10 years ago
Paweł Bylica ffc2120149 Update gas.check helper function: Runtime pointer not needed 10 years ago
Paweł Bylica 04309bcaf6 Move Array helper to separated compilation unit 10 years ago
Paweł Bylica 70e2833db8 Merge remote-tracking branch 'origin/hotfix/jit_to_interpreter_fallback' into evmjit 10 years ago
Paweł Bylica 7b4a663c4f Correct and tested EVM JIT to Interpreter fallback in case of high gas limit 10 years ago
Paweł Bylica b109257f32 Merge remote-tracking branch 'upstream/develop' into pr/evmjit-v0.2 10 years ago
Paweł Bylica 40c63ba549 Unused class removed 10 years ago
Paweł Bylica fc0fd38536 Move old VM jump tests from EVM JIT to JSON file 10 years ago
Paweł Bylica 762e718f00 Move old VM stack tests from EVM JIT to JSON file 10 years ago
Paweł Bylica 7fb58c9e2a Move old VM return tests from EVM JIT to JSON file 10 years ago
Paweł Bylica 7d8015684d Move old VM memory tests from EVM JIT to JSON file 10 years ago
Paweł Bylica ee3a2d7557 Move old VM environmental test from EVM JIT to JSON file 10 years ago
Paweł Bylica 248ea444e2 Move old VM arithmetic tests from EVM JIT to JSON file 10 years ago
Paweł Bylica 0602fcde6e Reimplement no-op version of DLOG to avoid C++ compiler warning 10 years ago
Paweł Bylica 444cc3d12c Disable sign-conversion warnings (clang) 10 years ago
Paweł Bylica 9c35a1ddb3 Merge remote-tracking branch 'upstream/develop' into evmjit 10 years ago
Paweł Bylica 4b2db3a63e Fix logging on GCC, release variant added 10 years ago
Paweł Bylica 341ead02fa Using logs utils from LLVM 10 years ago
Paweł Bylica 4597f1e814 Typo fix 10 years ago
Paweł Bylica d382f9a98f Fixing EVMJIT build on Mac OS 10 years ago
Paweł Bylica 7c2008b664 Free memory allocated for dynamic stack 10 years ago
Paweł Bylica 48cc6f12d3 Merge remote-tracking branch 'upstream/develop' into evmjit 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Gav Wood a354190968 Merge branch 'develop' 10 years ago
Gav Wood 32e431bd4b Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 03a9bc31fa Minor fix. 10 years ago
Gav Wood 4323c987b7 cppcheck fixes. 10 years ago
Gav Wood a88c32a3e7 Merge pull request #1091 from chriseth/accountProxyQueues 10 years ago
Gav Wood 8e46192911 Merge pull request #1095 from winsvega/develop 10 years ago
Gav Wood 0f25a876b3 Merge pull request #1005 from imapp-pl/pr/evmjit-v0.2 10 years ago
Gav Wood 017c2a9a9e Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop 10 years ago
Gav Wood 40effa6446 Trie fixes (long time coming). 10 years ago
Christian 1c1072dff2 Thread-safe and less predictable random numbers. 10 years ago
Christian 954d818f30 Session id as random number and authentication popup for proxies. 10 years ago
Christian 78d9e1be94 Renamed method. 10 years ago
Christian 0b014457d4 Implemented account proxy queues. 10 years ago
Christian 73d5ff677e Refactored account management out of WebThreeStubServerBase. 10 years ago
Gav Wood 5f4feab932 Merge pull request #1081 from arkpar/msvc 10 years ago