aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/InlineAssembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add tests for revert()Alex Beregszaszi2017-02-111-0/+5
|
* Add tests for invalid instructionAlex Beregszaszi2017-01-281-0/+5
|
* Update error message.chriseth2017-01-261-1/+1
|
* Disallow assignment to non-identifiers.chriseth2017-01-261-0/+6
|
* Add test for assignment.chriseth2017-01-261-1/+7
|
* Moved test.chriseth2017-01-261-0/+6
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Rename ErrorTag to invalidJumpLabel in inline assemblyAlex Beregszaszi2016-11-151-1/+1
|
* Add tests for the ErrorTagAlex Beregszaszi2016-11-151-0/+5
|
* Add testschriseth2016-11-151-5/+13
|
* Allow warnings for inline assembly blockAlex Beregszaszi2016-10-201-1/+1
|
* Add tests for magic variables in inline assemblyAlex Beregszaszi2016-10-201-0/+7
|
* Fix assignment after tags in inline assemblyAlex Beregszaszi2016-10-111-0/+5
|
* Add test for address in inline assemblyAlex Beregszaszi2016-10-071-1/+1
|
* Add test for suicide/selfdestructAlex Beregszaszi2016-10-061-0/+5
|
* Remove log.h from solidity.chriseth2016-04-121-1/+0
|
* Allow "byte" in inline assembly.chriseth2016-04-061-0/+5
|
* Code generation (missing external access and source locations).chriseth2016-03-301-12/+29
|
* Parsing for inline assembly.chriseth2016-03-301-0/+138