summaryrefslogtreecommitdiff
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-26Add meta data with code locations to the various definitionsSon Ho9-109/+326
2022-10-26Measure and display the execution timeSon Ho1-1/+11
2022-10-20Fix the semantics of dropSon Ho3-4/+31
2022-10-13Rename Modules to CratesSon Ho13-77/+74
2022-09-22Reformat the project with duneSon Ho18-234/+58
2022-09-22Remove a useless fileSon Ho1-57/+0
2022-09-22Make minor cleanupSon Ho2-22/+12
2022-09-22Add some commentsSon Ho1-0/+3
2022-09-22Update the name registration for globalsSon Ho2-6/+12
2022-09-22Update PureMicroPasses.inline_useless_var_reassignmentsSon Ho2-34/+39
2022-09-22Make minor cleanupSon Ho11-131/+135
2022-09-22Make minor modificationsSon Ho6-107/+117
2022-09-22Update FunsAnalysisSon Ho1-24/+26
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/FunsAnalysis.mlSon HO1-0/+1
2022-09-22Update src/FunsAnalysis.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+0
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/ExtractToFStar.mlSon HO1-1/+1
2022-09-22Update src/SymbolicAst.mlSon HO1-1/+1
2022-09-22Update src/TypesUtils.mlSon HO1-1/+1
2022-09-22Update src/Translate.mlSon HO1-1/+1
2022-08-11Correct last PR remarksSidney Congard2-23/+17
2022-08-11Correct assertion for stateless globalsSidney Congard1-1/+1
2022-08-10Corrected translation without using functions, remaining bug in hashmap trans...Sidney Congard8-24/+31
2022-08-08Register global names, one error remainingSidney Congard4-4/+23
2022-07-29Create global declaration group, address PR changes but introduce bugsSidney Congard10-83/+134
2022-07-28Always put can_fail to true, specialize global traduction to concrete functio...Sidney Congard2-9/+18
2022-07-25Apply minor changes from PR commentsSidney Congard5-17/+23
2022-07-18Address much stuff of the PR, throw exceptions at remaining placesSidney Congard16-112/+172
2022-07-13Apply small changes from the PRSidney Congard4-9/+12
2022-07-05Remove last prints, adapt JSONSidney Congard2-6/+3
2022-06-30Traduct globals body separately (WIP)Sidney Congard11-66/+208
2022-06-30Take failing rvalues into account in FunsAnalysis.analyze_fun_declsSon Ho4-19/+22
2022-06-29Make minor modificationsSon Ho4-6/+46
2022-06-27Add `can_end` in `abs` and use it for the return abs when generating theSon Ho5-33/+59
2022-06-27Update eval_operand_prepare to not give a value to the continuationSon Ho4-109/+181
2022-06-23adapt to new LLBC (without OperandConstantValue)Sidney Congard2-33/+27
2022-06-21concrete & symbolic evaluation work with new LLBC formatSidney Congard22-307/+260
2022-06-13crude generation working - missing unit tests & special constants handlingSidney Congard5-52/+70
2022-06-08read globals from LLBC JSON into functionsSidney Congard20-80/+161
2022-05-16Fix an issue when extracting assumed valuesSon Ho1-1/+1
2022-05-15Add a pass to cleanup the deconstructed ADTs and fix a small issueSon Ho3-12/+112
2022-05-15Treat integer casts in a general mannerSon Ho9-50/+75
2022-05-15Add AggregatedOptionSon Ho5-8/+37