]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/cfg/ssa/construction/tdmsc/tdmsc.factor
Switch to https urls
[factor.git] / basis / compiler / cfg / ssa / construction / tdmsc / tdmsc.factor
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2014-12-14 John Benediktssoncompiler: cleanup usings.
2014-12-11 Björn Lindqvistcompiler.cfg.*: new utility word apply-passes to improv...
2014-12-11 Björn Lindqvistcompiler.cfg.dominance: change needs-dominance effect...
2013-03-24 John Benediktssoncompiler.cfg.ssa.construction.tdmsc: fix previous broke...
2013-03-24 John BenediktssonRevert "compiler.cfg.ssa.construction.tdmsc: more use...
2013-03-24 John BenediktssonRevert "compiler.cfg.ssa.construction.tdmsc: pass visit...
2013-03-24 John Benediktssoncompiler.cfg.ssa.construction.tdmsc: pass visited set...
2013-03-24 John Benediktssoncompiler.cfg.ssa.construction.tdmsc: more use of ?adjoin.
2011-09-19 Joe Groffslots: pre-create the "at", "nth", and "global" slots...
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-03-23 Daniel EhrenbergMerge branch 's3' of git://github.com/littledan/Factor...
2010-03-18 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-18 Daniel EhrenbergCleaning up compiler.cfg.ssa.construction
2010-03-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-03-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-03-16 Daniel EhrenbergMerge branch 'bags' of git://github.com/littledan/Factor
2010-03-12 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2010-03-11 Slava PestovMerge branch 'row-polymorphism' of git://factorcode...
2010-03-10 Joe GroffMerge branch 'master' into row-polymorphism
2010-03-09 Joe Groffgeneralize stack effects so we can bootstrap with the...
2010-03-02 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-26 Daniel EhrenbergMoving new-sets to sets
2010-02-26 Daniel EhrenbergFinishing converting compiler.cfg.ssa.construction...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-16 Daniel EhrenbergBit sets use new new set protocol, and compiler.cfg...
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-24 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-22 Doug Colemanremove a stray character
2010-01-22 Doug ColemanRename accumulator to collector, pusher to selector
2009-09-08 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-08-30 Marc FauconneauMerge branch 'master' of git@github.com:prunedtree...
2009-08-29 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-08-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-08-10 Slava PestovMerge branch 'emacs' of http://git.hacks-galore.org...
2009-08-09 Slava Pestovcompiler.cfg: new system to track when results of analy...
2009-08-07 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-08-07 Slava PestovSplit off the notion of a register representation from...
2009-07-30 Samuel TardieuMerge branch 'master' of git://factorcode.org/git/factor
2009-07-30 Slava PestovMerge branch 'irc' of git://tiodante.com/git/factor
2009-07-30 Slava PestovMerge branch 'xml-fix' of git://tiodante.com/git/factor
2009-07-28 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-07-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-07-28 Slava PestovMerge branch 'dcn'
2009-07-28 Slava PestovMerge branch 'master' into dcn
2009-07-28 Slava Pestovcompiler.cfg.ssa.construction: Use TDMSC algorithm...