Bhargava Shastry
2d1faf53be
Reset loop state (to default) before interpreting for-loop post block
2019-05-02 22:22:19 +02:00
chriseth
befadea0c6
Merge pull request #6600 from sifmelcara/wasm-dialect-transpiler
...
Add a transformation that replace every u256 variable with four u64 variables
2019-05-02 20:52:58 +02:00
mingchuan
57fc4fde85
Add wordSizeTransform yulOptimizerTests
2019-05-03 01:52:01 +08:00
mingchuan
f7ccdb6447
Implement WordSizeTransform
...
This transformation turns every u256 variable into four u64 variable.
Purpose is to transpile EVMDialect yul to WasmDialect yul.
2019-05-03 01:51:56 +08:00
chriseth
c137455614
Merge pull request #6656 from ethereum/proto-add-terminating-opcodes
...
[Proto fuzzer]: Add terminating opcodes
2019-05-02 18:45:42 +02:00
chriseth
5bd3ed97bd
Merge pull request #6649 from ethereum/smt_tuple_asgn
...
[SMTChecker] Support tuple assignment
2019-05-02 18:43:16 +02:00
chriseth
e9f41d1148
Merge pull request #6604 from ethereum/library-self-delegatecall
...
Error on library calling itself externally
2019-05-02 17:25:25 +02:00
chriseth
f5f0804c19
Merge pull request #6504 from ethereum/soltest-interactive-update
...
[soltest] Improve interactive update routine
2019-05-02 16:41:52 +02:00
Bhargava Shastry
a5524983f9
[Proto fuzzer]: Add terminating opcodes
2019-05-02 15:34:26 +02:00
chriseth
cbc1b97760
Merge pull request #6648 from ethereum/moveStorageFunctions
...
Move storage access functions to yul utils.
2019-05-02 12:58:03 +02:00
Leonardo Alt
204dcf1771
[SMTChecker] Support tuple assignments
2019-05-02 12:55:34 +02:00
chriseth
54775a7880
Merge pull request #6647 from ethereum/smt_tuple_decl
...
[SMTChecker] Support tuple type declaration
2019-05-02 12:49:50 +02:00
Erik Kundt
07744dbd12
Throws error on library calling itself externally.
2019-05-02 12:41:07 +02:00
chriseth
d4c4a473d8
Merge pull request #6622 from ethereum/warn-this-super
...
Issue warning for variables called `super` or `this`
2019-05-02 12:38:53 +02:00
chriseth
31b7037749
Move storage access functions to utils.
2019-05-02 12:11:41 +02:00
Leonardo Alt
6c7527ac90
[SMTChecker] Support tuple type declaration
2019-05-02 12:05:21 +02:00
Leonardo
80f3bd2413
Merge pull request #6635 from ethereum/smt_fix_fixedpoint
...
[SMTChecker] Fix ICE in fixed point operations
2019-05-02 12:04:57 +02:00
chriseth
e79f978171
Merge pull request #6625 from ethereum/ossfuzz-nightly-print-dots
...
Run all tests and summarize failures, add new fuzzers to artifact
2019-05-02 11:49:52 +02:00
chriseth
6b2dbbffe4
Merge pull request #6620 from ethereum/external-tests-abiv2
...
Fix typo in external test commons
2019-05-02 11:38:08 +02:00
Erik Kundt
672f874b54
Fixes typo in external test commons.
2019-05-02 11:33:11 +02:00
Mathias Baumann
cf35e5ba02
Issue warning for variables called super
or this
2019-05-02 11:30:24 +02:00
Leonardo Alt
66655b87b0
[SMTChecker] Fix ICE in fixed point operations
2019-05-02 10:59:23 +02:00
chriseth
73484ccaf2
Merge pull request #6640 from ethereum/smt_inherited_state_vars
...
[SMTChecker] Fix ICE in inherited state var
2019-05-02 10:49:34 +02:00
chriseth
2538bf897d
Merge pull request #6645 from ethereum/add-blockchain-ops
...
Support generation of calldata, code, extcode and returndata opcodes
2019-05-02 10:47:54 +02:00
Bhargava Shastry
ac7bfec2c0
Support generation of calldata, code, extcode and returndata opcodes
2019-05-02 10:14:25 +02:00
Leonardo Alt
dd4e938265
[SMTChecker] Fix ICE in inherited state var
2019-05-02 10:03:12 +02:00
chriseth
90f2fe6fd0
Merge pull request #6636 from ethereum/smt_fix_constructor
...
[SMTChecker] Fix bad cast in base constructor modifier.
2019-05-02 09:50:24 +02:00
chriseth
0fcb3e85ef
Merge pull request #6638 from ethereum/release
...
Merge release back into develop.
2019-04-30 18:54:22 +02:00
Leonardo Alt
a6db37ac9c
[SMTChecker] Fix bad cast in base constructor modifier.
2019-04-30 18:48:13 +02:00
chriseth
b6bcd8a153
Merge pull request #6637 from ethereum/inc_version
...
Increase version number to 0.5.9
2019-04-30 18:42:33 +02:00
chriseth
ea70b174db
Merge pull request #6634 from asymmetric/patch-1
...
Conversion: remove confusing int8 type
2019-04-30 18:41:25 +02:00
Leonardo Alt
9fb340fce4
Increase version number to 0.5.9
2019-04-30 18:38:19 +02:00
asymmetric
95c4f8f2bd
Conversion: remove confusing int8 type
...
The topic of converting a smaller type into a larger one is orthogonal to the one discussed in the example (namely, conversion between signed and unsigned integers).
Therefore, we change the `int8` to an `int` to make the example clearer.
2019-04-30 17:14:00 +02:00
chriseth
dc13469593
Merge pull request #6589 from ethereum/addReturn
...
[Yul] Add code generation for "return" and for loops.
2019-04-30 17:07:45 +02:00
chriseth
3b3d9db7af
Merge pull request #6524 from ethereum/cmdlineUpdateInteractive
...
Only ask for cmdline test updates in interactive runs.
2019-04-30 17:05:53 +02:00
Bhargava Shastry
9b56bd1db4
Run all tests and summarize failures, add new fuzzers to artifact
2019-04-30 17:00:33 +02:00
Erik Kundt
8103d22acf
Takes type formats in isoltest from contract ABI.
2019-04-30 16:01:04 +02:00
Mathias Baumann
00172192bf
Reorganize 'shadows builtin" syntax tests
2019-04-30 15:37:03 +02:00
chriseth
d940f6f7ef
Merge pull request #6611 from ethereum/smt_refactor_assignment
...
[SMTChecker] Refactor assignment handling
2019-04-30 15:26:51 +02:00
chriseth
23d335f28e
Merge pull request #6630 from ethereum/develop
...
Merge develop into release for 0.5.8
2019-04-30 15:10:18 +02:00
chriseth
18104a08b8
Merge pull request #6627 from ethereum/add-memory-log
...
Proto fuzzer: Add missing memory and log opcodes and fix visitation bug
2019-04-30 15:09:34 +02:00
chriseth
2bb68e2452
Merge pull request #6629 from ethereum/setDateFor058
...
Set release date, sort changelog entries and update bug list.
2019-04-30 14:25:09 +02:00
chriseth
8b4bccc5f1
Merge pull request #6628 from rocky/osx-ld-visibility
...
Remove clang+osx ld warning
2019-04-30 14:24:45 +02:00
Bhargava Shastry
d894ffad16
Proto fuzzer: Add missing memory and log opcodes and fix visitation bug
...
for ternary ops
2019-04-30 14:18:00 +02:00
chriseth
23a071dfd4
Set release date, sort changelog entries and update bug list.
2019-04-30 14:14:44 +02:00
rocky
b3ef7e2301
Remove clang+osx ld warning
...
Boost libraries on osx use visibility=hidden to reduce unnecessary DWARF entries.
Unless we match visibility, ld will give a warning message like:
ld: warning: direct access in function 'boost::filesystem... from file ...
means the weak symbol cannot be overridden at runtime. This was likely caused by different translation units being compiled with different visibility settings.
2019-04-30 07:38:28 -04:00
chriseth
0dc461b926
Merge pull request #6618 from ethereum/forwardPortChangelogAndBuglist
...
Forward-port 0.4.26 release notes and update bug list.
2019-04-30 13:18:30 +02:00
chriseth
bab2391a7c
Test case for loops.
2019-04-30 13:10:37 +02:00
chriseth
e66ab6c036
Helper function to define the value of expressions.
2019-04-30 13:10:37 +02:00
chriseth
0eef51ffa4
Conversion during binary operation.
2019-04-30 13:10:37 +02:00