Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make minor modifications | Son Ho | 2022-09-22 | 6 | -107/+117 |
| | |||||
* | Update FunsAnalysis | Son Ho | 2022-09-22 | 1 | -24/+26 |
| | |||||
* | Regenerate the translated files | Son Ho | 2022-09-22 | 4 | -4/+4 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update fstar/Primitives.fst | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/FunsAnalysis.ml | Son HO | 2022-09-22 | 1 | -0/+1 |
| | |||||
* | Update src/FunsAnalysis.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+0 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/ExtractToFStar.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/SymbolicAst.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/TypesUtils.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update src/Translate.ml | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Update Makefile | Son HO | 2022-09-22 | 1 | -1/+1 |
| | |||||
* | Correct last PR remarks | Sidney Congard | 2022-08-11 | 3 | -26/+20 |
| | |||||
* | Correct assertion for stateless globals | Sidney Congard | 2022-08-11 | 7 | -16/+30 |
| | |||||
* | Corrected translation without using functions, remaining bug in hashmap ↵ | Sidney Congard | 2022-08-10 | 12 | -35/+170 |
| | | | | translation | ||||
* | Register global names, one error remaining | Sidney Congard | 2022-08-08 | 5 | -4/+33 |
| | |||||
* | Create global declaration group, address PR changes but introduce bugs | Sidney Congard | 2022-07-29 | 11 | -218/+134 |
| | |||||
* | Always put can_fail to true, specialize global traduction to concrete ↵ | Sidney Congard | 2022-07-28 | 2 | -9/+18 |
| | | | | function call and symbolic fresh value | ||||
* | Apply minor changes from PR comments | Sidney Congard | 2022-07-25 | 5 | -17/+23 |
| | |||||
* | Address much stuff of the PR, throw exceptions at remaining places | Sidney Congard | 2022-07-18 | 16 | -112/+172 |
| | |||||
* | Apply small changes from the PR | Sidney Congard | 2022-07-13 | 4 | -9/+12 |
| | |||||
* | Remove last prints, adapt JSON | Sidney Congard | 2022-07-05 | 6 | -201/+206 |
| | |||||
* | Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2 | Sidney Congard | 2022-06-30 | 30 | -420/+790 |
|\ | | | | | | | Complete the constants extraction by making all functions fail | ||||
| * | Take failing rvalues into account in FunsAnalysis.analyze_fun_decls | Son Ho | 2022-06-30 | 4 | -19/+22 |
| | | |||||
| * | Make minor modifications | Son Ho | 2022-06-29 | 4 | -6/+46 |
| | | |||||
| * | Add `can_end` in `abs` and use it for the return abs when generating the | Son Ho | 2022-06-27 | 5 | -33/+59 |
| | | | | | | | | backward functions | ||||
| * | Update eval_operand_prepare to not give a value to the continuation | Son Ho | 2022-06-27 | 4 | -109/+181 |
| | | |||||
| * | Update the Makefiles | Son Ho | 2022-06-27 | 5 | -20/+5 |
| | | |||||
| * | Update the .gitignore file | Son Ho | 2022-06-20 | 1 | -0/+4 |
| | | |||||
| * | Make minor modifications | Son Ho | 2022-06-20 | 1 | -2/+2 |
| | | |||||
| * | Add makefiles to test the F* files | Son Ho | 2022-06-20 | 7 | -6/+283 |
| | | |||||
| * | Remove a comment | Son Ho | 2022-06-20 | 1 | -189/+0 |
| | | |||||
| * | Update the README | Son Ho | 2022-06-14 | 1 | -3/+2 |
| | | |||||
| * | Update the README | Son Ho | 2022-06-14 | 1 | -9/+7 |
| | | |||||
* | | Traduct globals body separately (WIP) | Sidney Congard | 2022-06-30 | 14 | -194/+215 |
| | | |||||
* | | adapt to new LLBC (without OperandConstantValue) | Sidney Congard | 2022-06-23 | 3 | -33/+46 |
| | | |||||
* | | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 2022-06-21 | 24 | -308/+380 |
| | | |||||
* | | crude generation working - missing unit tests & special constants handling | Sidney Congard | 2022-06-13 | 6 | -54/+75 |
| | | |||||
* | | read globals from LLBC JSON into functions | Sidney Congard | 2022-06-08 | 20 | -80/+161 |
|/ | |||||
* | Update the installation instructions | Son Ho | 2022-05-31 | 1 | -1/+1 |
| | |||||
* | correct previous commit typo | Sidney Congard | 2022-05-23 | 1 | -1/+1 |
| | |||||
* | added .vscode folder to .gitignore | Sidney Congard | 2022-05-23 | 1 | -1/+2 |
| | |||||
* | Fix an issue when extracting assumed values | Son Ho | 2022-05-16 | 1 | -1/+1 |
| |