summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2023-02-03Add more loop examples and fix issuesSon Ho1-5/+52
2023-02-03Implement support for nested borrows in loops, and add loop testsSon Ho1-0/+15
2023-02-03Fix various issues with the generation of code for the loopsSon Ho1-5/+18
2023-02-03Fix a small issue with SymbolicToPure.translate_loopSon Ho1-27/+8
2023-02-03Fix a minor issue with [translate_end_abstraction_loop]Son Ho1-3/+7
2023-02-03Fix another bugSon Ho1-1/+2
2023-02-03Fix some bugsSon Ho1-11/+82
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-221/+587
2023-02-03Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho1-2/+5
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-2/+9
2023-02-03Add an SCC.ml file for strongly connected componentsSon Ho1-1/+16
2023-02-03Make progress on Interpreter.mlSon Ho1-1/+2
2023-02-03Remove the meta-value field from AMutBorrowSon Ho1-2/+2
2023-02-03Remove the APrimitive variant from the avaluesSon Ho1-3/+1
2023-02-03Remove the meta-values from the shared and reserved borrow valuesSon Ho1-36/+39
2023-02-03Start implementing support for loopsSon Ho1-25/+31
2022-11-16Do not introduce match on the fuel for non-recursive functionsSon Ho1-4/+26
2022-11-16Automatically generate the Makefile and _CoqProject files in the tests subdir...Son Ho1-0/+2
2022-11-14Add a `-use-fuel` optionSon Ho1-21/+152