summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoops.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Split InterpreterLoops into several filesSon Ho2023-02-031-4098/+3
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-5/+3
|
* Improve the order of the loop input parametersSon Ho2023-02-031-2/+38
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-10/+83
|
* Fix the comments for ocamldocSon Ho2023-02-031-1/+1
|
* Fix an issue with the translation of loops::clearSon Ho2023-02-031-24/+69
|
* Add more loop examples and fix issuesSon Ho2023-02-031-183/+403
|
* Cleanup a bitSon Ho2023-02-031-59/+18
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-100/+794
|
* Make minor modifications to improve the quality of the loop translationSon Ho2023-02-031-12/+83
|
* Make minor fixesSon Ho2023-02-031-12/+14
|
* Make another loop example workSon Ho2023-02-031-30/+27
|
* Make a minor cleanup in InterpreterLoops.mlSon Ho2023-02-031-55/+62
|
* Fix another bugSon Ho2023-02-031-3/+9
|
* Fix some bugsSon Ho2023-02-031-54/+43
|
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-34/+82
|
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-6/+2
|
* Make progress on Interpreter.mlSon Ho2023-02-031-65/+80
|
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-031-45/+238
|
* Make minor modificationsSon Ho2023-02-031-30/+56
|
* Add detailed explanations in InterpreterLoops.mlSon Ho2023-02-031-39/+405
|
* Implement [match_ctx_with_target]Son Ho2023-02-031-74/+612
|
* End some borrows preemptively when computing loop joinsSon Ho2023-02-031-3/+14
|
* Update the comments in Values and make minor modificationsSon Ho2023-02-031-15/+52
|
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-24/+8
|
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-3/+0
|
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-26/+11
|
* Make more fixesSon Ho2023-02-031-47/+159
|
* Make some fixesSon Ho2023-02-031-20/+200
|
* Make progress on checking that two environments are equivalentSon Ho2023-02-031-141/+491
|
* Improve the value visitors and some substitution functionsSon Ho2023-02-031-5/+3
|
* Make more progress on the joinsSon Ho2023-02-031-142/+127
|
* Make progress on the fixed point computationSon Ho2023-02-031-356/+266
|
* Make progress on the environment matchesSon Ho2023-02-031-7/+186
|
* Make more progressSon Ho2023-02-031-61/+102
|
* Make progress on environment matches and joinsSon Ho2023-02-031-71/+495
|
* Make progress on environments matches and joinsSon Ho2023-02-031-27/+369
|
* Start implementing support for loopsSon Ho2023-02-031-0/+521