factor/basis/compiler/cfg
Slava Pestov 1acf243cce Fix conflict 2009-06-30 20:16:09 -05:00
..
alias-analysis Merge branch 'master' into global_optimization 2009-06-01 03:12:32 -05:00
branch-splitting add branch splitting pass to compiler.cfg 2009-06-30 15:31:48 -05:00
build-stack-frame GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
builder compiler.cfg.tco: Tail call optimization moved out of compiler.cfg.builder into its own pass 2009-06-30 20:13:35 -05:00
checker compiler.cfg.checker: run if a variable is set 2009-06-05 17:32:12 -05:00
copy-prop
dce
debugger Redesign compiler.cfg.stack-analysis to make compiler.cfg.height redundant, and to fix some problems 2009-06-26 17:29:55 -05:00
def-use Linear scan: build live ranges 2009-06-03 03:22:27 -05:00
dominance
gc-checks GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
hats
instructions fix bug where traversal order was lost 2009-06-30 16:44:14 -05:00
intrinsics Fix conflict 2009-06-30 20:16:09 -05:00
linear-scan Merge branch 'master' of git://factorcode.org/git/factor 2009-06-30 18:12:00 -05:00
linearization compiler.cfg.tco: Tail call optimization moved out of compiler.cfg.builder into its own pass 2009-06-30 20:13:35 -05:00
liveness
local
mr GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
optimizer Fix conflict 2009-06-30 20:16:09 -05:00
phi-elimination
predecessors Split up compiler.cfg.linear-scan.allocation into a number of sub-vocabularies; start work on compiler.cfg.linear-scan.resolve; start work on inactive interval splitting 2009-06-11 17:55:14 -05:00
registers Redesign compiler.cfg.stack-analysis to make compiler.cfg.height redundant, and to fix some problems 2009-06-26 17:29:55 -05:00
rpo
stack-analysis compiler.cfg.stack-analysis: fix tests 2009-06-30 18:22:54 -05:00
stack-frame GC checks now save and restore registers 2009-06-02 18:23:47 -05:00
stacks
tco compiler.cfg.tco: Tail call optimization moved out of compiler.cfg.builder into its own pass 2009-06-30 20:13:35 -05:00
two-operand cpu.x86.assembler: IMUL2 instruction was busted for immediate operands 2009-06-08 21:15:52 -05:00
useless-blocks Merge branch 'master' into global_optimization 2009-06-01 03:12:32 -05:00
utilities
value-numbering
write-barrier
cfg.factor compiler.cfg: add a declaration to fix tools.deploy.test.11 2009-06-09 03:36:16 -05:00
summary.txt