Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some issues when evaluating assertions | Son Ho | 2022-01-06 | 1 | -0/+6 |
* | Move more definitions and do more cleanup | Son Ho | 2022-01-06 | 1 | -0/+2 |
* | Cleanup the dependencies a bit | Son Ho | 2022-01-06 | 1 | -5/+0 |
* | Address some warnings | Son Ho | 2022-01-06 | 1 | -19/+20 |
* | Split eval_local_function_call_symbolic to isolate a function which can | Son Ho | 2022-01-05 | 1 | -6/+1 |
* | Finish implementing eval_local_function_call_symbolic | Son Ho | 2022-01-05 | 1 | -1/+2 |
* | Make good progress on eval_local_function_call_symbolic | Son Ho | 2022-01-05 | 1 | -1/+1 |
* | Remove synthesize_set_discriminant | Son Ho | 2022-01-05 | 1 | -4/+0 |
* | Finish implementing the symbolic case of switch evaluation | Son Ho | 2022-01-05 | 1 | -3/+9 |
* | Implement the symbolic case of eval_rvalue_discriminant | Son Ho | 2022-01-05 | 1 | -2/+11 |
* | Implement eval_binary_op_symbolic | Son Ho | 2022-01-05 | 1 | -2/+2 |
* | Implement eval_unary_op_symbolic | Son Ho | 2022-01-05 | 1 | -1/+3 |
* | Update a comment | Son Ho | 2022-01-05 | 1 | -0/+2 |
* | Add more calls to synthesis functions | Son Ho | 2022-01-05 | 1 | -0/+59 |