aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmPrinter.h
Commit message (Expand)AuthorAgeFilesLines
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-231-68/+0
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-1/+3
* Some well-formedness checks for the Yul AST.chriseth2018-10-221-0/+1
* Rename internal variableAlex Beregszaszi2018-06-141-2/+2
* Separate expression and statement.chriseth2017-12-131-0/+1
* If statement for Iulia / inline assembly.chriseth2017-11-221-0/+1
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
* Add include file to forward-declare inline assembly structs.chriseth2017-06-161-13/+2
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+2
* Implement switch statement in the assembly parser/printerAlex Beregszaszi2017-05-261-0/+2
* Rename FunctionalAssignment to AssignmentAlex Beregszaszi2017-05-241-2/+2
* Rename Assignment to StackAssignmentAlex Beregszaszi2017-05-241-2/+2
* Parse types in Julia modeAlex Beregszaszi2017-05-061-0/+2
* Add flag for JULIA printingAlex Beregszaszi2017-05-051-0/+5
* Assembly printer for functions.chriseth2017-02-161-0/+2
* Assembly printer.chriseth2017-02-141-0/+61