summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-03Remove the meta-value field from AMutBorrowSon Ho1-2/+2
2023-02-03Remove the APrimitive variant from the avaluesSon Ho1-3/+1
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-36/+39
2023-02-03Start implementing support for loopsSon Ho1-25/+31
2022-11-16Do not introduce match on the fuel for non-recursive functionsSon Ho1-4/+26
2022-11-16Automatically generate the Makefile and _CoqProject files in the tests subdir...Son Ho1-0/+2
2022-11-14Add a `-use-fuel` optionSon Ho1-21/+152
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-3/+5
2022-11-14Make good progress on the Coq backendSon Ho1-7/+21
2022-11-11Fix some issues with the commentsSon Ho1-4/+1
2022-11-10Factor out the symbolic execution for the forward/backward translationsSon Ho1-5/+8
2022-11-10Make a minor cleanupSon Ho1-3/+15
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-103/+55
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-142/+241
2022-11-10Update the way function names are handled in PureSon Ho1-6/+6
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-0/+13
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-3/+3
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-7/+12
2022-10-28Make minor modificationsSon Ho1-2/+2
2022-10-28Take care of some TODOsSon Ho1-3/+3
2022-10-27Reorganize Print.mlSon Ho1-1/+1
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-5/+5
2022-10-27Update the README and a commentSon Ho1-2/+3
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-81/+80
2022-10-13Rename Modules to CratesSon Ho1-1/+0
2022-09-22Make minor cleanupSon Ho1-25/+37
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard1-7/+14
2022-08-08Register global names, one error remainingSidney Congard1-1/+7
2022-07-25Apply minor changes from PR commentsSidney Congard1-2/+10
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-10/+13
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-5/+9
2022-06-30Take failing rvalues into account in FunsAnalysis.analyze_fun_declsSon Ho1-1/+4
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-12/+15
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-0/+1
2022-05-15Treat integer casts in a general mannerSon Ho1-0/+6
2022-05-05Update the translation so that we use a state only in the functionsSon Ho1-21/+28
2022-05-04Start implementing divergence, can_fail, statefullness analysesSon Ho1-1/+11
2022-05-04Make minor modificationsSon Ho1-7/+5
2022-05-04Make minor modificationsSon Ho1-24/+3
2022-05-04Fix more issuesSon Ho1-17/+9
2022-05-04Fix some issues when using statesSon Ho1-70/+79
2022-05-04Make progress updating the codeSon Ho1-3/+8
2022-05-04Start updating the way the function return type (with errors and states)Son Ho1-111/+204
2022-05-01Move the type-checking functions for pure AST to PureTypeCheck.mlSon Ho1-4/+4
2022-05-01Do more cleanupSon Ho1-6/+6
2022-05-01CleanupSon Ho1-3/+1
2022-05-01Perform more renamingsSon Ho1-3/+3
2022-05-01Perform some renamingsSon Ho1-8/+8
2022-05-01Rename "lvalue" to "pattern"Son Ho1-35/+37