chriseth
|
c30839888f
|
Use `leave ` in code generator.
|
2019-10-29 14:32:16 +01:00 |
|
chriseth
|
f98925d8b6
|
Remove `leave ` at end of function.
|
2019-10-29 14:32:16 +01:00 |
|
chriseth
|
ceb8ee9124
|
[Yul] leave statement.
|
2019-10-29 14:32:16 +01:00 |
|
chriseth
|
5d906cd58d
|
Merge pull request #7568 from ethereum/fixtest
Fix failing tests on ArchLinux and potentially MacOS
|
2019-10-29 12:37:51 +01:00 |
|
Mathias Baumann
|
b3a5c9c9c0
|
Fix failing tests on ArchLinux and potentially MacOS
|
2019-10-29 12:02:50 +01:00 |
|
Leonardo Alt
|
8a42e3f87a
|
[SMTChecker] Support assignments to m-d arrays and mappings
|
2019-10-28 17:27:39 +01:00 |
|
chriseth
|
edf1e83fda
|
Merge remote-tracking branch 'origin/develop' into develop_060
|
2019-10-28 15:21:49 +01:00 |
|
chriseth
|
185bd83916
|
Merge pull request #7575 from ethereum/fixVersion
Fix pragmas
|
2019-10-28 14:05:39 +01:00 |
|
chriseth
|
607bf24afe
|
Merge pull request #7386 from ethereum/060-strict-inline-assembly
Defaulting to strict inline assembly (instead of loose)
|
2019-10-28 12:48:58 +01:00 |
|
chriseth
|
81e2d1ed14
|
Merge pull request #7528 from ethereum/fix-7434
yul interpreter: Initialize calldata with random data
|
2019-10-28 12:39:27 +01:00 |
|
chriseth
|
d8d8493550
|
Fix pragma version for testing.
|
2019-10-28 12:36:39 +01:00 |
|
chriseth
|
9719f099aa
|
Merge pull request #7551 from ethereum/060-cxx17-std-optional
Use `std::optional<>` rather than `boost::optional<>`
|
2019-10-28 12:17:31 +01:00 |
|
chriseth
|
07c67b98f6
|
Merge remote-tracking branch 'origin/develop' into HEAD
|
2019-10-28 12:12:52 +01:00 |
|
chriseth
|
9eb08c0cbb
|
Merge pull request #7570 from HenryRLee/issue4575
Treat super as an unknown identifier in inline assembly #4575
|
2019-10-28 11:43:32 +01:00 |
|
Christian Parpart
|
df729b3084
|
Make use of C++17 std::optional<> instead of boost::optional<>.
|
2019-10-28 11:39:30 +01:00 |
|
Christian Parpart
|
30a99e0df4
|
test: Adapts InlineAssembly test case for jump instruction (which doesn't "exist" in strict assembly).
|
2019-10-28 10:03:16 +01:00 |
|
Henry Lee
|
24cbb4dd17
|
Treat magic variables as unknown identifiers in inline assembly
This fixes #4575. For keywords such as 'super' and 'this', will be
treated as unknown identifiers.
|
2019-10-28 14:59:50 +11:00 |
|
Alex Beregszaszi
|
302a51a58c
|
Merge pull request #7572 from ethereum/ext-tests-version-pragma
Update version pragma replacement in external tests
|
2019-10-25 21:26:06 +01:00 |
|
Erik Kundt
|
d470663c25
|
Update version pragma replacement in ext. tests.
|
2019-10-25 17:38:29 +02:00 |
|
Christian Parpart
|
f45c3124f8
|
libyul: Small code improvements.
|
2019-10-25 15:39:44 +02:00 |
|
Christian Parpart
|
2890e4888f
|
AsmAnalyzer: Eliminate dead code.
|
2019-10-25 15:39:16 +02:00 |
|
Christian Parpart
|
f05718ef5d
|
Syntax tests: Adapted to changes.
|
2019-10-25 15:01:27 +02:00 |
|
Christian Parpart
|
ee5826b261
|
AsmAnalyzer: Improve warnOnInstructions(...) implementation.
|
2019-10-25 15:01:27 +02:00 |
|
Christian Parpart
|
2390b1bfd4
|
AsmParser: Fix error handling in function call parsing.
|
2019-10-25 15:01:27 +02:00 |
|
Christian Parpart
|
7fe0f58445
|
AsmAnalyzer: Only perform further analysis when still in success state (to avoid false positives)
|
2019-10-25 15:01:27 +02:00 |
|
Christian Parpart
|
a6e34bd441
|
Assembly: Revive warning on not-yet-available EVM instructions in (strict) inline assembly.
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
044eb2d161
|
Assembly: Finally removing AsmFlavour::Loose
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
3c1d12b16c
|
Assembly: Remove errorTypeForLoose property from AsmAnalyzer.
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
6659720776
|
Assembly: Remove checkLooseFeature(...) from AsmAnalyzer.
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
3df5dbbca4
|
Assembly: Remove some explicit checks for Loose Assembly
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
d659dbd49c
|
Assembly: Defaulting Dialect's flavor to Strict
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
dc2adb3d9d
|
Assembly: Removing EVMDialect::looseAssemblyForEVM().
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
fdbbf75e78
|
Assembly: Removing some more strict-assembly syntax from parser.
|
2019-10-25 15:01:26 +02:00 |
|
Christian Parpart
|
e23998fc6e
|
Assembly: Remove Label instruction.
|
2019-10-25 15:01:25 +02:00 |
|
Christian Parpart
|
5e8d348f66
|
Assembly: Remove StackAssignment instruction.
|
2019-10-25 15:01:25 +02:00 |
|
Christian Parpart
|
5a52fa547e
|
Assembly: Changed parser to use strict assembly mode.
|
2019-10-25 15:01:25 +02:00 |
|
Christian Parpart
|
99034abcbf
|
ChangeLog: Adds entry changing inline assembly to strict mode.
|
2019-10-25 15:01:25 +02:00 |
|
Christian Parpart
|
e40c498260
|
Adapting the tests to strict inline assembly.
|
2019-10-25 15:01:25 +02:00 |
|
chriseth
|
15e39f7d65
|
Merge pull request #7556 from ethereum/ice-7550
Check for use of modifiers in invalid contexts
|
2019-10-24 10:32:49 +02:00 |
|
chriseth
|
a4af0c6b5a
|
Merge pull request #7564 from ethereum/docs-code-fix
[docs] Fixes source extraction from documentation
|
2019-10-23 23:20:16 +02:00 |
|
Erik Kundt
|
ec53899a10
|
Fixes source extraction from docs.
|
2019-10-23 22:13:24 +02:00 |
|
chriseth
|
abf1aa74cf
|
Merge pull request #7557 from ethereum/ice-7549
Fix wrong assert in overflow check
|
2019-10-23 17:19:33 +02:00 |
|
Mathias L. Baumann
|
4e1b9d7f1b
|
Merge pull request #7562 from ethereum/fix-signedness
Fixes signedness (causes compilation failure on MSVC).
|
2019-10-23 16:56:57 +02:00 |
|
chriseth
|
f399d8415f
|
Fix layout for text conversion.
|
2019-10-23 16:43:29 +02:00 |
|
Christian Parpart
|
76c72ba89f
|
Fixes signedness (causes compilation failure on MSVC).
|
2019-10-23 16:32:41 +02:00 |
|
Mathias Baumann
|
c3e8023ad5
|
Fix wrong assert in overflow check
|
2019-10-23 14:59:34 +02:00 |
|
Erik K
|
3029c30fc9
|
Merge pull request #7561 from ethereum/typeName-compile-fix
Type name compile fix
|
2019-10-23 14:32:04 +02:00 |
|
Christian Parpart
|
c6152b8059
|
Compile fix.
|
2019-10-23 13:08:17 +02:00 |
|
Mathias Baumann
|
8c5d1da5a5
|
Check for use of modifiers in invalid contexts
|
2019-10-23 12:36:20 +02:00 |
|
Mathias Baumann
|
ad7cf42aad
|
Add missing dots in deprecation warning
|
2019-10-23 12:23:21 +02:00 |
|