| Commit message (Expand) | Author | Age | Files | Lines |
* | Make minor cleanup | Son Ho | 2022-09-22 | 1 | -25/+37 |
* | Corrected translation without using functions, remaining bug in hashmap trans... | Sidney Congard | 2022-08-10 | 1 | -7/+14 |
* | Register global names, one error remaining | Sidney Congard | 2022-08-08 | 1 | -1/+7 |
* | Apply minor changes from PR comments | Sidney Congard | 2022-07-25 | 1 | -2/+10 |
* | Address much stuff of the PR, throw exceptions at remaining places | Sidney Congard | 2022-07-18 | 1 | -10/+13 |
* | Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2 | Sidney Congard | 2022-06-30 | 1 | -1/+1 |
|\ |
|
| * | Take failing rvalues into account in FunsAnalysis.analyze_fun_decls | Son Ho | 2022-06-30 | 1 | -1/+4 |
* | | Traduct globals body separately (WIP) | Sidney Congard | 2022-06-30 | 1 | -5/+9 |
* | | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 2022-06-21 | 1 | -12/+15 |
* | | read globals from LLBC JSON into functions | Sidney Congard | 2022-06-08 | 1 | -0/+1 |
|/ |
|
* | Treat integer casts in a general manner | Son Ho | 2022-05-15 | 1 | -0/+6 |
* | Update the translation so that we use a state only in the functions | Son Ho | 2022-05-05 | 1 | -21/+28 |
* | Start implementing divergence, can_fail, statefullness analyses | Son Ho | 2022-05-04 | 1 | -1/+11 |
* | Make minor modifications | Son Ho | 2022-05-04 | 1 | -7/+5 |
* | Make minor modifications | Son Ho | 2022-05-04 | 1 | -24/+3 |
* | Fix more issues | Son Ho | 2022-05-04 | 1 | -17/+9 |
* | Fix some issues when using states | Son Ho | 2022-05-04 | 1 | -70/+79 |
* | Make progress updating the code | Son Ho | 2022-05-04 | 1 | -3/+8 |
* | Start updating the way the function return type (with errors and states) | Son Ho | 2022-05-04 | 1 | -111/+204 |
* | Move the type-checking functions for pure AST to PureTypeCheck.ml | Son Ho | 2022-05-01 | 1 | -4/+4 |
* | Do more cleanup | Son Ho | 2022-05-01 | 1 | -6/+6 |
* | Cleanup | Son Ho | 2022-05-01 | 1 | -3/+1 |
* | Perform more renamings | Son Ho | 2022-05-01 | 1 | -3/+3 |
* | Perform some renamings | Son Ho | 2022-05-01 | 1 | -8/+8 |
* | Rename "lvalue" to "pattern" | Son Ho | 2022-05-01 | 1 | -35/+37 |
* | Make more progress propagating the changes | Son Ho | 2022-04-29 | 1 | -1/+1 |
* | Make good progress updating the code | Son Ho | 2022-04-29 | 1 | -138/+151 |
* | Merge the rvalues with the expressions | Son Ho | 2022-04-29 | 1 | -2/+6 |
* | Make a minor modification | Son Ho | 2022-04-27 | 1 | -1/+3 |
* | Fix various bugs when extracting with a state monad | Son Ho | 2022-04-27 | 1 | -24/+50 |
* | Make more progress | Son Ho | 2022-04-27 | 1 | -2/+2 |
* | Introduce the Abs expression and continue updating the code | Son Ho | 2022-04-26 | 1 | -15/+93 |
* | Introduce the App expression, and make progress updating the code | Son Ho | 2022-04-26 | 1 | -7/+12 |
* | Cleanup and update comments | Son Ho | 2022-04-21 | 1 | -3/+1 |
* | Improve the generation of names for given back values | Son Ho | 2022-04-21 | 1 | -5/+11 |
* | Work on pretty names | Son Ho | 2022-04-21 | 1 | -25/+17 |
* | Introduce mdplace to link meta information about the given back values | Son Ho | 2022-04-20 | 1 | -17/+28 |
* | In fun_id rename the variant Local to Regular | Son Ho | 2022-03-03 | 1 | -2/+2 |
* | Update SymbolicToPure and Translate | Son Ho | 2022-03-03 | 1 | -1/+1 |
* | Make good progress on adding support for external and opaque | Son Ho | 2022-03-03 | 1 | -26/+34 |
* | Rename CFIM to LLBC | Son Ho | 2022-03-03 | 1 | -19/+19 |
* | Add an Opaque variant to type_decl_kind and start updating the code | Son Ho | 2022-03-03 | 1 | -3/+5 |
* | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 2022-03-03 | 1 | -42/+42 |
* | Update the way function names are handled | Son Ho | 2022-02-24 | 1 | -1/+1 |
* | Finish writing the code which generates the state-error monad | Son Ho | 2022-02-24 | 1 | -0/+3 |
* | Implement filtering of useless forward functions | Son Ho | 2022-02-09 | 1 | -40/+63 |
* | Add definitions to Primitives.fst and start on improving/fixing the | Son Ho | 2022-02-09 | 1 | -5/+1 |
* | Fix some mistakes in the type conversion to pure | Son Ho | 2022-02-08 | 1 | -11/+33 |
* | Add type checking utilities for the pure ADT | Son Ho | 2022-02-08 | 1 | -61/+92 |
* | Start adding more assumed types and functions | Son Ho | 2022-02-08 | 1 | -13/+37 |