| Commit message (Expand) | Author | Files | Lines |
2024-02-02 | Start fixing the tests | Son Ho | 1 | -1/+1 |
2024-01-25 | Make a minor modification | Son Ho | 1 | -2/+2 |
2024-01-25 | Fix a minor issue when values are moved in the loops | Son Ho | 6 | -188/+478 |
2023-12-23 | Fix an issue when deconstructing tuples in Coq | Son Ho | 2 | -5/+8 |
2023-12-23 | Update the micro-passes | Son Ho | 1 | -77/+94 |
2023-12-23 | Improve the micro passes to eliminate pattern `let f := fun x => g x` | Son Ho | 1 | -2/+43 |
2023-12-22 | Fix minor issues | Son Ho | 3 | -37/+103 |
2023-12-22 | Update the computation of the effect info for the loops | Son Ho | 1 | -46/+95 |
2023-12-22 | Fix the output type of the loops backward functions | Son Ho | 5 | -46/+65 |
2023-12-22 | Fix a minor issue with the extraction of loops when merging the fwd/back func... | Son Ho | 1 | -11/+19 |
2023-12-22 | Annotate the bound vars in the lambdas for Coq | Son Ho | 1 | -20/+36 |
2023-12-22 | Fix a minor extraction issue | Son Ho | 1 | -1/+1 |
2023-12-22 | Add an option to split the fwd/back functions and fix a minor issue | Son Ho | 2 | -7/+15 |
2023-12-22 | Update the library for F* | Son Ho | 2 | -1/+15 |
2023-12-22 | Slightly update the formatting of the do blocks | Son Ho | 1 | -24/+26 |
2023-12-22 | Fix an issue when merging the fwd/back functions of trait methods | Son Ho | 4 | -19/+57 |
2023-12-21 | Improve the pure micro passes | Son Ho | 2 | -3/+46 |
2023-12-21 | Fix issues when extracting stateful functions | Son Ho | 2 | -41/+40 |
2023-12-21 | Fix several issues | Son Ho | 3 | -81/+151 |
2023-12-21 | Improve PureMicroPasses.filter_useless to simplify the matches | Son Ho | 1 | -1/+14 |
2023-12-21 | Use indices starting at 1 to make variable names unique at code gen | Son Ho | 1 | -1/+1 |
2023-12-21 | Implement a micro-pass to simplify the let-bindings | Son Ho | 1 | -0/+78 |
2023-12-21 | Simplify the type of the merged fwd/back functions | Son Ho | 5 | -46/+153 |
2023-12-21 | Update the formatting of comments | Son Ho | 1 | -8/+6 |
2023-12-21 | Filter the useless backward functions | Son Ho | 1 | -75/+145 |
2023-12-21 | Update SymbolicToPure.ml for the loops | Son Ho | 1 | -96/+125 |
2023-12-21 | Remove some asserts which are now useless | Son Ho | 3 | -8/+4 |
2023-12-21 | Fix some issues in SymbolicToPure | Son Ho | 1 | -25/+26 |
2023-12-21 | Fix a minor issue | Son Ho | 1 | -2/+5 |
2023-12-21 | Make good progress on merging the fwd/back functions | Son Ho | 8 | -87/+274 |
2023-12-19 | Reset Config.return_back_funs to false | Son Ho | 1 | -1/+1 |
2023-12-19 | Remove SymbolicToPure.bs_ctx.loop_backward_outputs | Son Ho | 2 | -33/+15 |
2023-12-19 | Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs} | Son Ho | 2 | -100/+70 |
2023-12-18 | Remove the backwards field from SymbolicToPure.call_info | Son Ho | 1 | -15/+5 |
2023-12-18 | Fix a minor mistake in SymbolicToPure | Son Ho | 3 | -11/+15 |
2023-12-18 | Add some comments | Son Ho | 1 | -16/+31 |
2023-12-18 | Rename some definitions | Son Ho | 15 | -140/+139 |
2023-12-18 | Do not register the names of the back funs if they are merged with the fwd funs | Son Ho | 1 | -3/+8 |
2023-12-15 | Make progress on updating the code | Son Ho | 3 | -200/+134 |
2023-12-15 | Make progress on propagating the changes | Son Ho | 6 | -97/+72 |
2023-12-15 | Minor fix | Son Ho | 1 | -2/+2 |
2023-12-15 | Make good progress on updating SymbolicToPure | Son Ho | 5 | -42/+226 |
2023-12-15 | Make progress on updating SymbolicToPure | Son Ho | 1 | -57/+112 |
2023-12-15 | Make progress on generalizing the signature information | Son Ho | 5 | -218/+253 |
2023-12-15 | Make minor modifications | Son Ho | 2 | -79/+38 |
2023-12-14 | Make progress on generated merged fwd/back functions | Son Ho | 2 | -28/+32 |
2023-12-14 | Start updating Pure.fun_sig_info to handle merged forward and backward functions | Son Ho | 4 | -27/+128 |
2023-12-13 | Update the extraction to handle casts between integers/bools | Son Ho | 6 | -27/+95 |
2023-12-13 | Make a minor modification in a comment | Son Ho | 1 | -1/+1 |
2023-12-13 | Update Pure.fun_sig_info | Son Ho | 7 | -68/+129 |