factor/basis/compiler/cfg
Daniel Ehrenberg 277705345f Merge branch 'master' of git://factorcode.org/git/factor into s3
Conflicts:

	basis/compiler/cfg/finalization/finalization.factor
2010-05-03 17:29:03 -05:00
..
alias-analysis compiler.cfg.alias-analysis: storing a reference into an object now merges the reference's alias class with the heap alias class 2010-05-03 18:20:28 -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
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
dependence
dominance
finalization Merge branch 'master' of git://factorcode.org/git/factor into s3 2010-05-03 17:29:03 -05:00
gc-checks compiler.cfg: clean up ##phi literals in tests 2010-05-03 17:34:24 -04:00
hats
height
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
optimizer Merge branch 'master' of git://factorcode.org/git/factor into s3 2010-05-03 17:29:03 -05:00
parallel-copy
predecessors
registers
renaming
representations compiler: new "binary literal area" at the end of a word's machine code stores constant floats and SIMD vectors; this allows ##load-reference/##load-memory fusion to be performed on x86-64, with a RIP-relative address reaching the data; also simplifies VM since custom relocation types used by the previous 32-bit-only optimization are no longer needed 2010-05-03 17:34:35 -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
scheduling
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
useless-conditionals
utilities New GC checks work in progress 2010-05-03 17:34:16 -04:00
value-numbering compiler: new "binary literal area" at the end of a word's machine code stores constant floats and SIMD vectors; this allows ##load-reference/##load-memory fusion to be performed on x86-64, with a RIP-relative address reaching the data; also simplifies VM since custom relocation types used by the previous 32-bit-only optimization are no longer needed 2010-05-03 17:34:35 -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