]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/cfg
arm.64.factor: extra semicolon removed
[factor.git] / basis / compiler / cfg /
2023-09-11 Giftpflanzeassocs.extras: Move some often-used words to core
2023-08-22 John BenediktssonRevert "cpu.architecture: remove un-needed temp registe...
2023-08-22 John Benediktssoncpu.architecture: remove un-needed temp register in...
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-05-01 John Benediktssonmath.vectors.simd: rename assert-positive to not conflict
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: use more ?if
2023-02-26 Doug Colemanfactor: ?if to ?if-old
2023-02-26 Doug Colemanfactor: use ??if instead of ?if-old
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-02-08 GiftpflanzeRename and add sorting words
2023-01-29 John Benediktssoncompiler: some cleanup
2023-01-20 John BenediktssonSwitch to https urls
2023-01-12 Doug Colemanfactor: fix some spacing
2022-07-31 Doug Colemanfactor: refactor something
2022-07-31 Doug Colemanfactor: use new words
2022-01-25 Benjamin Pollackassocs: rename assoc-combine/refine to assoc-union...
2022-01-22 John Benediktssoncompiler.cfg.value-numbering.comparisons: fix docs...
2022-01-20 Doug Colemanfactor: trim more using lists.
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonalien.data: rename some private words for readability
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssonendian: replaces io.binary and io.binary.fast.
2021-12-30 Doug Colemanfactor: use new math.ranges syntax in tests and docs
2021-12-24 John Benediktssonmath.intervals: rename "inf,a" words to be "inf,b".
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-05-05 John Benediktssoncompiler.cfg.copy-prop: cleanup using.
2021-03-16 John Benediktssoncompiler.cfg.builder: need to define the 'id' slot.
2021-01-29 Doug Colemanfactor: Trimming ``USING:`` lists.
2020-12-16 Benjamin Pollacksets: rename combine/refine to union-all/intersect-all
2020-12-13 John Benediktssoncompiler.cfg.gc-checks: need IN: for ABOUT:
2020-12-13 John Benediktssoncompiler: fix PRIVATE docs.
2020-11-09 John Benediktssoncompiler.cfg: fix $slots table for basic-block.
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-02-26 John Benediktssonmath.vectors.simd: fix typo in simd vdot intrinsic.
2020-02-26 John Benediktssonmath.vectors: rename "v." to "vdot"
2020-02-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
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.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-13 John Benediktssonfix more typos in docs.
2018-02-13 John Benediktssonfix some typos in docs.
2018-01-20 John Benediktssonbasis/extra: removing '[ @ ] in favor of _ for fried...
2017-09-11 Alexander IljinUpdate some copyright headers to follow the current...
2017-08-06 Doug Colemanfactor: Rename [curry] -> currier, remove some [foo...
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-04 Björn Lindqvistcompiler.*: more docs
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...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-08 John Benediktssonsets: moving unique/conjoin/conjoin-at to compiler...
2017-01-04 Jon Harpercompiler.cfg: add peephole opt to never untag the input...
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-11-23 Björn Lindqvistcompiler.cfg.debugger: also print the instruction number
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan.assignment: correct representa...
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan: more tests
2016-11-15 Björn Lindqvistcompiler.cfg.*: more docs
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan.*: more tests
2016-11-15 Björn Lindqvistcompiler.cfg.linear-scan.allocation.spilling: <linked...
2016-10-30 Alexander Iljincompiler.cfg.stacks-docs: fix a typo
2016-10-08 Björn Lindqvistcompiler.cfg.*: bunch of doc updates
2016-09-12 Björn LindqvistDocs: fixing docs & comments to work with new stack...
2016-09-11 Björn Lindqvistcompiler.*: Remove the scrubbing part of the GC maps
2016-09-09 Björn Lindqvistcompiler.cfg.stacks.*: rename trace-stack-state2 -...
2016-09-08 Björn Lindqvistcompiler.cfg.*: better way to store the block height
2016-09-08 Björn Lindqvistcompiler.cfg.stacks.*: new word local-loc>global, repla...
2016-09-08 Björn Lindqvistcompiler.cfg.stacks.local: simplified code for getting...
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-05 Björn Lindqvistcompiler.cfg.stacks.*: removing the adjust word which...
2016-09-04 Björn Lindqvistcompiler.cfg.builder: simplification of the shuffling...
2016-09-01 Björn Lindqvistcompiler.cfg.debugger: print -> write to not add stray...
2016-09-01 Björn Lindqvistcompiler.cfg.*: compiler doc updates
2016-08-31 Björn Lindqvistcompiler.cfg.stacks.finalize: only insert blocks if...
2016-08-30 Björn Lindqvistcompiler.cfg.debugger: better code for outputting using...
2016-08-30 Björn Lindqvistsets,compiler.cfg.stacks.global: putting the refine...
2016-08-29 Björn Lindqvistcompiler.cfg.*: replacing the peek/replace/kill-sets...
2016-08-26 Björn Lindqvistcompiler.cfg.stacks.height: removing vocab
2016-08-15 Björn Lindqvistcompiler.prettyprint: new vocab for prettyprinting...
2016-08-12 Björn Lindqvistcompiler.*: moving all words only relevant for testing...
2016-08-12 Björn Lindqvistcompiler.cfg.test-words: vocab is unused so we can...
2016-08-12 Björn Lindqvistcompiler.cfg.stacks.local: using compiler.cfg.debugger...
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
next