summaryrefslogtreecommitdiff
path: root/compiler/FunsAnalysis.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2022-11-16Do not introduce match on the fuel for non-recursive functionsSon Ho1-7/+22
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-1/+1
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-1/+1
2022-10-28Move the AssignGlobal case from statement to rvalueSon Ho1-1/+1
2022-10-28Make minor updates to account for Charon's changesSon Ho1-2/+1
2022-10-27Reformat the codeSon Ho1-5/+5
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-13Rename Modules to CratesSon Ho1-2/+2
2022-09-22Make minor cleanupSon Ho1-5/+5
2022-09-22Update FunsAnalysisSon Ho1-24/+26
2022-09-22Update src/FunsAnalysis.mlSon HO1-0/+1
2022-09-22Update src/FunsAnalysis.mlSon HO1-1/+1
2022-08-11Correct assertion for stateless globalsSidney Congard1-1/+1
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-3/+10
2022-07-28Always put can_fail to true, specialize global traduction to concrete functio...Sidney Congard1-0/+2
2022-07-25Apply minor changes from PR commentsSidney Congard1-8/+1
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-3/+3
2022-07-13Apply small changes from the PRSidney Congard1-0/+3
2022-07-05Remove last prints, adapt JSONSidney Congard1-3/+0
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-34/+43
2022-06-30Take failing rvalues into account in FunsAnalysis.analyze_fun_declsSon Ho1-0/+8
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-1/+0
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-0/+1
2022-05-06Add comments in FunsAnalysisSon Ho1-2/+8
2022-05-04Start implementing divergence, can_fail, statefullness analysesSon Ho1-0/+111