]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2010-05-14 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
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...
2010-05-08 Joe Groffcuda.devices: fix distribute-jobs to look only at width...
2010-05-08 Joe Groffcuda.devices: have distribute-jobs construct a launcher...
2010-05-08 Joe Groffremove cuda.constants; it's better to get those values...
2010-05-08 Joe Groffcuda.devices: "distribute-jobs" utility word that deter...
2010-05-08 Joe Groffcuda.utils: foo <c-object> ... foo memory>struct =...
2010-05-08 Joe Groffcdua.devices: remove redundant init-cuda calls
2010-05-07 Slava Pestovui.backend.windows: faster wheel mouse scroll rate
2010-05-07 Slava Pestovcompiler.cfg: add ##load-float instruction for single...
2010-05-07 Slava Pestovcompiler.cfg.linear-scan: clean up clobber-insn handling
2010-05-06 Slava PestovLoad debugger.{unix,windows} later on in bootstrap...
2010-05-06 Slava PestovLanguage change: tuple slot setter words with stack...
2010-05-06 Joe Groffwindows.directx.dinput: redo constant generation yet...
2010-05-06 Joe Groffsilence more msvc warnings
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 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
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 Daniel EhrenbergFixing bug in dependency tracking for guarded method...
2010-05-04 Daniel EhrenbergBug fix in method inlining
2010-05-04 Daniel EhrenbergRemoving hack with >fixnum, now subsumed by a more...
2010-05-04 Daniel EhrenbergAdding dependency checking and proper handing of dispat...
2010-05-04 Daniel EhrenbergImproving method inlining change, but there's still...
2010-05-04 Daniel EhrenbergChanges to compiler.tree.propagation.inlining
2010-05-04 Daniel EhrenbergFixing another bug in the method inlining improvement
2010-05-04 Daniel EhrenbergFixing optimization for improved method inlining
2010-05-04 Daniel Ehrenbergsplitting generic word callsites when only one method...
next