summaryrefslogtreecommitdiff
path: root/compiler/Translate.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-9/+12
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-3/+4
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-14/+22
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-10/+11
2022-05-10Use the core_unix package instead of coreSon Ho1-1/+1
2022-05-06Update the extraction to set the fuel to 1 in the Z3 optionsSon Ho1-2/+2
2022-05-05Update the translation so that we use a state only in the functionsSon Ho1-14/+14
2022-05-04Start implementing divergence, can_fail, statefullness analysesSon Ho1-0/+3
2022-05-04Make minor modificationsSon Ho1-17/+15
2022-05-04Fix various issues when using a stateSon Ho1-7/+1
2022-05-04Fix more issuesSon Ho1-15/+3
2022-05-04Fix some issues when using statesSon Ho1-1/+3