summaryrefslogtreecommitdiff
path: root/compiler/SynthesizeSymbolic.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add span information to the generated codeSon Ho2023-11-211-3/+4
* Rename PrimitiveValues to ValuesSon Ho2023-11-211-1/+0
* Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-65/+57
* Prefix variants related to types with "T"Son Ho2023-11-121-3/+3
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-10/+10
* Update following the addition of raw pointersSon Ho2023-10-251-1/+3
* Start updating to handle function pointersSon Ho2023-10-201-1/+1
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-1/+1
* Start adding support for traitsSon Ho2023-08-311-17/+17
* Make progressSon Ho2023-08-021-9/+11
* Make progress proapagating the changesSon Ho2023-08-021-3/+3
* Start adding support for const genericsSon Ho2023-08-011-4/+4
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+2
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+15
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-4/+6
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-1/+2
* Make progress on Interpreter.mlSon Ho2023-02-031-5/+6
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-20/+24
* Start implementing support for loopsSon Ho2023-02-031-0/+7
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-2/+3
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-35/+31
* Reorganize branching symbolic expansions to prepare for the join operationSon Ho2022-11-101-0/+3
* Add ids to the dummy variablesSon Ho2022-11-071-1/+1
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-5/+5
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-271-4/+5
* Reorganize a bit the projectSon Ho2022-10-271-0/+156