summaryrefslogtreecommitdiff
path: root/compiler/Invariants.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-10/+9
2022-11-07Update some commentsSon Ho1-1/+1
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-8/+8
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-17/+19
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-6/+7
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-5/+5
2022-09-22Reformat the project with duneSon Ho1-3/+0
2022-04-21Improve the generation of names for given back valuesSon Ho1-2/+2
2022-03-03Rename CFIM to LLBCSon Ho1-1/+1
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-4/+4
2022-02-08Add an option to allow the presence of bottom values below borrowsSon Ho1-3/+4
2022-02-08Fix some issues in InvariantsSon Ho1-3/+11
2022-01-27Introduce AEndedSharedBorrow so as not to introduce ABottom whenSon Ho1-2/+2
2022-01-27Cleanup a bitSon Ho1-2/+0
2022-01-26Make minor modificationsSon Ho1-1/+1
2022-01-26Fix various issuesSon Ho1-1/+10
2022-01-26Add a meta-value in SharedBorrow to carry the shared valueSon Ho1-3/+3
2022-01-24Start working on printing for symbolic ASTSon Ho1-1/+1
2022-01-21Make minor modifications for the invariants checksSon Ho1-4/+7
2022-01-21Implement more invariant checks for the symbolic valuesSon Ho1-3/+34
2022-01-21Update projections_intersect to write it in terms of a more genericSon Ho1-0/+5
2022-01-21Update AProjLoans and AEndedProjLoans to take a list of given backSon Ho1-10/+17
2022-01-20Make good progress on updating InterpreterStatements to use CPSSon Ho1-0/+7
2022-01-19Start storing meta-values in the avalues, for synthesis purposesSon Ho1-20/+28
2022-01-18Remove ty_has_regions and use ty_has_borrows insteadSon Ho1-1/+2
2022-01-18Rename type_is_primitively_copyable to ty_is_...Son Ho1-1/+1
2022-01-15Use the new collectionsSon Ho1-9/+8
2022-01-14Make minor modificationsSon Ho1-1/+2
2022-01-14Implement greedy expansion of symbolic variables and expansion beforeSon Ho1-18/+101
2022-01-14Start working on greedy symbolic value expansion and expansion beforeSon Ho1-1/+10
2022-01-14Update aproj to make AEndedProjLoans take an `aproj option` and add theSon Ho1-1/+8
2022-01-13Add a small check in the invariantsSon Ho1-2/+8
2022-01-13Update the projectors to ignore values when they don't contain regionsSon Ho1-0/+1
2022-01-13Introduce "AIgnore" for the avaluesSon Ho1-7/+6
2022-01-07Update the invariant checks to take into account ignored borrows/loansSon Ho1-6/+33
2022-01-07Add an optional borrow identifier to AIgnoredMutBorrow, introduce theSon Ho1-3/+10
2022-01-07Add logging information for borrowsSon Ho1-1/+1
2022-01-07Make more improvements to loggingSon Ho1-21/+21
2022-01-06Add debugging infoSon Ho1-3/+27
2022-01-06Remove the symbolic_proj_comp def and make the set of ended regions aSon Ho1-2/+2
2022-01-06Fix more bugsSon Ho1-5/+6
2022-01-06Fix some bugsSon Ho1-12/+24
2022-01-06Make minor improvements to printingSon Ho1-0/+5
2022-01-06Cleanup and reorganizeSon Ho1-0/+1
2022-01-05Introduce the type_context definitionSon Ho1-2/+2
2022-01-04Cleanup a bitSon Ho1-3/+2
2022-01-04Finish implementing visit_typed_avalue for check_typing_invariantSon Ho1-12/+24
2022-01-04Make good progress on visit_typed_avalue for check_typing_invariantSon Ho1-1/+89
2022-01-04Improve check_typing_invariant to lookup borrowed/shared values andSon Ho1-5/+20