summaryrefslogtreecommitdiff
path: root/compiler/Contexts.ml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Start adding support for const genericsSon Ho2023-08-011-1/+7
|
* Fix the comments for ocamldocSon Ho2023-02-031-2/+2
|
* Implement support for nested borrows in loops, and add loop testsSon Ho2023-02-031-0/+18
|
* Fix another bugSon Ho2023-02-031-0/+6
|
* Make progress on Interpreter.mlSon Ho2023-02-031-3/+9
|
* Merge loop abs so that there is one abs per function input region groupSon Ho2023-02-031-0/+1
|
* Improve some visitors and ctx_merge_regionsSon Ho2023-02-031-8/+60
|
* Make progress on the fixed point computationSon Ho2023-02-031-32/+4
|
* Start implementing support for loopsSon Ho2023-02-031-0/+70
|
* Implement a Config.ml file which groups all the global options in referencesSon Ho2022-11-101-54/+1
|
* Add ids to the dummy variablesSon Ho2022-11-071-59/+85
|
* Replace all the occurrences of `failwith ...` with `raise (Failure ...)`Son Ho2022-11-071-9/+9
|
* Make minor updates to account for Charon's changesSon Ho2022-10-281-2/+2
|
* Move some files to the Charon projectSon Ho2022-10-281-0/+1
|
* Reorganize a bit the projectSon Ho2022-10-271-0/+472