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