]> gitweb.factorcode.org Git - factor.git/history - basis/compiler
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / compiler /
2020-01-20 kusumotonorioboxing.factor: Use count
2020-01-19 kusumotonorioput alien.factor back
2020-01-19 kusumotonorioAdd Callback Tests
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
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-07-14 Doug Colemanfactor: Make source files/resources 644 instead 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-19 Doug Colemanalien.libraries: load-library is misnamed, refactor...
2018-02-13 John Benediktssonfix more typos in docs.
2018-02-13 John Benediktssonfix some typos in docs.
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-10-25 John Benediktssonsource-files.errors: rename <definition-error> to new...
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 Colemanpeg.ebnf: Clean up EBNF: syntax.
2017-08-06 Doug Colemanfunctors: FUNCTOR: ;FUNCTOR -> <FUNCTOR: ;FUNCTOR>
2017-07-05 Björn Lindqvistcompiler.crossref: stray char broke bootstrap, sorry
2017-07-04 Björn Lindqvistcompiler.*: more docs
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
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...
2017-06-01 Doug Colemancompiler: Rename start -> start-compilation, finish...
2017-06-01 Doug Colemanfactor: Rename GENERIC# to GENERIC#:.
2017-02-09 John Benediktssonusing ignore-errors instead of [ drop ] recover.
2017-02-08 John Benediktssoncompiler.utilities: move conjoin-at tests.
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...
2017-01-04 Jon Harpercore layouts, remove hardcoded tag width
2016-12-09 Björn Lindqviststack-checker.dependencies: moving the add-depends...
2016-12-06 Björn Lindqvistcompiler.*: places where filter-word-defs can be used
2016-12-03 Björn Lindqviststack-checker.dependencies: removing the add-depends...
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-30 Björn Lindqvistcompiler,stack-checker.dependencies: init-dependencies...
2016-11-30 Björn Lindqvistcompiler.crossref: changes the way in which dependencie...
2016-11-28 Björn Lindqvistcompiler.crossref: better way to store the dependencies...
2016-11-28 Björn Lindqviststack-checker.dependencies: changes the names of the...
2016-11-28 Björn Lindqvistcompiler.crossref: better code for getting dependencies...
2016-11-28 Björn Lindqvistcompiler.codegen: we don't need the init-fixup word
2016-11-23 Björn Lindqvistcompiler.cfg.debugger: also print the instruction number
2016-11-18 Björn Lindqvistbasis,extra: refactorings to use the ignore-error and...
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-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 LindqvistDocs: bunch of random doc updates
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.cfg.stacks-docs: fix a typo
2016-10-30 Alexander Iljincompiler.tree.debugger-docs: fix a typo
2016-10-30 Björn Lindqvistcompiler.tree.propagation.info: undid a3be724f5a149cde6...
2016-10-12 Björn LindqvistVM: change callstack>array primitive so it doesn't...
2016-10-08 Björn Lindqvistcompiler.cfg.*: bunch of doc updates
2016-09-29 Björn LindqvistVM: make visit_instruction_operands() skip over uniniti...
2016-09-29 Björn Lindqvistcompiler.test: this word is not used
2016-09-14 Björn Lindqvistcompiler.codegen: removing the insn-counts global
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.codegen.*: removing the init-gc-maps word
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.tree: these constructor words aren't needed
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
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-02 Björn Lindqvistcompiler.tests.alien: tests for varargs calls
next