| Commit message (Expand) | Author | Files | Lines |
2024-03-11 | Update the generation of names | Son Ho | 1 | -1/+1 |
2023-11-29 | Update the code following changes in the NameMatcher | Son Ho | 1 | -0/+2 |
2023-11-20 | Use the name matcher implemented in Charon | Son Ho | 1 | -5/+10 |
2023-11-15 | Start updating the name type, cleanup the names and the module abbrevs | Son Ho | 1 | -11/+6 |
2023-11-13 | Add RegionsHierarchy.ml | Son Ho | 1 | -0/+13 |
2023-11-12 | Remove the 'r type variable from the ty type definition | Son Ho | 1 | -4/+4 |
2023-10-25 | Fix some issues at extraction and add builtins | Son Ho | 1 | -6/+13 |
2023-10-23 | Remove some assumed types and add more support for builtin definitions | Son Ho | 1 | -4/+4 |
2023-09-17 | Fix more issues with the extraction | Son Ho | 1 | -4/+13 |
2023-09-07 | Map some globals like u32::MAX to standard definitions | Son Ho | 1 | -0/+20 |
2022-10-28 | Move some files to the Charon project | Son Ho | 1 | -60/+1 |
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 | -3/+3 |
2022-06-27 | Add `can_end` in `abs` and use it for the return abs when generating the | Son Ho | 1 | -1/+2 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -1/+0 |
2022-06-08 | read globals from LLBC JSON into functions | Sidney Congard | 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 | -4/+7 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -1/+1 |
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 | -7/+7 |
2022-02-24 | Update the way function names are handled | Son Ho | 1 | -1/+1 |
2022-02-09 | Add definitions to Primitives.fst and start on improving/fixing the | Son Ho | 1 | -10/+2 |
2022-01-29 | Make progress on PureToExtract | Son Ho | 1 | -0/+10 |
2022-01-28 | Make minor modifications | Son Ho | 1 | -0/+10 |
2022-01-27 | Fix some issues with the naming of input variables | Son Ho | 1 | -0/+4 |
2022-01-27 | Fix a small issue in translate_back_ty | Son Ho | 1 | -0/+2 |
2022-01-26 | Make progress on translation | Son Ho | 1 | -0/+32 |
2022-01-06 | Make good progress on implementing utilities to test symbolic execution | Son Ho | 1 | -1/+4 |
2022-01-06 | Implement statement_has_loops and make minor modifications | Son Ho | 1 | -0/+16 |