aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-231-250/+0
* Isolating files shared between Yul- and Solidity language frontend.Christian Parpart2018-11-221-1/+1
* Performance: Replace string by special single-copy YulString class.chriseth2018-11-081-11/+11
* Some well-formedness checks for the Yul AST.chriseth2018-10-221-4/+23
* Rename internal variableAlex Beregszaszi2018-06-141-5/+5
* Separate expression and statement.chriseth2017-12-131-0/+5
* Split Instruction and FunctionalInstruction in JuliaAlex Beregszaszi2017-12-051-1/+1
* Rename arguments to paramaters and returns to returnVariables.chriseth2017-12-011-3/+3
* If statement for Iulia / inline assembly.chriseth2017-11-221-0/+5
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-201-1/+5
* Mark a lot of functions const (where possible)Alex Beregszaszi2017-08-221-1/+1
* Support parsing let statements without a valueAlex Beregszaszi2017-07-131-2/+5
* Merge interface/Exceptions and interface/UtilsAlex Beregszaszi2017-06-221-1/+1
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-0/+13
* Switch cases are not followed by colonAlex Beregszaszi2017-05-261-2/+2
* Change switch case string to LiteralAlex Beregszaszi2017-05-261-2/+2
* Implement switch statement in the assembly parser/printerAlex Beregszaszi2017-05-261-0/+14
* Rename FunctionalAssignment to AssignmentAlex Beregszaszi2017-05-241-2/+2
* Rename Assignment to StackAssignmentAlex Beregszaszi2017-05-241-1/+1
* Enable a single right hand item on letAlex Beregszaszi2017-05-231-6/+1
* Support multiple variables in a variable declaration in inline assemblyAlex Beregszaszi2017-05-231-1/+15
* Support true/false literals in inline assemblyAlex Beregszaszi2017-05-191-1/+9
* Use boost range adaptors in AsmPrinterAlex Beregszaszi2017-05-061-4/+12
* Parse types in Julia modeAlex Beregszaszi2017-05-061-5/+20
* Assert that invalid AST elements are not printed in Julia modeAlex Beregszaszi2017-05-051-1/+5
* Remove parentheses from around function return parametersAlex Beregszaszi2017-04-271-1/+1
* Assembly printer for functions.chriseth2017-02-161-0/+18
* Assembly printing fixes.chriseth2017-02-141-5/+5
* Review changes.chriseth2017-02-141-2/+2
* Assembly printer.chriseth2017-02-141-0/+125