]> gitweb.factorcode.org Git - factor.git/history - extra/compiler
scryfall: better moxfield words
[factor.git] / extra / compiler /
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-03-15 Raghu RMerge pull request #2774 from factor/w4-warnings
2023-03-15 Raghu Rvm: nmakefile \W4 warning related changes
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
2023-02-08 GiftpflanzeRename and add sorting words
2023-01-20 John BenediktssonSwitch to https urls
2022-01-20 Doug Colemanfactor: trim using lists
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-20 Doug Colemanfactor: words -> split-words, lines -> split-lines...
2021-12-20 Doug Colemancore: Add words/unwords/unwords-as and use them.
2021-12-20 Doug Colemancore: Change lines -> read-lines, contents -> read...
2019-04-23 Alexander Iljincontinuations[-docs]: add the finally word
2018-12-16 Doug Coleman*.txt: Add newlines, fix some spacing
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2017-06-27 John BenediktssonRevert "compiler.cfg.gvn.avail: use ?infimum"
2017-06-26 Alexander Iljincompiler.cfg.gvn.avail: use ?infimum
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-02-08 John Benediktssoncompiler.cfg.gvn.avail: fix using.
2016-08-12 Björn Lindqvistcompiler.*: moving all words only relevant for testing...
2016-08-12 Björn Lindqvistcompiler.cfg.gvn.tests: this vocab in extra appears...
2016-03-31 Doug Colemansummary.txt: Delete empty lines and empty files.
2016-03-29 John Benediktssoncleanup some QUALIFIED: that are no longer needed.
2016-03-16 Björn Lindqvistcompiler.cfg.dataflow-analysis: removes the -analysis...
2016-03-11 Björn Lindqvistcompiler.graphviz: this vocab can be removed I think
2015-08-14 Doug Colemancompiler: fix D.
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...
2015-08-06 Doug Colemangraphviz: node[ -> [node etc. it can go back with the...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemancore, basis, extra: Remove DOS line endings from files.
2015-06-25 Doug Colemancompiler.graphviz: use graphviz finder word.
2015-04-29 Björn Lindqvistcompiler.*: merge of ##inc-r and ##inc-d into one instr...
2014-12-11 John Benediktssoncompiler.cfg.gvn: fix tests for recent refactor.
2014-12-11 John Benediktssoncompiler: cleanup cfg passes to have stack effect ...
2014-12-11 Björn Lindqvistcompiler.cfg.*: help-lint and test case fixes 1247/head
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...
2014-11-23 Björn Lindqvistcompiler.*: use block>cfg and insns>block in many tests...
2014-11-21 John Benediktssonuse swapd instead of [ swap ] dip.
2013-11-27 Doug ColemanMerge avondrak's graphviz branch.
2012-09-20 Alex Vondrakcompiler.cfg.gvn.tests: fix unit tests now that more...
2012-09-20 Alex Vondrakcompiler.cfg.gvn: experiment to scan for available...
2012-09-20 Alex Vondrakcompiler.cfg.gvn.testing: some helper words for debuggi...
2012-09-18 Alex Vondrakcompiler.cfg.gvn.math: missed some availability checks...
2012-09-13 Doug Colemancompiler.cfg.gvn.testing: Add one more platforms.txt
2012-09-13 Doug Colemancompiler.graphviz: Add platforms.txt until someday...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: test that gvn is, in fact,...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: add a new 'fixme' unit test...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: to fix remaining regressions...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: ##phis now get converted into...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: fix test-branch-folding
2012-09-12 Alex Vondrakcompiler.cfg.gvn.tests: fix the old, single-basic-block...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: merge changes from value-numbering...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: add a FROM: to clarify collisio...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: merge in applicable changes from...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.math: re-enable distribution for final...
2012-09-12 Alex Vondrakcompiler.cfg.graphviz & compiler.cfg.gvn.testing: chang...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: fix copyrights
2012-09-12 Alex Vondrakcompiler.cfg.graphviz & compiler.cfg.gvn.testing: png...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.alien: use next-vreg on final iteratio...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: forgot to make certain defs available
2012-09-12 Alex Vondrakcompiler.cfg.gvn.comparisons: missed a spot for with...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: make with-available-uses? short...
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.comparisons: next-vreg not a problem...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: found infinite loop issues when rewri...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: add simple gcse (avoid rewriting...
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: move ##phi handling to the value...
2012-09-12 Alex Vondrakcompiler.cfg.gvn: annotate portions of code where avail...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.expressions: ##phis in different block...
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: convert expressions, graph, and misc...
2012-09-12 Alex Vondrakdelete compiler.cfg.gvn.redundancy-elimination
2012-09-12 Alex Vondrakcompiler.cfg.gvn: some poorly thought-out attempts...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: separate out test-gvn to...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.avail: minor simplification
2012-09-12 Alex Vondrakcompiler.cfg.graphviz: add block numbers to labels
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: horrific tinke...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.redundancy-elimination: rough draft
2012-09-12 Alex Vondrakcompiler.cfg.gvn: preparing for avail-based redundancy...
2012-09-12 Alex Vondrakcompiler.cfg.gvn.testing: minor fix
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.misc: simplify ##phi rewrite
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...
next