summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Update MakefileSon HO2022-09-221-1/+1
| |
| * Correct last PR remarksSidney Congard2022-08-113-26/+20
| |
| * Correct assertion for stateless globalsSidney Congard2022-08-117-16/+30
| |
| * Corrected translation without using functions, remaining bug in hashmap ↵Sidney Congard2022-08-1012-35/+170
| | | | | | | | translation
| * Register global names, one error remainingSidney Congard2022-08-085-4/+33
| |
| * Create global declaration group, address PR changes but introduce bugsSidney Congard2022-07-2911-218/+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-056-201/+206
| |
| * Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2Sidney Congard2022-06-3030-420/+790
| |\ | | | | | | | | | Complete the constants extraction by making all functions fail
| * | Traduct globals body separately (WIP)Sidney Congard2022-06-3014-194/+215
| | |
| * | adapt to new LLBC (without OperandConstantValue)Sidney Congard2022-06-233-33/+46
| | |
| * | concrete & symbolic evaluation work with new LLBC formatSidney Congard2022-06-2124-308/+380
| | |
| * | crude generation working - missing unit tests & special constants handlingSidney Congard2022-06-136-54/+75
| | |
| * | read globals from LLBC JSON into functionsSidney Congard2022-06-0820-80/+161
| | |
* | | Add a licenseSon HO2022-09-141-0/+201
| |/ |/|
* | 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
| |
* | Update the MakefilesSon Ho2022-06-275-20/+5
| |
* | Update the .gitignore fileSon Ho2022-06-201-0/+4
| |
* | Make minor modificationsSon Ho2022-06-201-2/+2
| |
* | Add makefiles to test the F* filesSon Ho2022-06-207-6/+283
| |
* | Remove a commentSon Ho2022-06-201-189/+0
| |
* | Update the READMESon Ho2022-06-141-3/+2
| |
* | Update the READMESon Ho2022-06-141-9/+7
|/
* Update the installation instructionsSon Ho2022-05-311-1/+1
|
* correct previous commit typoSidney Congard2022-05-231-1/+1
|
* added .vscode folder to .gitignoreSidney Congard2022-05-231-1/+2
|
* Fix an issue when extracting assumed valuesSon Ho2022-05-161-1/+1
|
* Regenerate the F* filesSon Ho2022-05-1510-194/+130
|
* Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho2022-05-154-13/+113
|
* Treat integer casts in a general mannerSon Ho2022-05-1515-50/+99
|
* Regenerate a test fileSon Ho2022-05-151-6/+8
|
* Add AggregatedOptionSon Ho2022-05-155-8/+37
|
* Make minor modificationsSon Ho2022-05-103-8/+10
|