summaryrefslogtreecommitdiff
path: root/compiler/ReorderDecls.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-1/+1
* Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho2023-02-031-1/+1
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-4/+8
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-15/+71
* Implement ReorderDecls.mlSon Ho2023-02-031-0/+150