summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Address some warningsSon Ho2022-01-061-19/+20
* Generate iterators for statementSon Ho2022-01-062-5/+54
* Cleanup a bitSon Ho2022-01-051-22/+17
* Finish implementing evaluation of non-local function calls in symbolicSon Ho2022-01-051-69/+71
* Make progress on eval_non_local_function_call_symbolicSon Ho2022-01-052-54/+92
* Cleanup a bitSon Ho2022-01-051-11/+0
* Split eval_local_function_call_symbolic to isolate a function which canSon Ho2022-01-053-46/+74
* 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-053-52/+134
* Cleanup a bitSon Ho2022-01-052-14/+14
* Finish implementing eval_local_function_call_symbolicSon Ho2022-01-053-15/+50
* 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-053-1/+37
* 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
|\
| * Fix compiler warningsJonathan Protzenko2022-01-042-14/+6
* | Implement check_borrowed_values_invariant and fix minor issuesSon Ho2022-01-041-5/+82
|/
* Commit a forgotten fileSon Ho2022-01-041-0/+86
* Add more checks in check_loans_borrow_relation_invariantSon Ho2022-01-041-12/+34