Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2022-01-06 | Make the symbolic, borrow, region and abstration counters global and | Son Ho | 1 | -4/+4 |
2022-01-06 | Remove the symbolic_proj_comp def and make the set of ended regions a | Son Ho | 1 | -3/+3 |
2022-01-06 | Move more definitions and do more cleanup | Son Ho | 1 | -0/+1 |
2022-01-06 | Cleanup the dependencies a bit | Son Ho | 1 | -5/+0 |
2022-01-06 | Move some definitions | Son Ho | 1 | -20/+0 |
2022-01-06 | Move some definitions inside of InterpreterExpressions | Son Ho | 1 | -28/+28 |
2022-01-06 | Move some functions from Interpreter to InterpreterExpressions | Son Ho | 1 | -0/+476 |