summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a note in the READMESon Ho2022-11-071-0/+6
* Add some .mli filesSon Ho2022-11-0716-381/+642
* Update InterpreterBorrowsSon Ho2022-11-071-70/+35
* Add ids to the dummy variablesSon Ho2022-11-079-93/+139
* Remove the argument [end_borrows] from prepare_lplace and drop_outer_loans_at...Son Ho2022-11-073-52/+24
* Deactivate filter_drop_assigns and implement remove_useless_cf_merges in PreP...Son Ho2022-11-071-4/+107
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-0717-148/+171
* Fix an issue with drop_valueSon Ho2022-11-072-28/+32
* Update the MakefileSon Ho2022-10-281-2/+2
* Update aeneas.opamSon Ho2022-10-281-2/+2
* Move the AssignGlobal case from statement to rvalueSon Ho2022-10-285-40/+46
* Make minor modificationsSon Ho2022-10-284-7/+11
* Make minor updates to account for Charon's changesSon Ho2022-10-2811-52/+47
* Take care of some TODOsSon Ho2022-10-2810-12/+10
* Update the READMESon Ho2022-10-281-1/+12
* Move some files to the Charon projectSon Ho2022-10-2829-3486/+57
* Reorganize Print.mlSon Ho2022-10-274-270/+279
* Reformat the codeSon Ho2022-10-278-23/+69
* Fix some comment referencesSon Ho2022-10-276-17/+19
* Move constant_value to PrimitiveValues.mlSon Ho2022-10-2721-156/+187
* Add a symbolic link to the generated documentationSon Ho2022-10-271-0/+1
* Rename driver.ml to Driver.mlSon Ho2022-10-272-1/+1
* Update the README and a commentSon Ho2022-10-272-5/+6
* Reorganize a bit the projectSon Ho2022-10-2763-233/+18
* Update the code documentation to fix links and syntax issuesSon Ho2022-10-2641-1256/+1263
* Start generating documentationSon Ho2022-10-266-73/+101
* Add meta data with code locations to the various definitionsSon Ho2022-10-2610-110/+326
* Measure and display the execution timeSon Ho2022-10-261-1/+11
* Merge pull request #4 from AeneasVerif/son_update_charonSon HO2022-10-2130-112/+145
|\
| * Update the .gitignoreSon Ho2022-10-201-0/+4
| * Regenerate the filesSon Ho2022-10-2010-10/+10
| * Fix the semantics of dropSon Ho2022-10-204-5/+32
| * Update the MakefileSon Ho2022-10-181-3/+7
| * Rename Modules to CratesSon Ho2022-10-1313-77/+74
| * Use "polonius" in the names instead of "nll"Son Ho2022-10-132-13/+14
| * Make minor modifications to the MakefileSon Ho2022-10-131-5/+5
|/
* Update the README (#3)Son HO2022-10-041-2/+8
* Merge pull request #2 from AeneasVerif/protz_osxSon HO2022-09-286-57/+57
|\
| * Fix MakefilesJonathan Protzenko2022-09-275-55/+50
| * Incorrect assumptions, incorrect recursive makeJonathan Protzenko2022-09-271-2/+7
|/
* Merge pull request #1 from AeneasVerif/constants-v2Son HO2022-09-2257-823/+1149
|\
| * Add a `format` target in the MakefileSon Ho2022-09-221-0/+5
| * Reformat the project with duneSon Ho2022-09-2218-234/+58
| * Remove a useless fileSon Ho2022-09-221-57/+0
| * Make minor cleanupSon Ho2022-09-222-22/+12
| * Add some commentsSon Ho2022-09-221-0/+3
| * Update the name registration for globalsSon Ho2022-09-222-6/+12
| * Update PureMicroPasses.inline_useless_var_reassignmentsSon Ho2022-09-222-34/+39
| * Make minor cleanupSon Ho2022-09-2211-131/+135
| * Make minor modificationsSon Ho2022-09-226-107/+117