aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmData.h
Commit message (Expand)AuthorAgeFilesLines
* Moving files from libsolidity/inlineasm/*.{cpp,h} to libyul/.Christian Parpart2018-11-231-104/+0
* Introduce namespace `langutil` in liblangutil directory.Christian Parpart2018-11-221-20/+20
* 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-6/+13
* Separate expression and statement.chriseth2017-12-131-7/+9
* Split Instruction and FunctionalInstruction in JuliaAlex Beregszaszi2017-12-051-1/+1
* Rename arguments to paramaters and returns to returnVariables.chriseth2017-12-011-1/+1
* If statement for Iulia / inline assembly.chriseth2017-11-221-0/+2
* Support multiple assignment in inline assemblyAlex Beregszaszi2017-09-201-1/+5
* Add include file to forward-declare inline assembly structs.chriseth2017-06-161-19/+4
* Parse for statement in assembly parser / printerAlex Beregszaszi2017-06-161-1/+3
* Change switch case string to LiteralAlex Beregszaszi2017-05-261-1/+1
* Implement switch statement in the assembly parser/printerAlex Beregszaszi2017-05-261-1/+6
* Reorder AsmData for readabilityAlex Beregszaszi2017-05-241-7/+14
* Rename FunctionalAssignment to AssignmentAlex Beregszaszi2017-05-241-4/+4
* Rename Assignment to StackAssignmentAlex Beregszaszi2017-05-241-3/+3
* Enable a single right hand item on letAlex Beregszaszi2017-05-231-1/+1
* Support multiple variables in a variable declaration in inline assemblyAlex Beregszaszi2017-05-231-1/+1
* Support true/false literals in inline assemblyAlex Beregszaszi2017-05-191-1/+2
* Parse types in Julia modeAlex Beregszaszi2017-05-061-6/+11
* Parsing function calls.chriseth2017-02-161-1/+3
* Parsing function definitions.chriseth2017-02-161-1/+4
* Fix licensing headersVoR02202016-11-231-4/+4
* Source location for inline assembly.chriseth2016-04-201-9/+24
* rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-1/+1
* move libevmcore to solidityDimitry2016-04-021-1/+1
* Code generation (missing external access and source locations).chriseth2016-03-301-33/+27
* Parsing for inline assembly.chriseth2016-03-301-0/+70