aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmCodeGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-231-4/+4
* Rename ErrorTag to invalidJumpLabel in inline assemblyAlex Beregszaszi2016-11-151-1/+1
* Support ErrorTag as a jump label in inline assemblyAlex Beregszaszi2016-11-151-1/+5
* Fix inline assembly stack warnings when using variablesAlex Beregszaszi2016-11-151-7/+9
* Issue warnings if stack is not balanced after inline assembly blockAlex Beregszaszi2016-10-201-2/+24
* Allow access to functions in inline assembly.chriseth2016-05-121-5/+15
* Source location for inline assembly.chriseth2016-04-201-21/+40
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-5/+6
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+263