summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-10-30Make minor updates following changes in CharonSon Ho1-5/+2
2023-10-25Fix some issues to make the array test succeed againSon Ho1-9/+12
2023-10-25Update following the addition of raw pointersSon Ho1-0/+13
2023-10-23Remove some assumed types and add more support for builtin definitionsSon Ho1-24/+7
2023-10-20Start updating to handle function pointersSon Ho1-22/+28
2023-09-17Normalize the function signatures before translation to pureSon Ho1-0/+27
2023-09-17Make minor modificationsSon Ho1-11/+8
2023-09-13Fix more issuesSon Ho1-34/+43
2023-09-13Make minor modificationsSon Ho1-37/+0
2023-09-11Make progress on correctly handling trait method calls in the symbolic executionSon Ho1-12/+61
2023-09-10Add support for the trait associated constantsSon Ho1-2/+10
2023-09-04Fix minor issuesSon Ho1-2/+12
2023-09-03Make progress on the extractionSon Ho1-2/+108
2023-09-03Make progress on the extractionSon Ho1-6/+21
2023-08-31Finish updating SymbolicToPure.mlSon Ho1-110/+196
2023-08-31Start adding support for traitsSon Ho1-8/+15
2023-08-18Update following the introduction of ConstantExprSon Ho1-23/+26
2023-08-03Fix an issue with the extraction of aggregated arraysSon Ho1-4/+19
2023-08-02Make progressSon Ho1-13/+0
2023-08-02Make progressSon Ho1-5/+12
2023-08-02Make progressSon Ho1-106/+143
2023-08-02Make progress proapagating the changesSon Ho1-17/+29
2023-06-04Make good progress on generating code for HOL4Son Ho1-1/+1
2023-06-04Add a special expression for structure creation/updateSon Ho1-117/+144
2023-06-04Add more checks in Driver.mlSon Ho1-1/+2
2023-06-04Initial Lean backend, WIPJonathan Protzenko1-0/+2
2023-02-03Improve the pretty names generation for loopsSon Ho1-16/+54
2023-02-03Implement a pass to filter the unused input arguments in the loop functionsSon Ho1-7/+8
2023-02-03Improve the heuristic to find pretty names for the variables in the loopsSon Ho1-2/+31
2023-02-03Improve PureMicroPasses.filter_useless and regenerate the betree codeSon Ho1-0/+2
2023-02-03Fix a minor issueSon Ho1-1/+6
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-16/+132
2023-02-03Fix an issue in translate_forward_endSon Ho1-1/+2
2023-02-03Fix a minor issue in decompose_let_bindingsSon Ho1-1/+6