summaryrefslogtreecommitdiff
path: root/compiler/PureMicroPasses.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix a minor mistake in SymbolicToPureSon Ho2023-12-181-2/+7
* Make progress on updating the codeSon Ho2023-12-151-19/+29
* Make progress on propagating the changesSon Ho2023-12-151-55/+55
* Make progress on generalizing the signature informationSon Ho2023-12-151-7/+3
* Update Pure.fun_sig_infoSon Ho2023-12-131-39/+57
* Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho2023-12-131-0/+5
* Update the micro passes to inline deconstruction of tuples with one fieldSon Ho2023-12-071-6/+34
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-38/+44
* Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-2/+6
* Add span information to the generated codeSon Ho2023-11-211-3/+6
* Add an `is_local` field to declarationsSon Ho2023-11-211-0/+1
* Fix minor issuesSon Ho2023-11-201-53/+13
* Update SymbolicToPure.eliminate_box_functionsSon Ho2023-11-161-30/+45
* Finish propagating the changes to the names and cleaningSon Ho2023-11-161-12/+17
* Add RegionsHierarchy.mlSon Ho2023-11-131-4/+5
* Prefix variants related to types with "T"Son Ho2023-11-121-6/+6
* Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-5/+5
* Start taking into account non-fallible functions like core::mem::replaceSon Ho2023-10-241-5/+7
* Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-20/+22
* Start updating to handle function pointersSon Ho2023-10-201-16/+16
* Add supSon Ho2023-10-131-1/+1
* Merge trans_ctx and decls_ctxSon Ho2023-09-171-7/+4
* Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-14/+15
* Add the keep_fwd field in TranslateCore.pure_fun_translationSon Ho2023-09-031-15/+13
* Update TranslateCore.pure_fun_translationSon Ho2023-09-031-10/+10
* Update the type TranslateCore.fun_and_loopsSon Ho2023-09-031-8/+9
* Make progress on the extractionSon Ho2023-09-031-2/+6
* Update PureMicroPassesSon Ho2023-09-011-43/+18
* Add tests which use const generics as valuesSon Ho2023-08-181-2/+2
* Update following the introduction of ConstantExprSon Ho2023-08-181-4/+3
* Change some fun id names to use "Mut"/"Shared" as a suffixSon Ho2023-08-071-4/+4
* Add SliceLen as a primitive function and make minor adjustmentsSon Ho2023-08-041-1/+2
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-3/+3
* Make progressSon Ho2023-08-021-9/+37
* Improve simplify_aggregates to introduce structure updatesSon Ho2023-06-041-2/+41
* Start updating simplify_aggregatesSon Ho2023-06-041-2/+43
* Add a special expression for structure creation/updateSon Ho2023-06-041-1/+109
* Improve the pretty names generation for loopsSon Ho2023-02-031-0/+2
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-14/+328
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-0/+13
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-031-0/+8
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-3/+26
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-2/+3
* Improve the loops' numberingSon Ho2023-02-031-132/+149
* Implement a micro-pass to simplify the let-bindings followed by a returnSon Ho2023-02-031-0/+63
* Fix a minor bug in Interpreter.mlSon Ho2023-02-031-1/+4
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-96/+287
* Add a `Loop` node in the pure ASTSon Ho2023-02-031-0/+18
* Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho2023-02-031-1/+1
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-7/+8