]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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 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 PestovFix rdtsc on Windows
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 Colemanclean up formatting of rpc-server in unmaintained
2009-05-31 Doug Colemanchange threaded-server and managed-server to take an...
2009-05-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-30 Doug Colemanrefactor a bit of the chat server, add /nick
2009-05-30 Doug Colemanfix error handling in managed-server
2009-05-30 Doug Colemanfix a word in managed-server
2009-05-30 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-30 Doug Colemanadd a few utility words to managed-server
2009-05-30 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-30 Slava Pestovsequences.product: fix ABOUT:
2009-05-30 Slava PestovStart cleaning up stack analysis
2009-05-30 Doug Colemancleaned up slava's old cursor code
2009-05-30 Doug Colemansupport mingw in factor.sh
2009-05-30 Doug ColemanFix a problem with disconnects, add a lot of features...
2009-05-29 Doug Colemanrefactor managed-server and chat, add hooks for when...
2009-05-29 Slava PestovVarious codegen improvements:
2009-05-29 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-29 Doug Colemanadd managed-server to extra/
2009-05-29 Slava PestovOn second thought, linearization will be done after...
2009-05-29 Slava Pestovfuel.xref: remove some unnecessary inlines
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 Doug Colemanuse ${ in some nurbs tests
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 Doug Colemanfix stack effect
2009-05-28 Slava Pestovdescriptive: update for tools.annotations change
2009-05-28 Slava Pestovio.encodings.utf16: cleanup
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 Pestovwebapps.planet: fix edit-blog action
2009-05-28 Slava Pestovdestructors: improve docs
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 Doug Colemanmisspelled kobi's name
2009-05-27 Doug Colemancheck in kobie's image rotation code
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-26 Doug Colemanremove duplicate definition of last
2009-05-25 Doug Colemanunassociate last with pop/pop* in docs
2009-05-25 Doug Colemanrename peek -> last and update all usages
2009-05-25 Doug Colemanfix using
2009-05-25 Doug Colemanmove some words to private vocabs
2009-05-25 Doug Colemanuse iota
2009-05-25 Doug Colemanremove clamp from docs
2009-05-25 Doug Colemandocument 2cache
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-24 Samuel TardieuAdd documentation and tests for extra/backtrack
2009-05-24 Samuel TardieuAdd amb-all and bag-of
2009-05-24 Samuel TardieuDo not create an extra scope in "if-amb"
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 Slava Pestovwebsites.concatenatieve: add builds.factorcode.org
2009-05-22 Slava PestovOne last tweak
2009-05-22 Slava PestovMore cosmetic tweaks
next