]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-05-18 Slava PestovMove remaining sequence operations from generalizations...
2010-05-18 Slava Pestovcpu.x86.assembler: fix typo
2010-05-18 Slava Pestovcpu.x86.x87: use FISTPD to convert floats to integers...
2010-05-18 Slava Pestovcpu.x86.assembler: AH CH DH BH register operands now...
2010-05-18 Joe Groffimages.viewer: tag "not tested" rather than "not tested^M"
2010-05-18 Slava Pestovimages.viewer: add not tested tag since the unit tests...
2010-05-18 Slava Pestovcompiler.cfg.value-numbering: constant folding for...
2010-05-18 Slava Pestovcompiler.cfg.value-numbering: add constant folding...
2010-05-17 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-17 Joe GroffMerge branch 'images.viewer' of git://github.com/jonens...
2010-05-17 Slava Pestovcpu.x86.64: call check-sse to ensure that cpu.x86.sse...
2010-05-17 Slava Pestovcpu.x86: add x87 codegen for Model T enthusiasts
2010-05-17 Slava Pestovcompiler.cfg.ssa.interference: implement linear-time...
2010-05-17 Slava Pestovcompiler.cfg.ssa.interference.live-ranges: compute...
2010-05-17 Slava Pestovcompiler.cfg.linear-scan: fix typo
2010-05-17 Joe Groffcpu.x86.assembler: a choice selection of x87 instructions
2010-05-17 Slava Pestovcpu.x86.32: clean up %unary/binary-float-function
2010-05-17 Slava Pestovcpu.x86: get rid of this extra-stack-space nonsense
2010-05-17 Slava Pestovcompiler.cfg: refactor stack frame code and fix frame...
2010-05-17 Joe Groffcuda.devices: factor "context-device cuda-device-proper...
2010-05-16 Jon Harperfix exception for large images
2010-05-16 Slava Pestovcompiler: hack to make XCreateIC() work on x86-64
2010-05-16 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2010-05-16 Slava PestovFixes for FFI changes
2010-05-16 Joe Groffcompiler.cfg.intrinsics.simd: use ^^select-vector for...
2010-05-16 Joe Groffcompiler.cfg.instructions: ##select-vector instruction...
2010-05-16 Slava PestovFFI rewrite part 5: return value boxing and callback...
2010-05-16 Joe Groffcompiler.cfg.intrinsics.simd: use new ##gather-int...
2010-05-16 Joe Groffcompiler.cfg.instructions: ##gather-int-vector-2/4...
2010-05-16 Joe Groffcuda.gl.ffi: add missing LIBRARY: cuda befor ffi functi...
2010-05-15 Joe Groffcuda.gl: enum>number the flags argument to gl-buffer...
2010-05-15 Joe Groffcpu.x86: fix bootstrap load error
2010-05-15 Joe Groffcuda: move init-cuda from cuda.utils
2010-05-15 Joe Groffcuda.demos.prefix-sum: add init-cuda
2010-05-15 Joe Groffcpu.x86: don't enable bit-count intrinsic by default
2010-05-15 Joe Groffcpu.x86.features: ( int alien-assembly ) c-bool> =...
2010-05-15 Joe Groffcpu.x86: enable bit-count intrinsic if POPCNT available
2010-05-15 Joe Groffcompiler.cfg.intrinsics: intrinsic for fixnum-bit-count
2010-05-15 Joe Groffcompiler.cfg.instructions: ##bit-count insn
2010-05-15 Joe Groffmath.bitwise: factor M\ fixnum (bit-count) to a separat...
2010-05-15 Joe Groffcpu.x86.features: add popcnt? test
2010-05-15 Joe Groffcpu.x86.assembler: SETcc instructions
2010-05-15 Joe Groffcpu.x86.assembler: BT family instructions
2010-05-15 Jon Harpergl-texture-int is now in opengl.textures
2010-05-15 Jon Harperfix images.viewer + documentation
2010-05-15 Joe Groffopengl.textures: borrow get-texture-float and get-textu...
2010-05-15 Joe Groffcuda: more API cleanups:
2010-05-15 Slava Pestovcompiler.cfg.value-numbering.comparisons: ##test-imm...
2010-05-14 Joe Groffgpu.buffers: "with-mapped-buffer-array" helper word...
2010-05-14 Joe Groffcuda.gl: add free-resource word to release interop...
2010-05-14 Joe Groffcuda: add "cuda.gl" vocab with words for cuda/opengl...
2010-05-14 Joe Groffcuda: in with-cuda-context, sync context when cleaning...
2010-05-14 Joe Groffgpu.render: allow uchar-array, ushort-array, and uint...
2010-05-14 Slava Pestovcompiler: fix bad unit test
2010-05-14 Slava Pestovcpu.x86.bootstrap: use TEST instruction
2010-05-14 Slava Pestovcompiler.cfg: more silly optimizations
2010-05-14 Slava Pestovcompiler.cfg.instructions: change vreg-insn from a...
2010-05-14 Slava Pestovcompiler.cfg.linear-scan: pointless optimizations
2010-05-14 Slava Pestovcompiler.cfg.ssa.live-ranges: clean up
2010-05-14 Slava Pestovbootstrap.compiler.timing: small update
2010-05-14 Slava Pestovcompiler.cfg.alias-analysis: simplify and speed up
2010-05-14 Slava Pestovcompiler.cfg: use x86 TEST instruction to optimize...
2010-05-14 Joe Groffsequences.cords: specialize vshuffle-elements to use...
2010-05-14 Joe Groffmath.vectors.simd.intrinsics: fix scalar fallback for...
2010-05-14 Joe Groffmath.vectors, math.vectors.simd: add user-facing vshuff...
2010-05-14 Joe Groffcompiler.cfg.intrinsics.simd: mod shuffle indices for...
2010-05-14 Joe Groffmath.vectors.simd.intrinsics: (simd-vshuffle2-elements...
2010-05-14 Joe Groffcompiler.cfg.instructions: ##shuffle-vector-halves...
2010-05-14 Slava Pestovmath.vectors.simd.cords: implement new-sequence and...
2010-05-13 Slava Pestovcpu.x86.32: check for SSE2 on bootstrap since Factor...
2010-05-13 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-13 Joe Groffmath: declare quotation stack effects on each-integer...
2010-05-13 Slava Pestovcompiler: small fixes and cleanups
2010-05-13 Joe Groffx11: convert XSupportsLocale return value to factor...
2010-05-12 Slava Pestovcompiler.cfg.builder.alien: fix for x86-32
2010-05-12 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-12 Joe Groffnew cuda.types vocab containing CUDA vector types ...
2010-05-12 Slava PestovRefactor x86-32 stack cleanup logic
2010-05-12 Slava PestovTemporary fixes for x86-32 until FFI boxing is rewritten
2010-05-12 Slava Pestovvm: fix longlong accessors
2010-05-12 Slava PestovEliminate compiler.alien
2010-05-12 Slava Pestovcpu.x86.64: fix typo
2010-05-12 Slava PestovMove flatten-c-type to death row so that it can be...
2010-05-11 Slava Pestovvm: fix compile error
2010-05-11 Slava PestovFFI rewrite part 4: parameter and return value unboxing...
2010-05-11 Slava Pestovcuda.utils: fix load error
2010-05-10 Slava Pestovcpu.ppc: fixes
2010-05-10 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2010-05-10 Joe Groffcuda.utils: add "sync-context" word
2010-05-10 Slava Pestovcpu.ppc: update for recent changes -- untested
2010-05-10 Slava Pestovcompiler: simplify ##unbox-small/large-struct by emitti...
2010-05-10 Slava Pestovsequences: remove unused 2reverse-each word
2010-05-10 Slava PestovFFI rewrite part 3: eliminate ##push-context-stack...
2010-05-10 Slava Pestovcompiler.codegen.fixup: remove unused variable
2010-05-10 Slava Pestovcompiler.graphviz: fix load error
2010-05-10 Slava Pestovcpu.x86.32: fix load error
2010-05-10 Slava PestovFFI rewrite part 2: use ##peek and ##replace instructio...
2010-05-10 Slava Pestovcpu.x86.64.unix: fix load error
2010-05-10 Slava Pestovcpu.x86.32: fix load error
2010-05-10 Slava PestovFFI rewrite part 1: split up ##alien-invoke and friends...
next