summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoops.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'main' into son/clean-synthesisSon Ho2024-06-051-140/+223
|\
| * Fix an issue with the type of the values given back by loopsSon Ho2024-06-031-151/+229
| |
| * Add markers everywhere, do not use them yetAymeric Fromherz2024-05-271-5/+11
| |
* | Remove the cps.eval_result typeSon Ho2024-05-301-3/+5
| |
* | Remove the options from the functions synthesizing the symbolic ASTSon Ho2024-05-301-25/+12
|/
* Rename meta into spanAymeric Fromherz2024-05-241-36/+36
|
* Update the interpreter so that it is not written in CPS style (#120)Escherichia2024-05-231-98/+141
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start turning the compiler in a style which is less CPS * Update a function in InterpreterExpressions.ml * WIP work on cps * WIP * WIP, currently on InterpreterStatements.ml * WIP * Finished CPS-related modification * Fixed some warning related to documentation comments * Finished loop support, fixed a loop * fixed a typed value * Fixed check_disappeared related error * cleaned check_disappeared related error * Start cleaning up * Do more cleanup * Make some cleanup and fix an issue * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Do more cleanup * Rename a function * Do more cleanup * Cleanup the loops code and fix some bugs * Cleanup assign_to_place * Make a minor cleanup --------- Co-authored-by: Son Ho <hosonmarc@gmail.com>
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-1/+2
|
* added file and line arg to craise and cassertEscherichia2024-03-291-10/+10
|
* formattingEscherichia2024-03-281-11/+23
|
* changes after git rebase mainEscherichia2024-03-281-2/+2
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-12/+12
|
* Inverted meta and config argument orders (from meta -> config to config -> meta)Escherichia2024-03-281-3/+3
|
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-27/+28
| | | | we need to see how translate_crate can give meta to the functions it calls
* Simplify the contexts before symbolically evaluating loopsSon Ho2024-03-081-1/+5
|
* Fix a last issueSon Ho2024-03-081-0/+3
|
* Make progress on fixing the loopsSon Ho2024-03-081-2/+2
|
* Fix a small issue with the loopsSon Ho2024-03-081-2/+2
|
* Fix some issues with the loopsSon Ho2024-03-081-124/+152
|
* Fix a minor issue when values are moved in the loopsSon Ho2024-01-251-1/+17
|
* Add span information to the generated codeSon Ho2023-11-211-5/+7
|
* Do more cleanupSon Ho2023-11-151-36/+31
|
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-2/+1
|
* 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
|