Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-02-03 | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 1 | -1/+1 |
2023-02-03 | Introduce new loop ids in Pure and keep track of the number of loops in a fun... | Son Ho | 1 | -1/+1 |
2023-02-03 | Add loop ids to the pure functions identifiers | Son Ho | 1 | -4/+8 |
2023-02-03 | Compute the SCCs of the functions to extract in Translate.ml | Son Ho | 1 | -15/+71 |
2023-02-03 | Implement ReorderDecls.ml | Son Ho | 1 | -0/+150 |