Commit Graph

13906 Commits

Author SHA1 Message Date
Lefteris Karapetsas
ece19cb913 Tighter coupling for Assembly items retrieval
- Exposing only assembly items, not the entire compiler context
2015-02-25 12:02:58 +01:00
Lefteris Karapetsas
f43f79137b Tighter coupling for Assembly items retrieval
- Exposing only assembly items, not the entire compiler context
2015-02-25 12:02:58 +01:00
Lefteris Karapetsas
71b0d8107a LocationSetter in some extra places during Compiling
- Also adjusted the test, and fixed its error reporting
2015-02-25 10:40:14 +01:00
Lefteris Karapetsas
b480b76015 LocationSetter in some extra places during Compiling
- Also adjusted the test, and fixed its error reporting
2015-02-25 10:40:14 +01:00
Lefteris Karapetsas
54121a0d78 Styling changes for SourceLocation and friends 2015-02-25 09:53:28 +01:00
Lefteris Karapetsas
689750e114 Styling changes for SourceLocation and friends 2015-02-25 09:53:28 +01:00
Paweł Bylica
37c5f585aa Merge remote-tracking branch 'upstream/develop' into pr/evmjit-v0.2 2015-02-24 18:56:58 +01:00
Gav Wood
c7be0fab39 Merge pull request #1129 from imapp-pl/pr/old_tests
Old VM tests used in EVM JIT development
2015-02-24 18:46:48 +01:00
Gav Wood
93950c5112 Merge pull request #1110 from winsvega/develop
Quadratic complexity test
2015-02-24 18:01:17 +01:00
Lefteris Karapetsas
fb328b778c Changes after rebase on top of Array Parsing 2015-02-24 17:31:06 +01:00
Lefteris Karapetsas
8aabe7082e Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
12c32392ab Simple Assembly Locations test
- Also adding some helper functions to SourceLocation
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
5d204e9729 Reset CompilerContext's visited nodes at compile start 2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
3e5c9a74b2 Reset CompilerContext's visited nodes at compile start 2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
a269adb549 Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
1891020ffb Moving Source Location libdevcore
- Big plus is we now remove the useless header libsolibity/BaseTypes.h
2015-02-24 17:16:22 +01:00
Lefteris Karapetsas
38cb123a82 Adding location information to assembly items
- In order to facilitate this addition we also now have a ScopeGuard
  object used in the Compiler to set the currently visited node.
2015-02-24 17:16:22 +01:00
Paweł Bylica
58d36bb65a Move old VM jump tests from EVM JIT to JSON file 2015-02-24 17:12:26 +01:00
subtly
682873ac97 Merge branch 'develop' into p2p 2015-02-24 16:56:32 +01:00
Paweł Bylica
718021691e Move old VM stack tests from EVM JIT to JSON file 2015-02-24 15:59:16 +01:00
Paweł Bylica
74814392f4 Move old VM return tests from EVM JIT to JSON file 2015-02-24 15:35:50 +01:00
Paweł Bylica
8de710e315 Move old VM memory tests from EVM JIT to JSON file 2015-02-24 15:25:28 +01:00
Paweł Bylica
30218a1d24 Move old VM environmental test from EVM JIT to JSON file 2015-02-24 15:13:26 +01:00
Paweł Bylica
c4731029b6 Move old VM arithmetic tests from EVM JIT to JSON file 2015-02-24 15:03:23 +01:00
Paweł Bylica
529865196f Merge remote-tracking branch 'upstream/develop' into evmjit 2015-02-24 12:40:47 +01:00
Paweł Bylica
51007cd8fe Merge remote-tracking branch 'upstream/develop' into evmjit 2015-02-24 12:40:47 +01:00
Paweł Bylica
1ffab8c790 Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjit 2015-02-24 12:38:46 +01:00
Paweł Bylica
5d95bd7c20 Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjit 2015-02-24 12:38:46 +01:00
Paweł Bylica
a15a5454f4 Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjit 2015-02-24 12:38:46 +01:00
Paweł Bylica
99bc139390 Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjit 2015-02-24 12:38:46 +01:00
Paweł Bylica
141e9cc639 Merge commit '444cc3d12c96a40b7b5b6832ec84afe83c403733' into evmjit 2015-02-24 12:38:46 +01:00
chriseth
a24e0b5b15 Merge pull request #1119 from chriseth/sol_arraysIndexAccess
Index access for arrays.
2015-02-24 12:22:00 +01:00
arkpar
aa20eb64ec fixed test buid 2015-02-24 00:11:29 +01:00
winsvega
ba257db2f3 Solidity Tests
cosmetics2
2015-02-23 22:14:34 +03:00
winsvega
9d1ebe20a8 Solidity Tests
fixing cosmetics
2015-02-23 22:11:48 +03:00
Christian
820ed2dfe1 Out-of-bounds checking. 2015-02-23 18:28:33 +01:00
Christian
ed08c68664 Out-of-bounds checking. 2015-02-23 18:28:33 +01:00
Christian
5d2323c914 Index and length access for dynamic arrays. 2015-02-23 18:28:30 +01:00
Christian
a5eb2a3990 Index and length access for dynamic arrays. 2015-02-23 18:28:30 +01:00
Christian
754c804d19 Implementation of index access. 2015-02-23 18:25:49 +01:00
Christian
ae9013f367 Implementation of index access. 2015-02-23 18:25:49 +01:00
Gav Wood
3529dde8ac Merge pull request #1113 from CJentzsch/addTests
remove/adapt tests with impossible pre conditions
2015-02-23 17:24:56 +01:00
Christian
3abbb8d625 Activate standard sources by default. 2015-02-23 16:28:18 +01:00
Gav Wood
55cb6e31f5 Merge pull request #1100 from chriseth/sol_arrays
Parsing support for arrays.
2015-02-23 15:19:07 +01:00
Gav Wood
44db8c26db Merge pull request #1100 from chriseth/sol_arrays
Parsing support for arrays.
2015-02-23 15:19:07 +01:00
CJentzsch
11110702c6 remove tests with impossible pre conditions 2015-02-23 15:12:23 +01:00
Christian
39c471f332 Comments and warnings. 2015-02-23 14:55:06 +01:00
Christian
c8b03c51a0 Renames and comments. 2015-02-23 14:38:44 +01:00
CJentzsch
c5b2733d1e Merge remote-tracking branch 'upstream/develop' into memTests 2015-02-23 14:32:17 +01:00
winsvega
a3d2df8dbc Merge branch 'develop' of https://github.com/ethereum/cpp-ethereum into develop 2015-02-23 15:02:19 +03:00