summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make progress on updating the codeSon Ho2023-12-151-67/+12
* Minor fixSon Ho2023-12-151-2/+2
* Make good progress on updating SymbolicToPureSon Ho2023-12-151-39/+185
* Make progress on updating SymbolicToPureSon Ho2023-12-151-57/+112
* Make progress on generalizing the signature informationSon Ho2023-12-151-158/+155
* Make minor modificationsSon Ho2023-12-151-75/+33
* Make progress on generated merged fwd/back functionsSon Ho2023-12-141-27/+29
* Merge remote-tracking branch 'origin/main' into son/merge_backSon Ho2023-12-141-1/+1
|\
| * Update the extraction to handle casts between integers/boolsSon Ho2023-12-131-1/+1
* | Start updating Pure.fun_sig_info to handle merged forward and backward functionsSon Ho2023-12-141-20/+42
* | Update Pure.fun_sig_infoSon Ho2023-12-131-11/+21
* | Add the num_fwd_inputs_no_fuel_no_state field in Pure.fun_sigSon Ho2023-12-131-2/+3
|/
* Use a better syntax when extracting tuple types (structures with unnamed fields)Son Ho2023-12-071-11/+19
* Fix a minor issue with the use of const genericsSon Ho2023-12-051-1/+7
* Update following changes in CharonSon Ho2023-12-051-14/+42
* Merge branch 'main' into afromher_shiftsSon Ho2023-11-291-438/+788
|\
| * Improve further the generation of parent clause/trait clause namesSon Ho2023-11-221-10/+34
| * Add span information to the generated codeSon Ho2023-11-211-7/+14
| * Add an `is_local` field to declarationsSon Ho2023-11-211-1/+7
| * Rename PrimitiveValues to ValuesSon Ho2023-11-211-3/+1
| * Make a minor modificationSon Ho2023-11-211-1/+11
| * Use the name matcher implemented in CharonSon Ho2023-11-201-2/+2
| * Do more cleanupSon Ho2023-11-161-12/+13
| * Finish propagating the changes to the names and cleaningSon Ho2023-11-161-3/+3
| * Start updating the name type, cleanup the names and the module abbrevsSon Ho2023-11-151-107/+107
| * Add RegionsHierarchy.mlSon Ho2023-11-131-7/+18
| * Add the "V" prefix to most variants related to valuesSon Ho2023-11-121-10/+10
| * Prefix variants related to types with "T"Son Ho2023-11-121-53/+51
| * Rename some variantsSon Ho2023-11-121-2/+2
| * Remove the 'r type variable from the ty type definitionSon Ho2023-11-121-106/+113
| * Update the normalization of associated typesSon Ho2023-11-071-0/+3
| * Update following some changes in CharonSon Ho2023-11-061-0/+3
| * Make minor updates following changes in CharonSon Ho2023-10-301-5/+2
| * Fix some issues to make the array test succeed againSon Ho2023-10-251-9/+12
| * Update following the addition of raw pointersSon Ho2023-10-251-0/+13
| * Remove some assumed types and add more support for builtin definitionsSon Ho2023-10-231-24/+7
| * Start updating to handle function pointersSon Ho2023-10-201-22/+28
| * Normalize the function signatures before translation to pureSon Ho2023-09-171-0/+27
| * Make minor modificationsSon Ho2023-09-171-11/+8
| * Fix more issuesSon Ho2023-09-131-34/+43
| * Make minor modificationsSon Ho2023-09-131-37/+0
| * Make progress on correctly handling trait method calls in the symbolic executionSon Ho2023-09-111-12/+61
| * Add support for the trait associated constantsSon Ho2023-09-101-2/+10
| * Fix minor issuesSon Ho2023-09-041-2/+12