factor/basis/compiler/cfg
Doug Coleman 63e55ac813 compiler.cfg.liveness: Break the infinite loop--add the base-pointer as f to start with, and replace it with the real one if there's not a circular chain. Fixes #22 again. 2013-01-01 14:47:54 -08:00
..
alias-analysis
block-joining
branch-splitting
build-stack-frame
builder
checker
comparisons
copy-prop compiler.cfg.copy-prop: kludge to make sure ##phis get updated 2012-09-12 15:14:11 -07:00
dataflow-analysis
dce
debugger
def-use WIP 2012-12-31 11:03:33 -08:00
dependence
dominance
finalization
gc-checks compiler.cfg: don't need to escape the symbol here. 2012-08-02 15:14:42 -07:00
hats
height
instructions WIP 2012-12-31 11:03:33 -08:00
intrinsics
linear-scan compiler.cfg.ssa.destruction.leaders: break off leader-map to resolve circular dependencies (oops) 2012-12-31 11:20:57 -08:00
linearization
liveness compiler.cfg.liveness: Break the infinite loop--add the base-pointer as f to start with, and replace it with the real one if there's not a circular chain. Fixes #22 again. 2013-01-01 14:47:54 -08:00
loop-detection
optimizer
parallel-copy compiler.cfg.ssa.destruction.leaders: break off leader-map to resolve circular dependencies (oops) 2012-12-31 11:20:57 -08:00
predecessors
registers compiler.cfg: don't need to escape the symbol here. 2012-08-02 15:14:42 -07:00
renaming compiler.cfg.renaming.functor: fix ##parallel-copy methods 2012-12-31 11:26:46 -08:00
representations compiler.cfg.representations.selection: removing 10^ in favor of 10^. 2012-09-05 09:25:26 -07:00
rpo
save-contexts
scheduling
ssa compiler.cfg.ssa.destruction.leaders: break off leader-map to resolve circular dependencies (oops) 2012-12-31 11:20:57 -08:00
stack-frame
stacks
tco
useless-conditionals
utilities
value-numbering compiler.cfg: don't need to escape the symbol here. 2012-08-02 15:14:42 -07:00
write-barrier
cfg.factor
summary.txt