summaryrefslogtreecommitdiff
path: root/src/InterpreterStatements.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-09Make minor modifications in InterpreterStatementsSon Ho1-4/+11
2022-02-08Fix another issue in set_discriminantSon Ho1-3/+17
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-0/+17
2022-02-08Fix more issuesSon Ho1-23/+36
2022-02-08Make a minor modification to `drop_value`Son Ho1-2/+5
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-14/+14
2022-02-08Start adding more assumed types and functionsSon Ho1-5/+17
2022-01-28Generate meta-information for the assignmentsSon Ho1-4/+15
2022-01-27Generate meta-information for assignments in the symbolic ASTSon Ho1-17/+21
2022-01-27Rename the meta-places to [mplace] and update some commentsSon Ho1-1/+1
2022-01-27Add meta information for the variable names in SymbolicAstSon Ho1-8/+19
2022-01-27Implement Translate.translate_functionSon Ho1-0/+3
2022-01-26Make good progress on generating the symbolic AST for the backwardSon Ho1-18/+56
2022-01-26Cleanup a bitSon Ho1-7/+6
2022-01-26Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho1-68/+13
2022-01-26Start working on signatures for the assumed functionsSon Ho1-1/+2
2022-01-25Make the back_id field non optional in Values.absSon Ho1-1/+0
2022-01-25Make progress on SymbolicToPure.translate_end_abstractionSon Ho1-1/+5
2022-01-25Replace BackwardFunctionId with RegionGroupIdSon Ho1-2/+2
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-11/+9
2022-01-21Start working on the generation of the symbolic ASTSon Ho1-3/+17
2022-01-21Make minor modifications for the invariants checksSon Ho1-10/+2
2022-01-20Cleanup a bit InterpreterStatements following compiler warningsSon Ho1-6/+4
2022-01-20Finish updating InterpreterStatementsSon Ho1-85/+101
2022-01-20Make various style modificationsSon Ho1-7/+11
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho1-443/+546
2022-01-19Implement the sanity checks for consumption of symbolic values bySon Ho1-1/+5
2022-01-18Remove ty_has_regions and use ty_has_borrows insteadSon Ho1-1/+4
2022-01-18Update the types and deserialization following charon's updatesSon Ho1-12/+19
2022-01-15Introduce abs_kind, to keep track of abstractions' originsSon Ho1-3/+4
2022-01-15Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho1-1/+1
2022-01-15Use the new collectionsSon Ho1-1/+1
2022-01-15Start working on Collections.mlSon Ho1-1/+1
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-3/+4
2022-01-14Update the TODOsSon Ho1-2/+0
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-0/+8
2022-01-14Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho1-1/+3
2022-01-13Update the projectors to ignore values when they don't contain regionsSon Ho1-2/+2
2022-01-13Make more updates to assignment and update ctx_pop_frameSon Ho1-4/+38
2022-01-13Start updating the assignment semanticsSon Ho1-4/+8
2022-01-12Update ctx_pop_frame to not drop the local variablesSon Ho1-33/+7
2022-01-12Update end_borrow to check if there are loans in borrowed valuesSon Ho1-1/+1
2022-01-12Update some commentsSon Ho1-4/+7
2022-01-12Introduce dummy variables and update assign_to_placeSon Ho1-3/+12
2022-01-12Make minor modificationsSon Ho1-0/+4
2022-01-07Factorize initialize_symbolic_context_for_fun andSon Ho1-29/+58
2022-01-07Make more modifications to loggingSon Ho1-6/+9
2022-01-07Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho1-2/+15
2022-01-06Make the symbolic, borrow, region and abstration counters global andSon Ho1-7/+5
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-19/+10