summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update the formatting of commentsSon Ho2023-12-211-8/+6
* Filter the useless backward functionsSon Ho2023-12-211-75/+145
* Update SymbolicToPure.ml for the loopsSon Ho2023-12-211-96/+125
* Remove some asserts which are now uselessSon Ho2023-12-213-8/+4
* Fix some issues in SymbolicToPureSon Ho2023-12-211-25/+26
* Fix a minor issueSon Ho2023-12-211-2/+5
* Make good progress on merging the fwd/back functionsSon Ho2023-12-218-87/+274
* Reset Config.return_back_funs to falseSon Ho2023-12-191-1/+1
* Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho2023-12-192-33/+15
* Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}Son Ho2023-12-192-100/+70
* Remove the backwards field from SymbolicToPure.call_infoSon Ho2023-12-181-15/+5
* Fix a minor mistake in SymbolicToPureSon Ho2023-12-183-11/+15
* Add some commentsSon Ho2023-12-181-16/+31
* Rename some definitionsSon Ho2023-12-1815-140/+139
* Do not register the names of the back funs if they are merged with the fwd funsSon Ho2023-12-181-3/+8
* Update the READMESon Ho2023-12-181-1/+2
* Make progress on updating the codeSon Ho2023-12-153-200/+134
* Make progress on propagating the changesSon Ho2023-12-156-97/+72
* Minor fixSon Ho2023-12-151-2/+2
* Make good progress on updating SymbolicToPureSon Ho2023-12-155-42/+226
* Make progress on updating SymbolicToPureSon Ho2023-12-151-57/+112
* Make progress on generalizing the signature informationSon Ho2023-12-155-218/+253
* Make minor modificationsSon Ho2023-12-152-79/+38
* Make progress on generated merged fwd/back functionsSon Ho2023-12-142-28/+32
* Merge remote-tracking branch 'origin/main' into son/merge_backSon Ho2023-12-1426-219/+381
|\
| * Merge pull request #53 from AeneasVerif/son/castsSon HO2023-12-1426-219/+381
| |\
| | * Update the flake.lockSon Ho2023-12-131-9/+9
| | * Regenerate the test filesSon Ho2023-12-1316-183/+265
| | * Update the extraction to handle casts between integers/boolsSon Ho2023-12-139-27/+107
| |/
* | Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho2023-12-144-27/+128
* | Make a minor modification in a commentSon Ho2023-12-131-1/+1
* | Merge remote-tracking branch 'origin/main' into son/merge_backSon Ho2023-12-131-3/+3
|\|
| * Merge pull request #52 from AeneasVerif/son/matchesSon HO2023-12-132-4/+7
| |\
| | * Update the flake.lockSon Ho2023-12-131-3/+3
* | | Update Pure.fun_sig_infoSon Ho2023-12-137-68/+129
* | | Merge branch 'son/matches' into son/merge_backSon Ho2023-12-131-1/+4
|\ \ \ | | |/ | |/|
| * | Update the interpreter to handle optional otherwise branchesSon Ho2023-12-131-1/+4
| |/
* / Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho2023-12-133-5/+13
|/
* Merge pull request #51 from AeneasVerif/son_merge_back2Son HO2023-12-139-780/+1696
|\
| * Merge remote-tracking branch 'origin/main' into son_merge_back2Son Ho2023-12-132-336/+22
| |\ | |/ |/|
* | Merge pull request #50 from AeneasVerif/son/substsSon HO2023-12-122-336/+22
|\ \
| * | Update the flake.lockSon Ho2023-12-121-21/+21
| * | Move most of the substitution functions to CharonSon Ho2023-12-121-315/+1
|/ /
| * Inline the let-bindings in the validity proofsSon Ho2023-12-121-7/+40
| * Fix a minor issue with the divergent encodingSon Ho2023-12-121-53/+80
| * Fix minor issues with the divergence encodingSon Ho2023-12-121-14/+5
| * Make progress on supporting higher-order divergent functionsSon Ho2023-12-122-53/+95
| * Implement a map-reduce visitor for expressions and fix issues with get{M,F}Va...Son Ho2023-12-121-31/+81
| * Update the validity proofs for higher-order functionsSon Ho2023-12-112-11/+96
| * Start working on higher-order examples for DivergeSon Ho2023-12-114-218/+355