Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename FunctionalAssignment to Assignment | Alex Beregszaszi | 2017-05-24 | 1 | -2/+2 |
* | Rename Assignment to StackAssignment | Alex Beregszaszi | 2017-05-24 | 1 | -2/+2 |
* | Refactor to combined scope and stack height info. | chriseth | 2017-04-26 | 1 | -9/+4 |
* | Store stack height in analysis phase. | chriseth | 2017-04-26 | 1 | -2/+8 |
* | Move analysis out of code generator. | chriseth | 2017-04-25 | 1 | -1/+5 |
* | Review comments and cleanup. | chriseth | 2017-04-25 | 1 | -2/+3 |
* | Perform stack height checks in assembly analysis phase. | chriseth | 2017-04-25 | 1 | -3/+10 |
* | Use actual type checking phase of assembler. | chriseth | 2017-04-25 | 1 | -4/+4 |
* | Refactor assembly analysis into scope filling and checking. | chriseth | 2017-04-25 | 1 | -95/+16 |
* | Register functions. | chriseth | 2017-04-25 | 1 | -7/+18 |
* | Remove stack annotations again. | chriseth | 2017-03-03 | 1 | -2/+0 |
* | Slightly cleaner label ids. | chriseth | 2017-03-03 | 1 | -3/+2 |
* | Partially add functions. | chriseth | 2017-03-03 | 1 | -7/+25 |
* | Generic visitor. | chriseth | 2017-03-03 | 1 | -37/+28 |
* | Analysis refactoring. | chriseth | 2017-03-03 | 1 | -0/+152 |