Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Typed Continuations: Add cont type (#5998) | Frank Emrich | 2023-10-24 | 2 | -0/+30 |
* | [Parser] Parse labels and br (#5970) | Thomas Lively | 2023-10-02 | 2 | -2/+31 |
* | Support function contexts in IRBuilder (#5967) | Thomas Lively | 2023-09-22 | 3 | -7/+4 |
* | [Parser] Support loops (#5966) | Thomas Lively | 2023-09-21 | 2 | -26/+69 |
* | [Parser] Allow any number of foldedinsts in `foldedinsts` (#5965) | Thomas Lively | 2023-09-21 | 3 | -60/+79 |
* | [NFC][Parser] Simplify instruction handling (#5964) | Thomas Lively | 2023-09-21 | 4 | -540/+350 |
* | [Parser] Parse if-else in the new wat parser and IRBuilder (#5963) | Thomas Lively | 2023-09-21 | 2 | -11/+130 |
* | [NFC] Split the new wat parser into multiple files (#5960) | Thomas Lively | 2023-09-19 | 12 | -0/+5460 |