Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -94/+3 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -2/+2 |
2023-09-11 | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 1 | -2/+2 |
2023-09-10 | Add support for the trait associated constants | Son Ho | 1 | -1/+3 |
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 |