summaryrefslogtreecommitdiff
path: root/src/InterpreterPaths.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-02-08Fix a minor issueSon Ho1-1/+0
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-0/+4
2022-02-08Fix more issuesSon Ho1-5/+8
2022-02-08Update the projection functions to take into account the option typeSon Ho1-19/+28
2022-01-27Rename the meta-places to [mplace] and update some commentsSon Ho1-2/+2
2022-01-27Make a modification in InterpreterPathSon Ho1-8/+16
2022-01-27Add meta information for the variable names in SymbolicAstSon Ho1-0/+3
2022-01-26Add a meta-value in SharedBorrow to carry the shared valueSon Ho1-4/+4
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-1/+0
2022-01-19Update InterpreterExpansion and InterpreterPaths to use CPSSon Ho1-86/+92
2022-01-19Start storing meta-values in the avalues, for synthesis purposesSon Ho1-2/+4
2022-01-18Rename type_is_primitively_copyable to ty_is_...Son Ho1-1/+1
2022-01-18Update type_context to have to have a type info field, use maps insteadSon Ho1-2/+2
2022-01-15Start working on Collections.mlSon Ho1-1/+1
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-6/+9
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-2/+4
2022-01-13Make more updates to assignment and update ctx_pop_frameSon Ho1-5/+11
2022-01-13Start updating the assignment semanticsSon Ho1-12/+21
2022-01-12Remove the inner_outer parameter from end_borrow, etc.Son Ho1-4/+4
2022-01-12Update end_borrow to check if there are loans in borrowed valuesSon Ho1-137/+59
2022-01-12Make minor modificationsSon Ho1-0/+2
2022-01-07Make more modifications to loggingSon Ho1-4/+7
2022-01-06Make the symbolic, borrow, region and abstration counters global andSon Ho1-1/+1
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-3/+2
2022-01-06Make good progress on implementing utilities to test symbolic executionSon Ho1-1/+1
2022-01-06Move more definitions and do more cleanupSon Ho1-0/+2
2022-01-06Cleanup and reorganizeSon Ho1-0/+1
2022-01-06Cleanup a bit more the dependencies and activate more warnings/errorsSon Ho1-1/+0
2022-01-06Cleanup the dependencies a bitSon Ho1-7/+0
2022-01-06Move some definitions from Interpreter to InterpreterPathsSon Ho1-0/+833