summaryrefslogtreecommitdiff
path: root/src/Interpreter.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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 p...Son Ho2022-01-051-86/+143
* 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
* 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
* 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
* Start working on apply_symbolic_expansion_non_borrowSon Ho2022-01-041-36/+131
* Make minor modificationsSon Ho2022-01-041-7/+18
* Implement compute_expanded_symbolic_adt_valueSon Ho2022-01-041-28/+54
* Refactor the code a bitSon Ho2022-01-041-14/+14
* Make minor progress on compute_expanded_symbolic_ref_valueSon Ho2022-01-031-3/+10
* Implement compute_expanded_symbolic_box_valueSon Ho2022-01-031-15/+35
* Implement compute_expanded_symbolic_tuple_valueSon Ho2022-01-031-4/+80
* Make a minor modificationSon Ho2022-01-031-0/+2
* Update access_projectionSon Ho2022-01-031-1/+29
* Update the functions to activate inactivated borrowsSon Ho2022-01-031-3/+17
* Update end_abstraction_regionsSon Ho2022-01-031-1/+54
* Make minor modifications and make bottom_in_value more generalSon Ho2022-01-031-48/+76
* Update a sanity check in apply_proj_borrowsSon Ho2022-01-031-12/+38
* Implement rty_regionsSon Ho2022-01-031-2/+13
* Make more progressSon Ho2022-01-031-1/+10
* Make progress on end_abstraction_borrows and start implementingSon Ho2022-01-031-8/+78