factor/basis/compiler/cfg/ssa
Björn Lindqvist 8744d908b6 compiler.cfg.*: fix stack effect of compiler passes in optimize-cfg
since they all modify the cfg in place, it is better if their stack
effect is ( cfg -- ) instead of ( cfg -- cfg' )
2014-12-11 14:30:45 +01:00
..
construction compiler.cfg.*: fix stack effect of compiler passes in optimize-cfg 2014-12-11 14:30:45 +01:00
cssa compiler.cfg.ssa.cssa: split the definitions of ##phis so live-ranges don't interfere (issue #22) 2012-12-31 11:04:26 -08:00
destruction compiler.cfg.ssa.destruction.leaders: break off leader-map to resolve circular dependencies (oops) 2012-12-31 11:20:57 -08:00
interference compiler.*: use block>cfg and insns>block in many tests instead of wordier code 2014-11-22 17:31:38 -08:00