| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Update the type TranslateCore.fun_and_loops | Son Ho | 2023-09-03 | 1 | -8/+9 |
* | Make progress on the extraction | Son Ho | 2023-09-03 | 1 | -2/+6 |
* | Update PureMicroPasses | Son Ho | 2023-09-01 | 1 | -43/+18 |
* | Add tests which use const generics as values | Son Ho | 2023-08-18 | 1 | -2/+2 |
* | Update following the introduction of ConstantExpr | Son Ho | 2023-08-18 | 1 | -4/+3 |
* | Change some fun id names to use "Mut"/"Shared" as a suffix | Son Ho | 2023-08-07 | 1 | -4/+4 |
* | Add SliceLen as a primitive function and make minor adjustments | Son Ho | 2023-08-04 | 1 | -1/+2 |
* | Fix an issue with the extraction of aggregated arrays | Son Ho | 2023-08-03 | 1 | -3/+3 |
* | Make progress | Son Ho | 2023-08-02 | 1 | -9/+37 |
* | Improve simplify_aggregates to introduce structure updates | Son Ho | 2023-06-04 | 1 | -2/+41 |
* | Start updating simplify_aggregates | Son Ho | 2023-06-04 | 1 | -2/+43 |
* | Add a special expression for structure creation/update | Son Ho | 2023-06-04 | 1 | -1/+109 |
* | Improve the pretty names generation for loops | Son Ho | 2023-02-03 | 1 | -0/+2 |
* | Implement a pass to filter the unused input arguments in the loop functions | Son Ho | 2023-02-03 | 1 | -14/+328 |
* | Improve the heuristic to find pretty names for the variables in the loops | Son Ho | 2023-02-03 | 1 | -0/+13 |
* | Improve PureMicroPasses.filter_useless and regenerate the betree code | Son Ho | 2023-02-03 | 1 | -0/+8 |
* | Fix some issues with the values given back by loop backward translations | Son Ho | 2023-02-03 | 1 | -3/+26 |
* | Fix a minor issue in decompose_let_bindings | Son Ho | 2023-02-03 | 1 | -2/+3 |
* | Improve the loops' numbering | Son Ho | 2023-02-03 | 1 | -132/+149 |
* | Implement a micro-pass to simplify the let-bindings followed by a return | Son Ho | 2023-02-03 | 1 | -0/+63 |
* | Fix a minor bug in Interpreter.ml | Son Ho | 2023-02-03 | 1 | -1/+4 |
* | Fix various issues with the generation of code for the loops | Son Ho | 2023-02-03 | 1 | -96/+287 |
* | Add a `Loop` node in the pure AST | Son Ho | 2023-02-03 | 1 | -0/+18 |
* | Introduce new loop ids in Pure and keep track of the number of loops in a fun... | Son Ho | 2023-02-03 | 1 | -1/+1 |
* | Add loop ids to the pure functions identifiers | Son Ho | 2023-02-03 | 1 | -7/+8 |
* | Make [Result::Failure] type an [Error] parameter | Son Ho | 2022-11-14 | 1 | -4/+17 |
* | Implement a pass to decompose nested patterns in let-bindings | Son Ho | 2022-11-14 | 1 | -30/+140 |
* | Make good progress on the Coq backend | Son Ho | 2022-11-14 | 1 | -0/+1 |
* | Reorganize the project to prepare for new backends | Son Ho | 2022-11-14 | 1 | -1/+1 |
* | Fix some issues with the comments | Son Ho | 2022-11-11 | 1 | -1/+1 |
* | Implement a Config.ml file which groups all the global options in references | Son Ho | 2022-11-10 | 1 | -74/+15 |
* | Update the way function names are handled in Pure | Son Ho | 2022-11-10 | 1 | -16/+17 |
* | Replace all the occurrences of `failwith ...` with `raise (Failure ...)` | Son Ho | 2022-11-07 | 1 | -1/+1 |
* | Take care of some TODOs | Son Ho | 2022-10-28 | 1 | -1/+1 |
* | Move some files to the Charon project | Son Ho | 2022-10-28 | 1 | -13/+13 |
* | Fix some comment references | Son Ho | 2022-10-27 | 1 | -1/+1 |
* | Reorganize a bit the project | Son Ho | 2022-10-27 | 1 | -0/+1375 |