summaryrefslogtreecommitdiff
path: root/compiler/SynthesizeSymbolic.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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