summaryrefslogtreecommitdiff
path: root/compiler/SynthesizeSymbolic.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-24Rename meta into spanAymeric Fromherz1-20/+20
2024-05-23Update the interpreter so that it is not written in CPS style (#120)Escherichia1-2/+0
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-1/+3
2024-03-29added file and line arg to craise and cassertEscherichia1-8/+8
2024-03-28formattingEscherichia1-11/+15
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-2/+2
2024-03-28WIP: does not compile yet because we need to propagate the meta variable.Escherichia1-17/+18
2024-03-20Improve the generation of pretty name and the micro passesSon Ho1-0/+6
2024-03-18Make good progress on adding generics to global constantsSon Ho1-3/+3
2024-03-08Make progress on fixing the loopsSon Ho1-1/+1
2023-12-22Fix an issue when merging the fwd/back functions of trait methodsSon Ho1-5/+8
2023-12-21Make good progress on merging the fwd/back functionsSon Ho1-5/+11
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