chriseth
|
556337e347
|
Merge pull request #8610 from ethereum/virtual-library-function
Moved changelog entry to 0.7.0
|
2020-04-06 11:05:48 +02:00 |
|
hrkrshnn
|
532214f5e1
|
Moved changelog entry to 0.7.0
|
2020-04-06 14:21:19 +05:30 |
|
Daniel Kirchner
|
a1b28953a5
|
Merge pull request #8585 from ethereum/virtual-library-function
Added error message for virtual (library) functions; test case
|
2020-04-03 13:29:29 +02:00 |
|
hrkrshnn
|
7e2cb9b57c
|
Removed virtual from a library function in gnosis test
|
2020-04-03 15:49:50 +05:30 |
|
hrkrshnn
|
35a743e222
|
Added a changelog
|
2020-04-03 15:11:22 +05:30 |
|
hrkrshnn
|
042ccd24ab
|
Added error message for virtual (library) functions; test case
|
2020-04-03 15:09:57 +05:30 |
|
chriseth
|
3beaae6822
|
Fix pragma.
|
2020-03-24 15:21:35 +01:00 |
|
chriseth
|
7d68f9f6c3
|
Merge remote-tracking branch 'origin/develop' into breaking
|
2020-03-24 13:35:41 +01:00 |
|
chriseth
|
d584b2d1aa
|
Merge pull request #8505 from aarlt/antlr-grammar-aarlt
Antlr4 based grammar, with CI integration.
|
2020-03-24 11:32:21 +01:00 |
|
Christian Parpart
|
0e66e07e5c
|
Add antlr-based grammar and test it.
|
2020-03-24 11:07:51 +01:00 |
|
chriseth
|
cfeea542b5
|
Merge pull request #8519 from iamdefinitelyahuman/develop
fix typo in docstring error message
|
2020-03-23 20:55:32 +01:00 |
|
chriseth
|
27b26a69db
|
Merge pull request #8491 from ethereum/publicStateVarOverrideDynamicMemory
Always mark memory reference types as pointers.
|
2020-03-23 18:39:06 +01:00 |
|
Daniel Kirchner
|
fe659ceb41
|
Anything outside storage is always a pointer.
|
2020-03-23 15:34:10 +01:00 |
|
chriseth
|
148b87c977
|
Merge pull request #8512 from ethereum/yul_rhs_array
Fix Yul codegen when dynamic array is used as rhs of assignment
|
2020-03-23 13:19:56 +01:00 |
|
chriseth
|
848f405f7d
|
Merge pull request #8520 from a3d4/improve-clang-format
Improved .clang_format file
|
2020-03-23 13:17:46 +01:00 |
|
a3d4
|
a7d6128a8e
|
Improved .clang_format file.
|
2020-03-22 22:23:29 +01:00 |
|
iamdefinitelyahuman
|
cae4b7dd0e
|
fix typo in docstring error message
|
2020-03-22 17:15:44 +04:00 |
|
Leonardo Alt
|
0fcb1427c9
|
Fix Yul codegen when dynamic array is used as rhs of assignment
|
2020-03-20 17:52:51 +01:00 |
|
chriseth
|
d55bbd4aa5
|
Merge pull request #8508 from a3d4/again-refactor-testcase-classes
More refactoring of TestCase classes
|
2020-03-19 23:05:32 +01:00 |
|
chriseth
|
b5e11e7203
|
Merge pull request #8449 from imapp-pl/yul-phaser-multi-program-support
[yul-phaser] Multi-program support
|
2020-03-19 17:07:34 +01:00 |
|
chriseth
|
7e13f68183
|
Merge pull request #8509 from ethereum/sortSemanticTests
Sort tests.
|
2020-03-19 16:26:59 +01:00 |
|
chriseth
|
f25157a5f8
|
Sort tests.
|
2020-03-19 14:42:25 +01:00 |
|
chriseth
|
8834b1acaf
|
Merge pull request #8464 from aarlt/end-to-end-verified
[test] Extraction of 292 tests from SolidityEndToEndTest.cpp
|
2020-03-19 14:42:04 +01:00 |
|
a3d4
|
f4d9f6772f
|
Unified use of settings. Removed a couple of unused functions.
|
2020-03-19 14:02:39 +01:00 |
|
a3d4
|
3b9e926559
|
Moved "step" from settings to expectations.
|
2020-03-19 13:59:05 +01:00 |
|
chriseth
|
b02a42400b
|
Merge pull request #8502 from mijovic/testDocsPragma
[docs] Compile examples with minimal compiler version
|
2020-03-18 19:45:53 +01:00 |
|
Erik Kundt
|
50c22f0800
|
Adds script which compiles docs example with minimum compiler version.
|
2020-03-18 19:27:38 +01:00 |
|
Alexander Arlt
|
df8e762bf9
|
Add tools: create_traces.sh, remove-testcases.py & verify-testcases.py
|
2020-03-18 11:56:43 -05:00 |
|
Alexander Arlt
|
23d00b5ca3
|
Extracted 292 tests from SolidityEndToEndTest.cpp
|
2020-03-18 11:56:43 -05:00 |
|
Kamil Śliwak
|
905147321b
|
[yul-phaser] Phaser: Change default metric to RelativeCodeSize
|
2020-03-18 16:28:16 +01:00 |
|
Kamil Śliwak
|
d86652cb96
|
[yul-phaser] Add --metric-aggregator option
|
2020-03-18 16:28:16 +01:00 |
|
Kamil Śliwak
|
bc46323bed
|
[yul-phaser] Phaser: Accepting multiple input programs
- Use average of metric values for individual programs as the overall metric.
|
2020-03-18 16:28:16 +01:00 |
|
Kamil Śliwak
|
01050940fd
|
[yul-phaser] Add --relative-metric-scale option
|
2020-03-18 16:28:16 +01:00 |
|
Kamil Śliwak
|
8e64c5c6f0
|
[yul-phaser] Add --metric option
|
2020-03-18 16:28:16 +01:00 |
|
Kamil Śliwak
|
e4a360947b
|
[yul-phaser] Add FitnessMetricCombination and derived classes for average, sum, min and max
|
2020-03-18 16:28:16 +01:00 |
|
Kamil Śliwak
|
0e03839e62
|
[yul-phaser] Add RelativeProgramSize metric
|
2020-03-18 16:28:15 +01:00 |
|
Kamil Śliwak
|
7edbbe4edd
|
[yul-phaser] Make FitnessMetric::evaluate() non-const
|
2020-03-18 16:28:15 +01:00 |
|
Kamil Śliwak
|
0913fd1aac
|
[yul-phaser] Extract ProgramBasedMetric base class from ProgramSize
|
2020-03-18 16:28:15 +01:00 |
|
Kamil Śliwak
|
bdc4d1ccd1
|
[yul-phaser] ProgramSize metric: Refactor repeating parts of test code
- Also replace test fixture constructor with direct member initialisation
|
2020-03-18 16:28:15 +01:00 |
|
chriseth
|
1c25104741
|
Merge pull request #8423 from imapp-pl/yul-phaser-population-and-algorithm-options
[yul-phaser] Population and algorithm options
|
2020-03-18 16:05:38 +01:00 |
|
chriseth
|
906a3bb28d
|
Merge pull request #8442 from a3d4/fix-8244-refactor-testcase-classes
Refactor TestCase classes
|
2020-03-18 15:39:09 +01:00 |
|
Kamil Śliwak
|
a2821db1dd
|
[yul-phaser] Phaser: Tests for factories
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
7a1f6a27db
|
[yul-phaser] More data accessors in metric and algorithm classes
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
2563e7a7e3
|
[yul-phaser] Add --no-randomise-duplicates option
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
18f0d6eb94
|
[yul-phaser] AlgorithmRunner: Duplicate chromosome randomisation
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
b11eff7c88
|
[yul-phaser] Add options for all algorithm-specific parameters
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
55ea92dbec
|
[yul-phaser] Add --min-chromosome-length and --max-chromosome-length options
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
3f7ada1689
|
[yul-phaser] Add --population-autosave option
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
1b5960111d
|
[yul-phaser] AlgorithmRunner: Population autosave
|
2020-03-18 13:30:58 +01:00 |
|
Kamil Śliwak
|
04c7c56d84
|
[yul-phaser] Add --population-from-file option
|
2020-03-18 13:30:58 +01:00 |
|