| Commit message (Expand) | Author | Files | Lines |
2022-11-11 | Make the Nix build work | Son Ho | 1 | -3/+4 |
2022-11-10 | Implement a Config.ml file which groups all the global options in references | Son Ho | 1 | -63/+21 |
2022-11-10 | Implement the generation of stateful backward functions (controlled by an opt... | Son Ho | 1 | -2/+10 |
2022-11-07 | Add some .mli files | Son Ho | 1 | -0/+1 |
2022-10-28 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-10-28 | Make minor updates to account for Charon's changes | Son Ho | 1 | -1/+1 |
2022-10-27 | Rename driver.ml to Driver.ml | Son Ho | 1 | -0/+0 |
2022-10-27 | Reorganize a bit the project | Son Ho | 1 | -0/+0 |
2022-10-26 | Start generating documentation | Son Ho | 1 | -8/+11 |
2022-10-26 | Measure and display the execution time | Son Ho | 1 | -1/+11 |
2022-10-13 | Rename Modules to Crates | Son Ho | 1 | -1/+1 |
2022-06-23 | adapt to new LLBC (without OperandConstantValue) | Sidney Congard | 1 | -15/+15 |
2022-06-21 | concrete & symbolic evaluation work with new LLBC format | Sidney Congard | 1 | -15/+15 |
2022-05-06 | Add an option to eagerly end abstractions if a function has return type | Son Ho | 1 | -0/+1 |
2022-05-04 | Make minor modifications | Son Ho | 1 | -1/+1 |
2022-05-04 | Fix some issues when using states | Son Ho | 1 | -1/+2 |
2022-05-04 | Make progress updating the code | Son Ho | 1 | -6/+1 |
2022-04-27 | Make minor updates | Son Ho | 1 | -1/+0 |
2022-04-21 | Cleanup and update comments | Son Ho | 1 | -16/+16 |
2022-04-21 | Work on pretty names | Son Ho | 1 | -16/+16 |
2022-03-03 | Change the extension of the serialized files to .llbc | Son Ho | 1 | -1/+1 |
2022-03-03 | In fun_id rename the variant Local to Regular | Son Ho | 1 | -1/+2 |
2022-03-03 | Rename CfimOfJson to LlbcOfJson | Son Ho | 1 | -1/+1 |
2022-03-03 | Rename CFIM to LLBC | Son Ho | 1 | -4/+4 |
2022-03-03 | Update a comment | Son Ho | 1 | -1/+1 |
2022-02-23 | Start working on generating code which uses a state-error monad | Son Ho | 1 | -1/+6 |
2022-02-23 | Add an option to control the translation to error monad or state-error | Son Ho | 1 | -4/+9 |
2022-02-23 | Improve pretty-printing of environments by filtering and grouping values | Son Ho | 1 | -1/+1 |
2022-02-22 | Make the interpreter pop the frame after executing a function body (for | Son Ho | 1 | -1/+1 |
2022-02-10 | Add an option to deactivate the invariant checks | Son Ho | 1 | -6/+10 |
2022-02-10 | Make minor updates to deserialization | Son Ho | 1 | -0/+1 |
2022-02-09 | Cleanup a bit | Son Ho | 1 | -10/+10 |
2022-02-09 | Implement extration to different files | Son Ho | 1 | -0/+6 |
2022-02-09 | Add more command line arguments for the decrease clauses | Son Ho | 1 | -0/+16 |
2022-02-09 | Add logging information | Son Ho | 1 | -16/+17 |
2022-02-09 | Introduce a translation config in Translate.ml | Son Ho | 1 | -5/+11 |
2022-02-09 | Update the Makefile so as not to generate and check traces anymore | Son Ho | 1 | -14/+14 |
2022-02-09 | Make minor modifications | Son Ho | 1 | -5/+5 |
2022-02-09 | Implement filtering of useless forward functions | Son Ho | 1 | -0/+5 |
2022-02-09 | Add definitions to Primitives.fst and start on improving/fixing the | Son Ho | 1 | -0/+1 |
2022-02-08 | Fix some mistakes in the type conversion to pure | Son Ho | 1 | -0/+2 |
2022-02-08 | Add an option to allow the presence of bottom values below borrows | Son Ho | 1 | -1/+2 |
2022-02-08 | Fix more issues | Son Ho | 1 | -4/+4 |
2022-02-08 | Implement pre-passes to update the AST before executing the interpreter | Son Ho | 1 | -0/+3 |
2022-02-08 | Make a minor modifications to Makefile and main.ml | Son Ho | 1 | -2/+2 |
2022-02-08 | Fix some issues | Son Ho | 1 | -1/+1 |
2022-02-08 | Make progress on implementing support for types and functions like | Son Ho | 1 | -2/+11 |
2022-02-04 | Improve the command line arguments | Son Ho | 1 | -21/+57 |
2022-02-04 | Work on decomposition of monadic let-bindings for F* | Son Ho | 1 | -1/+2 |
2022-02-04 | Make the micro passes config a parameter of Translate.translate_module | Son Ho | 1 | -1/+9 |