aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Parsing function calls.chriseth2017-02-161-35/+56
* Parsing function definitions.chriseth2017-02-161-4/+45
* Rename SUICIDE opcode to SELFDESTRUCT in libevmasmAlex Beregszaszi2017-02-071-2/+2
* Update error message.chriseth2017-01-261-1/+1
* Disallow assignment to non-identifiers.chriseth2017-01-261-0/+2
* Disallow instructions in assignment.chriseth2017-01-261-6/+5
* Renamed function.chriseth2017-01-261-4/+4
* Moved test.chriseth2017-01-261-1/+1
* Do not allow shadowing inline assembly instructions with variablesAlex Beregszaszi2017-01-251-1/+10
* Fix licensing headersVoR02202016-11-231-4/+4
* Fix assignment after tags in inline assemblyAlex Beregszaszi2016-10-111-1/+3
* Support address in inline assemblyAlex Beregszaszi2016-10-071-0/+3
* Support both suicide/selfdestruct in inline assemblyAlex Beregszaszi2016-10-061-2/+5
* Windows fix.chriseth2016-04-211-1/+1
* Source location for inline assembly.chriseth2016-04-201-33/+59
* Merge pull request #475 from chriseth/byteasmchriseth2016-04-061-0/+4
|\
| * Allow "byte" in inline assembly.chriseth2016-04-061-0/+4
* | return instructionInfo styleDimitry2016-04-041-2/+2
* | rename namespace for instruction.h/cpp in libevmasmDimitry2016-04-021-12/+11
* | move libevmcore to solidityDimitry2016-04-021-1/+1
|/
* Code generation (missing external access and source locations).chriseth2016-03-301-29/+38
* Parsing for inline assembly.chriseth2016-03-301-0/+212