| Commit message (Expand) | Author | Files | Lines |
2023-02-03 | Implement a pass to filter shallow borrows | Son Ho | 1 | -5/+4 |
2023-02-03 | Add more loop examples and fix issues | Son Ho | 1 | -6/+28 |
2023-02-03 | Remove the meta-values from the shared and reserved borrow values | Son Ho | 1 | -9/+9 |
2022-11-14 | Make [Result::Failure] type an [Error] parameter | Son Ho | 1 | -4/+4 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -9/+9 |
2022-11-10 | Update `switch` to have a specific treatment of ADTs | Son Ho | 1 | -91/+5 |
2022-11-07 | Rename "inactivated borrows" to "reserved borrows" | Son Ho | 1 | -7/+7 |
2022-11-07 | Add some .mli files | Son Ho | 1 | -27/+99 |
2022-11-07 | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 1 | -3/+5 |
2022-10-28 | Move the AssignGlobal case from statement to rvalue | Son Ho | 1 | -2/+3 |
2022-10-28 | Take care of some TODOs | Son Ho | 1 | -1/+1 |
2022-10-27 | Reorganize Print.ml | Son Ho | 1 | -1/+1 |
2022-10-27 | Reformat the code | Son Ho | 1 | -3/+4 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -34/+35 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -15/+15 |
2022-09-22 | Make minor modifications | Son Ho | 1 | -9/+6 |
2022-07-13 | Apply small changes from the PR | Sidney Congard | 1 | -4/+5 |
2022-06-29 | Make minor modifications | Son Ho | 1 | -1/+24 |
2022-06-27 | Update eval_operand_prepare to not give a value to the continuation | Son Ho | 1 | -51/+95 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -64/+19 |
2022-06-13 | crude generation working - missing unit tests & special constants handling | Sidney Congard | 1 | -51/+63 |
2022-05-15 | Treat integer casts in a general manner | Son Ho | 1 | -0/+10 |
2022-05-15 | Add AggregatedOption | Son Ho | 1 | -0/+14 |
2022-04-26 | Introduce the Abs expression and continue updating the code | Son Ho | 1 | -1/+1 |
2022-04-21 | Improve the generation of names for given back values | Son Ho | 1 | -1/+1 |
2022-04-20 | Update the evaluation of matches for the cases where the scrutinee is a | Son Ho | 1 | -13/+22 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -4/+4 |
2022-02-08 | Fix some issues | Son Ho | 1 | -4/+14 |
2022-02-08 | Start adding more assumed types and functions | Son Ho | 1 | -27/+23 |
2022-01-28 | Remove the Aggregated variant from SymbolicAst.meta as it is included in | Son Ho | 1 | -6/+2 |
2022-01-27 | Rename the meta-places to [mplace] and update some comments | Son Ho | 1 | -2/+3 |
2022-01-27 | Add meta information for the variable names in SymbolicAst | Son Ho | 1 | -6/+15 |
2022-01-26 | Add a meta-value in SharedBorrow to carry the shared value | Son Ho | 1 | -15/+16 |
2022-01-21 | Finish updating the calls to the synthesis functions to generate the | Son Ho | 1 | -10/+19 |
2022-01-20 | Fix a minor issue in expand_symbolic_value | Son Ho | 1 | -9/+14 |
2022-01-20 | Make minor modifications | Son Ho | 1 | -4/+7 |
2022-01-20 | Make good progress on updating InterpreterStatements to use CPS | Son Ho | 1 | -1/+1 |
2022-01-20 | Make minor modifications in InterpreterExpressions | Son Ho | 1 | -6/+3 |
2022-01-20 | Finish updating InterpreterExpressions | Son Ho | 1 | -98/+107 |
2022-01-20 | Make more progress on InterpreterExpressions | Son Ho | 1 | -29/+41 |
2022-01-20 | Make more progress on InterpreterExpressions | Son Ho | 1 | -99/+116 |
2022-01-20 | Make progress on converting InterpreterExpressions to CPS | Son Ho | 1 | -102/+140 |
2022-01-19 | Make a minor modification | Son Ho | 1 | -1/+1 |
2022-01-18 | Remove ty_has_regions and use ty_has_borrows instead | Son Ho | 1 | -2/+8 |
2022-01-18 | Rename type_is_primitively_copyable to ty_is_... | Son Ho | 1 | -2/+2 |
2022-01-15 | Add sv_kind ("symbolic value kind") to track the origin of the symbolic | Son Ho | 1 | -2/+6 |
2022-01-14 | Implement greedy expansion of symbolic variables and expansion before | Son Ho | 1 | -17/+55 |
2022-01-14 | Start working on greedy symbolic value expansion and expansion before | Son Ho | 1 | -0/+4 |
2022-01-07 | Improve logging and introduce eval_operands_prepare | Son Ho | 1 | -4/+44 |