summaryrefslogtreecommitdiff
path: root/src/InterpreterExpressions.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-10/+19
2022-01-20Fix a minor issue in expand_symbolic_valueSon Ho1-9/+14
2022-01-20Make minor modificationsSon Ho1-4/+7
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho1-1/+1
2022-01-20Make minor modifications in InterpreterExpressionsSon Ho1-6/+3
2022-01-20Finish updating InterpreterExpressionsSon Ho1-98/+107
2022-01-20Make more progress on InterpreterExpressionsSon Ho1-29/+41
2022-01-20Make more progress on InterpreterExpressionsSon Ho1-99/+116
2022-01-20Make progress on converting InterpreterExpressions to CPSSon Ho1-102/+140
2022-01-19Make a minor modificationSon Ho1-1/+1
2022-01-18Remove ty_has_regions and use ty_has_borrows insteadSon Ho1-2/+8
2022-01-18Rename type_is_primitively_copyable to ty_is_...Son Ho1-2/+2
2022-01-15Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho1-2/+6
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-17/+55
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-0/+4
2022-01-07Improve logging and introduce eval_operands_prepareSon Ho1-4/+44
2022-01-06Make the symbolic, borrow, region and abstration counters global andSon Ho1-4/+4
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-3/+3
2022-01-06Move more definitions and do more cleanupSon Ho1-0/+1
2022-01-06Cleanup the dependencies a bitSon Ho1-5/+0
2022-01-06Move some definitionsSon Ho1-20/+0
2022-01-06Move some definitions inside of InterpreterExpressionsSon Ho1-28/+28
2022-01-06Move some functions from Interpreter to InterpreterExpressionsSon Ho1-0/+476