summaryrefslogtreecommitdiff
path: root/compiler (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix another bugSon Ho2023-02-037-39/+127
|
* Fix some bugsSon Ho2023-02-038-85/+175
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-0314-312/+877
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-0310-15/+97
|
* Introduce new loop ids in Pure and keep track of the number of loops in a ↵Son Ho2023-02-037-37/+69
| | | | function
* Add loop ids to the pure functions identifiersSon Ho2023-02-038-37/+80
|
* Compute the SCCs of the functions to extract in Translate.mlSon Ho2023-02-036-125/+183
|
* Reorganize Translate.mlSon Ho2023-02-031-165/+183
|
* Implement ReorderDecls.mlSon Ho2023-02-033-1/+152
|
* Add an SCC.ml file for strongly connected componentsSon Ho2023-02-035-3/+236
|
* Make progress on Interpreter.mlSon Ho2023-02-0312-129/+293
|
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-035-54/+387
|
* Make minor modificationsSon Ho2023-02-033-38/+63
|
* Add detailed explanations in InterpreterLoops.mlSon Ho2023-02-031-39/+405
|
* Implement [match_ctx_with_target]Son Ho2023-02-033-80/+635
|
* End some borrows preemptively when computing loop joinsSon Ho2023-02-031-3/+14
|
* Update the comments in Values and make minor modificationsSon Ho2023-02-037-120/+213
|
* Remove the meta-value field from AMutBorrowSon Ho2023-02-0310-136/+144
|
* Update a commentSon Ho2023-02-031-1/+4
|
* Remove the APrimitive variant from the avaluesSon Ho2023-02-037-25/+3
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-0315-162/+163
|
* Make more fixesSon Ho2023-02-032-86/+222
|
* Make some fixesSon Ho2023-02-035-33/+231
|
* Make progress on checking that two environments are equivalentSon Ho2023-02-033-177/+561
|
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-034-42/+76
|
* 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
|