summaryrefslogtreecommitdiff
path: root/compiler/PureMicroPasses.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+2
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-14/+328
|
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-0/+13
|
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-031-0/+8
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+26
|
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-2/+3
|
* Improve the loops' numberingSon Ho2023-02-031-132/+149
|
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-0/+63
|
* Fix a minor bug in Interpreter.mlSon Ho2023-02-031-1/+4
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-96/+287
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+18
|
* Introduce new loop ids in Pure and keep track of the number of loops in a ↵Son Ho2023-02-031-1/+1
| | | | function
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-7/+8
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-4/+17
|
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-141-30/+140
|
* Make good progress on the Coq backendSon Ho2022-11-141-0/+1
|
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-1/+1
|
* Fix some issues with the commentsSon Ho2022-11-111-1/+1
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-74/+15
|
* Update the way function names are handled in PureSon Ho2022-11-101-16/+17
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-1/+1
|
* Take care of some TODOsSon Ho2022-10-281-1/+1
|
* Move some files to the Charon projectSon Ho2022-10-281-13/+13
|
* Fix some comment referencesSon Ho2022-10-271-1/+1
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+1375