summaryrefslogtreecommitdiff
path: root/compiler/Pure.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-04Custom syntax support for structures in LeanJonathan Protzenko1-11/+11
2023-02-03Improve the pretty names generation for loopsSon Ho1-0/+1
2023-02-03Implement a pass to filter the unused input arguments in the loop functionsSon Ho1-1/+5
2023-02-03Improve the heuristic to find pretty names for the variables in the loopsSon Ho1-2/+9
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-0/+3
2023-02-03Fix the comments for ocamldocSon Ho1-1/+1
2023-02-03Fix a minor issue in decompose_let_bindingsSon Ho1-0/+1
2023-02-03Fix various issues with the generation of code for the loopsSon Ho1-1/+4
2023-02-03Fix some bugsSon Ho1-2/+36
2023-02-03Make good progress on updating SymbolicToPureSon Ho1-1/+1
2023-02-03Add a `Loop` node in the pure ASTSon Ho1-0/+34
2023-02-03Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho1-2/+9
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-1/+6
2022-11-16Do not introduce match on the fuel for non-recursive functionsSon Ho1-0/+2
2022-11-14Add a `-use-fuel` optionSon Ho1-5/+23
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-2/+5
2022-11-14Reorganize the project to prepare for new backendsSon Ho1-1/+1
2022-11-11Fix some issues with the commentsSon Ho1-4/+4
2022-11-10Make a minor cleanupSon Ho1-14/+19
2022-11-10Implement the generation of stateful backward functions (controlled by an opt...Son Ho1-11/+24
2022-11-10Update the way function names are handled in PureSon Ho1-13/+21
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-2/+5
2022-11-10Update `switch` to have a specific treatment of ADTsSon Ho1-2/+2
2022-10-28Make minor updates to account for Charon's changesSon Ho1-18/+18
2022-10-28Move some files to the Charon projectSon Ho1-3/+3
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-9/+13
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-91/+90
2022-09-22Make minor cleanupSon Ho1-2/+4
2022-09-22Make minor cleanupSon Ho1-1/+1
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-1/+1
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-1/+2
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-2/+1
2022-06-13crude generation working - missing unit tests & special constants handlingSidney Congard1-0/+1
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-1/+1
2022-05-15Treat integer casts in a general mannerSon Ho1-29/+2
2022-05-04Make minor modificationsSon Ho1-5/+10
2022-05-04Start updating the way the function return type (with errors and states)Son Ho1-15/+66
2022-05-01CleanupSon Ho1-56/+8
2022-05-01Perform more renamingsSon Ho1-8/+6
2022-05-01Perform some renamingsSon Ho1-5/+1
2022-05-01Rename "lvalue" to "pattern"Son Ho1-27/+24
2022-04-29Make more progress propagating the changesSon Ho1-2/+6
2022-04-29Make good progress updating the codeSon Ho1-2/+7
2022-04-29Merge the rvalues with the expressionsSon Ho1-94/+57
2022-04-27Fix various bugs when extracting with a state monadSon Ho1-2/+13
2022-04-26Introduce the Abs expression and continue updating the codeSon Ho1-0/+1
2022-04-26Introduce the App expression, and make progress updating the codeSon Ho1-25/+29
2022-04-21Cleanup and update commentsSon Ho1-82/+4
2022-04-21Improve the generation of names for given back valuesSon Ho1-2/+7