summaryrefslogtreecommitdiff
path: root/src/InterpreterStatements.ml (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-27Reorganize a bit the projectSon Ho1-1370/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-39/+39
2022-10-26Add meta data with code locations to the various definitionsSon Ho1-1/+1
2022-10-20Fix the semantics of dropSon Ho1-4/+16
2022-09-22Make minor modificationsSon Ho1-10/+16
2022-08-10Corrected translation without using functions, remaining bug in hashmap ↵Sidney Congard1-13/+4
translation
2022-08-08Register global names, one error remainingSidney Congard1-2/+6
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-1/+6
2022-07-28Always put can_fail to true, specialize global traduction to concrete ↵Sidney Congard1-9/+16
function call and symbolic fresh value
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-1/+2
2022-06-27Add `can_end` in `abs` and use it for the return abs when generating theSon Ho1-2/+14
backward functions
2022-06-27Update eval_operand_prepare to not give a value to the continuationSon Ho1-42/+34
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-4/+12
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-3/+4
2022-05-06Add an option to eagerly end abstractions if a function has return typeSon Ho1-1/+48
unit and the abstractions don't contain loans
2022-05-01Perform some renamingsSon Ho1-31/+29
2022-04-21Improve the generation of names for given back valuesSon Ho1-5/+8
2022-03-03Fix minor issuesSon Ho1-1/+5
2022-03-03In fun_id rename the variant Local to RegularSon Ho1-2/+2
2022-03-03Make good progress on adding support for external and opaqueSon Ho1-7/+16
declarations
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-8/+8
2022-02-22Add support for "fused" match branchesSon Ho1-1/+13
2022-02-09Make minor modifications in InterpreterStatementsSon Ho1-4/+11
2022-02-08Fix another issue in set_discriminantSon Ho1-3/+17
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-0/+17
2022-02-08Fix more issuesSon Ho1-23/+36
2022-02-08Make a minor modification to `drop_value`Son Ho1-2/+5
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-14/+14
Option and Vec
2022-02-08Start adding more assumed types and functionsSon Ho1-5/+17
2022-01-28Generate meta-information for the assignmentsSon Ho1-4/+15
2022-01-27Generate meta-information for assignments in the symbolic ASTSon Ho1-17/+21
2022-01-27Rename the meta-places to [mplace] and update some commentsSon Ho1-1/+1
2022-01-27Add meta information for the variable names in SymbolicAstSon Ho1-8/+19
2022-01-27Implement Translate.translate_functionSon Ho1-0/+3
2022-01-26Make good progress on generating the symbolic AST for the backwardSon Ho1-18/+56
functions
2022-01-26Cleanup a bitSon Ho1-7/+6
2022-01-26Use the signatures in Assumed.ml in InterpreterStatements and remove theSon Ho1-68/+13
functions which return instantiated signatures for the assumed functions
2022-01-26Start working on signatures for the assumed functionsSon Ho1-1/+2
2022-01-25Make the back_id field non optional in Values.absSon Ho1-1/+0
2022-01-25Make progress on SymbolicToPure.translate_end_abstractionSon Ho1-1/+5
2022-01-25Replace BackwardFunctionId with RegionGroupIdSon Ho1-2/+2
2022-01-21Finish updating the calls to the synthesis functions to generate theSon Ho1-11/+9
symbolic AST
2022-01-21Start working on the generation of the symbolic ASTSon Ho1-3/+17
2022-01-21Make minor modifications for the invariants checksSon Ho1-10/+2
2022-01-20Cleanup a bit InterpreterStatements following compiler warningsSon Ho1-6/+4
2022-01-20Finish updating InterpreterStatementsSon Ho1-85/+101
2022-01-20Make various style modificationsSon Ho1-7/+11
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho1-443/+546
2022-01-19Implement the sanity checks for consumption of symbolic values bySon Ho1-1/+5
abstractions (as input or given back values)