Refactor dominator computation
[bpt/guile.git] / module / language / cps / cse.scm
2014-06-19 Andy WingoRefactor dominator computation
2014-06-01 Andy WingoRemove $kif
2014-06-01 Andy WingoAdd $branch expression type
2014-05-08 Andy WingoRewrite effects analysis to be precise for fields.
2014-05-07 Andy WingoCSE effects analysis cleanup
2014-05-07 Andy WingoSynthetic definitions take advantage of CSE'd vars
2014-05-03 Andy WingoAdd auxiliary definitions for boxes
2014-05-02 Andy WingoCSE does scalar replacement of aggregates
2014-04-28 Andy WingoMerge remote-tracking branch 'origin/stable-2.0'
2014-04-25 Mark H WeaverMerge branch 'stable-2.0'
2014-04-11 Andy WingoSeparate make-cont-folder into global and local variants
2014-04-11 Andy WingoRoot higher-order CPS term is always $kfun $cont
2014-04-11 Andy Wingocompute-dfg takes a $kfun $cont, not a $fun
2014-04-11 Andy WingoFunction defined by make-cont-folder takes a cont,...
2014-04-10 Andy WingoRename $kentry to $kfun
2014-04-10 Andy Wingosrc and meta are fields of $kentry, not $fun
2014-04-06 Andy WingoFlow-sensitive analysis of truth values
2014-04-05 Andy WingoMinor cleanup/optimization in CSE
2014-04-05 Andy WingoRemove &bailout; replace uses of &unknown-effects with...
2014-04-05 Andy WingoRemove parts of CSE that deal with bailout
2014-04-04 Andy WingoMore bailout preparation work
2014-04-04 Andy WingoPrepare for CSE bailout propagation
2014-04-04 Andy WingoAdd common subexpression elimination pass on CPS