Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | JuliaType -> YulType | Alex Beregszaszi | 2018-06-14 | 1 | -7/+7 |
* | Mark a lot of functions const (where possible) | Alex Beregszaszi | 2017-08-22 | 1 | -1/+1 |
* | Helper to count the number of variables in a scope. | chriseth | 2017-06-16 | 1 | -0/+2 |
* | Move "active variable" to analysis phase. | chriseth | 2017-06-14 | 1 | -9/+1 |
* | Remove struct constructor. | chriseth | 2017-06-14 | 1 | -1/+0 |
* | Move stack height to generation phase. | chriseth | 2017-06-14 | 1 | -2/+0 |
* | Move LabelIDs to generation phase. | chriseth | 2017-06-14 | 1 | -5/+1 |
* | Initial EVM1.5 assembly implementation. | chriseth | 2017-06-08 | 1 | -0/+4 |
* | Introduce LabelID typedef. | chriseth | 2017-05-29 | 1 | -1/+2 |
* | Refactor to abstract assembly to JULIA. | chriseth | 2017-05-20 | 1 | -2/+2 |
* | Parse types in Julia mode | Alex Beregszaszi | 2017-05-06 | 1 | -5/+12 |
* | Remove error label / invalid jump label. | chriseth | 2017-04-28 | 1 | -1/+0 |
* | Refactor assembly analysis into scope filling and checking. | chriseth | 2017-04-25 | 1 | -0/+128 |