| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the hashmap and regenerate | Son Ho | 2023-02-03 | 2 | -22/+10 |
* | Improve the pretty names generation for loops | Son Ho | 2023-02-03 | 3 | -31/+31 |
* | Make modifications to the Makefiles | Son Ho | 2023-02-03 | 1 | -3/+9 |
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 1 | -11/+7 |
* | Improve the order of the loop input parameters | Son Ho | 2023-02-03 | 3 | -16/+16 |
* | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 2023-02-03 | 3 | -150/+153 |
* | Improve PureMicroPasses.filter_useless and regenerate the betree code | Son Ho | 2023-02-03 | 1 | -53/+28 |
* | Regenerate the hashmap code and update the proofs | Son Ho | 2023-02-03 | 4 | -161/+325 |
* | Fix some issues with the values given back by loop backward translations | Son Ho | 2023-02-03 | 1 | -0/+73 |
* | Fix an issue with the translation of loops::clear | Son Ho | 2023-02-03 | 1 | -5/+3 |
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -0/+136 |
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -6/+374 |
* | Regenerate the tests | Son Ho | 2023-02-03 | 1 | -0/+186 |
* | Improve the loops' numbering | Son Ho | 2023-02-03 | 1 | -10/+9 |
* | Make another loop example work | Son Ho | 2023-02-03 | 1 | -0/+17 |
* | Regenerate the files | Son Ho | 2023-02-03 | 9 | -214/+98 |
* | Make minor modifications and generate code for loops | Son Ho | 2023-02-03 | 2 | -0/+73 |
* | Add a nix derivation for the Coq proofs | Son Ho | 2022-11-16 | 2 | -2/+7 |
* | Do not introduce match on the fuel for non-recursive functions | Son Ho | 2022-11-16 | 3 | -667/+477 |
* | Automatically generate the Makefile and _CoqProject files in the tests subdir... | Son Ho | 2022-11-16 | 9 | -13/+35 |
* | Generate record field projectors for Coq | Son Ho | 2022-11-16 | 10 | -695/+612 |
* | Change the name of the generated Coq modules | Son Ho | 2022-11-16 | 11 | -42/+42 |
* | Improve formatting | Son Ho | 2022-11-16 | 15 | -561/+563 |
* | Make minor modifications to the extraction | Son Ho | 2022-11-16 | 4 | -8/+0 |
* | Extract the Polonius examples in Coq | Son Ho | 2022-11-14 | 8 | -1/+2105 |
* | Generate Coq code for `hashmap` and `hashmap_on_disk` | Son Ho | 2022-11-14 | 11 | -0/+2264 |
* | Add a `-use-fuel` option | Son Ho | 2022-11-14 | 2 | -3/+41 |
* | Regenerate the files and fix the proofs | Son Ho | 2022-11-14 | 4 | -59/+71 |
* | Improve the formatting of [if then else] expressions | Son Ho | 2022-11-14 | 2 | -86/+70 |
* | Reactivate the option -test-trans-unis for Coq | Son Ho | 2022-11-14 | 1 | -0/+3 |
* | Improve the formatting of the generated code | Son Ho | 2022-11-14 | 3 | -16/+35 |
* | Implement a pass to decompose nested patterns in let-bindings | Son Ho | 2022-11-14 | 1 | -2/+3 |
* | Make minor modifications | Son Ho | 2022-11-14 | 1 | -2/+1 |
* | Make good progress on the Coq backend | Son Ho | 2022-11-14 | 10 | -0/+1428 |