summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-3/+5
2022-11-14Make good progress on the Coq backendSon Ho1-7/+21
2022-11-11Fix some issues with the commentsSon Ho1-4/+1
2022-11-10Factor out the symbolic execution for the forward/backward translationsSon Ho1-5/+8
2022-11-10Make a minor cleanupSon Ho1-3/+15
2022-11-10Implement a Config.ml file which groups all the global options in referencesSon Ho1-103/+55
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-142/+241
2022-11-10Update the way function names are handled in PureSon Ho1-6/+6
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-0/+13
2022-11-07Rename "inactivated borrows" to "reserved borrows"Son Ho1-3/+3
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-7/+12
2022-10-28Make minor modificationsSon Ho1-2/+2
2022-10-28Take care of some TODOsSon Ho1-3/+3
2022-10-27Reorganize Print.mlSon Ho1-1/+1
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-5/+5
2022-10-27Update the README and a commentSon Ho1-2/+3
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-81/+80
2022-10-13Rename Modules to CratesSon Ho1-1/+0
2022-09-22Make minor cleanupSon Ho1-25/+37
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard1-7/+14