Paweł Bylica
|
a87c563acb
|
Merge remote-tracking branch 'upstream/develop' into evmjit
Conflicts:
evmjit/libevmjit/BasicBlock.h
evmjit/libevmjit/Compiler.cpp
evmjit/libevmjit/Compiler.h
evmjit/libevmjit/Ext.cpp
evmjit/libevmjit/Ext.h
evmjit/libevmjit/Runtime.h
evmjit/libevmjit/Utils.cpp
|
10 years ago |
Gav Wood
|
e17525c5f7
|
Merge pull request #765 from chriseth/sol_someLogFixes
Some changes to the log functions.
|
10 years ago |
Gav Wood
|
d7cb9a39b8
|
Merge pull request #753 from debris/buildtype
fixed unknow buildtype
|
10 years ago |
Gav Wood
|
7b03477983
|
Warning fix.
|
10 years ago |
Paweł Bylica
|
272a0bd6fc
|
EVMJIT: Better object cache and other improvements
|
10 years ago |
Paweł Bylica
|
9c244ed08e
|
Load cached object without compiling LLVM module
|
10 years ago |
Marek Kotewicz
|
066ed0b590
|
web3.sha3 test
|
10 years ago |
Paweł Bylica
|
3990e5b97a
|
Add _SCL_SECURE_NO_WARNINGS for LLVM on Windows
|
10 years ago |
Paweł Bylica
|
cb8fa0a5b2
|
Fix MSVC build
|
10 years ago |
Gav Wood
|
9acbab487b
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
Conflicts:
test/SolidityOptimizer.cpp
|
10 years ago |
Gav Wood
|
b01c076788
|
Merge pull request #745 from chriseth/sol_integerConstants
Arbitrary precision integer literals
|
10 years ago |
Gav Wood
|
96a04e7c5e
|
Merge pull request #749 from imapp-pl/pr/jit-option
Add option to use JIT in mining
|
10 years ago |
Christian
|
a017d2b1de
|
Remove const from make_shared to allow enable_shared_from_this to work on MacOS.
|
10 years ago |
Christian
|
e1338c7e6c
|
Arbitrary precision integer constants.
|
10 years ago |
Gav Wood
|
1df12276f4
|
Merge pull request #758 from caktux/develop
neth updates and fixes, closes #696
|
10 years ago |
Gav Wood
|
35d82841e2
|
Merge pull request #760 from CJentzsch/blockhash
add blockhash test as vm tests
|
10 years ago |
Christian
|
f6ddd3fd33
|
Possibility for unary operators to change type.
|
10 years ago |
Christian
|
874b2b34ea
|
Use shared_from_this instead of manually supplying a shared_ptr to this.
|
10 years ago |
Gav Wood
|
e668d299f9
|
git push origin developMerge branch 'chriseth-sol_integerConstants' into develop
|
10 years ago |
Christian
|
8ad6951f38
|
Some changes to the log functions.
|
10 years ago |
Gav Wood
|
138a16f97c
|
Merge branch 'sol_integerConstants' of https://github.com/chriseth/cpp-ethereum into chriseth-sol_integerConstants
|
10 years ago |
Gav Wood
|
84a1eb6648
|
Merge pull request #748 from debris/windows_fixes
Windows fixes
|
10 years ago |
Gav Wood
|
52099e2266
|
Merge pull request #746 from CJentzsch/jumpdest
more dynamic jump tests
|
10 years ago |
Paweł Bylica
|
47886c844a
|
Remove compleated TODO task
|
10 years ago |
arkpar
|
c58142c7a1
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_project_tree
|
10 years ago |
arkpar
|
715e0a4745
|
continue project model implementation
|
10 years ago |
Paweł Bylica
|
6fee45a3e3
|
Set "jump dest" flag in constructor of BasicBlock
|
10 years ago |
Paweł Bylica
|
f0008a3124
|
Use iterators in BasicBlock
|
10 years ago |
Marek Kotewicz
|
6d3353ae60
|
Merge commit 'b656db02f7482e915cd3a735199760fe0120c578' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
b656db02f7
|
Squashed 'libjsqrc/ethereumjs/' changes from a5907a8..543a87c
543a87c method signature length defined
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: 543a87c63f
|
10 years ago |
Marek Kotewicz
|
543a87c63f
|
method signature length defined
|
10 years ago |
Paweł Bylica
|
be7713ac33
|
Use iterators in basic block compilation
|
10 years ago |
Marek Kotewicz
|
b3eda29f41
|
Merge branch 'master' into tests
|
10 years ago |
Marek Kotewicz
|
f420029127
|
Merge commit '993be7b6de098d98b1940b57ad9b08db3144da2b' into ethereumjs
|
10 years ago |
Marek Kotewicz
|
993be7b6de
|
Squashed 'libjsqrc/ethereumjs/' changes from 807ec60..a5907a8
a5907a8 Merge branch 'master' of https://github.com/ethereum/ethereum.js
2a6c849 version upgraded
0538c11 sha3 method signature
c9015e2 module var fix
07fba27 module var fix
git-subtree-dir: libjsqrc/ethereumjs
git-subtree-split: a5907a8239
|
10 years ago |
Marek Kotewicz
|
30220d8dcc
|
Merge branch 'develop' into ethereumjs
|
10 years ago |
Paweł Bylica
|
098632804d
|
Refactor / rename
|
10 years ago |
Marek Kotewicz
|
a5907a8239
|
Merge branch 'master' of https://github.com/ethereum/ethereum.js
|
10 years ago |
Marek Kotewicz
|
2a6c84984a
|
version upgraded
|
10 years ago |
Marek Kotewicz
|
0538c11576
|
sha3 method signature
|
10 years ago |
Jeffrey Wilcke
|
c9015e2e04
|
module var fix
|
10 years ago |
Jeffrey Wilcke
|
07fba274b1
|
module var fix
|
10 years ago |
Paweł Bylica
|
bb37986cad
|
Rewrite basic block creation code
|
10 years ago |
chriseth
|
803046b3e8
|
Merge pull request #764 from chriseth/sol_buildfixLogMerge
Buildfix after semantical merge conflict.
|
10 years ago |
Christian
|
8e84acb98b
|
Buildfix after semantical merge conflict.
|
10 years ago |
chriseth
|
95a526a7d9
|
Merge pull request #754 from LefterisJP/sol_abiFunctionHash
Calculation of ABI Function Identifier Hash
|
10 years ago |
CJentzsch
|
a466fdcf5b
|
add blockhash test fo vm tests
|
10 years ago |
Gav Wood
|
494bf5ee48
|
Clear pending and some other AlethZero stuff.
|
10 years ago |
Lefteris Karapetsas
|
03b2fa387d
|
Fixing SolidityABIJSON test
|
10 years ago |
Gav Wood
|
c3b6fdd899
|
abi -> json-abi
|
10 years ago |