summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * Make good progress on eval_local_function_call_symbolicSon Ho2022-01-059-21/+191
| * Prepare the terrain for evaluation of function calls in symbolic modeSon Ho2022-01-052-74/+114
| * Update the code to deserialize regions_hierarchy informationSon Ho2022-01-052-0/+36
| * Remove synthesize_set_discriminantSon Ho2022-01-052-5/+0
| * Finish implementing the symbolic case of switch evaluationSon Ho2022-01-052-45/+81
| * 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-053-23/+86
| * 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-052-12/+43
| * Implement eval_unary_op_symbolicSon Ho2022-01-053-4/+23
| * Fix a mistake in convert_avalue_to_valueSon Ho2022-01-051-35/+27
| * Update some commentsSon Ho2022-01-051-0/+4
| * Add comments about symbolic valuesSon Ho2022-01-051-2/+5
| * Make minor modificationsSon Ho2022-01-051-10/+13
| * Implement the symbolic case of copy_valueSon Ho2022-01-052-6/+36
| * Cleanup a bitSon Ho2022-01-051-6/+0
| * Introduce the type_context definitionSon Ho2022-01-056-35/+53
| * Update a commentSon Ho2022-01-051-0/+2
| * Add more calls to synthesis functionsSon Ho2022-01-052-1/+65
| * 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-052-22/+82
| * Cleanup a bitSon Ho2022-01-041-3/+2
| * Finish implementing visit_typed_avalue for check_typing_invariantSon Ho2022-01-041-12/+24
| * Make good progress on visit_typed_avalue for check_typing_invariantSon Ho2022-01-041-1/+89
| * Improve check_typing_invariant to lookup borrowed/shared values andSon Ho2022-01-041-5/+20
| * Move some functions from Interpreter to InterpreterUtilsSon Ho2022-01-042-536/+536
| * Finish implementing visit_typed_value for check_typing_invariantSon Ho2022-01-041-3/+6
| * Make good progress on visit_typed_value for check_typing_invariantSon Ho2022-01-041-4/+55
| * Implement check_constant_value_typeSon Ho2022-01-041-2/+8
| * Start working on check_typing_invariantSon Ho2022-01-041-1/+23
| * Merge branch 'main' of github.com:Kachoc/aeneas into mainSon Ho2022-01-042-9/+1
| |\
| * | Implement check_borrowed_values_invariant and fix minor issuesSon Ho2022-01-041-5/+82
* | | one remarkJonathan Protzenko2022-01-041-1/+2
* | | More compiler warningsJonathan Protzenko2022-01-042-4/+0
| |/ |/|
* | Fix compiler warningsJonathan Protzenko2022-01-042-14/+6
|/
* Commit a forgotten fileSon Ho2022-01-041-0/+86
* Add more checks in check_loans_borrow_relation_invariantSon Ho2022-01-041-12/+34
* Make minor modificationsSon Ho2022-01-041-1/+1
* Update the traceSon Ho2022-01-042-76/+26
* Make progress on implementing check_loans_borrows_relations_invariantSon Ho2022-01-041-5/+196
* Start working on invariant checkingSon Ho2022-01-043-4/+40
* Make a minor modificationSon Ho2022-01-041-0/+1
* Add a sanity check to make sure symbolic values disappear afterSon Ho2022-01-042-41/+85
* Fix a few mistakes with symbolic values and their typesSon Ho2022-01-042-19/+34
* Update expand_symbolic_value_shared_borrow to reborrow also in theSon Ho2022-01-042-36/+101
* Implement expand_symbolic_value_shared_borrowSon Ho2022-01-042-2/+45