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