summaryrefslogtreecommitdiff
path: root/compiler/ExtractBase.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-03Fix an issue with the names of the loop decreases clausesSon Ho1-9/+23
2023-02-03Fix some issues with the values given back by loop backward translationsSon Ho1-4/+6
2023-02-03Fix various issues with the generation of code for the loopsSon Ho1-8/+13
2023-02-03Introduce new loop ids in Pure and keep track of the number of loops in a fun...Son Ho1-25/+46
2023-02-03Add loop ids to the pure functions identifiersSon Ho1-9/+18
2022-11-14Add a `-use-fuel` optionSon Ho1-8/+8
2022-11-14Make [Result::Failure] type an [Error] parameterSon Ho1-2/+7
2022-11-14Make good progress on the Coq backendSon Ho1-5/+82
2022-11-10Update the way function names are handled in PureSon Ho1-48/+49
2022-11-10Reorganize branching symbolic expansions to prepare for the join operationSon Ho1-3/+13
2022-11-07Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho1-13/+13
2022-10-27Move constant_value to PrimitiveValues.mlSon Ho1-1/+1
2022-10-27Reorganize a bit the projectSon Ho1-0/+0
2022-10-26Update the code documentation to fix links and syntax issuesSon Ho1-46/+50
2022-09-22Update the name registration for globalsSon Ho1-3/+4
2022-09-22Make minor cleanupSon Ho1-19/+7
2022-08-11Correct last PR remarksSidney Congard1-7/+9
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard1-8/+24
2022-07-25Apply minor changes from PR commentsSidney Congard1-2/+2
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard1-3/+4
2022-06-30Traduct globals body separately (WIP)Sidney Congard1-5/+13
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard1-7/+6
2022-06-08read globals from LLBC JSON into functionsSidney Congard1-0/+1
2022-04-26Introduce the App expression, and make progress updating the codeSon Ho1-2/+2
2022-03-03In fun_id rename the variant Local to RegularSon Ho1-6/+6
2022-03-03Rename CFIM to LLBCSon Ho1-2/+2
2022-03-03Add an Opaque variant to type_decl_kind and start updating the codeSon Ho1-2/+2
2022-03-03Move the names from Identifiers to NamesSon Ho1-9/+13
2022-03-03Rename TypeDef...,type_def...,FunDef,fun_def to ...Decl,...declSon Ho1-22/+22
2022-02-24Update the way function names are handledSon Ho1-5/+15
2022-02-23Add the `State` assumed type in Pure.mlSon Ho1-1/+2
2022-02-23Add a commentSon Ho1-1/+18
2022-02-09Add a commentSon Ho1-0/+1
2022-02-09Cleanup a bitSon Ho1-10/+10
2022-02-09Implement the generation of `decreases` clauses in the definitionSon Ho1-0/+4
2022-02-09Start working on the generation of decrease clausesSon Ho1-0/+31
2022-02-09Improve a bit the quality of the generated code by adjusting theSon Ho1-38/+25
2022-02-08Fix some issuesSon Ho1-79/+91
2022-02-08Make progress on implementing support for types and functions likeSon Ho1-1/+9
2022-02-07Implement printing of debugging messages in case of name clashesSon Ho1-22/+116
2022-02-03Implement a micro pass to filter the box functionsSon Ho1-25/+0
2022-02-03Cleanup a bitSon Ho1-4/+2
2022-02-03Implement extraction of switch int and make extract_texpression returnSon Ho1-9/+5
2022-02-03Implement extraction of function callsSon Ho1-68/+122
2022-02-03Implement ExtractToFStar.extract_typed_rvalueSon Ho1-7/+19
2022-02-03Make more progress on implementing function extractionSon Ho1-20/+96
2022-02-03Make progress on function extractionSon Ho1-4/+13
2022-02-02Make minor modifications to extract mutually recursive typesSon Ho1-0/+26
2022-02-02Fix more issues when extracting types to F*Son Ho1-2/+3
2022-02-02Start generating code for type definitionsSon Ho1-0/+13