| Commit message (Expand) | Author | Files | Lines |
2022-10-28 | Move some files to the Charon project | Son Ho | 1 | -917/+1 |
2022-10-27 | Move constant_value to PrimitiveValues.ml | Son Ho | 1 | -20/+22 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Update the code documentation to fix links and syntax issues | Son Ho | 1 | -7/+7 |
2022-10-26 | Add meta data with code locations to the various definitions | Son Ho | 1 | -85/+229 |
2022-10-13 | Rename Modules to Crates | Son Ho | 1 | -14/+13 |
2022-09-22 | Make minor cleanup | Son Ho | 1 | -3/+8 |
2022-09-22 | Make minor modifications | Son Ho | 1 | -48/+57 |
2022-07-29 | Create global declaration group, address PR changes but introduce bugs | Sidney Congard | 1 | -20/+17 |
2022-07-18 | Address much stuff of the PR, throw exceptions at remaining places | Sidney Congard | 1 | -28/+45 |
2022-07-05 | Remove last prints, adapt JSON | Sidney Congard | 1 | -3/+3 |
2022-06-23 | adapt to new LLBC (without OperandConstantValue) | Sidney Congard | 1 | -18/+12 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -91/+82 |
2022-06-08 | read globals from LLBC JSON into functions | Sidney Congard | 1 | -42/+104 |
2022-05-15 | Treat integer casts in a general manner | Son Ho | 1 | -0/+4 |
2022-05-15 | Add AggregatedOption | Son Ho | 1 | -0/+4 |
2022-05-01 | Perform some renamings | Son Ho | 1 | -5/+5 |
2022-04-26 | Introduce the App expression, and make progress updating the code | Son Ho | 1 | -1/+1 |
2022-03-04 | Fix minor mistakes with regards to extraction of external declarations | Son Ho | 1 | -0/+1 |
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 | -6/+12 |
2022-03-03 | Rename CfimOfJson to LlbcOfJson | Son Ho | 1 | -0/+0 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -4/+4 |
2022-03-03 | Update the name definition to use path_elem | Son Ho | 1 | -12/+13 |
2022-03-03 | Move the names from Identifiers to Names | Son Ho | 1 | -1/+1 |
2022-03-03 | Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...decl | Son Ho | 1 | -17/+17 |
2022-02-28 | Fix minor issues due to updates in Charon | Son Ho | 1 | -1/+1 |
2022-02-24 | Update the way function names are handled | Son Ho | 1 | -1/+14 |
2022-02-22 | Add support for "fused" match branches | Son Ho | 1 | -1/+1 |
2022-02-10 | Make minor updates to deserialization | Son Ho | 1 | -13/+18 |
2022-02-08 | Update the Makefile to add hashmap as a test and fix some issues | Son Ho | 1 | -1/+15 |
2022-02-08 | Fix some issues | Son Ho | 1 | -1/+1 |
2022-02-08 | Start adding more assumed types and functions | Son Ho | 1 | -5/+7 |
2022-01-29 | Make the field names optional and make progress on ExtractToFStar | Son Ho | 1 | -1/+1 |
2022-01-29 | Add a "name" field in Module | Son Ho | 1 | -1/+3 |
2022-01-18 | Update the types and deserialization following charon's updates | Son Ho | 1 | -33/+60 |
2022-01-05 | Make good progress on eval_local_function_call_symbolic | Son Ho | 1 | -6/+7 |
2022-01-05 | Update the code to deserialize regions_hierarchy information | Son Ho | 1 | -0/+17 |
2021-12-17 | Use RegionVarId and RegionId in a more consistent manner | Son Ho | 1 | -5/+5 |
2021-12-01 | Merge the ADTs, tuples and assumed types in the type and value | Son Ho | 1 | -9/+15 |
2021-12-01 | Cleanup a bit | Son Ho | 1 | -1/+1 |
2021-12-01 | Factorize type_var and region_var | Son Ho | 1 | -2/+2 |
2021-12-01 | Move the var definition | Son Ho | 1 | -2/+2 |
2021-12-01 | Merge statements and expressions into statements | Son Ho | 1 | -23/+15 |
2021-11-30 | Remove the vector type for the Id module | Son Ho | 1 | -19/+11 |
2021-11-29 | Fix some issues and start printing modules | Son Ho | 1 | -2/+2 |
2021-11-29 | Finish cleaning up CfimOfJson | Son Ho | 1 | -116/+115 |
2021-11-29 | Continue cleaning up | Son Ho | 1 | -54/+53 |
2021-11-29 | Continue cleanin | Son Ho | 1 | -29/+28 |
2021-11-29 | Start cleaning up CfimOfJson | Son Ho | 1 | -8/+8 |