Fix range analysis for mul and div
[bpt/guile.git] / module / language / cps / types.scm
2014-07-04 Andy WingoFix range analysis for mul and div
2014-07-03 Andy WingoCompiler emits br-if-logtest
2014-07-03 Andy WingoOptimizer support for logtest and logbit?
2014-06-29 Andy WingoRewrite type inference to use intmaps
2014-06-22 Andy WingoRewrite type inference pass to use namesets
2014-06-01 Andy WingoRemove $kif
2014-06-01 Andy WingoAdd $branch expression type
2014-05-15 Andy WingoLimit impact of O(n^2) type analysis by imposing limit
2014-05-15 Andy WingoType and range inference for CPS