factor/basis/compiler/cfg
Slava Pestov 460f163014 compiler.cfg.linear-scan: clean up spill slot assignment 2010-05-03 17:34:24 -04:00
..
alias-analysis compiler.cfg.alias-analysis: write unit tests and fix redundant store elimination 2010-05-03 17:34:22 -04:00
block-joining
branch-splitting
build-stack-frame compiler.cfg.linear-scan: cleanups 2010-05-03 17:34:18 -04:00
builder 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
checker 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
comparisons New GC checks work in progress 2010-05-03 17:34:16 -04:00
copy-prop
dataflow-analysis
dce Untagged fixnums work in progress 2010-05-03 17:34:02 -04:00
debugger compiler.cfg.debugger: clean up and make it more flexible 2010-05-03 17:34:22 -04:00
def-use New GC checks work in progress 2010-05-03 17:34:16 -04:00
dominance
empty-blocks
finalization Register allocation now uses SSA properties to coalesce values with different representations 2010-05-03 17:34:20 -04:00
gc-checks compiler.cfg.gc-checks: move phi instructions into GC check block, to ensure correct behavior 2010-05-03 17:34:17 -04:00
hats Debugging untagged fixnums 2010-05-03 17:34:02 -04:00
instructions compiler.cfg.linear-scan: cleanups 2010-05-03 17:34:18 -04:00
intrinsics New GC checks work in progress 2010-05-03 17:34:16 -04:00
linear-scan compiler.cfg.linear-scan: clean up spill slot assignment 2010-05-03 17:34:24 -04:00
linearization New GC checks work in progress 2010-05-03 17:34:16 -04:00
liveness Register allocation now uses SSA properties to coalesce values with different representations 2010-05-03 17:34:20 -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
mr 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
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
registers
renaming
representations 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
rpo Merge branch 'bags' of git://github.com/littledan/Factor 2010-03-16 13:28:00 -04:00
save-contexts New GC checks work in progress 2010-05-03 17:34:16 -04:00
ssa compiler.cfg.ssa.detruction: coalesce different representations in more cases 2010-05-03 17:34:22 -04:00
stack-frame New GC checks work in progress 2010-05-03 17:34:16 -04:00
stacks New GC checks work in progress 2010-05-03 17:34:16 -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.representations: fix various bugs 2010-05-03 17:34:11 -04:00
write-barrier
cfg.factor 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
summary.txt