summaryrefslogtreecommitdiff
path: root/compiler/PureMicroPasses.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename meta into spanAymeric Fromherz2024-05-241-53/+53
|
* Merge remote-tracking branch 'origin/main' into son/cleanSon Ho2024-04-111-1/+3
|\
| * added Error and EError to expressions and propagated related changesEscherichia2024-04-031-1/+3
| |
* | Update the extractionSon Ho2024-04-041-11/+10
|/
* Cleanup and fix a mistakeSon Ho2024-03-291-0/+1
|
* Add some error messagesSon Ho2024-03-291-4/+4
|
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-2/+5
|
* added file and line arg to craise and cassertEscherichia2024-03-291-11/+11
|
* formattingEscherichia2024-03-281-9/+14
|
* changes after git rebase mainEscherichia2024-03-281-1/+1
|
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-7/+6
|
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵Escherichia2024-03-281-2/+2
| | | | checks related cassert to these helpers to have a proper error message
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵Escherichia2024-03-281-26/+27
| | | | we need to see how translate_crate can give meta to the functions it calls
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-13/+38
|
* Improve the pure micro passesSon Ho2024-03-191-8/+46
|
* Fix an issue in PureMicroPasses.filter_loop_inputsSon Ho2024-03-081-13/+43
|
* Make progress on propagating the changesSon Ho2024-03-081-300/+31
|
* Update the micro-passesSon Ho2023-12-231-77/+94
|
* Improve the micro passes to eliminate pattern `let f := fun x => g x`Son Ho2023-12-231-2/+43
|
* Fix the output type of the loops backward functionsSon Ho2023-12-221-22/+3
|
* Improve the pure micro passesSon Ho2023-12-211-3/+33
|
* Improve PureMicroPasses.filter_useless to simplify the matchesSon Ho2023-12-211-1/+14
|
* Implement a micro-pass to simplify the let-bindingsSon Ho2023-12-211-0/+78
|
* Simplify the type of the merged fwd/back functionsSon Ho2023-12-211-3/+4
|
* Remove some asserts which are now uselessSon Ho2023-12-211-3/+0
|
* 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
|