aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/InlineAssembly.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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