summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoops.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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