summaryrefslogtreecommitdiff
path: root/src/FunsAnalysis.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct assertion for stateless globalsSidney Congard2022-08-111-1/+1
* Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-291-3/+10
* Always put can_fail to true, specialize global traduction to concrete functio...Sidney Congard2022-07-281-0/+2
* Apply minor changes from PR commentsSidney Congard2022-07-251-8/+1
* Address much stuff of the PR, throw exceptions at remaining placesSidney Congard2022-07-181-3/+3
* Apply small changes from the PRSidney Congard2022-07-131-0/+3
* Remove last prints, adapt JSONSidney Congard2022-07-051-3/+0
* Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2Sidney Congard2022-06-301-5/+17
|\
| * Take failing rvalues into account in FunsAnalysis.analyze_fun_declsSon Ho2022-06-301-0/+8
* | Traduct globals body separately (WIP)Sidney Congard2022-06-301-34/+43
* | concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-211-1/+0
* | read globals from LLBC JSON into functionsSidney Congard2022-06-081-0/+1
|/
* Add comments in FunsAnalysisSon Ho2022-05-061-2/+8
* Start implementing divergence, can_fail, statefullness analysesSon Ho2022-05-041-0/+111