]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/cfg/builder
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / compiler / cfg / builder /
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-08-21 Doug Colemancompiler.cfg.builder.alien: fix malloc dll on windows
2023-07-20 Alexander IlinFix some English spelling: outputted -> output
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: use ?call
2023-02-26 Doug Colemanfactor: rename count-by back to count. count* -> percent-of
2023-02-26 Doug Colemansequences: rename count to count-by
2023-01-20 John BenediktssonSwitch to https urls
2022-07-31 Doug Colemanfactor: use new words
2022-01-20 Doug Colemanfactor: trim more using lists.
2021-03-16 John Benediktssoncompiler.cfg.builder: need to define the 'id' slot.
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-01-24 John BenediktssonMerge pull request #2235 from kusumotonorio/system...
2020-01-23 kusumotonoriounix.factor: Bug fix etc., boxing.factor: Improves... 2235/head
2020-01-20 kusumotonorioboxing.factor: Swap first and second positions
2020-01-20 kusumotonorioboxing.factor: Use count
2020-01-19 kusumotonorioStop inc-not-f and dec-not-f, etc
2020-01-16 kusumotonorioboxing.factor: Change Stack Effects
2020-01-16 kusumotonorioRemove an extra space
2020-01-16 kusumotonorioImprove System V AMD64 ABI compliance
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-07-07 Doug Colemandocs: Fix help-lint-all mistakes.
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-12-01 Björn Lindqvistcompiler.cfg.builder.alien.tests: fix test that broke...
2016-11-30 Björn Lindqvistcompiler.cfg.*,compiler.tree.*: more docs and tests
2016-09-08 Björn Lindqvistcompiler.cfg.*: changing height-state from a 2-el array...
2016-09-05 Björn Lindqvistcompiler.cfg.*: removing the adjust-d word
2016-09-04 Björn Lindqvistcompiler.cfg.builder: simplification of the shuffling...
2016-09-01 Björn Lindqvistcompiler.cfg.*: compiler doc updates
2016-08-10 Björn Lindqvistalien.*: frontend varargs support! #1677
2016-08-10 Björn Lindqvistcompiler.cfg.builder.alien: simpler caller-stack-frame...
2016-08-08 Björn Lindqvistcompiler.*: Backend implementation of varargs
2016-08-05 Björn Lindqvistcompiler.*, stack-checker.*: fixes to make the tests...
2016-08-04 Björn Lindqvistcompiler.cfg.builder.*: fix for tests that broke on...
2016-08-04 Björn Lindqviststack-checker.*: removes the in-d and out-d slots from...
2016-08-01 Björn Lindqvistcompiler.cfg.builder.alien.tests: fix for the test...
2016-08-01 Björn Lindqvistcompiler.cfg.*: lots of new tests
2016-08-01 Björn Lindqvistcompiler.*: new docs
2016-08-01 Björn Lindqvistcompiler.cfg.builder.alien.params: refactors the next...
2016-08-01 Björn Lindqvistcompiler.cfg.builder.alien.*: merge of with-param-regs...
2016-06-21 Björn Lindqvistcompiler.*: a bunch of random doc additions
2016-05-24 Björn Lindqvistcompiler.cfg.builder.*: docs and tests
2016-04-30 Björn Lindqvistcompiler.cfg.builder.*: the when* checks aren't needed
2016-04-22 Björn Lindqvistcompiler.*: more compiler tests
2016-03-16 Björn Lindqvistcompiler.cfg.builder.blocks: return the slots, they...
2016-03-16 Björn Lindqvistcompiler.cfg.*: the make-kill-block word is not needed
2016-03-16 Björn Lindqvistcompiler.cfg.builder.blocks: some cleanup
2016-03-16 Björn Lindqvistcompiler.cfg.*: better stack effect for end-stack-analysis
2016-03-09 Björn Lindqvistcompiler.cfg.builder.blocks: removes assignments to...
2016-03-09 Björn Lindqvistcompiler.cfg.*: big changes which removes the last...
2016-03-09 Björn Lindqvistcompiler.cfg.*: more refactoring to remove basic-block...
2016-03-09 Björn Lindqvistcompiler.cfg.*: changes to remove basic-block variable
2016-03-09 Björn Lindqvistcompiler.cfg.*: changed generic emit-node to take the...
2015-12-12 John Benediktssondocs: using $maybe.
2015-11-23 Björn Lindqvistcompiler.cfg.builder.blocks: help-lint fix
2015-11-22 Björn Lindqvistcompiler.cfg.*: more fixes to pass basic-block on the...
2015-11-21 Björn Lindqvistcompiler.cfg.*: refactors words to take a block paramet...
2015-09-22 Björn Lindqvistcompiler.*: random doc and tests updates
2015-09-02 Björn LindqvistVM: always use undecorated names when loading ffi functions
2015-08-13 Doug Colemancompiler: rename D to D: because it wants a token....
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
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-05-17 Björn Lindqvistcompiler.*: now when we're tracking uninitialized locat...
2015-05-13 John Benediktssonminor cleanup to some docs.
2015-05-10 Björn Lindqvistcompiler.*,cpu.*: add a height slot to ##call nodes...
2015-05-10 Björn Lindqvistcompiler.cfg.*: a bunch of new tests
2015-04-30 Björn Lindqvistcompiler.*: a few extra doc fixes 1310/head
2015-04-30 Björn Lindqvistcompiler.cfg.*: fixing tests so they work on 32bit...
2015-04-29 Björn Lindqvistcompiler.cfg.*: a bunch of new docstrings and other...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.*: possible fix for #1289
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: refactorings on the vocab...
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: to simplify, end-local-analy...
2015-04-29 Björn Lindqvistcompiler.cfg.*: putting test-init in compiler.cfg.stack...
2015-04-29 Björn Lindqvistcompiler.cfg.*: new word reset-vreg-counter, useful...
2015-04-29 Björn Lindqvistcompiler.cfg.*: new word connect-Nto1-bbs
2015-04-29 Björn Lindqvistcompiler.cfg.*: refactoring to remove the initial-basic...
2015-04-29 Björn Lindqvistcompiler.cfg.*: ds-load removed
2015-04-29 Björn Lindqvistcompiler.cfg.*: some refactoring in the stack tracking...
2015-04-29 Björn Lindqvistcompiler.cfg.*: a little more docs
2015-04-29 Björn Lindqvistcompiler.cfg.stacks.local: change current-height to...
2014-12-31 Björn Lindqvistcompiler.cfg.*: more docs
2014-12-31 Björn Lindqvistcompiler.cfg.*: docs and more tests
2014-12-31 Björn Lindqvistcompiler.cfg.*: more compiler docs
2014-12-14 John Benediktssoncompiler: try this for compiler.cfg.builder.alien.
2014-12-14 John Benediktssoncompiler.cfg.builder: use compiler.cfg.builder.alien.
2014-12-14 John Benediktssoncompiler: cleanup usings.
2014-12-11 John Benediktssoncompiler: cleanup cfg passes to have stack effect ...
2014-12-09 Björn Lindqvistcompiler.cfg.*: the ##alien-assembly instruction does...
2014-10-19 Björn LindqvistDocs: fixing smaller help-lint nitpicks
2014-10-17 Björn Lindqvistcompiler,cpu: more docs
2014-08-13 Björn Lindqvistcompiler.cfg.*: docs for compiler words
2014-06-09 John Benediktssoncompiler.cfg: fix some docs.
2014-06-08 Björn LindqvistDocs: for compiler.cfg.* vocabs
2014-06-08 Björn LindqvistDocs: more docs for compiler.cfg.* words
2014-06-08 Björn LindqvistDocs: new stub documentation for vocabs in compiler.cfg
next