summaryrefslogtreecommitdiff
path: root/src/InterpreterStatements.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-01-06Make a minor modificationSon Ho1-1/+3
2022-01-06Fix some issues when evaluating assertionsSon Ho1-6/+48
2022-01-06Make minor modificationsSon Ho1-6/+7
2022-01-06Implement tests for the symbolic interpreterSon Ho1-1/+1
2022-01-06Make good progress on implementing utilities to test symbolic executionSon Ho1-45/+56
2022-01-06Cleanup the dependencies a bitSon Ho1-4/+0
2022-01-06Move some definitionsSon Ho1-0/+20
2022-01-06Move some definitions from Interpreter to InterpreterStatementsSon Ho1-101/+0
2022-01-06Move some functions from Interpreter to InterpreterExpressionsSon Ho1-437/+1
2022-01-06Move some definitions from Interpreter to InterpreterPathsSon Ho1-815/+1
2022-01-06Move some functions from Interpreter to InterpreterExpansionSon Ho1-483/+1
2022-01-06Move some functions from Interpreter to InterpreterBorrowsSon Ho1-1099/+1