]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
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 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 PestovSplit off local-optimization combinator into compiler...
2009-05-30 Slava PestovStart cleaning up stack analysis
2009-05-29 Slava PestovVarious codegen improvements:
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-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 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 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-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
2009-05-22 Slava Pestovwebapps.mason: make it look like the factorcode.org...
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 Pestovwebapps.mason: spiff up download.xml a bit
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 PestovIf a vocab fails to load, manifest would be left in...
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-22 Slava Pestovmason: use short host name not fully qualified host...
2009-05-22 Slava Pestovwebapps.mason: Now renders a download grid with links...
2009-05-21 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-21 Joe Groff0.0 neg ought to be -0.0
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-21 Slava PestovFix compile error on GCC 4.x
2009-05-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-05-20 Slava Pestovcallstack>array primitive was not GC safe
2009-05-20 Slava Pestovwindows.advapi32: add windows.kernel32 dependency
2009-05-20 Doug Colemanfix comments and dtds in html parser
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-20 Joe Groffclean up some GL state mgmt in spheres
2009-05-19 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-19 Doug Colemanclean up vim syntax highlighting file, add a few more...
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 Pestovwebapps.mason: fix using
2009-05-19 Slava Pestovwebapps.mason: minor improvements
2009-05-19 Slava PestovWorking on global optimizations
2009-05-19 Slava Pestovmake: minor doc fix
2009-05-19 Doug Colemanfix some duplicate using lines
2009-05-18 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Slava Pestovmason.report: join lines with \n
2009-05-18 Doug Colemanfix lazy lists
2009-05-18 Doug Colemanllines was broken. it still probably is -- what if...
2009-05-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-05-18 Slava PestovMerge branch 'master' of /Users/slava/factor/
2009-05-18 Joe Grofffactor out grid mesh generation in terrain to its own...
2009-05-18 Doug Colemanremove old median, fix docs
next