summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Factorize initialize_symbolic_context_for_fun andSon Ho2022-01-071-28/+9
| | | | eval_function_call_symbolic_from_inst_sig and make minor modifications
* Make more modifications to loggingSon Ho2022-01-071-2/+5
|
* Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho2022-01-071-1/+14
| | | | AEndedIgnoredMutBorrow variant and fix a couple of bugs
* CleanupSon Ho2022-01-061-1/+0
|
* Make the symbolic, borrow, region and abstration counters global andSon Ho2022-01-061-8/+3
| | | | stateful
* Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho2022-01-061-0/+1
| | | | field in the eval_ctx struct
* Fix another bugSon Ho2022-01-061-5/+5
|
* Make minor modificationsSon Ho2022-01-061-6/+8
|
* Fix minor bugsSon Ho2022-01-061-6/+3
|
* Implement tests for the symbolic interpreterSon Ho2022-01-061-18/+8
|
* Make good progress on implementing utilities to test symbolic executionSon Ho2022-01-061-22/+151
|
* Cleanup the dependencies a bitSon Ho2022-01-061-18/+0
|
* Move some definitions from Interpreter to InterpreterStatementsSon Ho2022-01-061-894/+1
|
* Move some functions from Interpreter to InterpreterExpressionsSon Ho2022-01-061-437/+1
|
* Move some definitions from Interpreter to InterpreterPathsSon Ho2022-01-061-815/+1
|
* Move some functions from Interpreter to InterpreterExpansionSon Ho2022-01-061-483/+1
|
* Move some functions from Interpreter to InterpreterBorrowsSon Ho2022-01-061-1099/+1
|
* Move some functions from Interpreter to InterpreterProjectorsSon Ho2022-01-061-635/+2
|
* Cleanup a bitSon Ho2022-01-051-22/+17
|
* Finish implementing evaluation of non-local function calls in symbolicSon Ho2022-01-051-69/+71
| | | | mode
* Make progress on eval_non_local_function_call_symbolicSon Ho2022-01-051-53/+85
|
* Cleanup a bitSon Ho2022-01-051-11/+0
|
* Split eval_local_function_call_symbolic to isolate a function which canSon Ho2022-01-051-40/+67
| | | | be reused for non-local function calls
* Implement apply_proj_borrows_on_input_valueSon Ho2022-01-051-8/+19
|
* Make progress on implementing the symbolic evaluation for the non-localSon Ho2022-01-051-45/+88
| | | | function calls
* Cleanup a bitSon Ho2022-01-051-14/+12
|
* Finish implementing eval_local_function_call_symbolicSon Ho2022-01-051-11/+48
|
* Make good progress on eval_local_function_call_symbolicSon Ho2022-01-051-5/+68
|
* Prepare the terrain for evaluation of function calls in symbolic modeSon Ho2022-01-051-73/+111
|
* Remove synthesize_set_discriminantSon Ho2022-01-051-1/+0
|
* Finish implementing the symbolic case of switch evaluationSon Ho2022-01-051-42/+72
|
* Start working on the symbolic case of switch evaluationSon Ho2022-01-051-19/+75
|
* Cleanup a bitSon Ho2022-01-051-20/+18
|
* Implement the symbolic case of set_discriminantSon Ho2022-01-051-1/+8
|
* Implement the symbolic case of eval_rvalue_discriminantSon Ho2022-01-051-20/+73
|
* Make eval_rvalue return a list of values because of possible branchings and ↵Son Ho2022-01-051-86/+143
| | | | propagate the changes
* Change the signatures of the eval_rvalue_... functionsSon Ho2022-01-051-14/+15
|
* Fix some mistakes in copy_value and type_is_primitively_copyableSon Ho2022-01-051-5/+7
|
* Implement eval_binary_op_symbolicSon Ho2022-01-051-10/+41
|
* Implement eval_unary_op_symbolicSon Ho2022-01-051-3/+15
|
* Fix a mistake in convert_avalue_to_valueSon Ho2022-01-051-35/+27
|
* Make minor modificationsSon Ho2022-01-051-10/+13
|
* Implement the symbolic case of copy_valueSon Ho2022-01-051-3/+33
|
* Introduce the type_context definitionSon Ho2022-01-051-10/+11
|
* Add more calls to synthesis functionsSon Ho2022-01-051-1/+6
|
* Make progress on inserting more calls for synthesisSon Ho2022-01-051-102/+112
|
* Start inserting calls to dummy synthesis functions in Interpreter.mlSon Ho2022-01-051-22/+75
|
* Move some functions from Interpreter to InterpreterUtilsSon Ho2022-01-041-536/+0
|
* Update the traceSon Ho2022-01-041-75/+1
|
* Start working on invariant checkingSon Ho2022-01-041-0/+5
|