summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make minor modificationsSon Ho2022-09-226-107/+117
|
* Update FunsAnalysisSon Ho2022-09-221-24/+26
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/FunsAnalysis.mlSon HO2022-09-221-0/+1
|
* Update src/FunsAnalysis.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+0
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/ExtractToFStar.mlSon HO2022-09-221-1/+1
|
* Update src/SymbolicAst.mlSon HO2022-09-221-1/+1
|
* Update src/TypesUtils.mlSon HO2022-09-221-1/+1
|
* Update src/Translate.mlSon HO2022-09-221-1/+1
|
* Correct last PR remarksSidney Congard2022-08-112-23/+17
|
* Correct assertion for stateless globalsSidney Congard2022-08-111-1/+1
|
* Corrected translation without using functions, remaining bug in hashmap ↵Sidney Congard2022-08-108-24/+31
| | | | translation
* Register global names, one error remainingSidney Congard2022-08-084-4/+23
|
* Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-2910-83/+134
|
* Always put can_fail to true, specialize global traduction to concrete ↵Sidney Congard2022-07-282-9/+18
| | | | function call and symbolic fresh value
* Apply minor changes from PR commentsSidney Congard2022-07-255-17/+23
|
* Address much stuff of the PR, throw exceptions at remaining placesSidney Congard2022-07-1816-112/+172
|
* Apply small changes from the PRSidney Congard2022-07-134-9/+12
|
* Remove last prints, adapt JSONSidney Congard2022-07-052-6/+3
|
* Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2Sidney Congard2022-06-3014-178/+328
|\ | | | | | | Complete the constants extraction by making all functions fail
| * Take failing rvalues into account in FunsAnalysis.analyze_fun_declsSon Ho2022-06-304-19/+22
| |
| * Make minor modificationsSon Ho2022-06-294-6/+46
| |
| * Add `can_end` in `abs` and use it for the return abs when generating theSon Ho2022-06-275-33/+59
| | | | | | | | backward functions
| * Update eval_operand_prepare to not give a value to the continuationSon Ho2022-06-274-109/+181
| |
* | Traduct globals body separately (WIP)Sidney Congard2022-06-3011-66/+208
| |
* | adapt to new LLBC (without OperandConstantValue)Sidney Congard2022-06-232-33/+27
| |
* | concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-2122-307/+260
| |
* | crude generation working - missing unit tests & special constants handlingSidney Congard2022-06-135-52/+70
| |
* | read globals from LLBC JSON into functionsSidney Congard2022-06-0820-80/+161
|/
* Fix an issue when extracting assumed valuesSon Ho2022-05-161-1/+1
|
* Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho2022-05-153-12/+112
|
* Treat integer casts in a general mannerSon Ho2022-05-159-50/+75
|
* Add AggregatedOptionSon Ho2022-05-155-8/+37
|
* Make minor modificationsSon Ho2022-05-103-8/+10
|
* Use the core_unix package instead of coreSon Ho2022-05-102-2/+2
|
* Update the extraction to set the fuel to 1 in the Z3 optionsSon Ho2022-05-061-2/+2
|
* Don't use the Rust disambiguators when generating names at extractionSon Ho2022-05-062-3/+12
|
* Add an option to eagerly end abstractions if a function has return typeSon Ho2022-05-064-2/+61
| | | | unit and the abstractions don't contain loans
* Factorize some code in InterpreterBorrows*Son Ho2022-05-062-49/+77
|
* Add comments in FunsAnalysisSon Ho2022-05-061-2/+8
|
* Make minor fixesSon Ho2022-05-053-4/+28
|
* Update the translation so that we use a state only in the functionsSon Ho2022-05-052-35/+42
| | | | which need one
* Start implementing divergence, can_fail, statefullness analysesSon Ho2022-05-045-36/+135
|