summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* error catching should now be able to tell when code couldn't be generatedEscherichia2024-04-051-1/+6
* Merge remote-tracking branch 'origin/main' into escherichia/error_catchingSon Ho2024-04-041-9/+26
|\
| * Make a minor update in SymbolicToPureSon Ho2024-04-041-8/+7
| * Improve the name of the backward functions furtherSon Ho2024-04-041-2/+11
| * Update the names of the synthesized backward functionsSon Ho2024-04-041-0/+9
* | resolved requested changesEscherichia2024-04-031-2/+2
* | added Error and EError to expressions and propagated related changesEscherichia2024-04-031-0/+4
|/
* Cleanup and fix a mistakeSon Ho2024-03-291-122/+99
* Add some error messagesSon Ho2024-03-291-6/+7
* Cleanup a bitSon Ho2024-03-291-2/+1
* formatting and changed save_error condition for failing from b to not bEscherichia2024-03-291-15/+40
* added file and line arg to craise and cassertEscherichia2024-03-291-74/+74
* formattingEscherichia2024-03-281-101/+174
* changes after git rebase mainEscherichia2024-03-281-7/+7
* Should answer all comments, there are still some TODO: error message leftEscherichia2024-03-281-34/+34
* Added sanity_check and sanity_check_opt_meta helpers and changed sanity check...Escherichia2024-03-281-8/+8
* added a meta option field to norm_ctx and changed the meta used by some asser...Escherichia2024-03-281-1/+1
* Still need to fill the TODO: error message and check some meta but it buildsEscherichia2024-03-281-5/+5
* WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia2024-03-281-294/+297
* WIP Beginning working on better errors: began replacing raise (Failure) and a...Escherichia2024-03-281-306/+307
* Improve the generation of pretty name and the micro passesSon Ho2024-03-201-9/+59
* Make good progress on adding generics to global constantsSon Ho2024-03-181-4/+43
* Update following changes in CharonSon Ho2024-03-171-17/+11
* Fix some issuesSon Ho2024-03-081-9/+9
* Add some commentsSon Ho2024-03-081-2/+5
* Fix a last issueSon Ho2024-03-081-51/+107
* Fix an issue with the loopsSon Ho2024-03-081-1/+7
* Make progress on fixing the loopsSon Ho2024-03-081-16/+23
* Make progress on propagating the changesSon Ho2024-03-081-11/+2
* Remove the option to split fwd/back functions and update SymbolicToPureSon Ho2024-03-081-564/+372
* Fix minor issuesSon Ho2023-12-221-9/+48
* Update the computation of the effect info for the loopsSon Ho2023-12-221-46/+95
* Fix the output type of the loops backward functionsSon Ho2023-12-221-6/+59
* Fix a minor issue with the extraction of loops when merging the fwd/back func...Son Ho2023-12-221-11/+19
* Add an option to split the fwd/back functions and fix a minor issueSon Ho2023-12-221-7/+12
* Fix an issue when merging the fwd/back functions of trait methodsSon Ho2023-12-221-5/+21
* Fix issues when extracting stateful functionsSon Ho2023-12-211-16/+14
* Fix several issuesSon Ho2023-12-211-51/+135
* Simplify the type of the merged fwd/back functionsSon Ho2023-12-211-43/+116
* Filter the useless backward functionsSon Ho2023-12-211-75/+145
* Update SymbolicToPure.ml for the loopsSon Ho2023-12-211-96/+125
* Fix some issues in SymbolicToPureSon Ho2023-12-211-25/+26
* Fix a minor issueSon Ho2023-12-211-2/+5
* Make good progress on merging the fwd/back functionsSon Ho2023-12-211-57/+209
* Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho2023-12-191-32/+15
* Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}Son Ho2023-12-191-84/+69
* Remove the backwards field from SymbolicToPure.call_infoSon Ho2023-12-181-15/+5
* Fix a minor mistake in SymbolicToPureSon Ho2023-12-181-4/+1
* Add some commentsSon Ho2023-12-181-16/+31
* Rename some definitionsSon Ho2023-12-181-39/+39