summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-12-22Fix minor issuesSon Ho1-9/+48
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 Ho1-6/+59
2023-12-22Fix a minor issue with the extraction of loops when merging the fwd/back func...Son Ho1-11/+19
2023-12-22Add an option to split the fwd/back functions and fix a minor issueSon Ho1-7/+12
2023-12-22Fix an issue when merging the fwd/back functions of trait methodsSon Ho1-5/+21
2023-12-21Fix issues when extracting stateful functionsSon Ho1-16/+14
2023-12-21Fix several issuesSon Ho1-51/+135
2023-12-21Simplify the type of the merged fwd/back functionsSon Ho1-43/+116
2023-12-21Filter the useless backward functionsSon Ho1-75/+145
2023-12-21Update SymbolicToPure.ml for the loopsSon Ho1-96/+125
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 Ho1-57/+209
2023-12-19Remove SymbolicToPure.bs_ctx.loop_backward_outputsSon Ho1-32/+15
2023-12-19Simplify SymbolicToPure.bs_ctx.{backward_outputs, loop_backward_outputs}Son Ho1-84/+69
2023-12-18Remove the backwards field from SymbolicToPure.call_infoSon Ho1-15/+5
2023-12-18Fix a minor mistake in SymbolicToPureSon Ho1-4/+1
2023-12-18Add some commentsSon Ho1-16/+31
2023-12-18Rename some definitionsSon Ho1-39/+39
2023-12-15Make progress on updating the codeSon Ho1-67/+12
2023-12-15Minor fixSon Ho1-2/+2
2023-12-15Make good progress on updating SymbolicToPureSon Ho1-39/+185
2023-12-15Make progress on updating SymbolicToPureSon Ho1-57/+112
2023-12-15Make progress on generalizing the signature informationSon Ho1-158/+155
2023-12-15Make minor modificationsSon Ho1-75/+33
2023-12-14Make progress on generated merged fwd/back functionsSon Ho1-27/+29
2023-12-14Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho1-20/+42
2023-12-13Update the extraction to handle casts between integers/boolsSon Ho1-1/+1
2023-12-13Update Pure.fun_sig_infoSon Ho1-11/+21
2023-12-13Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho1-2/+3
2023-12-07Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho1-11/+19
2023-12-05Fix a minor issue with the use of const genericsSon Ho1-1/+7
2023-12-05Update following changes in CharonSon Ho1-14/+42
2023-11-22Improve further the generation of parent clause/trait clause namesSon Ho1-10/+34
2023-11-21Add span information to the generated codeSon Ho1-7/+14
2023-11-21Add an `is_local` field to declarationsSon Ho1-1/+7
2023-11-21Rename PrimitiveValues to ValuesSon Ho1-3/+1
2023-11-21Make a minor modificationSon Ho1-1/+11
2023-11-20Use the name matcher implemented in CharonSon Ho1-2/+2
2023-11-16Do more cleanupSon Ho1-12/+13
2023-11-16Finish propagating the changes to the names and cleaningSon Ho1-3/+3
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-107/+107
2023-11-13Add RegionsHierarchy.mlSon Ho1-7/+18
2023-11-12Add the "V" prefix to most variants related to valuesSon Ho1-10/+10
2023-11-12Prefix variants related to types with "T"Son Ho1-53/+51
2023-11-12Rename some variantsSon Ho1-2/+2
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-106/+113
2023-11-07Update the normalization of associated typesSon Ho1-0/+3
2023-11-06Update following some changes in CharonSon Ho1-0/+3