summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make minor modificationsSon Ho2022-05-045-29/+24
|
* Make minor modificationsSon Ho2022-05-044-35/+28
|
* Fix various issues when using a stateSon Ho2022-05-042-30/+12
|
* Fix more issuesSon Ho2022-05-042-32/+12
|
* Fix some issues when using statesSon Ho2022-05-043-72/+84
|
* Make progress updating the codeSon Ho2022-05-045-194/+76
|
* Start updating the way the function return type (with errors and states)Son Ho2022-05-044-182/+278
| | | | are handled
* Move the type-checking functions for pure AST to PureTypeCheck.mlSon Ho2022-05-013-149/+179
|
* Improve type-checkingSon Ho2022-05-011-10/+23
|
* Do more cleanupSon Ho2022-05-014-28/+31
|
* CleanupSon Ho2022-05-016-106/+47
|
* Perform more renamingsSon Ho2022-05-014-16/+14
|
* Perform some renamingsSon Ho2022-05-0110-83/+76
|
* Rename "lvalue" to "pattern"Son Ho2022-05-016-160/+159
|
* Fix a minor issue when extracting filesSon Ho2022-05-011-6/+6
|
* Make a minor modificationSon Ho2022-05-011-1/+1
|
* Make more progress propagating the changesSon Ho2022-04-295-112/+151
|
* Add ConstStrings.mlSon Ho2022-04-291-0/+7
|
* Make progress on PureMicroPassesSon Ho2022-04-292-169/+143
|