chriseth
|
ec7425fecd
|
Remove unused old optimizer rule.
|
10 years ago |
chriseth
|
1f149925bc
|
Gather knowledge about the state during control flow analysis.
|
10 years ago |
chriseth
|
4988a6766f
|
Make KnownState work with all instructions.
|
10 years ago |
chriseth
|
e768959342
|
Common subexpression elimination ready for using pre-known state.
|
10 years ago |
chriseth
|
ce15b5bbc9
|
More flexible way to approach unknown stack elements.
|
10 years ago |
chriseth
|
30c832e358
|
Split known state from common subexpression eliminator.
|
10 years ago |
Gav Wood
|
808886a384
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
ae74058320
|
Windows build fixes.
|
10 years ago |
Gav Wood
|
bb75aa6271
|
Merge pull request #1807 from chriseth/sol_fix_missingFunctionHashesArgument
Fix for exception if function hashes not requested.
|
10 years ago |
chriseth
|
b7d560d3e7
|
Fix for exception if function hashes not requested.
|
10 years ago |
Gav Wood
|
20d3a2d892
|
Merge pull request #1743 from chriseth/evmasm
Move assembly related files to libevmasm and split parameters.
|
10 years ago |
Gav Wood
|
717a3c2b01
|
Merge pull request #1803 from gluk256/firsttest
libp2p test and bugfix
|
10 years ago |
Gav Wood
|
e08d6bb8eb
|
Merge branch 'arkpar-core_perf' into develop
|
10 years ago |
Gav Wood
|
82e86eba1b
|
Compile fix.
|
10 years ago |
Gav Wood
|
9e18fe20ec
|
Merge branch 'core_perf' of https://github.com/arkpar/cpp-ethereum into arkpar-core_perf
|
10 years ago |
Gav Wood
|
167e97364e
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
Gav Wood
|
677eb456b2
|
Optimisations QString -> string, make AZ snappier by refactoring UI of
accounts.
|
10 years ago |
arkpar
|
7387a1c250
|
replaces cache maps with hash tables, reverted noteCanonChanged
|
10 years ago |
Vlad Gluhovsky
|
66c3f1149b
|
Bugfix: null pointer check is added
|
10 years ago |
Vlad Gluhovsky
|
0ccd98bf90
|
libp2p test
test for requirePeer function
|
10 years ago |
arkpar
|
36ad21490b
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into core_perf
|
10 years ago |
chriseth
|
e38a2b1cd8
|
Merge pull request #1795 from LianaHus/sol_SecondaryLocationsForErrors
Solidity: Secondary locations for errors
|
10 years ago |
arkpar
|
b9f21a3be2
|
style
|
10 years ago |
Gav Wood
|
ca0d24d66b
|
Merge pull request #1785 from psalami/add-networkid-option-ps
adding --network-id option to eth cli
|
10 years ago |
Arkadiy Paronyan
|
ddd8b192dc
|
Merge pull request #1797 from arkpar/mix_state
Mix: Bugfixes
|
10 years ago |
arkpar
|
90d06cb7b3
|
more performance optimizations
|
10 years ago |
Liana Husikyan
|
3cfe1cabda
|
Update NameAndTypeResolver.cpp
|
10 years ago |
Liana Husikyan
|
abab0a744e
|
Update AST.cpp
|
10 years ago |
Liana Husikyan
|
e25c6beb27
|
Update AST.cpp
|
10 years ago |
Liana Husikyan
|
f4b836dab3
|
some more style fixes
|
10 years ago |
Liana Husikyan
|
1c6fcca6e2
|
small fix
|
10 years ago |
chriseth
|
202b54d575
|
Merge pull request #1799 from chriseth/sol_functionHashes
Feature for commandline compiler to output the function signature hashes.
|
10 years ago |
chriseth
|
25f269feec
|
Removed layouting space.
|
10 years ago |
arkpar
|
a1c84c7172
|
blockchain download and import performance optimizations
|
10 years ago |
chriseth
|
04048bad93
|
Feature for commandline compiler to output the function signature hashes.
|
10 years ago |
Liana Husikyan
|
0702c58368
|
fixed warrning
|
10 years ago |
Liana Husikyan
|
7b72aa68be
|
fixed the order of error msgs
|
10 years ago |
Liana Husikyan
|
da309c3853
|
created secondarySoureLocation error type
added additional information to error msgs
|
10 years ago |
arkpar
|
0f8ab6db64
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_state
|
10 years ago |
Gav Wood
|
abb4ed7059
|
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
|
10 years ago |
arkpar
|
e712ade6e2
|
style
|
10 years ago |
Gav Wood
|
a5d700f1f7
|
Change RPC port to same as go.
|
10 years ago |
Gav Wood
|
5602e28b68
|
Merge pull request #1794 from chriseth/sol_fix_forContinue
Fix for broken continue in for loop.
|
10 years ago |
Gav Wood
|
6df83b1010
|
Merge pull request #1792 from subtly/pacify
bump incoming connection limit
|
10 years ago |
arkpar
|
258b1d9271
|
Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into mix_state
|
10 years ago |
arkpar
|
0f0b332848
|
fixed debugging into base contracts
|
10 years ago |
chriseth
|
1e6ff441fe
|
Fix for broken continue in for loop.
Fixes #1789.
|
10 years ago |
subtly
|
f0e9f6e080
|
Allow 9x ingress connections so non-nat clients can connect and use the network. To be reduced after greedy go is updated to discontinue filling up the network's connection capacity by accepting connections beyond the ones it didn't make and not connecting to every node on the entire network.
|
10 years ago |
Gav Wood
|
84ecbaff9e
|
Condition variables rather than polling FTW.
|
10 years ago |
Gav Wood
|
1aa1950d75
|
Invariant utilities.
|
10 years ago |