]> gitweb.factorcode.org Git - factor.git/history - basis
some non-reflective frp deployment working
[factor.git] / basis /
2009-07-22 Sam AnklesariaMerge branch 'master' of git://factorcode.org/git/factor
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 Pestovcompiler.cfg: Fix unit tests
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-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 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 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 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 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 PestovMerge branch 'marshall' of git://github.com/jedahu...
2009-07-16 Slava PestovMerge branch 'marshall' of git://github.com/jedahu...
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 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 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
2009-07-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-14 Slava Pestovcompiler.cfg.value-numbering: more optimizations
2009-07-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-07-14 Daniel Ehrenbergnew is inlined in the propagation pass when the class...
2009-07-14 Slava Pestovcompiler.cfg.value-numbering: add some unit tests
2009-07-14 Slava Pestovcompiler.cfg: update unit tests for compiler.cfg.compar...
2009-07-14 Joe Groffthrow-gl-errors, log-gl-errors annotations for all...
2009-07-14 Joe Grofffactor compilation unit from tools.annotations:reset
2009-07-14 Joe Grofffix inaccuracy in tools.annotations docs
2009-07-14 Jeremy Hughesmoved alien.inline and alien.marshall to extra
2009-07-14 Jeremy Hughesalien.marshall.syntax: added documentation
2009-07-14 Jeremy Hughesalien.marshall.syntax: arg renaming
2009-07-14 Jeremy Hughesalien.marshall: fixed char* unmarshalling bug
2009-07-14 Jeremy Hughesalien.(inline,marshall): removed unused doc helper...
2009-07-14 Jeremy Hughesalien.marshall.structs: added documentation
2009-07-14 Jeremy Hughesalien.marshall.structs: made some words private
2009-07-14 Jeremy Hughesalien.marshall.structs: moved struct-wrapper dispose...
2009-07-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2009-07-14 Daniel EhrenbergUnit tests for inference behavior of call( and execute(
2009-07-14 Daniel Ehrenbergcall( and execute( inline known quotations/words in...
2009-07-14 Slava Pestovtools.annotations: add (annotate) word which doesn...
2009-07-14 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-07-14 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-07-14 Joe Groffensure resize-world never happens before begin-world
2009-07-14 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-07-14 Doug Colemanclean up value numbering conversion of ##add/sub to...
2009-07-13 Jeremy Hughesalien.marshall: added documentation
2009-07-13 Jeremy Hughesalien.marshall: marshalling word fixes
2009-07-13 Jeremy Hughesalien.marshall.private: remove marshall-TYPE and make...
2009-07-13 Jeremy Hughesalien.marshall: use marshall-primitive instead of marsh...
2009-07-13 Jeremy Hughesalien.marshall: rewrote bool marshalling
next