]> gitweb.factorcode.org Git - factor.git/history - extra/compiler/cfg/gvn/gvn.factor
factor: trim using lists
[factor.git] / extra / compiler / cfg / gvn / gvn.factor
2022-01-20 Doug Colemanfactor: trim using lists
2014-12-11 John Benediktssoncompiler: cleanup cfg passes to have stack effect ...
2014-12-11 Björn Lindqvistcompiler.cfg.*: new utility word apply-passes to improv...
2014-12-11 Björn Lindqvistcompiler.cfg.*: changed stack effect of needs-predecess...
2014-12-11 Björn Lindqvistcompiler.cfg: fix stack effect of cfg-changed and prede...
2012-09-20 Alex Vondrakcompiler.cfg.gvn: experiment to scan for available...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: fix copyrights
2012-09-12 Alex Vondrakcompiler.cfg.gvn: forgot to make certain defs available
2012-09-12 Alex Vondrakcompiler.cfg.gvn: fix special vreg insn handling
2012-09-12 Alex Vondrakcompiler.cfg.gvn: enable rewrites & ##phi processing
2012-09-12 Alex Vondrakcompiler.cfg.gvn: add simple gcse (avoid rewriting...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: move ##phi handling to the value...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: clean up
2012-09-12 Alex Vondrakcompiler.cfg.gvn: gut it down to just identifying value...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: some poorly thought-out attempts...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: horrific tinke...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: preparing for avail-based redundancy...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.alien: clean up destructive rewrites
2012-09-12 Alex Vondrakcompiler.cfg.gvn.slots: make simplify-slot-addressing...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.comparisons: fix premature cfg modific...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: with the change to vreg>vn, must...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: move ##phi junk to proper vocabs
2012-09-12 Alex Vondrakcompiler.cfg.gvn: I'm stupid; don't think a separate...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: refactor
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: clean stuff up; get full...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: move crappy test code to compiler...
2012-09-12 Alex Vondrakmove compiler.cfg.graphviz & compiler.cfg.gvn from...