aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm/AsmParser.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Accept bool as a type in Julia modeAlex Beregszaszi2017-05-191-1/+9
|
* Support true/false literals in inline assemblyAlex Beregszaszi2017-05-191-1/+22
|
* Parse types in Julia modeAlex Beregszaszi2017-05-061-6/+28
|
* Show better error message for Julia modeAlex Beregszaszi2017-05-051-3/+11
|
* Do not allow literal pushes in JuliaAlex Beregszaszi2017-05-051-0/+2
|
* Disable labels in JuliaAlex Beregszaszi2017-05-051-0/+3
|
* Merge pull request #2193 from ethereum/julia-assign-stackchriseth2017-04-281-0/+2
|\ | | | | Disallow assign from stack in Julia (=: var)
| * Disallow assign from stack in Julia (=: var)Alex Beregszaszi2017-04-281-1/+3
| |
| * Do not validate identifiers against EVM instructions in JULIAAlex Beregszaszi2017-04-281-4/+6
| |
* | Do not validate identifiers against EVM instructions in JULIAAlex Beregszaszi2017-04-271-4/+6
|/
* Remove parentheses from around function return parametersAlex Beregszaszi2017-04-271-3/+1
|
* 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
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* 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.
| * 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