]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/tree
Reformat
[factor.git] / basis / compiler / tree /
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
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 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
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 Colemankernel: ?if-old is just `[ or* ] 2dip if`
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: ?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 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-11 Doug Colemantests: use must-not-fail in some places must-not-fail 2738/head
2022-07-31 Doug Colemanfactor: use new words
2022-01-25 John Benediktssoncompiler.tree.modular-arithmetic: adding bignum>fixnum...
2022-01-22 John Benediktssonlayouts: rename 32bit? and 64bit? to 32-bit? and 64...
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-17 John Benediktssonalien.data: rename some private words for readability
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-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-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-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...
2020-11-19 John Benediktssoncompiler.tree.debugger: fix location of _.
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-08-14 John Benediktssoncompiler.tree.escape-analysis.branches: no need for...
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-17 John Benediktssonhelp.markup: adding a $slots word to document slots...
2019-10-31 John Benediktssoncompiler.tree.propagation: fix test for improved interv...
2019-09-09 timormath.intervals: Consistent handling of special intervals
2018-08-21 Alexander Iljin*-docs: remove extra space character at the end of...
2018-07-22 Doug Colemanlayouts: Add 32bit? and 64bit? words.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-12 Cat Stevensfix a typo in compiler.tree.propagation.constraints...
2018-01-20 John Benediktssonbasis/extra: removing '[ @ ] in favor of _ for fried...
2017-07-04 Björn Lindqvistcompiler.*: more docs
2017-06-03 Doug Colemancompiler.tree.propagation.call-effect: I deleted an...
2017-06-02 Doug Colemancore/basis: Rename tuples kernel:curry -> curried,...
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2016-12-09 Björn Lindqviststack-checker.dependencies: moving the add-depends...
2016-12-03 Björn Lindqviststack-checker.dependencies: removing the add-depends...
2016-11-30 Björn Lindqvistcompiler.cfg.*,compiler.tree.*: more docs and tests
2016-11-18 Björn Lindqvistbasis,extra: refactorings to use the ignore-error and...
2016-11-11 Björn LindqvistRevert "compiler.tree.dead-code.simple: undo e1b22e0af4...
2016-11-10 Björn Lindqvistcompiler.tree.dead-code.simple: undo e1b22e0af4e5fa6aff...
2016-11-06 Björn Lindqvistcompiler.tree.propagation.recursive: redoing
2016-10-31 Björn Lindqvistcompiler.tree.propagation.recursive: undoing 097b40ce41...
2016-10-31 Björn Lindqvistcompiler.tree.propagation.info: redoing a3be724f5a149cd...
2016-10-30 Alexander Iljincompiler.tree.debugger-docs: fix a typo
2016-10-30 Björn Lindqvistcompiler.tree.propagation.info: undid a3be724f5a149cde6...
2016-09-04 Björn Lindqvistcompiler.tree: these constructor words aren't needed
2016-09-01 Björn Lindqvistcompiler.cfg.*: compiler doc updates
2016-08-12 Björn Lindqvistcompiler.*: moving all words only relevant for testing...
2016-08-04 Björn Lindqviststack-checker.*: removes the in-d and out-d slots from...
2016-05-24 Björn Lindqvistbootstrap.image.primitives: resize-byte-array can also...
2016-04-22 Björn Lindqvistcompiler.*: more compiler tests
2016-03-30 John Benediktssondisambiguate namespaces:set and sets:set.
2016-03-29 John Benediktssonsets: rename unordered-set back to set.
2016-03-19 Björn Lindqviststack-checker.known-words: fix input class declaration...
2016-03-18 Björn Lindqvistcompiler.*, stack-checker.known-words: adds the integer...
2016-03-18 Björn Lindqvistcompiler.tree.*: fixes the propagation and dead-code...
2016-03-18 Björn Lindqvistcompiler.tree.cleanup: more docs and a test
2016-03-18 Björn Lindqvistcompiler.tree.dead-code.simple: tests and more docs
2016-02-28 Björn Lindqvistcompiler.*: more docs
2015-11-21 Björn Lindqvistcompiler.tree.dead-code.simple: small refactoring and...
2015-11-21 Björn Lindqvistcompiler.tree.propagation.recursive: better counter...
2015-11-16 Björn Lindqvistcompiler.tree.propagation.info: better code for wrap...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.tests: #1370 specific test 1472/head
2015-09-22 Björn LindqvistDocs: fix a bunch of help-lint warnings
2015-09-22 Björn Lindqvistcompiler.*: even more compiler docs
2015-09-22 Björn Lindqvistcompiler.*: random doc and tests updates
2015-09-22 Björn Lindqvistcompiler.tree.propagation.slots: looks like you can...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.slots: docs & tests for the...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.info: better logic for compar...
next