summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Regenerate the hashmap code and update the proofsSon Ho2023-02-0310-380/+681
|
* Fix a minor issueSon Ho2023-02-031-1/+6
|
* Implement a pass to filter shallow borrowsSon Ho2023-02-033-7/+85
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-0314-40/+451
|
* Fix the comments for ocamldocSon Ho2023-02-038-10/+11
|
* Fix an issue with the translation of loops::clearSon Ho2023-02-035-44/+78
|
* Fix an issue in translate_forward_endSon Ho2023-02-032-1/+3
|
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-035-4/+17
|
* Add more loop examples and fix issuesSon Ho2023-02-0316-250/+906
|
* Cleanup a bitSon Ho2023-02-031-59/+18
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-0314-169/+1819
|
* Regenerate the testsSon Ho2023-02-034-0/+394
|
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-034-15/+106
|
* Make minor fixesSon Ho2023-02-031-12/+14
|
* Improve the loops' numberingSon Ho2023-02-033-151/+167
|
* Make another loop example workSon Ho2023-02-035-30/+71
|
* Regenerate the filesSon Ho2023-02-0319-863/+245
|
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-034-2/+101
|
* Make a minor cleanup in InterpreterLoops.mlSon Ho2023-02-031-55/+62
|
* Make minor modifications and generate code for loopsSon Ho2023-02-039-26/+213
|
* Fix a minor bug in Interpreter.mlSon Ho2023-02-032-9/+15
|
* Fix various issues with the generation of code for the loopsSon Ho2023-02-038-149/+416
|
* Fix a small issue with SymbolicToPure.translate_loopSon Ho2023-02-032-50/+43
|
* Fix a minor issue with [translate_end_abstraction_loop]Son Ho2023-02-031-3/+7
|
* 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
|