Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'main' into son/clean-synthesis | Son Ho | 2024-06-05 | 1 | -140/+223 |
|\ | |||||
| * | Fix an issue with the type of the values given back by loops | Son Ho | 2024-06-03 | 1 | -151/+229 |
| | | |||||
| * | Add markers everywhere, do not use them yet | Aymeric Fromherz | 2024-05-27 | 1 | -5/+11 |
| | | |||||
* | | Remove the cps.eval_result type | Son Ho | 2024-05-30 | 1 | -3/+5 |
| | | |||||
* | | Remove the options from the functions synthesizing the symbolic AST | Son Ho | 2024-05-30 | 1 | -25/+12 |
|/ | |||||
* | Rename meta into span | Aymeric Fromherz | 2024-05-24 | 1 | -36/+36 |
| | |||||
* | Update the interpreter so that it is not written in CPS style (#120) | Escherichia | 2024-05-23 | 1 | -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 b | Escherichia | 2024-03-29 | 1 | -1/+2 |
| | |||||
* | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 1 | -10/+10 |
| | |||||
* | formatting | Escherichia | 2024-03-28 | 1 | -11/+23 |
| | |||||
* | changes after git rebase main | Escherichia | 2024-03-28 | 1 | -2/+2 |
| | |||||
* | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 1 | -12/+12 |
| | |||||
* | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 2024-03-28 | 1 | -3/+3 |
| | |||||
* | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 1 | -27/+28 |
| | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
* | Simplify the contexts before symbolically evaluating loops | Son Ho | 2024-03-08 | 1 | -1/+5 |
| | |||||
* | Fix a last issue | Son Ho | 2024-03-08 | 1 | -0/+3 |
| | |||||
* | Make progress on fixing the loops | Son Ho | 2024-03-08 | 1 | -2/+2 |
| | |||||
* | Fix a small issue with the loops | Son Ho | 2024-03-08 | 1 | -2/+2 |
| | |||||
* | Fix some issues with the loops | Son Ho | 2024-03-08 | 1 | -124/+152 |
| | |||||
* | Fix a minor issue when values are moved in the loops | Son Ho | 2024-01-25 | 1 | -1/+17 |
| | |||||
* | Add span information to the generated code | Son Ho | 2023-11-21 | 1 | -5/+7 |
| | |||||
* | Do more cleanup | Son Ho | 2023-11-15 | 1 | -36/+31 |
| | |||||
* | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 2023-11-15 | 1 | -2/+1 |
| | |||||
* | Split InterpreterLoops into several files | Son Ho | 2023-02-03 | 1 | -4098/+3 |
| | |||||
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 1 | -5/+3 |
| | |||||
* | Improve the order of the loop input parameters | Son Ho | 2023-02-03 | 1 | -2/+38 |
| | |||||
* | Fix some issues with the values given back by loop backward translations | Son Ho | 2023-02-03 | 1 | -10/+83 |
| | |||||
* | Fix the comments for ocamldoc | Son Ho | 2023-02-03 | 1 | -1/+1 |
| | |||||
* | Fix an issue with the translation of loops::clear | Son Ho | 2023-02-03 | 1 | -24/+69 |
| | |||||
* | Add more loop examples and fix issues | Son Ho | 2023-02-03 | 1 | -183/+403 |
| | |||||
* | Cleanup a bit | Son Ho | 2023-02-03 | 1 | -59/+18 |
| | |||||
* | Implement support for nested borrows in loops, and add loop tests | Son Ho | 2023-02-03 | 1 | -100/+794 |
| | |||||
* | Make minor modifications to improve the quality of the loop translation | Son Ho | 2023-02-03 | 1 | -12/+83 |
| | |||||
* | Make minor fixes | Son Ho | 2023-02-03 | 1 | -12/+14 |
| | |||||
* | Make another loop example work | Son Ho | 2023-02-03 | 1 | -30/+27 |
| | |||||
* | Make a minor cleanup in InterpreterLoops.ml | Son Ho | 2023-02-03 | 1 | -55/+62 |
| | |||||
* | Fix another bug | Son Ho | 2023-02-03 | 1 | -3/+9 |
| | |||||
* | Fix some bugs | Son Ho | 2023-02-03 | 1 | -54/+43 |
| | |||||
* | Make good progress on updating SymbolicToPure | Son Ho | 2023-02-03 | 1 | -34/+82 |
| | |||||
* | Add a `Loop` node in the pure AST | Son Ho | 2023-02-03 | 1 | -6/+2 |
| | |||||
* | Make progress on Interpreter.ml | Son Ho | 2023-02-03 | 1 | -65/+80 |
| | |||||
* | Merge loop abs so that there is one abs per function input region group | Son Ho | 2023-02-03 | 1 | -45/+238 |
| | |||||
* | Make minor modifications | Son Ho | 2023-02-03 | 1 | -30/+56 |
| | |||||
* | Add detailed explanations in InterpreterLoops.ml | Son Ho | 2023-02-03 | 1 | -39/+405 |
| | |||||
* | Implement [match_ctx_with_target] | Son Ho | 2023-02-03 | 1 | -74/+612 |
| | |||||
* | End some borrows preemptively when computing loop joins | Son Ho | 2023-02-03 | 1 | -3/+14 |
| | |||||
* | Update the comments in Values and make minor modifications | Son Ho | 2023-02-03 | 1 | -15/+52 |
| | |||||
* | Remove the meta-value field from AMutBorrow | Son Ho | 2023-02-03 | 1 | -24/+8 |
| | |||||
* | Remove the APrimitive variant from the avalues | Son Ho | 2023-02-03 | 1 | -3/+0 |
| | |||||
* | Remove the meta-values from the shared and reserved borrow values | Son Ho | 2023-02-03 | 1 | -26/+11 |
| |