aboutsummaryrefslogtreecommitdiffstats
path: root/test/libsolidity/InlineAssembly.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
* 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