]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-05-06 Joe Groffdefine _CRT_SECURE_NO_WARNINGS to prevent MSVC from...
2010-05-06 Joe Groffquiet some data conversions warnings raised by msvc
2010-05-06 Joe Groffcuda: fix using single integer as grid size
2010-05-06 Joe Groffcuda.memory: dependencies
2010-05-06 Joe Groffcuda: rearrange function-launcher grid and block dim...
2010-05-05 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
2010-05-05 Doug ColemanFix typo in between? stack effect docs
2010-05-05 Slava Pestovcpu.ppc: add missing cases to ##load/store-memory instr...
2010-05-05 Slava Pestovcompiler.cfg.intrinsics: may as well use cell-size...
2010-05-05 Slava Pestovcompiler.cfg.intrinsics.allot: fix <byte-array> intrins...
2010-05-05 Slava Pestovcpu.x86.32: fix load error
2010-05-05 Slava Pestovcompiler.cfg.intrinsics.allot: <byte-array> intrinsic...
2010-05-05 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-05-05 Slava PestovMore FFI cleanups
2010-05-05 Slava Pestovfunctors: fix unit test
2010-05-05 Joe Groffadd cuda.constants vocab
2010-05-05 Joe Groffcuda.memory, cuda.syntax: inline some more words, add...
2010-05-05 Joe GroffMerge branch 'master' of factorcode.org:/git/factor...
2010-05-04 Slava Pestovalien.c-types: cleanup
2010-05-04 Slava Pestovbootstrap.compiler.timing: update
2010-05-04 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-05-04 Daniel EhrenbergCleaning up trees code a little bit
2010-05-04 Slava Pestovmason.release.tidy: don't die if file doesn't exist
2010-05-04 Slava Pestovvm: fix field order in zone struct
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...
next