| Commit message (Expand) | Author | Files | Lines |
2022-02-09 | Make minor modifications in InterpreterStatements | Son Ho | 1 | -4/+11 |
2022-02-08 | Fix another issue in set_discriminant | Son Ho | 1 | -3/+17 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -0/+17 |
2022-02-08 | Fix more issues | Son Ho | 1 | -23/+36 |
2022-02-08 | Make a minor modification to `drop_value` | Son Ho | 1 | -2/+5 |
2022-02-08 | Make progress on implementing support for types and functions like | Son Ho | 1 | -14/+14 |
2022-02-08 | Start adding more assumed types and functions | Son Ho | 1 | -5/+17 |
2022-01-28 | Generate meta-information for the assignments | Son Ho | 1 | -4/+15 |
2022-01-27 | Generate meta-information for assignments in the symbolic AST | Son Ho | 1 | -17/+21 |
2022-01-27 | Rename the meta-places to [mplace] and update some comments | Son Ho | 1 | -1/+1 |
2022-01-27 | Add meta information for the variable names in SymbolicAst | Son Ho | 1 | -8/+19 |
2022-01-27 | Implement Translate.translate_function | Son Ho | 1 | -0/+3 |
2022-01-26 | Make good progress on generating the symbolic AST for the backward | Son Ho | 1 | -18/+56 |
2022-01-26 | Cleanup a bit | Son Ho | 1 | -7/+6 |
2022-01-26 | Use the signatures in Assumed.ml in InterpreterStatements and remove the | Son Ho | 1 | -68/+13 |
2022-01-26 | Start working on signatures for the assumed functions | Son Ho | 1 | -1/+2 |
2022-01-25 | Make the back_id field non optional in Values.abs | Son Ho | 1 | -1/+0 |
2022-01-25 | Make progress on SymbolicToPure.translate_end_abstraction | Son Ho | 1 | -1/+5 |
2022-01-25 | Replace BackwardFunctionId with RegionGroupId | Son Ho | 1 | -2/+2 |
2022-01-21 | Finish updating the calls to the synthesis functions to generate the | Son Ho | 1 | -11/+9 |
2022-01-21 | Start working on the generation of the symbolic AST | Son Ho | 1 | -3/+17 |
2022-01-21 | Make minor modifications for the invariants checks | Son Ho | 1 | -10/+2 |
2022-01-20 | Cleanup a bit InterpreterStatements following compiler warnings | Son Ho | 1 | -6/+4 |
2022-01-20 | Finish updating InterpreterStatements | Son Ho | 1 | -85/+101 |
2022-01-20 | Make various style modifications | Son Ho | 1 | -7/+11 |
2022-01-20 | Make good progress on updating InterpreterStatements to use CPS | Son Ho | 1 | -443/+546 |
2022-01-19 | Implement the sanity checks for consumption of symbolic values by | Son Ho | 1 | -1/+5 |
2022-01-18 | Remove ty_has_regions and use ty_has_borrows instead | Son Ho | 1 | -1/+4 |
2022-01-18 | Update the types and deserialization following charon's updates | Son Ho | 1 | -12/+19 |
2022-01-15 | Introduce abs_kind, to keep track of abstractions' origins | Son Ho | 1 | -3/+4 |
2022-01-15 | Add sv_kind ("symbolic value kind") to track the origin of the symbolic | Son Ho | 1 | -1/+1 |
2022-01-15 | Use the new collections | Son Ho | 1 | -1/+1 |
2022-01-15 | Start working on Collections.ml | Son Ho | 1 | -1/+1 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -3/+4 |
2022-01-14 | Update the TODOs | Son Ho | 1 | -2/+0 |
2022-01-14 | Start working on greedy symbolic value expansion and expansion before | Son Ho | 1 | -0/+8 |
2022-01-14 | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 1 | -1/+3 |
2022-01-13 | Update the projectors to ignore values when they don't contain regions | Son Ho | 1 | -2/+2 |
2022-01-13 | Make more updates to assignment and update ctx_pop_frame | Son Ho | 1 | -4/+38 |
2022-01-13 | Start updating the assignment semantics | Son Ho | 1 | -4/+8 |
2022-01-12 | Update ctx_pop_frame to not drop the local variables | Son Ho | 1 | -33/+7 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -1/+1 |
2022-01-12 | Update some comments | Son Ho | 1 | -4/+7 |
2022-01-12 | Introduce dummy variables and update assign_to_place | Son Ho | 1 | -3/+12 |
2022-01-12 | Make minor modifications | Son Ho | 1 | -0/+4 |
2022-01-07 | Factorize initialize_symbolic_context_for_fun and | Son Ho | 1 | -29/+58 |
2022-01-07 | Make more modifications to logging | Son Ho | 1 | -6/+9 |
2022-01-07 | Add an optional borrow identifier to AIgnoredMutBorrow, introduce the | Son Ho | 1 | -2/+15 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -7/+5 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -19/+10 |