summaryrefslogtreecommitdiff
path: root/compiler (unfollow)
Commit message (Expand)AuthorFilesLines
2024-03-08Fix some issuesSon Ho2-9/+10
2024-03-08Add some commentsSon Ho2-9/+12
2024-03-08Fix an issue in PureMicroPasses.filter_loop_inputsSon Ho1-13/+43
2024-03-08Simplify the contexts before symbolically evaluating loopsSon Ho4-2/+137
2024-03-08Fix a last issueSon Ho2-51/+110
2024-03-08Fix an issue with the loopsSon Ho1-1/+7
2024-03-08Make progress on fixing the loopsSon Ho8-31/+70
2024-03-08Fix a small issue with the loopsSon Ho2-7/+19
2024-03-08Fix some issues with the loopsSon Ho3-140/+206
2024-03-08Do not fail in end_abstraction_aux if the abs disappearedSon Ho2-64/+80
2024-03-08Add logging informationSon Ho3-0/+24
2024-03-08Update Print.mlSon Ho1-8/+8
2024-03-08Make progress on propagating the changesSon Ho14-949/+259
2024-03-08Remove the option to split fwd/back functions and update SymbolicToPureSon Ho5-776/+439
2024-03-08Update the code generated for tuple projectorsSon Ho3-18/+47
2024-03-08Fix tuple indexing for Lean backendZyad Hassan1-4/+33
2024-03-08Update the generation of constant bodies for LeanSon Ho1-2/+1
2024-03-08Update the code generationSon Ho2-7/+6
2024-02-02Start fixing the testsSon Ho1-1/+1
2024-01-25Make a minor modificationSon Ho1-2/+2
2024-01-25Fix a minor issue when values are moved in the loopsSon Ho6-188/+478
2023-12-23Fix an issue when deconstructing tuples in CoqSon Ho2-5/+8
2023-12-23Update the micro-passesSon Ho1-77/+94
2023-12-23Improve the micro passes to eliminate pattern `let f := fun x => g x`Son Ho1-2/+43
2023-12-22Fix minor issuesSon Ho3-37/+103
2023-12-22Update the computation of the effect info for the loopsSon Ho1-46/+95
2023-12-22Fix the output type of the loops backward functionsSon Ho5-46/+65
2023-12-22Fix a minor issue with the extraction of loops when merging the fwd/back func...Son Ho1-11/+19
2023-12-22Annotate the bound vars in the lambdas for CoqSon Ho1-20/+36
2023-12-22Fix a minor extraction issueSon Ho1-1/+1
2023-12-22Add an option to split the fwd/back functions and fix a minor issueSon Ho2-7/+15
2023-12-22Update the library for F*Son Ho2-1/+15
2023-12-22Slightly update the formatting of the do blocksSon Ho1-24/+26
2023-12-22Fix an issue when merging the fwd/back functions of trait methodsSon Ho4-19/+57
2023-12-21Improve the pure micro passesSon Ho2-3/+46
2023-12-21Fix issues when extracting stateful functionsSon Ho2-41/+40
2023-12-21Fix several issuesSon Ho3-81/+151
2023-12-21Improve PureMicroPasses.filter_useless to simplify the matchesSon Ho1-1/+14
2023-12-21Use indices starting at 1 to make variable names unique at code genSon Ho1-1/+1
2023-12-21Implement a micro-pass to simplify the let-bindingsSon Ho1-0/+78
2023-12-21Simplify the type of the merged fwd/back functionsSon Ho5-46/+153
2023-12-21Update the formatting of commentsSon Ho1-8/+6
2023-12-21Filter the useless backward functionsSon Ho1-75/+145
2023-12-21Update SymbolicToPure.ml for the loopsSon Ho1-96/+125
2023-12-21Remove some asserts which are now uselessSon Ho3-8/+4
2023-12-21Fix some issues in SymbolicToPureSon Ho1-25/+26
2023-12-21Fix a minor issueSon Ho1-2/+5
2023-12-21Make good progress on merging the fwd/back functionsSon Ho8-87/+274
2023-12-19Reset Config.return_back_funs to falseSon Ho1-1/+1
2023-12-19Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho2-33/+15