Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make progress on propagating the changes | Son Ho | 2024-03-08 | 1 | -8/+4 |
* | Add RegionsHierarchy.ml | Son Ho | 2023-11-13 | 1 | -94/+3 |
* | Remove the 'r type variable from the ty type definition | Son Ho | 2023-11-12 | 1 | -2/+2 |
* | Make progress on correctly handling trait method calls in the symbolic execution | Son Ho | 2023-09-11 | 1 | -2/+2 |
* | Add support for the trait associated constants | Son Ho | 2023-09-10 | 1 | -1/+3 |
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Introduce new loop ids in Pure and keep track of the number of loops in a fun... | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Add loop ids to the pure functions identifiers | Son Ho | 2023-02-03 | 1 | -4/+8 |
* | Compute the SCCs of the functions to extract in Translate.ml | Son Ho | 2023-02-03 | 1 | -15/+71 |
* | Implement ReorderDecls.ml | Son Ho | 2023-02-03 | 1 | -0/+150 |