Daniel Kirchner
|
3fbde6e782
|
Merge pull request #8856 from ethereum/implicitConstructorCallvalueCheck
Implicit constructor callvalue check
|
2020-05-11 18:50:36 +02:00 |
|
chriseth
|
debee799dc
|
Merge pull request #8892 from ethereum/boost-cxx11
Replace boost/algorithm/cxx11 with C++11 features
|
2020-05-11 16:29:42 +02:00 |
|
Daniel Kirchner
|
79b217dfb3
|
Callvalue checks for implicit constructors.
|
2020-05-11 16:14:34 +02:00 |
|
chriseth
|
f1e0aa7a56
|
Merge pull request #8763 from ethereum/bareCall
IR code generation for call.
|
2020-05-11 16:06:54 +02:00 |
|
chriseth
|
3312150d7f
|
Merge pull request #8878 from ethereum/selecting-yul-optimisation-steps-in-strict-assembly-mode
Selecting Yul optimisation steps in strict assembly mode
|
2020-05-11 16:05:57 +02:00 |
|
chriseth
|
942ca5bdb7
|
Merge pull request #8891 from ethereum/improved-type-documentation
Changed a potentially misleading name in documentation
|
2020-05-11 15:39:31 +02:00 |
|
chriseth
|
e2f7e8a3a7
|
Merge pull request #8890 from ethereum/fixclangv10
Fix clang v10 compilation errors
|
2020-05-11 15:39:09 +02:00 |
|
Harikrishnan Mulackal
|
c0c5127ed0
|
Changed a potentially misleading name
|
2020-05-11 19:05:41 +05:30 |
|
Alex Beregszaszi
|
875415a132
|
Replace boost/algorithm/cxx11 with C++11 features
|
2020-05-11 14:27:54 +01:00 |
|
chriseth
|
c0bf529236
|
Support bare calls.
|
2020-05-11 15:11:46 +02:00 |
|
chriseth
|
4c13ce24f0
|
Merge pull request #8887 from ethereum/boost-fs
Remove boost::filesystem where it is not needed
|
2020-05-11 15:09:54 +02:00 |
|
chriseth
|
0248303c15
|
Merge pull request #8872 from ethereum/int-min-max
implemented type(X).min and type(X).max for all integer types
|
2020-05-11 15:08:19 +02:00 |
|
Mathias Baumann
|
fe43132003
|
Fix clang v10 compilation errors
|
2020-05-11 14:59:51 +02:00 |
|
Alex Beregszaszi
|
81397dc2c5
|
Remove "using boost*;" statements
|
2020-05-11 13:41:58 +01:00 |
|
chriseth
|
3c78696ca5
|
Merge pull request #8889 from ethereum/boost-variant
Replace boost:variant with std::variant in StandardCompiler
|
2020-05-11 13:51:42 +02:00 |
|
Alex Beregszaszi
|
76dfda7c1c
|
Replace boost:variant with std::variant in StandardCompiler
|
2020-05-11 12:39:53 +01:00 |
|
Harikrishnan Mulackal
|
091abcea8c
|
Updated docs for type(X).min and type(X).max
|
2020-05-11 16:19:55 +05:30 |
|
Alex Beregszaszi
|
ad1d2558eb
|
Drop Boost::system from libsolidity
|
2020-05-11 11:36:11 +01:00 |
|
Alex Beregszaszi
|
c31a93b3f2
|
Remove boost::filesystem where it is not needed
A two uses in CommonIO remain for the compiler (plus testing/tools use it extensively)
|
2020-05-11 11:19:11 +01:00 |
|
chriseth
|
5a6c7ad65f
|
Merge pull request #8886 from ethereum/pragma-once
Add header guard to two files
|
2020-05-11 12:08:08 +02:00 |
|
Harikrishnan Mulackal
|
e4e200f29f
|
Changelog and tests
|
2020-05-11 15:29:05 +05:30 |
|
Alex Beregszaszi
|
338e55be10
|
Add header guard to two files
|
2020-05-11 10:44:20 +01:00 |
|
Harikrishnan Mulackal
|
e54c4eecfc
|
implemented type(X).min and type(X).max for all integer types
|
2020-05-11 14:51:13 +05:30 |
|
chriseth
|
561a586203
|
Merge pull request #8879 from a3d4/partfix-5819-add-error-tags-to-parser
Add error tags to ParserBase and derived classes
|
2020-05-11 11:14:23 +02:00 |
|
chriseth
|
39249bc664
|
Merge pull request #8884 from mijovic/isolTestEnforceCompileViaYul
isoltest: WhiskersError and YulException treated differently when enforcing viaYul
|
2020-05-11 11:05:06 +02:00 |
|
Djordje Mijovic
|
591a5fff07
|
isoltest: WhiskersError and YulException treated differently when enforcing viaYul
|
2020-05-11 09:37:04 +02:00 |
|
a3d4
|
0b09a77689
|
Removed minor parameter redundancy
|
2020-05-09 01:45:02 +02:00 |
|
a3d4
|
c3e519a151
|
Add unique IDs to error reporting calls
|
2020-05-09 01:28:55 +02:00 |
|
a3d4
|
6965f199fd
|
Groundwork. Prepare for automatic tagging of errors in parser-based classes
[Not compilable until the next commit]
|
2020-05-09 01:03:02 +02:00 |
|
Kamil Śliwak
|
e8aec6de54
|
More information about --yul-optimizations option in READMEs and docs
|
2020-05-08 22:29:57 +02:00 |
|
Kamil Śliwak
|
dc5612467f
|
docs/yul: Use backtick syntax correct for RST in the docs for --yul-optimizations
|
2020-05-08 22:29:57 +02:00 |
|
Kamil Śliwak
|
6a58227830
|
CommandLineInterface: Make --yul-optimizations work in strict assembly mode
|
2020-05-08 22:29:57 +02:00 |
|
Kamil Śliwak
|
5d4b9022f0
|
yul-phaser README: --no-optimize-yul options is not really necessary
|
2020-05-08 22:05:04 +02:00 |
|
Kamil Śliwak
|
d932c58b56
|
CommandLineInterface: Replace hard-coded option names with constants where available
|
2020-05-08 22:05:04 +02:00 |
|
Kamil Śliwak
|
f56fd5bde8
|
cmdlineTests.sh: Allow using input.yul instead of input.sol in command-line tests
|
2020-05-08 22:05:04 +02:00 |
|
Harikrishnan Mulackal
|
4e58c672bb
|
Merge pull request #8855 from ethereum/update-external-repos
Updated external test repos
|
2020-05-08 22:51:48 +05:30 |
|
Harikrishnan Mulackal
|
704b334cf6
|
Updated external test repos
|
2020-05-08 21:39:02 +05:30 |
|
chriseth
|
aa7684fb54
|
Merge pull request #8864 from a3d4/fix-error-reporting-source-code-format
Fix error reporting source code format
|
2020-05-07 20:15:51 +02:00 |
|
chriseth
|
5ba7a752d8
|
Merge pull request #8799 from ethereum/implementABIEncode
Implement Yul IR generation for abi.encode*
|
2020-05-07 20:07:00 +02:00 |
|
chriseth
|
a0e291bd06
|
Implement Yul IR generation for abi.encode*
|
2020-05-07 19:39:15 +02:00 |
|
chriseth
|
d0b82fe854
|
Merge pull request #8869 from ethereum/useSlotes
Use vector of slots.
|
2020-05-07 19:03:59 +02:00 |
|
chriseth
|
6ad65d7db4
|
Merge pull request #8871 from ethereum/nonValueImmutables
Assertion about getters for non-value type immutables.
|
2020-05-07 18:46:24 +02:00 |
|
chriseth
|
75ca072ae6
|
Assertion about getters for non-value type immutables.
|
2020-05-07 18:18:40 +02:00 |
|
chriseth
|
f38cf85482
|
Use vector of slots.
|
2020-05-07 17:54:04 +02:00 |
|
chriseth
|
4058ce8fe5
|
Merge pull request #8870 from ethereum/fix-conflicting-symbols-in-yulopti-and-optimiser-suite
Fix conflicting symbols in yulopti and OptimiserSuite
|
2020-05-07 17:40:17 +02:00 |
|
chriseth
|
1c24814ac0
|
Merge pull request #8849 from ethereum/testcithing
Fix duplicate tag assert throw
|
2020-05-07 17:37:00 +02:00 |
|
Kamil Śliwak
|
156bfadad3
|
yulopti: Fix conflict between 'l' in yulopti and OptimiserSuite and make future conflicts less likely
- OptimizerSuite uses letters so switching to punctuation marks in yulopti should help.
|
2020-05-07 17:27:24 +02:00 |
|
Kamil Śliwak
|
d3d1520870
|
yulopti: Add an error message to assetion triggered when an optimizer step abbreviation conflicts with yulopti controls
|
2020-05-07 17:21:39 +02:00 |
|
Kamil Śliwak
|
3e9fa7e388
|
yulopti: Print errors to stderr rather than stdout
|
2020-05-07 17:16:50 +02:00 |
|
Mathias Baumann
|
eb4926cb48
|
run addMissingFunctions only once
|
2020-05-07 17:06:11 +02:00 |
|