summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-04Make more updates for the Lean backendSon Ho1-12/+16
2023-06-04Make minor modificationsSon Ho1-2/+14
2023-06-04Improve the generation of variant names for LeanSon Ho1-1/+5
2023-06-04Add a special expression for structure creation/updateSon Ho1-1/+9
2023-06-04Don't create useless directories in LeanSon Ho1-2/+4
2023-06-04Update the extraction of Lean filesSon Ho1-11/+23
2023-06-04Automate the generation of the lakefile.lean filesSon Ho1-119/+166
2023-06-04Handle the "opaque_defs." prefix in a cleaner mannerSon Ho1-2/+23
2023-06-04Consistently use the names TerminationMeasure and DecreasesProofSon Ho1-4/+6
2023-06-04Update the generation of termination and decreases_by templates for LeanSon Ho1-5/+9
2023-06-04More commentsJonathan Protzenko1-0/+8
2023-06-04Make minor fixes, improve formatting for Lean and generate code for all the t...Son Ho1-43/+60
2023-06-04WIPJonathan Protzenko1-2/+19
2023-06-04Fix some printing bits, proper syntax for terminates and decreases clausesJonathan Protzenko1-1/+4
2023-06-04WIP lots of stuffJonathan Protzenko1-3/+11
2023-06-04New directory structure and corresponding extraction, + misc fixes, for LeanJonathan Protzenko1-25/+37
2023-06-04Initial Lean backend, WIPJonathan Protzenko1-22/+34
2023-02-03Implement a pass to filter the unused input arguments in the loop functionsSon Ho1-13/+13
2023-02-03Fix an issue with the names of the loop decreases clausesSon Ho1-0/+10
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-0/+1
2023-02-03Fix an issue in translate_forward_endSon Ho1-0/+1
2023-02-03Fix various issues with the generation of code for the loopsSon Ho1-27/+58
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-0/+32
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-3/+1
2023-02-03Compute the SCCs of the functions to extract in Translate.mlSon Ho1-61/+91
2023-02-03Reorganize Translate.mlSon Ho1-165/+183
2023-02-03Add an SCC.ml file for strongly connected componentsSon Ho1-0/+2
2022-11-16Change the name of the generated Coq modulesSon Ho1-1/+1
2022-11-16Improve formattingSon Ho1-4/+4
2022-11-14Add a `-use-fuel` optionSon Ho1-1/+7
2022-11-14Make good progress on the Coq backendSon Ho1-73/+151
2022-11-14Reorganize the project to prepare for new backendsSon Ho1-23/+23
2022-11-11Make a minor modificationSon Ho1-1/+1
2022-11-11Move the fstar files to the new backends directorySon Ho1-1/+1
2022-11-11Add a `bin` folderSon Ho1-3/+5
2022-11-10Factor out the symbolic execution for the forward/backward translationsSon Ho1-41/+21
2022-11-10Make a minor cleanupSon Ho1-16/+4
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-117/+34
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-12/+51
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-4/+7
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-7/+6
2022-10-28Make minor updates to account for Charon's changesSon Ho1-10/+10
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-13/+13
2022-10-13Rename Modules to CratesSon Ho1-25/+26
2022-09-22Update the name registration for globalsSon Ho1-3/+8
2022-09-22Make minor cleanupSon Ho1-28/+31
2022-09-22Update src/Translate.mlSon HO1-1/+1
2022-08-08Register global names, one error remainingSidney Congard1-1/+5
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-4/+17