factor/basis/compiler/cfg
Slava Pestov b051c6cb54 compiler.cfg.representations: make sure that immediate operands fit 2010-05-03 17:34:34 -04:00
..
alias-analysis compiler.cfg: cleanup 2010-05-03 17:34:26 -04:00
block-joining
branch-splitting
build-stack-frame compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
builder compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
checker compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
comparisons New GC checks work in progress 2010-05-03 17:34:16 -04:00
copy-prop compiler.cfg.copy-prop: optimistic copy propagation 2010-05-03 17:34:26 -04:00
dataflow-analysis
dce Untagged fixnums work in progress 2010-05-03 17:34:02 -04:00
debugger compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
def-use compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
dominance Moving new-sets to sets 2010-02-26 16:01:01 -05:00
empty-blocks
finalization compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
gc-checks compiler.cfg: clean up ##phi literals in tests 2010-05-03 17:34:24 -04:00
hats Debugging untagged fixnums 2010-05-03 17:34:02 -04:00
instructions compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
intrinsics New GC checks work in progress 2010-05-03 17:34:16 -04:00
linear-scan compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
linearization compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
liveness compiler.cfg: clean up ##phi literals in tests 2010-05-03 17:34:24 -04:00
loop-detection compiler.cfg.representations: add more peephole optimizations to reduce fixnum tagging and untagging overhead 2010-05-03 17:34:11 -04:00
optimizer compiler.cfg: remove unused 'reps' slot from compiler.cfg, and re-organize things in preparation for SSA register allocation 2010-05-03 17:34:18 -04:00
parallel-copy
predecessors memq? -> member-eq?, sorted-memq? -> sorted-member-eq? 2009-10-28 15:02:00 -05:00
registers parsed -> suffix!, add append! 2009-10-28 13:38:27 -05:00
renaming compiler.cfg: don't generate useless methods in instruction meta-programming. reduces bootstrap time 2009-11-02 20:11:29 -06:00
representations compiler.cfg.representations: make sure that immediate operands fit 2010-05-03 17:34:34 -04:00
rpo compiler.cfg: cleanup 2010-05-03 17:34:26 -04:00
save-contexts New GC checks work in progress 2010-05-03 17:34:16 -04:00
ssa compiler.cfg: cleanup 2010-05-03 17:34:26 -04:00
stack-frame compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
stacks compiler.cfg: fuse ##load-integer/##load-reference into ##replace to form ##replace-imm 2010-05-03 17:34:28 -04:00
tco generalize stack effects so we can bootstrap with the stricter stack effect checking 2010-03-08 23:38:10 -08:00
useless-conditionals Debugging untagged fixnums 2010-05-03 17:34:02 -04:00
utilities New GC checks work in progress 2010-05-03 17:34:16 -04:00
value-numbering compiler.cfg.value-numbering: fix unit test for 64-bit 2010-05-03 17:34:33 -04:00
write-barrier compiler.cfg: cleanup 2010-05-03 17:34:26 -04:00
cfg.factor compiler: remove flat machine representation and generate code directly from the CFG 2010-05-03 17:34:32 -04:00
summary.txt