]> gitweb.factorcode.org Git - factor.git/history - basis/compiler
scryfall: parse mtga deck format
[factor.git] / basis / compiler /
2024-02-22 Doug Colemancompiler.tree: link to all of the high-level IR nodes
2024-02-20 Alexander Ilinsequences: move last2 to the sequences vocab
2024-02-08 John Benediktssoncompiler.tests.codegen: make a note about platform...
2024-02-08 John Benediktssoncompiler.tests.codegen: fix two more tests
2024-02-08 John Benediktssoncompiler.tests.codegen: fix fcos test
2024-02-07 John BenediktssonRevert "compiler.tests: update float constant"
2024-02-07 John Benediktssoncompiler.tests: update float constant
2023-10-23 John Benediktssonsequences: more use of minimum/maximum
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 GiftpflanzeReorganize cpu.arm, and other changes
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-03-05 Doug Colemangeneric: finish renaming order to dispatch-order
2023-02-26 Doug Colemanfactor: remove extra whitespace refactor-sequences 2669/head
2023-02-26 Doug Colemanfactor: use ?call
2023-02-26 Doug Colemankernel: ?if-old is just `[ or* ] 2dip if`
2023-02-26 Doug Colemancompiler/vm: Allow words made of curry/compose to compile
2023-02-26 Doug Colemansequences: remove ??if
2023-02-26 Doug Colemanfactor: remove in-out, it's just in>> out>>
2023-02-26 Doug Colemanfactor: use more ?if
2023-02-26 Doug Colemanfactor: use `[ ] append-as` and `[ ] concat-as` in...
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: use in-out word
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-26 Doug Colemanfactor: use 2length
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-13 John Benediktssonfix some unit-test syntax to use array instead of quota...
2023-01-13 John Benediktssonfix some unit-test syntax to use array instead of quota...
2023-01-13 John Benediktssonfix some unit-test syntax to use array instead of quota...
2023-01-12 Doug Colemanfactor: fix some spacing
2023-01-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-09-17 Doug Colemanalien.c-types: not necessary to import `short` differen...
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-25 John Benediktssoncompiler.tree.modular-arithmetic: adding bignum>fixnum...
2022-01-22 John Benediktssoncompiler.cfg.value-numbering.comparisons: fix docs...
2022-01-22 John Benediktssonlayouts: rename 32bit? and 64bit? to 32-bit? and 64...
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
2022-01-17 John Benediktssonclasses.struct: moving to new/boa instead of <struct...
2022-01-15 John Benediktssoncompiler.tree.propagation.transforms: only partial...
2022-01-14 John BenediktssonRevert "stack-checker.dependencies: use existing add...
2022-01-14 John Benediktssonstack-checker.dependencies: use existing add-depends...
2022-01-14 John Benediktssonclasses.struct: make new and boa work on struct-class
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-21 timorcompiler.tree.propagation: Eliminate redundant resize...
2021-12-21 timorcompiler.tree.propagation: Propagate length slot of...
2021-12-21 Doug Colemanfactor: use more split/join words
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-04-04 timormath.intervals: Add [0,b] and [0,b), use in a couple...
2021-03-17 John Benediktssoncompiler.tree.propagation.transforms: sigh.
2021-03-17 John Benediktssoncompiler.tree.propagation.transforms: maybe better...
2021-03-17 John Benediktssoncompiler.tree.propagation: add some tests.
2021-03-17 John Benediktssoncompiler.tree.propagation.transforms: fix redundant...
2021-03-17 Doug Colemancompiler.tree.propagation: Use ... for example
2021-03-17 John Benediktssoncompiler.tree.propagation: fix docs to show expected...
2021-03-16 John Benediktssoncompiler.cfg.builder: need to define the 'id' slot.
2021-03-04 John BenediktssonRevert "Support declaring intervals as well as classes...
2021-03-04 John BenediktssonRevert "compiler.tree: formatting."
2021-03-03 John Benediktssoncompiler.tree: formatting.
2021-03-03 timorSupport declaring intervals as well as classes for...
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-19 John Benediktssoncompiler.tree.debugger: fix location of _.
2020-11-09 John Benediktssoncompiler.cfg: fix $slots table for basic-block.
2020-10-18 John Benediktssoncompiler.tree.propagation.call-effect: use kernel in...
2020-10-18 timorcompiler.propagation.call-effect: handle class-info...
2020-09-26 John Benediktssoncompiler.tree.propagation.transforms: document not...
2020-09-26 John Benediktssoncompiler.tree.propagation.known-words: fix type in...
2020-09-09 John Benediktssonbasis: removing unnecessary method stack effects.
2020-08-14 John Benediktssoncompiler.tree.escape-analysis.branches: no need for...
2020-05-22 John Benediktssonui.tools.error-list: changing icons from tiff to png.
2020-05-19 timorcompiler.tree.propagation.slots: remove unused word
2020-04-14 Alexander Iljincompiler.tree.propagation.constraints: fix a harmless...
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 kusumotonorioTests for System V AMD64 ABI (#2233)
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
next