]> gitweb.factorcode.org Git - factor.git/history - basis/compiler/tree
tools.scaffold: Support unit tests with more than one output with run-string helper...
[factor.git] / basis / compiler / tree /
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...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.info: fixed value-info<=...
2015-09-22 Björn Lindqvistcompiler.tree.*: new tests
2015-09-22 Björn Lindqvistcompiler.tree.*: docs
2015-09-22 Björn Lindqvistcompiler.tree.propagation.info: more docs and tests...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.nodes: the loop-nesting varia...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.*: better to use 2array than...
2015-09-22 Björn Lindqvistcompiler.tree.propagation.constraints: docs for this...
2015-09-08 John BenediktssonFix comments to be ! not #!.
2015-08-13 John Benediktssonchange ERROR: words from throw-foo back to foo.
2015-08-13 Doug Colemancompiler: fix rename
2015-08-13 Doug Colemanbasis: ERROR: changes.
2015-08-13 Doug Colemancompiler.tree.propagation: Fix build error
2015-08-12 Doug Colemanfactor: don't need FROM: namespaces => set or namespace...
2015-08-12 Doug Colemanfactor: rename set to unordered-set.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-08-10 Doug Colemanfactor: put inline on same line as ; for experimentation
2015-07-29 Björn LindqvistDocs: various more compiler-related docs
2015-07-29 Björn Lindqvistcompiler.tree.*: new docs
2015-07-29 Björn Lindqvistcompiler.tree.escape-analysis.*: new doc files
2015-07-29 Björn Lindqvistcompiler.tree.escape-analysis.allocations: stub doc...
2015-07-21 John Benediktssonuse ``if*`` instead of ``dup [ ] [ drop ] if``.
next