summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix various issuesSon Ho2022-01-265-5/+22
|
* Start actually generating symbolic ASTs for the backward functionsSon Ho2022-01-262-6/+18
|
* Make more progress on generating the symbolic AST for the backwardSon Ho2022-01-263-11/+25
| | | | functions
* Update the .gitignoreSon Ho2022-01-261-1/+2
|
* Make good progress on generating the symbolic AST for the backwardSon Ho2022-01-262-40/+146
| | | | functions
* Test the generation of the symbolic ASTSon Ho2022-01-261-1/+1
|
* Make progress on translationSon Ho2022-01-265-75/+147
|
* Make progress on translationSon Ho2022-01-265-112/+224
|
* Do a minor cleanupSon Ho2022-01-261-11/+0
|
* Add TODOsSon Ho2022-01-261-2/+5
|
* Cleanup a bitSon Ho2022-01-262-8/+7
|
* Add a comment in Assumed.mlSon Ho2022-01-261-1/+8
|
* Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho2022-01-262-69/+14
| | | | functions which return instantiated signatures for the assumed functions
* Start working on signatures for the assumed functionsSon Ho2022-01-263-2/+54
|
* Implement sanity checks to check the types of the input/output argumentsSon Ho2022-01-263-13/+125
| | | | given to backward functions
* Add some sanity checks and commentsSon Ho2022-01-263-5/+19
|
* Cleanup a bitSon Ho2022-01-261-3/+3
|
* Implement the SharedBorrow case of SymbolicToPure.typed_value_to_rvalueSon Ho2022-01-261-6/+4
|
* Add a meta-value in SharedBorrow to carry the shared valueSon Ho2022-01-269-53/+78
|
* Fix a typoSon Ho2022-01-261-1/+1
|
* Remove SymbolicAstUtils.mlSon Ho2022-01-263-96/+0
|
* Cleanup a bitSon Ho2022-01-262-39/+18
|
* Add some commentsSon Ho2022-01-261-0/+34
|
* Implement SymbolicToPure.typed_avalue_to_given_backSon Ho2022-01-263-7/+94
|
* Replace other occurrences of mvalue with msymbolic_valueSon Ho2022-01-263-7/+16
|
* Implement the ADT case of typed_avalue_to_consumedSon Ho2022-01-251-11/+25
|
* Make good progress on typed_avalue_to_consumedSon Ho2022-01-251-21/+49
|
* Make minor modificationsSon Ho2022-01-251-2/+2
|
* Replace another occurrence of mvalue with msymbolic_valueSon Ho2022-01-253-5/+3
|
* Use msymbolic_value instead of mvalue in some places in Values.aprojSon Ho2022-01-254-12/+8
|
* Start working on typed_avalue_to_consumedSon Ho2022-01-253-2/+53
|
* Make progress on translate_typed_value_to_rvalueSon Ho2022-01-251-5/+11
|
* Start working on translate_typed_value_to_rvalueSon Ho2022-01-252-15/+29
|
* Implement some utilities in SymbolicToPureSon Ho2022-01-252-17/+35
|
* Finish implementing SymbolicToPure.translate_end_abstractionSon Ho2022-01-252-6/+26
|
* Make the back_id field non optional in Values.absSon Ho2022-01-253-12/+10
|
* Make minor modificationsSon Ho2022-01-251-9/+83
|
* Add a SynthInputGivenBack case in Values.sv_kindSon Ho2022-01-253-8/+16
|
* Introduce lvalues and rvalues in Pure.mlSon Ho2022-01-252-56/+91
|
* Make progress on SymbolicToPure.translate_end_abstractionSon Ho2022-01-256-52/+182
|
* Replace BackwardFunctionId with RegionGroupIdSon Ho2022-01-253-15/+12
|
* Start working on translate_end_abstractionSon Ho2022-01-253-6/+76
|
* Implement the forgotten Tuple case in SymbolicToPure.translate_expansionSon Ho2022-01-251-1/+3
|
* Finish implementing SymbolicToPure.translate_expansionSon Ho2022-01-251-1/+15
|
* Make good progress on SymbolicToPure.translate_expansionSon Ho2022-01-255-56/+210
|
* Implement SymbolicToPure.translate_fun_sigSon Ho2022-01-256-59/+344
|
* Make minor modificationsSon Ho2022-01-241-0/+3
|
* Start working on translation of the type definitionsSon Ho2022-01-243-1/+102
|
* Start working on name generation for the synthesisSon Ho2022-01-245-1/+317
|
* Make minor modificationsSon Ho2022-01-245-5/+16
|