summaryrefslogtreecommitdiff
path: root/src/InterpreterExpansion.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-271-6/+6
|
* Add meta information for the variable names in SymbolicAstSon Ho2022-01-271-24/+33
|
* Add a meta-value in SharedBorrow to carry the shared valueSon Ho2022-01-261-2/+4
|
* Start working on the generation of the symbolic ASTSon Ho2022-01-211-35/+33
|
* Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho2022-01-211-15/+15
| | | | values
* Fix a minor issue in expand_symbolic_valueSon Ho2022-01-201-8/+9
|
* Update InterpreterSon Ho2022-01-201-5/+14
|
* Add more utilities for bool and integer expansion inSon Ho2022-01-201-16/+99
| | | | InterpreterExpansion
* Make minor updates to InterpreterBorrows and InterpreterExpansionSon Ho2022-01-191-23/+18
|
* Update InterpreterExpansion and InterpreterPaths to use CPSSon Ho2022-01-191-84/+74
|
* Start storing meta-values in the avalues, for synthesis purposesSon Ho2022-01-191-7/+7
|
* Remove ty_has_regions and use ty_has_borrows insteadSon Ho2022-01-181-1/+1
|
* Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho2022-01-151-17/+18
| | | | values
* Implement greedy expansion of symbolic variables and expansion beforeSon Ho2022-01-141-30/+1
| | | | copy
* Start working on greedy symbolic value expansion and expansion beforeSon Ho2022-01-141-14/+118
| | | | assignment
* Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho2022-01-141-7/+46
| | | | AIgnoredProjBorrows variant
* Introduce ended borrow/loan projectors over symbolic valuesSon Ho2022-01-131-0/+2
|
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-10/+12
| | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
* Improve logging and introduce eval_operands_prepareSon Ho2022-01-071-0/+13
|
* CleanupSon Ho2022-01-061-2/+1
|
* Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-37/+28
| | | | stateful
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-45/+32
| | | | field in the eval_ctx struct
* Fix some issues when evaluating assertionsSon Ho2022-01-061-0/+2
|
* Cleanup a bit more the dependencies and activate more warnings/errorsSon Ho2022-01-061-1/+0
|
* Cleanup the dependencies a bitSon Ho2022-01-061-3/+0
|
* Move some functions from Interpreter to InterpreterExpansionSon Ho2022-01-061-0/+490