]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-09-30 Slava PestovMerge branch 'gif' of git://github.com/klazuka/factor
2009-09-30 Slava PestovMerge branch 'link' of git://github.com/klazuka/factor
2009-09-30 Slava Pestovcompiler.cfg.value-numbering: fix overly-zealous #...
2009-09-30 Slava Pestovmath.matrices.simd: hack: replace 'first4' with '4...
2009-09-30 Slava PestovVarious minor compiler tweaks: Combine address calculat...
2009-09-30 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-30 Slava Pestovcompiler.cfg.value-numbering: add some more rewrite...
2009-09-30 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-30 Joe Groffdocs for new math.vectors logical ops
2009-09-30 Slava Pestovmath.vectors.simd: fix bad comparison logic in unit...
2009-09-30 Slava Pestovmath.functions: ~ now raises an invalid operation FP...
2009-09-30 Joe Groffclean up math.matrices.simd just a little bit
2009-09-30 Slava Pestovgeneralizations: make napply work with non-literal...
2009-09-30 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-30 Slava Pestovmath.vectors.simd: add vbroadcast intrinsic, fix intege...
2009-09-30 Joe Groffspinning rims for math.matrices.simd
2009-09-30 Joe Groffmath.matrices.simd versions of frustum-matrix4 and...
2009-09-30 Joe Groffgive pretty names to typed gensyms, and report them...
2009-09-30 Slava Pestovcompiler.cfg.ssa.destruction: don't coalesce registers...
2009-09-30 Slava Pestovlayouts: most-positive/negative-fixnum return fixnums now
2009-09-29 Joe Grofftypo in n*m4, n/m4 types
2009-09-29 Joe Groffmath.matrices.simd: 4x4 matrices built on top of float...
2009-09-29 Joe Groffadd a "vmask" vector op to selectively zero out elements
2009-09-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-29 Joe Grofftyped: add TYPED:: word for typed local definitions...
2009-09-29 Joe Grofffix stack effect of ERROR: words that inherit slots...
2009-09-29 Joe Grofftyped.debugger vocab with words to run optimizer. and...
2009-09-29 Joe Groffimprove vim highlighting of 1+2/3 ratios, 1/3. float...
2009-09-29 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-29 Slava Pestovmath.vectors.simd: add fast intrinsic for 'nth', replac...
2009-09-29 Slava PestovMerge branch 'more-simd'
2009-09-29 Slava Pestovmath.vectors.simd: add vshuffle intrinsic
2009-09-29 Joe Groffvim: highlight anything that looks like "text{ }" as...
2009-09-29 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-29 Joe Groffmake byte-arrays and specialized-arrays reveal their...
2009-09-29 Joe Groffcatch a one-in-a-million failure in game-input.dinput...
2009-09-29 Slava Pestovunix.statvfs.netbsd: update for C type parser change
2009-09-29 Joe Groffchange CALLBACK: to use the ABI of the current LIBRARY...
2009-09-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Doug Colemanfix checksum protocol -- was hardcoded to a block size...
2009-09-28 Slava PestovMerge branch 'more-simd' of git://factorcode.org/git...
2009-09-28 Slava Pestovwebapps.pastebin: tweak template
2009-09-28 Slava Pestovwebapps.pastebin: add 'Plain Text' links to see pastes...
2009-09-28 Slava PestovWork in progress
2009-09-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Doug Colemanfix ui startup
2009-09-28 Slava Pestovcpu.ppc: update for %unary/binary-float-function change
2009-09-28 Slava Pestovcpu.x86: cleanups
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Slava PestovFix some load errors in various places
2009-09-28 Doug Colemanlimit the byte-reader streams when loading images
2009-09-28 Doug Colemanmove images.http to extra so it can use images.viewer...
2009-09-28 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Doug ColemanMerge branch 'master' into png2
2009-09-28 Doug Colemanfix jpeg loading
2009-09-28 Doug Colemanfix png loading
2009-09-28 Doug Colemanfix a stack effect
2009-09-28 Doug Colemandefine a method on stream-element-type, fix a bug in...
2009-09-28 Joe Grofferadicate string c-types from gpu.shaders
2009-09-28 Doug Colemandont load tiff by default
2009-09-28 Doug ColemanMerge branch 'png' of git://github.com/klazuka/factor...
2009-09-28 Keith Lazukacompression.lzw: additional refactoring
2009-09-28 Keith Lazukacompression.lzw: better naming
2009-09-28 Keith Lazukaimages.gif: added documentation
2009-09-28 Keith Lazukacompression.lzw: added documentation
2009-09-28 Keith Lazukadefinitions.icons: converted TIFF icons to PNG
2009-09-28 Doug Colemanmake a png-image type instead of having a singleton...
2009-09-28 Doug ColemanMerge branch 'png' of git://github.com/klazuka/factor
2009-09-28 Doug Colemanfix reverse png filtering with klazuka's idea
2009-09-28 Joe Groffuse PSHUFD for longlong-2 broadcast when dst != src...
2009-09-28 Joe Groffuse MOVDDUP for double-2 broadcast to eliminate a ...
2009-09-28 Joe Groffcpu.x86.assembler: make SSE shuffle instructions accept...
2009-09-28 Joe GroffSSE integer gather and broadcast
2009-09-28 Joe Groffvim: now highlighting more """ strings in more places!
2009-09-28 Keith Lazukaimages.png: teased apart PNG parse and decode phases...
2009-09-28 Keith Lazukahelp.markup: word link stack effect is now clickable
2009-09-28 Slava PestovFixing various test failures caused by C type parser...
2009-09-28 Slava Pestovwindows.kernel/user32: update for C type parser changes
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Slava Pestovio.backend.unix.multiplexers: add meta-data
2009-09-28 Slava Pestovmath.vectors.simd: add intrinsic for int-4-boa, uint...
2009-09-28 Slava Pestovalien.parser: fix unit tests
2009-09-28 Slava Pestovcpu.x86: shifts didn't work if dst != src1; re-organize...
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Slava Pestovcpu.x86.32: fix %unary/binary-float-function on Windows...
2009-09-28 Slava Pestovunix.linux: fix load errors from c-type changes
2009-09-28 Slava Pestovunix.statvfs.netbsd: load fix
2009-09-28 Slava Pestovcompiler.cfg.ssa.destruction: we can coalesce two regis...
2009-09-28 Slava Pestovio.mmap: fix obsolete tests and get code to inline...
2009-09-28 Slava Pestovdefinitions: make FORGET: M\ update compiled xref correctly
2009-09-28 Slava Pestovui.tools.listener: add 'Help' button, and print message...
2009-09-28 Slava Pestovcpu.x86: fix regression: fsqrt intrinsic wasn't used
2009-09-28 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Slava Pestovmath.vectors.simd: add hlshift, hrshift (128-bit shift...
2009-09-28 Slava Pestovcompiler.cfg.linear-scan: fix tests for hash order
2009-09-28 Slava Pestovcompiler.cfg.linear-scan: tweak it so that register...
2009-09-28 Joe Grofffill in missing USING:s in unix.linux and unix.bsd.*
2009-09-28 Slava Pestovcompiler: fix codegen test
2009-09-28 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-28 Joe Groffreplace all TYPEDEF: void* XXX* with C-TYPE: XXX
next