summaryrefslogtreecommitdiff
path: root/compiler/InterpreterLoopsCore.ml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-06-03Cleanup a bitSon Ho1-5/+15
2024-06-03Cleanup a bitSon Ho1-8/+8
2024-05-31Add markers when creating new abstractions because of a join with bottomAymeric Fromherz1-0/+44
2024-05-30Implement two phases of loops join + collapseAymeric Fromherz1-27/+0
2024-05-28Compute marker information for borrow/loan mapsAymeric Fromherz1-6/+19
2024-05-28Add type and set/map for marker and borrow idAymeric Fromherz1-0/+14
2024-05-27Add markers everywhere, do not use them yetAymeric Fromherz1-1/+17
2024-05-24Rename meta into spanAymeric Fromherz1-8/+8
2024-03-29Cleanup and fix a mistakeSon Ho1-3/+4
2024-03-29formatting and changed save_error condition for failing from b to not bEscherichia1-1/+3
2024-03-29added file and line arg to craise and cassertEscherichia1-2/+2
2024-03-28formattingEscherichia1-2/+4
2024-03-28Should answer all comments, there are still some TODO: error message leftEscherichia1-18/+14
2024-03-28Still need to fill the TODO: error message and check some meta but it buildsEscherichia1-2/+3
2024-03-28WIP: translate.ml and extract.ml do not compile. Some assert left to do and w...Escherichia1-11/+19
2024-03-08Add logging informationSon Ho1-0/+1
2024-01-25Fix a minor issue when values are moved in the loopsSon Ho1-18/+51
2023-11-27Fix the issues with the cross-references for OCaml docSon Ho1-4/+4
2023-11-15Start updating the name type, cleanup the names and the module abbrevsSon Ho1-140/+126
2023-11-12Remove the 'r type variable from the ty type definitionSon Ho1-6/+6
2023-08-02Make progress proapagating the changesSon Ho1-2/+1
2023-02-03Split InterpreterLoops into several filesSon Ho1-0/+386