]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-07-28 Sam Anklesariasome non-reflective frp deployment working
2009-07-22 Sam Anklesariaseparated run-desc from launcher
2009-07-22 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
2009-07-22 Sam Anklesariageneralized image buttons
2009-07-22 Slava Pestovcompiler.cfg.dominance: fix unit tests
2009-07-22 Slava Pestovcompiler.cfg.ssa: now builds pruned SSA form
2009-07-22 Slava Pestovcompiler.cfg.dominance: add algorithm for computing...
2009-07-22 Slava PestovMove liveness back to compiler.cfg.liveness, fix a...
2009-07-22 Slava Pestovcompiler.cfg: Major restructuring -- do not compute...
2009-07-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-22 Slava Pestovcompiler.cfg.dataflow-analysis: iterative dataflow...
2009-07-22 Slava Pestovfunctors: add MIXIN:, SINGLETON:
2009-07-22 Slava PestovAdd assoc-refine, which takes the intersection of a...
2009-07-22 Slava Pestovcompiler.cfg: Fix unit tests
2009-07-22 Sam Anklesariaproduct specifiers removed from frp signals
2009-07-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-21 Slava Pestovcompiler.cfg.registers: minor optimization
2009-07-21 Slava Pestovcompiler.cfg.ssa: Cytron's SSA construction algorithm
2009-07-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-21 Slava Pestovcompiler.cfg.dominance: fix idom computation, compute...
2009-07-21 Slava PestovMove conjoin-at from compiler.cfg.liveness to sets
2009-07-20 Maximilian... sequences.abbrev: add docs - not much, but a start
2009-07-20 Maximilian... sequences.abbrev: keep insertion order
2009-07-20 Maximilian... sequences.abbrev: more small refactoring
2009-07-19 Maximilian... sequences.abbrev: small refactoring
2009-07-19 Maximilian... sequences.abbrev: Initial commit
2009-07-19 Slava Pestovopengl is for chumps
2009-07-19 Slava Pestovalien.inline.compiler: help-lint fix
2009-07-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-19 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-18 Slava Pestovparser: remove outdated unit tests that were superseded...
2009-07-18 Slava Pestovvocabs.parser: add tests to assert that the correct...
2009-07-18 Slava Pestovui.tools.listener: selecting a word from a completion...
2009-07-18 Slava PestovFROM: and RENAME: give a more meaningful error if the...
2009-07-18 Slava Pestovcompiler.cfg.stack-analysis: fix outdated tests
2009-07-18 Slava Pestovcombinators.short-circuit: fix unoptimized behavior...
2009-07-18 Slava PestovDocumentation fixes
2009-07-18 Slava Pestovcompiler.cfg.linear-scan: fix tests
2009-07-18 Slava Pestovcombinators.short-circuit: speed up in non-optimized...
2009-07-18 Slava Pestovcompiler.tree.finalization: undo a change that resulted...
2009-07-18 Slava Pestovclasses.tuple: eliminate generic arithmetic from M...
2009-07-18 Slava PestovDisable fixnum>bignum and bignum>fixnum intrinsics...
2009-07-18 Slava Pestovslightly faster heaps, add benchmark
2009-07-18 Slava Pestovcompiler.cfg.linear-scan: algorithmic optimizations
2009-07-18 Jeremy Hughesalien.inline.compiler: fixed linking on winnt (requires...
2009-07-18 Slava Pestovcompiler.cfg: Move tail call optimization to the end...
2009-07-18 Slava Pestovcompiler.cfg.builder: remove some dead code
2009-07-17 Slava PestovRemove some unnecessary work from stack-analysis pass
2009-07-17 Slava PestovMore efficient singleton predicates
2009-07-17 Slava PestovMove ptrdiff_t arrays to specialized-arrays.ptrdiff_t
2009-07-17 Slava PestovSplit off annotation code from opengl into opengl.annot...
2009-07-17 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-17 Slava Pestovcompiler.tree.propagation.transforms: fix shift transform
2009-07-17 Slava PestovImprove code generation for shift word: add intrinsics...
2009-07-17 Slava Pestovbit-arrays: specialize set-bits and clear-bits
2009-07-17 Daniel EhrenbergRemoving two unused words in compiler.cfg.two-operand
2009-07-17 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-07-17 Daniel EhrenbergPhi elimination doesn't have the swap problem now
2009-07-17 Slava Pestovhelp.lint.checks: don't throw strings
2009-07-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-16 Slava PestovOverflowing fixnum intrinsics now expand into several...
2009-07-16 Slava Pestovcompiler.cfg.stack-analysis: global optimization work...
2009-07-16 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-07-16 Slava Pestovcompiler.cfg.block-joining: relax join heuristic
2009-07-16 Slava Pestovbenchmark: run each benchmark 5 times and take the...
2009-07-16 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-16 Jeremy Hughesalien.marshall.syntax: fixed CM-FUNCTION: example
2009-07-16 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-16 Jeremy Hugheshelp lint fixes
2009-07-16 Jeremy Hughesalien.marshall.syntax-tests: use alien.inline.syntax...
2009-07-16 Slava Pestovcompiler.cfg.linear-scan.live-intervals: remove bogus...
2009-07-16 Slava Pestovcompiler.cfg.block-joining: join basic blocks connected...
2009-07-16 Daniel Ehrenbergfixing stupid bug in propagation
2009-07-16 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-07-16 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-16 Daniel Ehrenbergdefine-partial-eval framework in propagation pass makes...
2009-07-16 Jeremy Hughesalien.marshall.syntax: use alien.inline.syntax vocab
2009-07-16 Joe Groffgl-break word and interactive debugging aids
2009-07-16 Joe Groffin kazakhstan, they say that a world is like a context...
2009-07-16 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-16 Slava PestovMerge branch 'inlinec' of git://github.com/jedahu/factor
2009-07-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-07-15 Joe Groffreport opengl function name in gl-errors
2009-07-15 Jeremy Hughessplit alien.inline syntax into alien.inline.syntax
2009-07-15 Jeremy Hughesalien.marshall.syntax: add more tests
2009-07-15 Jeremy Hughesalien.marshall.syntax: fix marshalled-function
2009-07-15 Jeremy Hughesalien.marshall.private: fix ptr-pass-through
2009-07-15 Jeremy Hughesalien.marshall: fixed out-arg-unmarshaller
2009-07-15 Jeremy Hughesalien.marshall: added boolean as bool alias
2009-07-15 Jeremy Hughesalien.marshall.types: added pointer-to-non-const-primitive?
2009-07-15 Jeremy Hughesalien.marshall.types: robustifying
2009-07-15 Jeremy Hughesalien.inline: added raw-c word
2009-07-15 Slava Pestovcompiler.cfg: Fix regressions from recent changes
2009-07-15 Slava Pestovcompiler.cfg.branch-splitting: don't split if there...
2009-07-15 Slava Pestovcompiler.cfg.value-numbering: merge in compiler.cfg...
2009-07-15 Slava Pestovcompiler.cfg.intrinsics.fixnum: don't generate -imm...
2009-07-15 Slava Pestovcompiler.cfg.value-numbering: branch folding
2009-07-14 Slava PestovFix codegen test
next