summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make a minor modificationSon Ho2022-01-041-0/+1
|
* Add a sanity check to make sure symbolic values disappear afterSon Ho2022-01-041-39/+75
| | | | expansion
* Fix a few mistakes with symbolic values and their typesSon Ho2022-01-041-18/+25
|
* Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho2022-01-041-35/+98
| | | | abstractions
* Implement expand_symbolic_value_shared_borrowSon Ho2022-01-041-2/+44
|
* Implement the mut case of expand_symbolic_value_borrowSon Ho2022-01-041-24/+51
|
* Make more progress on symbolic expansionSon Ho2022-01-041-156/+160
|
* Make more progress on symbolic expansionSon Ho2022-01-041-22/+57
|
* Make progress on the symbolic expansionSon Ho2022-01-041-4/+73
|
* Fix a few issues with [apply_symbolic_expansion_to_avalues]Son Ho2022-01-041-8/+29
|
* Update a commentSon Ho2022-01-041-1/+1
|
* Factorize some codeSon Ho2022-01-041-50/+88
|