summaryrefslogtreecommitdiff
path: root/src/InterpreterStatements.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
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
2022-01-05Make minor modificationsSon Ho1-10/+13
2022-01-05Implement the symbolic case of copy_valueSon Ho1-3/+33
2022-01-05Introduce the type_context definitionSon Ho1-10/+11
2022-01-05Add more calls to synthesis functionsSon Ho1-1/+6
2022-01-05Make progress on inserting more calls for synthesisSon Ho1-102/+112
2022-01-05Start inserting calls to dummy synthesis functions in Interpreter.mlSon Ho1-22/+75
2022-01-04Move some functions from Interpreter to InterpreterUtilsSon Ho1-536/+0
2022-01-04Update the traceSon Ho1-75/+1