summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoops.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-03Fix an issue with the type of the values given back by loopsSon Ho1-151/+229
2024-05-27Add markers everywhere, do not use them yetAymeric Fromherz1-5/+11
2024-05-24Rename meta into spanAymeric Fromherz1-36/+36
2024-05-23Update the interpreter so that it is not written in CPS style (#120)Escherichia1-98/+141
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-1/+2
2024-03-29added file and line arg to craise and cassertEscherichia1-10/+10
2024-03-28formattingEscherichia1-11/+23
2024-03-28changes after git rebase mainEscherichia1-2/+2
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-12/+12
2024-03-28Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia1-3/+3
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia1-27/+28
2024-03-08Simplify the contexts before symbolically evaluating loopsSon Ho1-1/+5
2024-03-08Fix a last issueSon Ho1-0/+3
2024-03-08Make progress on fixing the loopsSon Ho1-2/+2
2024-03-08Fix a small issue with the loopsSon Ho1-2/+2
2024-03-08Fix some issues with the loopsSon Ho1-124/+152
2024-01-25Fix a minor issue when values are moved in the loopsSon Ho1-1/+17
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