Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use IRBuilder in the binary parser (#6963) | Thomas Lively | 2024-11-26 | 1 | -30/+28 |
* | Use empty blocks instead of nops for empty scopes in IRBuilder (#7080) | Thomas Lively | 2024-11-14 | 1 | -12/+0 |
* | Use TopologicalSort::minSort to order rec groups (#6892) | Thomas Lively | 2024-09-04 | 1 | -48/+48 |
* | [Parser] Enable the new text parser by default (#6371) | Thomas Lively | 2024-04-25 | 1 | -15/+15 |
* | [Parser] Use the new parser in wasm-shell and wasm-as (#6529) | Thomas Lively | 2024-04-24 | 1 | -14/+13 |
* | Update the text syntax for tuple types (#6246) | Thomas Lively | 2024-01-26 | 1 | -4/+4 |
* | Add an arity immediate to tuple.extract (#6172) | Thomas Lively | 2023-12-12 | 1 | -6/+6 |
* | Add a `tuple.drop` text pseudoinstruction (#6170) | Thomas Lively | 2023-12-12 | 1 | -2/+2 |
* | [test] Tweak RUN commands of test/lit/basic/ (#6159) | Heejin Ahn | 2023-12-11 | 1 | -341/+320 |
* | [test] Move basic tests in lit/ to lit/basic/ (#6156) | Heejin Ahn | 2023-12-08 | 1 | -0/+529 |