summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make more updates for the Lean backendSon Ho2023-06-041-12/+16
|
* Make minor modificationsSon Ho2023-06-041-2/+14
|
* Improve the generation of variant names for LeanSon Ho2023-06-041-1/+5
|
* Add a special expression for structure creation/updateSon Ho2023-06-041-1/+9
|
* Don't create useless directories in LeanSon Ho2023-06-041-2/+4
|
* Update the extraction of Lean filesSon Ho2023-06-041-11/+23
|
* Automate the generation of the lakefile.lean filesSon Ho2023-06-041-119/+166
|
* Handle the "opaque_defs." prefix in a cleaner mannerSon Ho2023-06-041-2/+23
|
* Consistently use the names TerminationMeasure and DecreasesProofSon Ho2023-06-041-4/+6
|
* Update the generation of termination and decreases_by templates for LeanSon Ho2023-06-041-5/+9
|
* More commentsJonathan Protzenko2023-06-041-0/+8
|
* Make minor fixes, improve formatting for Lean and generate code for all the ↵Son Ho2023-06-041-43/+60
| | | | test suite
* WIPJonathan Protzenko2023-06-041-2/+19
|
* Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko2023-06-041-1/+4
|
* WIP lots of stuffJonathan Protzenko2023-06-041-3/+11
|
* New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko2023-06-041-25/+37
|
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-22/+34
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-13/+13
|
* Fix an issue with the names of the loop decreases clausesSon Ho2023-02-031-0/+10
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+1
|
* Fix an issue in translate_forward_endSon Ho2023-02-031-0/+1
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-27/+58
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-0/+32
|
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-3/+1
|
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-031-61/+91
|
* Reorganize Translate.mlSon Ho2023-02-031-165/+183
|
* Add an SCC.ml file for strongly connected componentsSon Ho2023-02-031-0/+2
|
* Change the name of the generated Coq modulesSon Ho2022-11-161-1/+1
|
* Improve formattingSon Ho2022-11-161-4/+4
|
* Add a `-use-fuel` optionSon Ho2022-11-141-1/+7
|
* Make good progress on the Coq backendSon Ho2022-11-141-73/+151
|
* Reorganize the project to prepare for new backendsSon Ho2022-11-141-23/+23
|
* Make a minor modificationSon Ho2022-11-111-1/+1
|
* Move the fstar files to the new backends directorySon Ho2022-11-111-1/+1
|
* Add a `bin` folderSon Ho2022-11-111-3/+5
|
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-41/+21
|
* Make a minor cleanupSon Ho2022-11-101-16/+4
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-117/+34
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-101-12/+51
| | | | option)
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-4/+7
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-7/+6
|
* Make minor updates to account for Charon's changesSon Ho2022-10-281-10/+10
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+871