Paweł Bylica
1f35cc121b
Merge remote-tracking branch 'upstream/develop' into evmjit
10 years ago
Paweł Bylica
9c32e2592c
EVMJIT: cleanups
10 years ago
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
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
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
Gav Wood
f125a4b505
CLI tweaks.
10 years ago
Gav Wood
0de1fe5b02
Rename "JSON Documentation" -> Metadata.
solc integration for Solidity-format ABI.
10 years ago
Gav Wood
2a21a544ce
Documentation update.
10 years ago
Gav Wood
406d3e6aba
Unit testing for log in Solidity.
10 years ago
caktux
8a3eac3657
neth updates and fixes, closes #696
10 years ago
Lefteris Karapetsas
e94f1ca5b2
Adjusting Solidity Optimizer Tests
10 years ago
Lefteris Karapetsas
5e77063c38
Fixing a solAssert in getInterfacefunctions()
10 years ago
Lefteris Karapetsas
299305548f
Adjustments to Solidity compiler code for Function Hash
10 years ago
Gav Wood
0ca84e5a0d
Basic logging in Solidity (though no tests yet).
10 years ago
Lefteris Karapetsas
4331bd9a87
adjusting byte difference in optimizer large integers test
10 years ago
Lefteris Karapetsas
425f15cb7e
merging develop
10 years ago
Lefteris Karapetsas
9fff09af6b
Compiler EVM generation now takes into account for the new function hash
identifier
- Changed tests to comply with the new function hash identifier
- Changed the function index offset to 4, and made it a constant for
easy adjustment in the future
10 years ago
debris
197b603c98
fixed undefined buildtype for multi-configuration generators
10 years ago
CJentzsch
c25b4798bd
long jumpdest list
10 years ago
Marek Kotewicz
fc41c3ac48
fixed ETH_BUILD_TYPE being undefined #669 #728
10 years ago
CJentzsch
9f9d457e0d
sdiv int256.min -1
10 years ago
CJentzsch
3b9cfb12a3
sdiv with negative fractional result
10 years ago
Paweł Bylica
2dbe455de3
Add option to use JIT in mining
10 years ago
Paweł Bylica
b09ebfe2f2
Add option to use JIT in mining (reverted from commit 0a3edb98a3
)
10 years ago
Paweł Bylica
1f50bcd3b5
Fix warnings
10 years ago
Paweł Bylica
0a3edb98a3
Add option to use JIT in mining
10 years ago
debris
8ef795acd8
removed empty line
10 years ago