summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make minor modificationsSon Ho2023-02-032-1/+11
|
* Improve merge_abstractionsSon Ho2023-02-033-6/+91
|
* Improve the value visitors and some substitution functionsSon Ho2023-02-033-23/+54
|
* Make more progress on the joinsSon Ho2023-02-031-142/+127
|
* Make progress on the fixed point computationSon Ho2023-02-036-400/+381
|
* Make progress on the environment matchesSon Ho2023-02-038-34/+279
|
* Make more progressSon Ho2023-02-031-61/+102
|
* Make progress on environment matches and joinsSon Ho2023-02-037-240/+1104
|
* Make progress on environments matches and joinsSon Ho2023-02-035-74/+563
|
* Start implementing support for loopsSon Ho2023-02-0319-264/+1566
|
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-163-11/+50
|
* Automatically generate the Makefile and _CoqProject files in the tests ↵Son Ho2022-11-161-0/+2
| | | | subdirectories
* Generate record field projectors for CoqSon Ho2022-11-163-83/+231
|
* Change the name of the generated Coq modulesSon Ho2022-11-161-1/+1
|
* Improve formattingSon Ho2022-11-162-99/+120
|
* Make minor modifications to the extractionSon Ho2022-11-161-4/+13
|
* Extract the Polonius examples in CoqSon Ho2022-11-141-13/+16
|
* Add a `-use-fuel` optionSon Ho2022-11-1411-53/+272
|
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-1412-29/+107
|
* Improve the formatting of [if then else] expressionsSon Ho2022-11-141-15/+24
|
* Improve the formatting of the generated codeSon Ho2022-11-142-33/+56
|
* Implement a pass to decompose nested patterns in let-bindingsSon Ho2022-11-143-53/+172
|
* Make minor modificationsSon Ho2022-11-143-18/+0
|
* Make good progress on the Coq backendSon Ho2022-11-1414-416/+1058
|
* Reorganize the project to prepare for new backendsSon Ho2022-11-147-29/+30
|
* Fix some issues with the commentsSon Ho2022-11-118-22/+19
|
* Make a minor modificationSon Ho2022-11-111-1/+1
|
* Move the fstar files to the new backends directorySon Ho2022-11-111-1/+1
|
* Add a `bin` folderSon Ho2022-11-111-3/+5
|
* Make the Nix build workSon Ho2022-11-112-290/+4
|
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-105-92/+77
|
* Make a minor cleanupSon Ho2022-11-105-46/+43
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-1016-492/+388
|
* Implement the generation of stateful backward functions (controlled by an ↵Son Ho2022-11-1010-208/+386
| | | | option)
* Update the way function names are handled in PureSon Ho2022-11-108-142/+162
|
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-1012-104/+184
|
* Reorganize the symoblic expansions to separate the branching/non-branching onesSon Ho2022-11-103-72/+95
|
* Update `switch` to have a specific treatment of ADTsSon Ho2022-11-109-196/+207
|
* Update some commentsSon Ho2022-11-072-14/+14
|
* Rename "inactivated borrows" to "reserved borrows"Son Ho2022-11-0712-89/+91
|
* Add some .mli filesSon Ho2022-11-0716-381/+642
|
* Update InterpreterBorrowsSon Ho2022-11-071-70/+35
|
* Add ids to the dummy variablesSon Ho2022-11-079-93/+139
|
* Remove the argument [end_borrows] from prepare_lplace and ↵Son Ho2022-11-073-52/+24
| | | | drop_outer_loans_at_lplace
* Deactivate filter_drop_assigns and implement remove_useless_cf_merges in ↵Son Ho2022-11-071-4/+107
| | | | PrePasses
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-0717-148/+171
|
* Fix an issue with drop_valueSon Ho2022-11-072-28/+32
|
* Update aeneas.opamSon Ho2022-10-281-2/+2
|
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-285-40/+46
|
* Make minor modificationsSon Ho2022-10-284-7/+11
|