summaryrefslogtreecommitdiff
path: root/src/PureMicroPasses.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Traduct globals body separately (WIP)Sidney Congard2022-06-301-1/+4
|
* Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho2022-05-151-11/+106
|
* Make progress updating the codeSon Ho2022-05-041-165/+26
|
* Do more cleanupSon Ho2022-05-011-9/+10
|
* CleanupSon Ho2022-05-011-24/+19
|
* Rename "lvalue" to "pattern"Son Ho2022-05-011-37/+37
|
* Make progress on PureMicroPassesSon Ho2022-04-291-168/+118
|
* Merge the rvalues with the expressionsSon Ho2022-04-291-1/+1
|
* Make minor modificationsSon Ho2022-04-271-3/+39
|
* Fix various bugs when extracting with a state monadSon Ho2022-04-271-19/+59
|
* Fix the filtering of useless backward functionsSon Ho2022-04-271-1/+6
|
* Make more progressSon Ho2022-04-271-12/+40
|
* Make progress on the updatesSon Ho2022-04-261-54/+11
|
* Introduce the Abs expression and continue updating the codeSon Ho2022-04-261-150/+73
|
* Introduce the App expression, and make progress updating the codeSon Ho2022-04-261-50/+51
|
* Cleanup and update commentsSon Ho2022-04-211-29/+44
|
* Improve the generation of names for given back valuesSon Ho2022-04-211-33/+156
|
* Work on pretty namesSon Ho2022-04-211-15/+79
|
* Introduce mdplace to link meta information about the given back valuesSon Ho2022-04-201-6/+10
| | | | to the information about the input arguments
* Improve the generation of pretty names by correctly using theSon Ho2022-04-201-1/+5
| | | | left constraints
* Fix a small issue with PureMicroPasses.get_body_min_var_counterSon Ho2022-03-041-7/+20
|
* In fun_id rename the variant Local to RegularSon Ho2022-03-031-2/+2
|
* Make good progress on adding support for external and opaqueSon Ho2022-03-031-207/+267
| | | | declarations
* Rename CFIM to LLBCSon Ho2022-03-031-2/+2
|
* Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho2022-03-031-23/+23
|
* Update the way function names are handledSon Ho2022-02-241-1/+1
|
* Finish writing the code which generates the state-error monadSon Ho2022-02-241-0/+25
|
* Start working on generating code which uses a state-error monadSon Ho2022-02-231-25/+129
|
* Make a minor modificationSon Ho2022-02-231-2/+3
|
* Inline more let-bindings and improve formattingSon Ho2022-02-231-1/+14
|
* Improve the code generation by inlining more let-bindingsSon Ho2022-02-231-38/+91
|
* Add a commentSon Ho2022-02-091-1/+2
|
* Make minor modifications and cleanupSon Ho2022-02-091-3/+6
|
* Implement the generation of `decreases` clauses in the definitionSon Ho2022-02-091-2/+6
| | | | signatures
* Make minor modificationsSon Ho2022-02-091-9/+9
|
* Implement filtering of useless forward functionsSon Ho2022-02-091-6/+68
|
* Update a commentSon Ho2022-02-091-1/+3
|
* Add definitions to Primitives.fst and start on improving/fixing theSon Ho2022-02-091-6/+7
| | | | generated F* file
* Make progress on implementing support for types and functions likeSon Ho2022-02-081-1/+5
| | | | Option and Vec
* Work on decomposition of monadic let-bindings for F*Son Ho2022-02-041-1/+86
|
* Merge the switches over integers and the matches over enumerations inSon Ho2022-02-041-19/+0
| | | | the pure AST
* Update SymbolicToPure so that we don't construct tuples with exactly oneSon Ho2022-02-041-1/+1
| | | | field
* Filter the backward functions with no outputs in the micro passesSon Ho2022-02-041-46/+66
|
* Fix a small issue with the unit typeSon Ho2022-02-031-1/+3
|
* Implement a micro pass to filter the box functionsSon Ho2022-02-031-0/+55
|
* Cleanup a bitSon Ho2022-02-031-3/+4
|
* Implement unfold_monadic_let_bindingsSon Ho2022-01-281-28/+24
|
* Make the pure expressions typedSon Ho2022-01-281-49/+60
|
* Make minor modificationsSon Ho2022-01-281-16/+25
|
* Make the scrutinee in Pure.Switch an expression rather than a valueSon Ho2022-01-281-7/+7
|