summaryrefslogtreecommitdiff
path: root/src/FunsAnalysis.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reorganize a bit the projectSon Ho2022-10-271-143/+0
|
* Rename Modules to CratesSon Ho2022-10-131-2/+2
|
* Make minor cleanupSon Ho2022-09-221-5/+5
|
* Update FunsAnalysisSon Ho2022-09-221-24/+26
|
* Update src/FunsAnalysis.mlSon HO2022-09-221-0/+1
|
* Update src/FunsAnalysis.mlSon HO2022-09-221-1/+1
|
* 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 ↵Sidney Congard2022-07-281-0/+2
| | | | function call and symbolic fresh value
* 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
|\ | | | | | | Complete the constants extraction by making all functions fail
| * 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