Paweł Bylica
|
b22f672f0b
|
Move mul function to LLVM
|
10 years ago |
Paweł Bylica
|
82972e47df
|
Start of stats collector
|
10 years ago |
Paweł Bylica
|
31912cc377
|
Merge remote-tracking branch 'upstream/develop' into evmjit
|
10 years ago |
Paweł Bylica
|
9e465b0d1b
|
Merge commit 'bb9df15d75281e9240b8ab5f21286948c00958d0' into evmjit
|
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
|
ef8b37a248
|
Merge remote-tracking branch 'origin/release/0.1' into develop
Conflicts:
libevmjit-cpp/JitVM.cpp
libevmjit/Common.h
libevmjit/ExecutionEngine.cpp
|
10 years ago |
Paweł Bylica
|
c80851725d
|
Merge remote-tracking branch 'origin/develop-cpp' into develop
|
10 years ago |
Paweł Bylica
|
625095473a
|
Remove dead jump table block
|
10 years ago |
Arkadiy Paronyan
|
c1985df01e
|
Merge pull request #934 from yann300/ui_improvement
mix: F5 crashes if default state is deleted
|
10 years ago |
yann300
|
b0dd99ab13
|
misc
|
10 years ago |
yann300
|
1e60fb5d09
|
add checkbox in statedialog.
|
10 years ago |
Paweł Bylica
|
4391c9b27b
|
Update README.md - add information about options
|
10 years ago |
yann300
|
edea2145f9
|
misc
|
10 years ago |
Paweł Bylica
|
c36cad8469
|
Environment options for EVM JIT updated:
- EVMJIT_CACHE=0 disables disk cache, default 1
- EVMJIT_DUMP=1 dumps LLVM module to error output, default 0
|
10 years ago |
yann300
|
49173feb8f
|
Merge remote-tracking branch 'up/develop' into ui_improvement
Conflicts:
mix/qml/StateListModel.qml
mix/qml/main.qml
|
10 years ago |
Arkadiy Paronyan
|
59cc4b244a
|
Merge pull request #933 from arkpar/mix_ux
mix: Minor ui improvements, msvc build fix
|
10 years ago |
Paweł Bylica
|
ae7919722a
|
Workaround for linker removing JIT callback functions
|
10 years ago |
Paweł Bylica
|
62587cfd73
|
Workaround for linker removing JIT callback functions
|
10 years ago |
Paweł Bylica
|
f281e5ea26
|
Workaround for linker removing JIT callback functions
|
10 years ago |
yann300
|
51e2c1424d
|
Change behavior when running/deleting the default state.
|
10 years ago |
Gav Wood
|
603069b085
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
114db8ab36
|
Revert State class changes for Mix.
|
10 years ago |
arkpar
|
9a098cbcb9
|
Merge branch 'mix_ux' of https://github.com/arkpar/cpp-ethereum into mix_ux
|
10 years ago |
arkpar
|
7552a32d1d
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_ux
Conflicts:
mix/res.qrc
|
10 years ago |
Gav Wood
|
edd8aa36e0
|
Merge pull request #895 from yann300/param_types
Manage solidity types
|
10 years ago |
yann300
|
d5e3f6f098
|
bug fixes
|
10 years ago |
Paweł Bylica
|
7cbb44faa1
|
Some tweaks in gas counting
|
10 years ago |
Paweł Bylica
|
3505e832ee
|
Some tweaks in gas counting
|
10 years ago |
arkpar
|
f0bfbf797a
|
reverted some changes
|
10 years ago |
Paweł Bylica
|
4c8ae3e707
|
Do not check memory requirements when size is 0
|
10 years ago |
Paweł Bylica
|
73bf7087e7
|
Do not check memory requirements when size is 0
|
10 years ago |
yann300
|
ccb6b58e71
|
- Coding Standards.
- Encode/Decode bigint behavior.
|
10 years ago |
arkpar
|
921e92474e
|
reverted ethereum.js
|
10 years ago |
arkpar
|
6a6917607b
|
fixed msvc build
|
10 years ago |
Paweł Bylica
|
ee036d3c97
|
Pass gas counter to env_call as int64*
|
10 years ago |
Paweł Bylica
|
3cbe1186cc
|
Pass gas counter to env_call as int64*
|
10 years ago |
Paweł Bylica
|
ce86427871
|
Pass gas counter to env_create as int64*
|
10 years ago |
Paweł Bylica
|
494e96a89c
|
Pass gas counter to env_create as int64*
|
10 years ago |
Paweł Bylica
|
b474924783
|
Count gas using int64
|
10 years ago |
Paweł Bylica
|
407cae129f
|
Count gas using int64
|
10 years ago |
arkpar
|
fca289876f
|
removed splitter.qml
|
10 years ago |
yann300
|
b7070ec12f
|
bug fixes
https://www.pivotaltracker.com/n/projects/1265056/stories/87395458
|
10 years ago |
Paweł Bylica
|
3290856061
|
Gas counting changes: allow memory words counter not greater than gas max (int64 max)
|
10 years ago |
Paweł Bylica
|
c633e62102
|
Gas counting changes: allow memory words counter not greater than gas max (int64 max)
|
10 years ago |
arkpar
|
e9bf85208f
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_ux
|
10 years ago |
arkpar
|
1cd85e9cc9
|
ux improvements
|
10 years ago |
yann300
|
1592bb2651
|
Coding standards.
|
10 years ago |
Gav Wood
|
df87d732f0
|
Less verbose.
|
10 years ago |
Gav Wood
|
4046debbc9
|
Better HTML template in Mix.
Use happened in JS.
Debugging QML enabled.
|
10 years ago |