summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-1/+3
2022-01-20Update InterpreterSon Ho1-15/+32
2022-01-18Update type_context to have to have a type info field, use maps insteadSon Ho1-2/+7
2022-01-15Introduce abs_kind, to keep track of abstractions' originsSon Ho1-1/+1
2022-01-15Add sv_kind ("symbolic value kind") to track the origin of the symbolicSon Ho1-1/+3
2022-01-15Start working on Collections.mlSon Ho1-6/+1
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-30/+31
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-1/+3
2022-01-07Factorize initialize_symbolic_context_for_fun andSon Ho1-28/+9
2022-01-07Make more modifications to loggingSon Ho1-2/+5
2022-01-07Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho1-1/+14
2022-01-06CleanupSon Ho1-1/+0
2022-01-06Make the symbolic, borrow, region and abstration counters global andSon Ho1-8/+3
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-0/+1
2022-01-06Fix another bugSon Ho1-5/+5
2022-01-06Make minor modificationsSon Ho1-6/+8
2022-01-06Fix minor bugsSon Ho1-6/+3
2022-01-06Implement tests for the symbolic interpreterSon Ho1-18/+8
2022-01-06Make good progress on implementing utilities to test symbolic executionSon Ho1-22/+151
2022-01-06Cleanup the dependencies a bitSon Ho1-18/+0
2022-01-06Move some definitions from Interpreter to InterpreterStatementsSon Ho1-894/+1
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
2022-01-06Move some functions from Interpreter to InterpreterProjectorsSon Ho1-635/+2
2022-01-05Cleanup a bitSon Ho1-22/+17
2022-01-05Finish implementing evaluation of non-local function calls in symbolicSon Ho1-69/+71
2022-01-05Make progress on eval_non_local_function_call_symbolicSon Ho1-53/+85
2022-01-05Cleanup a bitSon Ho1-11/+0
2022-01-05Split eval_local_function_call_symbolic to isolate a function which canSon Ho1-40/+67
2022-01-05Implement apply_proj_borrows_on_input_valueSon Ho1-8/+19
2022-01-05Make progress on implementing the symbolic evaluation for the non-localSon Ho1-45/+88
2022-01-05Cleanup a bitSon Ho1-14/+12
2022-01-05Finish implementing eval_local_function_call_symbolicSon Ho1-11/+48
2022-01-05Make good progress on eval_local_function_call_symbolicSon Ho1-5/+68
2022-01-05Prepare the terrain for evaluation of function calls in symbolic modeSon Ho1-73/+111
2022-01-05Remove synthesize_set_discriminantSon Ho1-1/+0
2022-01-05Finish implementing the symbolic case of switch evaluationSon Ho1-42/+72
2022-01-05Start working on the symbolic case of switch evaluationSon Ho1-19/+75
2022-01-05Cleanup a bitSon Ho1-20/+18
2022-01-05Implement the symbolic case of set_discriminantSon Ho1-1/+8
2022-01-05Implement the symbolic case of eval_rvalue_discriminantSon Ho1-20/+73
2022-01-05Make eval_rvalue return a list of values because of possible branchings and p...Son Ho1-86/+143
2022-01-05Change the signatures of the eval_rvalue_... functionsSon Ho1-14/+15
2022-01-05Fix some mistakes in copy_value and type_is_primitively_copyableSon Ho1-5/+7
2022-01-05Implement eval_binary_op_symbolicSon Ho1-10/+41
2022-01-05Implement eval_unary_op_symbolicSon Ho1-3/+15
2022-01-05Fix a mistake in convert_avalue_to_valueSon Ho1-35/+27