| Commit message (Expand) | Author | Files | Lines |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -2/+2 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -0/+2 |
2022-02-08 | Implement pre-passes to update the AST before executing the interpreter | Son Ho | 1 | -2/+0 |
2022-02-08 | Fix some issues | Son Ho | 1 | -0/+2 |
2022-01-25 | Add a SynthInputGivenBack case in Values.sv_kind | Son Ho | 1 | -2/+3 |
2022-01-21 | Update AProjLoans and AEndedProjLoans to take a list of given back | Son Ho | 1 | -3/+3 |
2022-01-19 | Start storing meta-values in the avalues, for synthesis purposes | Son Ho | 1 | -1/+1 |
2022-01-19 | Implement ty_has_borrow_under_mut | Son Ho | 1 | -1/+1 |
2022-01-19 | Implement the sanity checks for consumption of symbolic values by | Son Ho | 1 | -0/+22 |
2022-01-18 | Remove ty_has_regions and use ty_has_borrows instead | Son Ho | 1 | -0/+2 |
2022-01-15 | Add sv_kind ("symbolic value kind") to track the origin of the symbolic | Son Ho | 1 | -4/+6 |
2022-01-15 | Use the new collections | Son Ho | 1 | -2/+2 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -3/+0 |
2022-01-14 | Fix compilation errors | Son Ho | 1 | -3/+3 |
2022-01-14 | Implement give_back_symbolic_value | Son Ho | 1 | -0/+8 |
2022-01-14 | Update aproj to make AEndedProjLoans take an `aproj option` and add the | Son Ho | 1 | -39/+14 |
2022-01-13 | Update the projectors to ignore values when they don't contain regions | Son Ho | 1 | -6/+12 |
2022-01-13 | Introduce "AIgnore" for the avalues | Son Ho | 1 | -0/+1 |
2022-01-13 | Introduce ended borrow/loan projectors over symbolic values | Son Ho | 1 | -0/+4 |
2022-01-13 | Start working on checking proj_loans over symbolic values when ending | Son Ho | 1 | -0/+3 |
2022-01-13 | Fix a small bug in projections_intersect and add more debugging output | Son Ho | 1 | -43/+0 |
2022-01-12 | Update end_borrow to check if there are loans in borrowed values | Son Ho | 1 | -0/+8 |
2022-01-12 | Introduce dummy variables and update assign_to_place | Son Ho | 1 | -1/+1 |
2022-01-10 | remove another warning | Jonathan Protzenko | 1 | -1/+0 |
2022-01-07 | Improve logging and introduce eval_operands_prepare | Son Ho | 1 | -10/+11 |
2022-01-06 | Cleanup | Son Ho | 1 | -3/+1 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -4/+3 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -56/+22 |
2022-01-06 | Fix some bugs | Son Ho | 1 | -0/+2 |
2022-01-06 | Make minor improvements to printing | Son Ho | 1 | -0/+2 |
2022-01-06 | Make minor modifications | Son Ho | 1 | -0/+7 |
2022-01-06 | Make good progress on implementing utilities to test symbolic execution | Son Ho | 1 | -5/+23 |
2022-01-06 | Move more definitions and do more cleanup | Son Ho | 1 | -67/+0 |
2022-01-06 | Cleanup and reorganize | Son Ho | 1 | -474/+1 |
2022-01-06 | Cleanup the dependencies a bit | Son Ho | 1 | -2/+0 |
2022-01-06 | Move some functions from Interpreter to InterpreterExpansion | Son Ho | 1 | -0/+17 |
2022-01-06 | Move some functions from Interpreter to InterpreterProjectors | Son Ho | 1 | -0/+160 |
2022-01-05 | Make progress on eval_non_local_function_call_symbolic | Son Ho | 1 | -1/+7 |
2022-01-05 | Make progress on implementing the symbolic evaluation for the non-local | Son Ho | 1 | -7/+1 |
2022-01-05 | Implement eval_unary_op_symbolic | Son Ho | 1 | -0/+5 |
2022-01-05 | Start inserting calls to dummy synthesis functions in Interpreter.ml | Son Ho | 1 | -0/+7 |
2022-01-04 | Move some functions from Interpreter to InterpreterUtils | Son Ho | 1 | -0/+536 |
2022-01-04 | More compiler warnings | Jonathan Protzenko | 1 | -3/+0 |
2022-01-04 | Commit a forgotten file | Son Ho | 1 | -0/+86 |