summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-252-2/+51
|
* 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-244-1/+315
|
* Make minor modificationsSon Ho2022-01-244-5/+14
|
* Start working on printing for symbolic ASTSon Ho2022-01-247-5/+165
|
* Finish updating the calls to the synthesis functions to generate theSon Ho2022-01-218-123/+99
| | | | symbolic AST
* Start working on the generation of the symbolic ASTSon Ho2022-01-2110-52/+240
|
* Add invariant checks at the end of [end_borrow] and [end_abstraction]Son Ho2022-01-212-6/+14
|
* Make minor modifications for the invariants checksSon Ho2022-01-212-14/+9
|
* Implement more invariant checks for the symbolic valuesSon Ho2022-01-211-3/+34
|
* Update projections_intersect to write it in terms of a more genericSon Ho2022-01-212-28/+79
| | | | function
* Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho2022-01-217-167/+442
| | | | values
* Add commentsSon Ho2022-01-201-2/+7
|
* Fix a minor issue in expand_symbolic_valueSon Ho2022-01-203-17/+25
|
* Update a commentSon Ho2022-01-201-4/+15
|
* Fix a commentSon Ho2022-01-201-1/+1
|
* Make minor modificationsSon Ho2022-01-202-4/+34
|
* Update InterpreterSon Ho2022-01-203-23/+49
|
* Cleanup a bit InterpreterStatements following compiler warningsSon Ho2022-01-201-6/+4
|
* Finish updating InterpreterStatementsSon Ho2022-01-202-89/+101
|
* Make various style modificationsSon Ho2022-01-202-7/+25
|
* Make good progress on updating InterpreterStatements to use CPSSon Ho2022-01-205-453/+614
|
* Make minor modifications in InterpreterExpressionsSon Ho2022-01-201-6/+3
|
* Add more utilities for bool and integer expansion inSon Ho2022-01-202-16/+102
| | | | InterpreterExpansion
* Finish updating InterpreterExpressionsSon Ho2022-01-202-101/+115
|
* Make more progress on InterpreterExpressionsSon Ho2022-01-201-29/+41
|
* Cleanup a bit InterpreterBorrowsSon Ho2022-01-201-22/+14
|
* Add a unit test in Cps.mlSon Ho2022-01-201-0/+8
|
* Make more progress on InterpreterExpressionsSon Ho2022-01-201-99/+116
|
* Make progress on converting InterpreterExpressions to CPSSon Ho2022-01-202-102/+165
|
* Make minor updates to InterpreterBorrows and InterpreterExpansionSon Ho2022-01-192-29/+28
|
* Update InterpreterExpansion and InterpreterPaths to use CPSSon Ho2022-01-193-171/+170
|
* Update the return valuesSon Ho2022-01-191-5/+7
|