summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Make progress on the extractionSon Ho2023-09-031-2/+108
|
* Make progress on the extractionSon Ho2023-09-031-6/+21
|
* Finish updating SymbolicToPure.mlSon Ho2023-08-311-110/+196
|
* Start adding support for traitsSon Ho2023-08-311-8/+15
|
* Update following the introduction of ConstantExprSon Ho2023-08-181-23/+26
|
* Fix an issue with the extraction of aggregated arraysSon Ho2023-08-031-4/+19
|
* Make progressSon Ho2023-08-021-13/+0
|
* Make progressSon Ho2023-08-021-5/+12
|
* Make progressSon Ho2023-08-021-106/+143
|
* Make progress proapagating the changesSon Ho2023-08-021-17/+29
|
* Make good progress on generating code for HOL4Son Ho2023-06-041-1/+1
|
* Add a special expression for structure creation/updateSon Ho2023-06-041-117/+144
|
* Add more checks in Driver.mlSon Ho2023-06-041-1/+2
|
* Initial Lean backend, WIPJonathan Protzenko2023-06-041-0/+2
|
* Improve the pretty names generation for loopsSon Ho2023-02-031-16/+54
|
* Implement a pass to filter the unused input arguments in the loop functionsSon Ho2023-02-031-7/+8
|
* Improve the heuristic to find pretty names for the variables in the loopsSon Ho2023-02-031-2/+31
|
* Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho2023-02-031-0/+2
|
* Fix a minor issueSon Ho2023-02-031-1/+6
|
* Fix some issues with the values given back by loop backward translationsSon Ho2023-02-031-16/+132
|
* Fix an issue in translate_forward_endSon Ho2023-02-031-1/+2
|
* Fix a minor issue in decompose_let_bindingsSon Ho2023-02-031-1/+6
|