summaryrefslogtreecommitdiff
path: root/compiler/SymbolicToPure.ml (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add more loop examples and fix issuesSon Ho2023-02-031-5/+52
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+15
* Fix various issues with the generation of code for the loopsSon Ho2023-02-031-5/+18
* Fix a small issue with SymbolicToPure.translate_loopSon Ho2023-02-031-27/+8
* Fix a minor issue with [translate_end_abstraction_loop]Son Ho2023-02-031-3/+7
* Fix another bugSon Ho2023-02-031-1/+2
* Fix some bugsSon Ho2023-02-031-11/+82
* Make good progress on updating SymbolicToPureSon Ho2023-02-031-221/+587
* Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho2023-02-031-2/+5
* Add loop ids to the pure functions identifiersSon Ho2023-02-031-2/+9
* Add an SCC.ml file for strongly connected componentsSon Ho2023-02-031-1/+16
* Make progress on Interpreter.mlSon Ho2023-02-031-1/+2
* Remove the meta-value field from AMutBorrowSon Ho2023-02-031-2/+2
* Remove the APrimitive variant from the avaluesSon Ho2023-02-031-3/+1
* Remove the meta-values from the shared and reserved borrow valuesSon Ho2023-02-031-36/+39
* Start implementing support for loopsSon Ho2023-02-031-25/+31
* Do not introduce match on the fuel for non-recursive functionsSon Ho2022-11-161-4/+26
* Automatically generate the Makefile and _CoqProject files in the tests subdir...Son Ho2022-11-161-0/+2
* Add a `-use-fuel` optionSon Ho2022-11-141-21/+152
* Make [Result::Failure] type an [Error] parameterSon Ho2022-11-141-3/+5
* Make good progress on the Coq backendSon Ho2022-11-141-7/+21
* Fix some issues with the commentsSon Ho2022-11-111-4/+1
* Factor out the symbolic execution for the forward/backward translationsSon Ho2022-11-101-5/+8
* Make a minor cleanupSon Ho2022-11-101-3/+15
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-103/+55
* Implement the generation of stateful backward functions (controlled by an opt...Son Ho2022-11-101-142/+241
* Update the way function names are handled in PureSon Ho2022-11-101-6/+6