Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Parsing function calls. | chriseth | 2017-02-16 | 1 | -35/+56 |
| | |||||
* | Parsing function definitions. | chriseth | 2017-02-16 | 1 | -4/+45 |
| | |||||
* | Rename SUICIDE opcode to SELFDESTRUCT in libevmasm | Alex Beregszaszi | 2017-02-07 | 1 | -2/+2 |
| | |||||
* | Update error message. | chriseth | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Disallow assignment to non-identifiers. | chriseth | 2017-01-26 | 1 | -0/+2 |
| | |||||
* | Disallow instructions in assignment. | chriseth | 2017-01-26 | 1 | -6/+5 |
| | |||||
* | Renamed function. | chriseth | 2017-01-26 | 1 | -4/+4 |
| | |||||
* | Moved test. | chriseth | 2017-01-26 | 1 | -1/+1 |
| | |||||
* | Do not allow shadowing inline assembly instructions with variables | Alex Beregszaszi | 2017-01-25 | 1 | -1/+10 |
| | |||||
* | Fix licensing headers | VoR0220 | 2016-11-23 | 1 | -4/+4 |
| | | | | Signed-off-by: VoR0220 <rj@erisindustries.com> | ||||
* | Fix assignment after tags in inline assembly | Alex Beregszaszi | 2016-10-11 | 1 | -1/+3 |
| | |||||
* | Support address in inline assembly | Alex Beregszaszi | 2016-10-07 | 1 | -0/+3 |
| | |||||
* | Support both suicide/selfdestruct in inline assembly | Alex Beregszaszi | 2016-10-06 | 1 | -2/+5 |
| | |||||
* | Windows fix. | chriseth | 2016-04-21 | 1 | -1/+1 |
| | |||||
* | Source location for inline assembly. | chriseth | 2016-04-20 | 1 | -33/+59 |
| | |||||
* | Merge pull request #475 from chriseth/byteasm | chriseth | 2016-04-06 | 1 | -0/+4 |
|\ | | | | | Allow "byte" in inline assembly. | ||||
| * | Allow "byte" in inline assembly. | chriseth | 2016-04-06 | 1 | -0/+4 |
| | | |||||
* | | return instructionInfo style | Dimitry | 2016-04-04 | 1 | -2/+2 |
| | | |||||
* | | rename namespace for instruction.h/cpp in libevmasm | Dimitry | 2016-04-02 | 1 | -12/+11 |
| | | |||||
* | | move libevmcore to solidity | Dimitry | 2016-04-02 | 1 | -1/+1 |
|/ | |||||
* | Code generation (missing external access and source locations). | chriseth | 2016-03-30 | 1 | -29/+38 |
| | |||||
* | Parsing for inline assembly. | chriseth | 2016-03-30 | 1 | -0/+212 |