summaryrefslogtreecommitdiff
path: root/compiler/SynthesizeSymbolic.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-11-21Add span information to the generated codeSon Ho1-3/+4
2023-11-21Rename PrimitiveValues to ValuesSon Ho1-1/+0
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-65/+57
2023-11-12Prefix variants related to types with "T"Son Ho1-3/+3
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-10/+10
2023-10-25Update following the addition of raw pointersSon Ho1-1/+3
2023-10-20Start updating to handle function pointersSon Ho1-1/+1
2023-09-11Make progress on correctly handling trait method calls in the symbolic executionSon Ho1-1/+1
2023-08-31Start adding support for traitsSon Ho1-17/+17
2023-08-02Make progressSon Ho1-9/+11
2023-08-02Make progress proapagating the changesSon Ho1-3/+3
2023-08-01Start adding support for const genericsSon Ho1-4/+4
2023-02-03Improve the pretty names generation for loopsSon Ho1-0/+2
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-3/+15
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-4/+6
2023-02-03Add a `Loop` node in the pure ASTSon Ho1-1/+2
2023-02-03Make progress on Interpreter.mlSon Ho1-5/+6
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-20/+24
2023-02-03Start implementing support for loopsSon Ho1-0/+7
2022-11-10Factor out the symbolic execution for the forward/backward translationsSon Ho1-2/+3
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-35/+31
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-0/+3
2022-11-07Add ids to the dummy variablesSon Ho1-1/+1
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-5/+5
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-4/+5
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-09-22Reformat the project with duneSon Ho1-5/+3
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard1-0/+6
2022-04-21Improve the generation of names for given back valuesSon Ho1-3/+3
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-01-28Remove the Aggregated variant from SymbolicAst.meta as it is included inSon Ho1-6/+0
2022-01-27Generate meta-information for assignments in the symbolic ASTSon Ho1-0/+6
2022-01-27Rename the meta-places to [mplace] and update some commentsSon Ho1-19/+23
2022-01-27Add meta information for the variable names in SymbolicAstSon Ho1-16/+45
2022-01-27Cleanup a bit by removing useless `open`Son Ho1-2/+0
2022-01-25Make progress on SymbolicToPure.translate_end_abstractionSon Ho1-8/+11
2022-01-25Make good progress on SymbolicToPure.translate_expansionSon Ho1-23/+16
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-2/+38
2022-01-21Start working on the generation of the symbolic ASTSon Ho1-0/+89