summaryrefslogtreecommitdiff
path: root/src/constant_propagation_mutrec.ml
AgeCommit message (Expand)Author
2020-09-29Refactor: Change AST type from a union to a structAlasdair
2020-09-28Refactor: Rename 'a defs to 'a astAlasdair
2020-09-28Move the ast defs wrapper into it's own fileAlasdair
2019-11-21Fix bugs in mutrec constant propagationThomas Bauereiss
2019-07-11Make sure constant folding won't fold external definitions that also have sai...Alasdair Armstrong
2019-04-15Merge branch 'sail2' into rmem_interpreterJon French
2019-03-15Add a rewriting pass for constant propagation in mutrecsThomas Bauereiss