aboutsummaryrefslogtreecommitdiffstats
path: root/libsolidity/inlineasm
Commit message (Collapse)AuthorAgeFilesLines
* Fix licensing headersVoR02202016-11-237-28/+28
| | | | Signed-off-by: VoR0220 <rj@erisindustries.com>
* Rename ErrorTag to invalidJumpLabel in inline assemblyAlex Beregszaszi2016-11-151-1/+1
|
* Support ErrorTag as a jump label in inline assemblyAlex Beregszaszi2016-11-151-1/+5
|
* Fix inline assembly stack warnings when using variablesAlex Beregszaszi2016-11-151-7/+9
|
* Issue warnings if stack is not balanced after inline assembly blockAlex Beregszaszi2016-10-201-2/+24
|
* 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
|
* Provide inline assembly to the code generator. (#840)chriseth2016-08-162-1/+29
| | | | | | * Directly usable inline assembly. * Add missing header.
* Allow access to functions in inline assembly.chriseth2016-05-122-5/+17
|
* Windows fix.chriseth2016-04-211-1/+1
|
* Source location for inline assembly.chriseth2016-04-207-69/+149
|
* 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-023-18/+18
| |
* | move libevmcore to solidityDimitry2016-04-022-2/+2
|/
* Code generation (missing external access and source locations).chriseth2016-03-307-71/+512
|
* Parsing for inline assembly.chriseth2016-03-303-0/+337