summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoops.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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