summaryrefslogtreecommitdiff
path: root/tests/coq (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the hashmap and regenerateSon Ho2023-02-032-22/+10
* Improve the pretty names generation for loopsSon Ho2023-02-033-31/+31
* Make modifications to the MakefilesSon Ho2023-02-031-3/+9
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-11/+7
* Improve the order of the loop input parametersSon Ho2023-02-033-16/+16
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-033-150/+153
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-031-53/+28
* Regenerate the hashmap code and update the proofsSon Ho2023-02-034-161/+325
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-0/+73
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-5/+3
* Add more loop examples and fix issuesSon Ho2023-02-031-0/+136
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-6/+374
* Regenerate the testsSon Ho2023-02-031-0/+186
* Improve the loops' numberingSon Ho2023-02-031-10/+9
* Make another loop example workSon Ho2023-02-031-0/+17
* Regenerate the filesSon Ho2023-02-039-214/+98
* Make minor modifications and generate code for loopsSon Ho2023-02-032-0/+73
* Add a nix derivation for the Coq proofsSon Ho2022-11-162-2/+7
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-163-667/+477
* Automatically generate the Makefile and _CoqProject files in the tests subdir...Son Ho2022-11-169-13/+35
* Generate record field projectors for CoqSon Ho2022-11-1610-695/+612
* Change the name of the generated Coq modulesSon Ho2022-11-1611-42/+42
* Improve formattingSon Ho2022-11-1615-561/+563
* Make minor modifications to the extractionSon Ho2022-11-164-8/+0
* Extract the Polonius examples in CoqSon Ho2022-11-148-1/+2105
* Generate Coq code for `hashmap` and `hashmap_on_disk`Son Ho2022-11-1411-0/+2264
* Add a `-use-fuel` optionSon Ho2022-11-142-3/+41
* Regenerate the files and fix the proofsSon Ho2022-11-144-59/+71
* Improve the formatting of [if then else] expressionsSon Ho2022-11-142-86/+70
* Reactivate the option -test-trans-unis for CoqSon Ho2022-11-141-0/+3
* Improve the formatting of the generated codeSon Ho2022-11-143-16/+35
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-141-2/+3
* Make minor modificationsSon Ho2022-11-141-2/+1
* Make good progress on the Coq backendSon Ho2022-11-1410-0/+1428