aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmData.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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