]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-05-04 Joe GroffMerge branch 'master' into cuda-changes
2010-05-04 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Daniel EhrenbergFixing scheduling for compiler changes
2010-05-04 Slava Pestovcpu.ppc: updating optimizing compiler backend for recen...
2010-05-04 Slava Pestovcpu.ppc.assembler: new opcodes: LFDUX LFDX LFSUX LFSX...
2010-05-04 Slava Pestovcompiler: more tests
2010-05-04 Slava Pestovcompiler.cfg.value-numbering: don't use complex address...
2010-05-04 Slava Pestovvm: tweak inline_gc() for PowerPC
2010-05-04 Slava Pestovwindows.directx.dinput: factor out a code snippet into...
2010-05-04 Slava PestovUpdate cleanup list so that Windows binary packages...
2010-05-04 Slava Pestovtools.deploy.shaker: fix debugger stripping
2010-05-04 Slava PestovRemove 'prettyprint' from a few USING: forms
2010-05-04 Slava Pestovwindows.directx.dinput.constants: fix breakage if image...
2010-05-04 Slava Pestovui.tools.error-list: re-use the same actual gadget...
2010-05-04 Slava Pestovcpu.x86: GC root offsets were computed wrong in words...
2010-05-04 Doug ColemanC-style identifiers in peg.ebnf
2010-05-04 Doug ColemanAllow - in peg.ebnf identifiers. Eating still not...
2010-05-04 Doug ColemanAllow a-zA-Z0-9_ in identifiers for peg.ebnf
2010-05-04 Slava Pestovcompiler.tests: remove useless test from float tests...
2010-05-04 Slava Pestovcpu: cleanups
2010-05-04 Slava Pestovtools.deploy.shaker: tweak error reporting slightly
2010-05-04 Slava Pestovcpu.ppc: fixing typos in non-optimizing backend
2010-05-04 Slava Pestovui.gadgets.tables: fix load error in docs
2010-05-04 Slava Pestovbit-arrays: re-use utility words from math.bitwise...
2010-05-04 Slava Pestovcompiler.cfg.value-numbering: fix typo in unit test
2010-05-04 Slava Pestovui.gadgets.tables: remove multiple selection support...
2010-05-04 Joe Groffcuda: streamline memory api
2010-05-04 Slava Pestovcpu.x86.assembler: fix test on 64-bit
2010-05-03 Daniel EhrenbergSome fixes to merge scheduling
2010-05-03 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-03 Slava PestovEliminate some -rot from the codebase
2010-05-03 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-03 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-03 Slava Pestovcpu.ppc: updates for recent compiler changes, untested
2010-05-03 Slava Pestovcompiler.cfg.empty-blocks: remove unused pass
2010-05-03 Slava Pestovcompiler.cfg.alias-analysis: storing a reference into...
2010-05-03 Daniel EhrenbergMerge branch 'master' into s3
2010-05-03 Slava Pestovcompiler: new "binary literal area" at the end of a...
2010-05-03 Slava Pestovcompiler.cfg.representations: make sure that immediate...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: fix unit test for 64-bit
2010-05-03 Slava Pestovio.launcher.unix: add timeout to a test
2010-05-03 Slava Pestovcompiler: remove flat machine representation and genera...
2010-05-03 Slava Pestovcompiler.cfg.debugger: add ssa. word to print IR before...
2010-05-03 Slava Pestovcompiler.tree.propagation: fix both-fixnums? trick
2010-05-03 Slava PestovUpdating tests for recent compiler changes
2010-05-03 Slava Pestovcompiler.cfg.linear-scan.assignment: spill slot represe...
2010-05-03 Slava Pestovcompiler.cfg: fuse ##load-integer/##load-reference...
2010-05-03 Slava Pestovcompiler: add ##load-vector instruction to avoid wastin...
2010-05-03 Slava Pestovcpu.x86: use available type info to generate more effic...
2010-05-03 Slava Pestovcompiler.cfg.copy-prop: optimistic copy propagation
2010-05-03 Slava Pestovcompiler.cfg: cleanup
2010-05-03 Slava Pestovcompiler.cfg: clean up ##phi literals in tests
2010-05-03 Slava Pestovcompiler.cfg.linear-scan: clean up spill slot assignment
2010-05-03 Slava Pestovcompiler.cfg.ssa.detruction: coalesce different represe...
2010-05-03 Slava Pestovcompiler.cfg.alias-analysis: write unit tests and fix...
2010-05-03 Slava Pestovcontinuations: keep original error when throwing wrappe...
2010-05-03 Slava Pestovcompiler.cfg.debugger: clean up and make it more flexible
2010-05-03 Slava PestovRegister allocation now uses SSA properties to coalesce...
2010-05-03 Slava Pestovcompiler.cfg: remove unused 'reps' slot from compiler...
2010-05-03 Slava Pestovcompiler.cfg.linear-scan: cleanups
2010-05-03 Slava PestovCode cleanups
2010-05-03 Slava Pestovcompiler.cfg.gc-checks: move phi instructions into...
2010-05-03 Slava PestovNew GC checks work in progress
2010-05-03 Slava Pestovcpu.x86.assembler: small cleanups
2010-05-03 Slava Pestovcompiler.tree.propagation: fix tests
2010-05-03 Slava Pestovcompiler.codegen: cleanup
2010-05-03 Slava Pestovcompiler.cfg.linear-scan.resolve: fix incorrect behavio...
2010-05-03 Slava Pestovcompiler.cfg.linear-scan: don't insert a _reload if...
2010-05-03 Slava Pestovstrings: move string-nth primitive out of the VM and...
2010-05-03 Slava Pestovcompiler.cfg.representations: simplify a little
2010-05-03 Slava Pestovcompiler.cfg.representations: add peephole optimization...
2010-05-03 Slava Pestovcompiler.cfg.representations: fix various bugs
2010-05-03 Slava Pestovcompiler.cfg.representations: add more peephole optimiz...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: more cleanups
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: identify VNs with their...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: maintain a VN to instruct...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: remove constant -vs-...
2010-05-03 Slava Pestovcompiler.cfg.ssa.liveness: remove unused pass
2010-05-03 Slava Pestovcompiler.cfg.builder: fix unit tests
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: merge 'simplify' pass...
2010-05-03 Slava Pestovcompiler.cfg: add ##load-memory and ##store-memory...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: add slot addressing rewri...
2010-05-03 Slava Pestovcompiler.cfg: more flexible addressing for ##slot and...
2010-05-03 Slava Pestovcpu.x86.assembler: support all addressing modes
2010-05-03 Slava Pestovcompiler.cfg: merge all alien accessors into ##load...
2010-05-03 Slava Pestovbenchmark.yuv-to-rgb: use TYPED: instead of HINTS:
2010-05-03 Slava Pestovcompiler.cfg: remove ##set-string-nth-fast instruction...
2010-05-03 Slava Pestovcompiler.tests.low-level-ir: update for recent changes
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: fix compile error
2010-05-03 Slava Pestovcompiler.cfg.representations: peephole optimizations...
2010-05-03 Slava Pestovcompiler.cfg.value-numbering: new optimizations; reasso...
2010-05-03 Slava Pestovcompiler.cfg.instructions: more typos
2010-05-03 Slava PestovDebugging untagged fixnums
2010-05-03 Slava PestovUntagged fixnums work in progress
2010-05-03 Slava Pestovcompiler: Start using tagged-rep for stuff, and split...
2010-05-03 Joe Grofftools.deploy.shaker: adjust fallback error handler...
2010-05-03 Joe Groffwindows.errors, debugger.windows: improve description...
2010-05-03 Joe Groffwindows.directx.dinput: pre-construct some intermediate...
2010-05-02 Joe Groffwindows.directx.dinput: forgot to reenable constant...
2010-05-02 Joe Groffwindows.directx.dinput: use macros to define format...
next