summaryrefslogtreecommitdiff
path: root/src/PureMicroPasses.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make minor modificationsSon Ho2022-01-281-9/+23
|
* Make administrative modificationsSon Ho2022-01-281-10/+50
|
* Make minor modificationsSon Ho2022-01-281-12/+3
|
* Finish implementing filter_unused_assignmentsSon Ho2022-01-281-6/+118
|
* Make more progress on filter_unused_assignmentsSon Ho2022-01-281-4/+21
|
* Make good progress on PureMicroPasses.filter_unused_assignmentsSon Ho2022-01-281-7/+84
|
* Make minor modifications to the use of reduce inSon Ho2022-01-281-9/+42
| | | | get_expression_min_var_counter
* Cleanup a bitSon Ho2022-01-281-6/+10
|
* Implement inline_useless_var_reassignmentsSon Ho2022-01-281-6/+60
|
* Implement the unit_vars_to_unit passSon Ho2022-01-281-3/+23
|
* Move some definitions to a new PureUtils.ml fileSon Ho2022-01-281-7/+6
|
* Finish implementing to_monadicSon Ho2022-01-281-13/+41
|
* Add a commentSon Ho2022-01-281-0/+1
|
* Implement get_expression_min_var_counterSon Ho2022-01-281-3/+16
|
* Start working on to_monadic and make the expression visitors anSon Ho2022-01-281-7/+45
| | | | extension of the typed_lvalue visitors
* Remove the Return and Fail variants from Pure.expression and add aSon Ho2022-01-281-10/+10
| | | | `monadic` boolean field to `Let`
* Change the type of [Pure.call.args] to [expression list] rather thanSon Ho2022-01-281-8/+5
| | | | [typed_rvalue list]
* Make minor modificationsSon Ho2022-01-281-1/+8
|
* Simplify the let-bindings in the pure ASTSon Ho2022-01-281-18/+23
|
* Make substantial simplifications to the pure ASTSon Ho2022-01-281-76/+54
|
* Make minor modificationsSon Ho2022-01-281-29/+31
|
* Apply the micro-passes to the pure ASTsSon Ho2022-01-281-0/+16
|
* Make a lot of small modificationsSon Ho2022-01-281-0/+20
|
* Finish the function PureMicroPasses.compute_pretty_namesSon Ho2022-01-281-2/+14
|
* Make more progress on PureMicroPassesSon Ho2022-01-281-14/+65
|
* Make good progress on PureMicroPasses.compute_pretty_namesSon Ho2022-01-281-3/+140
|
* Implement visitors for Pure.expression and make minor modificationsSon Ho2022-01-281-17/+54
|
* Rename the meta-places to [mplace] and update some commentsSon Ho2022-01-271-2/+21
|
* Make minor modifications and create PureMicroPasses.mlSon Ho2022-01-271-0/+43