aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmStack.h
Commit message (Collapse)AuthorAgeFilesLines
* Use actual type checking phase of assembler.chriseth2017-04-251-3/+8
|
* Split external identifier access into resolving and code generation.chriseth2017-04-251-3/+19
|
* Review changes.chriseth2017-02-141-1/+1
|
* Assembly printer.chriseth2017-02-141-0/+4
|
* Fix licensing headersVoR02202016-11-231-4/+4
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Provide inline assembly to the code generator. (#840)chriseth2016-08-161-0/+8
| | | | | | * Directly usable inline assembly. * Add missing header.
* Source location for inline assembly.chriseth2016-04-201-1/+1
|
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+59