summaryrefslogtreecommitdiff
path: root/compiler/PureUtils.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-0/+5
|
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-0/+36
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-0/+15
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-1/+1
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+6
|
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-49/+0
|
* Add a `-use-fuel` optionSon Ho2022-11-141-4/+12
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-5/+27
|
* Improve the formatting of the generated codeSon Ho2022-11-141-0/+9
|
* Make good progress on the Coq backendSon Ho2022-11-141-2/+2
|
* 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 the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-0/+6
| | | | option)
* Update the way function names are handled in PureSon Ho2022-11-101-16/+19
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+4
|
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-101-1/+1
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-1/+1
|
* Reformat the codeSon Ho2022-10-271-1/+2
|
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-5/+5
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+450