summaryrefslogtreecommitdiff
path: root/src/constant_propagation.ml
AgeCommit message (Expand)Author
2019-03-26Constant-fold __size calls if possibleThomas Bauereiss
2019-03-21Revert some constant propagation experimentationThomas Bauereiss
2019-03-15Don't constant-fold undefined_X functions in monomorphisationThomas Bauereiss
2019-03-15Add a rewriting pass for constant propagation in mutrecsThomas Bauereiss
2019-03-07Remove more dead branchesThomas Bauereiss
2019-03-07Also remove impossible if-branchesThomas Bauereiss
2019-03-07Add a rewrite to remove impossible cases on integer literalsBrian Campbell
2019-03-07Simplify handling of referenced variables in constant propagationBrian Campbell
2019-03-07Extract constant propagation and related functions from monomorphisation.Brian Campbell