]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/cfg/representations/selection
Fixes #2966
[factor.git] / basis / compiler / cfg / representations / selection /
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2017-01-04 Jon Harpercompiler.cfg: add peephole opt to never untag the input...
2016-10-08 Björn Lindqvistcompiler.cfg.*: bunch of doc updates
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-27 Björn Lindqvistcompiler.cfg.*: indentation fixes
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...
2015-08-08 Doug Colemancompiler: oops, assoc-empty? vs empty?. undo harvest...
2015-08-08 Doug Colemanbasis: use harvest-values
2015-07-29 Björn Lindqvistcompiler.cfg.representations.selection: use a union...
2015-07-29 Björn Lindqvistcompiler.cfg.representations.selection: some initial...
2015-05-13 John Benediktssonuse assoc-reject instead of [ ... not ] assoc-filter.
2014-12-14 John Benediktssoncompiler: cleanup usings.
2012-09-05 John Benediktssoncompiler.cfg.representations.selection: removing 10...
2011-10-14 John BenediktssonCleanup lint warnings.
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-07-06 Slava PestovMerge branch 'gdbm' of http://github.com/dmsh/factor
2010-06-16 Slava PestovMerge branch 'fuel' of git://github.com/dmsh/factor
2010-06-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-05-23 Anton GorenkoMerge branch 'master' of git://github.com/slavapestov...
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-14 Slava Pestovcompiler.cfg: use x86 TEST instruction to optimize...
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovcompiler.cfg.representations: make sure that immediate...
2010-05-03 Slava Pestovcompiler.cfg.representations: simplify a little
2010-05-03 Slava Pestovcompiler.cfg.representations: add peephole optimization...
2010-05-03 Slava Pestovcompiler.cfg.representations: fix various bugs
2010-05-03 Slava Pestovcompiler.cfg.representations: add more peephole optimiz...
2010-05-03 Slava PestovUntagged fixnums work in progress
2010-05-03 Slava Pestovcompiler: Start using tagged-rep for stuff, and split...