| Commit message (Expand) | Author | Age | Files | Lines |
* | Make minor modifications | Son Ho | 2022-09-22 | 1 | -10/+16 |
* | Corrected translation without using functions, remaining bug in hashmap trans... | Sidney Congard | 2022-08-10 | 1 | -13/+4 |
* | Register global names, one error remaining | Sidney Congard | 2022-08-08 | 1 | -2/+6 |
* | Create global declaration group, address PR changes but introduce bugs | Sidney Congard | 2022-07-29 | 1 | -1/+6 |
* | Always put can_fail to true, specialize global traduction to concrete functio... | Sidney Congard | 2022-07-28 | 1 | -9/+16 |
* | Address much stuff of the PR, throw exceptions at remaining places | Sidney Congard | 2022-07-18 | 1 | -1/+2 |
* | Merge branch 'main' of github.com:Kachoc/aeneas into constants-v2 | Sidney Congard | 2022-06-30 | 1 | -44/+48 |
|\ |
|
| * | Add `can_end` in `abs` and use it for the return abs when generating the | Son Ho | 2022-06-27 | 1 | -2/+14 |
| * | Update eval_operand_prepare to not give a value to the continuation | Son Ho | 2022-06-27 | 1 | -42/+34 |
* | | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 2022-06-21 | 1 | -4/+12 |
* | | read globals from LLBC JSON into functions | Sidney Congard | 2022-06-08 | 1 | -3/+4 |
|/ |
|
* | Add an option to eagerly end abstractions if a function has return type | Son Ho | 2022-05-06 | 1 | -1/+48 |
* | Perform some renamings | Son Ho | 2022-05-01 | 1 | -31/+29 |
* | Improve the generation of names for given back values | Son Ho | 2022-04-21 | 1 | -5/+8 |
* | Fix minor issues | Son Ho | 2022-03-03 | 1 | -1/+5 |
* | In fun_id rename the variant Local to Regular | Son Ho | 2022-03-03 | 1 | -2/+2 |
* | Make good progress on adding support for external and opaque | Son Ho | 2022-03-03 | 1 | -7/+16 |
* | Rename CFIM to LLBC | Son Ho | 2022-03-03 | 1 | -1/+1 |
* | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 2022-03-03 | 1 | -8/+8 |
* | Add support for "fused" match branches | Son Ho | 2022-02-22 | 1 | -1/+13 |
* | Make minor modifications in InterpreterStatements | Son Ho | 2022-02-09 | 1 | -4/+11 |
* | Fix another issue in set_discriminant | Son Ho | 2022-02-08 | 1 | -3/+17 |
* | Add an option to allow the presence of bottom values below borrows | Son Ho | 2022-02-08 | 1 | -0/+17 |
* | Fix more issues | Son Ho | 2022-02-08 | 1 | -23/+36 |
* | Make a minor modification to `drop_value` | Son Ho | 2022-02-08 | 1 | -2/+5 |
* | Make progress on implementing support for types and functions like | Son Ho | 2022-02-08 | 1 | -14/+14 |
* | Start adding more assumed types and functions | Son Ho | 2022-02-08 | 1 | -5/+17 |
* | Generate meta-information for the assignments | Son Ho | 2022-01-28 | 1 | -4/+15 |
* | Generate meta-information for assignments in the symbolic AST | Son Ho | 2022-01-27 | 1 | -17/+21 |
* | Rename the meta-places to [mplace] and update some comments | Son Ho | 2022-01-27 | 1 | -1/+1 |
* | Add meta information for the variable names in SymbolicAst | Son Ho | 2022-01-27 | 1 | -8/+19 |
* | Implement Translate.translate_function | Son Ho | 2022-01-27 | 1 | -0/+3 |
* | Make good progress on generating the symbolic AST for the backward | Son Ho | 2022-01-26 | 1 | -18/+56 |
* | Cleanup a bit | Son Ho | 2022-01-26 | 1 | -7/+6 |
* | Use the signatures in Assumed.ml in InterpreterStatements and remove the | Son Ho | 2022-01-26 | 1 | -68/+13 |
* | Start working on signatures for the assumed functions | Son Ho | 2022-01-26 | 1 | -1/+2 |
* | Make the back_id field non optional in Values.abs | Son Ho | 2022-01-25 | 1 | -1/+0 |
* | Make progress on SymbolicToPure.translate_end_abstraction | Son Ho | 2022-01-25 | 1 | -1/+5 |
* | Replace BackwardFunctionId with RegionGroupId | Son Ho | 2022-01-25 | 1 | -2/+2 |
* | Finish updating the calls to the synthesis functions to generate the | Son Ho | 2022-01-21 | 1 | -11/+9 |
* | Start working on the generation of the symbolic AST | Son Ho | 2022-01-21 | 1 | -3/+17 |
* | Make minor modifications for the invariants checks | Son Ho | 2022-01-21 | 1 | -10/+2 |
* | Cleanup a bit InterpreterStatements following compiler warnings | Son Ho | 2022-01-20 | 1 | -6/+4 |
* | Finish updating InterpreterStatements | Son Ho | 2022-01-20 | 1 | -85/+101 |
* | Make various style modifications | Son Ho | 2022-01-20 | 1 | -7/+11 |
* | Make good progress on updating InterpreterStatements to use CPS | Son Ho | 2022-01-20 | 1 | -443/+546 |
* | Implement the sanity checks for consumption of symbolic values by | Son Ho | 2022-01-19 | 1 | -1/+5 |
* | Remove ty_has_regions and use ty_has_borrows instead | Son Ho | 2022-01-18 | 1 | -1/+4 |
* | Update the types and deserialization following charon's updates | Son Ho | 2022-01-18 | 1 | -12/+19 |
* | Introduce abs_kind, to keep track of abstractions' origins | Son Ho | 2022-01-15 | 1 | -3/+4 |