]> gitweb.factorcode.org Git - factor.git/history - basis
Merge branch 'master' into irc
[factor.git] / basis /
2009-06-02 Bruno DeferrariMerge branch 'master' into irc
2009-06-01 Doug ColemanMerge branch 'irc' of git://www.tiodante.com/git/factor
2009-06-01 Doug Colemanfix load error
2009-06-01 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-06-01 Slava PestovFix for recent word renaming
2009-06-01 Slava PestovMerge branch 'master' into global_optimization
2009-06-01 Slava PestovRemove obsolete optimization
2009-06-01 Slava PestovFix compiler errors
2009-06-01 Slava PestovCode cleanup
2009-06-01 Slava PestovRedo compiler.codegen.fixup and get %dispatch to work
2009-06-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-06-01 Slava Pestovmath.functions: fix ^ for complex numbers
2009-06-01 Slava PestovVarious improvements aimed at getting local optimizatio...
2009-06-01 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-06-01 Slava PestovFix loop handling in stack-analysis
2009-05-31 Slava PestovFix scoping issue in compiler.cfg.linear-scan.assignment
2009-05-31 Slava PestovRename _gc to ##gc
2009-05-31 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-31 Slava Pestovcpu.x86.features: add RDTSC support. This is a new...
2009-05-31 Slava PestovSplit off local-optimization combinator into compiler...
2009-05-31 Doug Colemanfix help for new-threaded-server
2009-05-31 Doug Colemanchange threaded-server and managed-server to take an...
2009-05-30 Slava PestovStart cleaning up stack analysis
2009-05-29 Slava PestovVarious codegen improvements:
2009-05-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-29 Slava PestovOn second thought, linearization will be done after...
2009-05-29 Slava PestovPut GC checks in the right place when linearizing,...
2009-05-29 Slava PestovFixing various bugs; alias analysis wasn't handling...
2009-05-28 Slava Pestovcompiler.cfg.alias-analysis: ##peek needs to set alias...
2009-05-28 Slava Pestovcompiler.cfg.liveness: correct handling of phi nodes
2009-05-28 Slava PestovTest updates
2009-05-28 Slava PestovCFG checker now checks consistency of successors and...
2009-05-28 Slava PestovFix alias analysis
2009-05-28 Slava Pestovtools.annotations: work better on generic words
2009-05-27 Slava PestovAdd a with-scope so that optimize-tree doesn't pollute...
2009-05-27 Slava PestovFixing local optimizations
2009-05-27 Slava PestovBetter CFG checker
2009-05-27 Slava PestovAdd phi elimination pass
2009-05-27 Slava PestovAdd a new ##allocation union to remove some code duplic...
2009-05-27 Slava PestovRemove old local DCE pass
2009-05-27 Slava PestovNew local-optimization combinator removes some boilerplate
2009-05-27 Slava PestovRefactoring low-level optimizer to support stack analys...
2009-05-26 Slava PestovMove maybe-set-at to assocs
2009-05-26 Doug Colemanunbackwardsify hmac keys
2009-05-26 Doug Colemanfix using, make sure article-only title sort works
2009-05-26 Doug Colemanfix formatting
2009-05-26 Doug Colemanfix human sort -- wrap all elements so that integers...
2009-05-26 Slava PestovFix another bug in stack-analysis
2009-05-26 Slava Pestovcompiler.cfg.stack-analysis: make it pass more tests
2009-05-26 Slava Pestovcompiler.cfg.dce: new global dead code elimination...
2009-05-26 Slava Pestovcompiler.cfg.checker: new check-rpo word
2009-05-26 Doug Colemanremove whitespace
2009-05-26 Doug Colemanremove clamp-to-range and associated words, update...
2009-05-26 Slava Pestovcompiler.cfg.stack-analysis: progress
2009-05-26 Slava Pestovcompiler.cfg.checker: new vocabulary for checking CFG...
2009-05-26 Slava Pestovcompiler.cfg.builder: don't make basic blocks after...
2009-05-25 Doug Colemanrename peek -> last and update all usages
2009-05-25 Doug Colemanmove some words to private vocabs
2009-05-25 Doug Colemanuse iota
2009-05-25 Doug Colemanremove at-default. it was hardly used and it's just...
2009-05-25 Doug Colemanadd a clamp word to math.order, use clamp word througho...
2009-05-24 Doug Colemanadd a mode word
2009-05-23 Slava PestovMerge branch 'master' into global_optimization
2009-05-23 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-23 Slava PestovMerge branch 'master' into global_optimization
2009-05-23 Slava Pestovstack-checker: fix case where invalid code could infer
2009-05-23 Slava Pestovcompiler.cfg.stack-analysis: change how inc-d/inc-r...
2009-05-23 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-23 Joe Groffdisable WGL_ARB_pixel_format code path in windows UI...
2009-05-23 Slava PestovMerge branch 'master' into global_optimization
2009-05-23 Slava Pestovchecksums.md5: make the new optimized code work with...
2009-05-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-22 Doug Colemanfix typo
2009-05-22 Doug Colemanfix random.windows -- use CRYPT_MACHINE_KEYSET
2009-05-22 Slava Pestovio.monitors: spawn-monitor was broken and never used...
2009-05-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-22 Slava Pestovio.monitors: fix example (reported by levy in #concaten...
2009-05-22 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-22 Slava Pestovtuple-arrays: clean up a bit and add docs
2009-05-22 Joe Groffget rid of useless test
2009-05-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-22 Joe Groffhomogeneous coordinates coated in nurbsauce
2009-05-21 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-21 Slava PestovCFG optimizer work in progress - adding phi nodes
2009-05-21 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-21 Slava PestovWorking on webapps.mason
2009-05-21 Doug Colemanbetter factoring
2009-05-21 Doug Colemantry to fall back on AES if RSA isn't found
2009-05-21 Doug Colemancall the word that attempts both crypto contexts
2009-05-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-21 Doug Colemanfix error handling in random.windows if acquiring the...
2009-05-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-20 Slava Pestovwindows.advapi32: add windows.kernel32 dependency
2009-05-20 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-20 Joe Groffvector bilerp word
2009-05-19 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-19 Doug Colemanmake sure you can define words in fhtml templates
2009-05-19 Doug Colemanspeed up md5 compilation time by not inlining everything
2009-05-19 Slava PestovWorking on global optimizations
next