aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmStack.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Analysis refactoring.chriseth2017-03-031-1/+4
|
* Review changes.chriseth2017-02-141-1/+1
|
* Assembly printer.chriseth2017-02-141-4/+14
|
* 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-1/+21
| | | | | | * Directly usable inline assembly. * Add missing header.
* Source location for inline assembly.chriseth2016-04-201-3/+7
|
* Code generation (missing external access and source locations).chriseth2016-03-301-0/+47