]> gitweb.factorcode.org Git - factor.git/history - extra/compiler/cfg/gvn/avail/avail.factor
factor: trim using lists
[factor.git] / extra / compiler / cfg / gvn / avail / avail.factor
2022-01-20 Doug Colemanfactor: trim using lists
2017-06-27 John BenediktssonRevert "compiler.cfg.gvn.avail: use ?infimum"
2017-06-26 Alexander Iljincompiler.cfg.gvn.avail: use ?infimum
2017-02-08 John Benediktssoncompiler.cfg.gvn.avail: fix using.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-16 Björn Lindqvistcompiler.cfg.dataflow-analysis: removes the -analysis...
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: arch -> arch-name. fix breakage caused by other...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2012-09-20 Alex Vondrakcompiler.cfg.gvn: experiment to scan for available...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: add a FROM: to clarify collisio...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: forgot to make certain defs available
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: make with-available-uses? short...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: kludgey fix for odd problem...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: try to clean up availability issues...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: minor simplification
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: horrific tinke...