]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-10-22 Slava PestovMerge branch 'master' into new_gc
2009-10-22 Slava Pestovtools.profiler: fix tests
2009-10-22 Slava Pestovvm: fix compilation
2009-10-22 Slava Pestovvm: clean up signal handling and add EXC_BAD_INSTRUCTIO...
2009-10-22 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-22 Joe Groffalso print undocumented windows SSE exception codes
2009-10-22 Joe Grofftweak windows exception error printing
2009-10-22 Joe Groffgive better error message for windows exceptions, and...
2009-10-22 Slava Pestovvm: debugging mark and sweep
2009-10-22 Joe Groffoops, longlong comparison is sse4.2, not 4.1
2009-10-22 Joe Grofffix tools.deploy test
2009-10-22 Joe Groffupdate a bunch of alien-callbacks and alien-indirects...
2009-10-22 Slava Pestovvm: use iostreams instead of printf for debug messages...
2009-10-22 Slava Pestovvm: debugging mark-sweep
2009-10-21 Joe Groffupdate some naked alien-invokes to use c-type words
2009-10-21 Joe Groffupdate cocoa tests
2009-10-21 Joe Groffupdate cocoa bridge to use c-type words
2009-10-21 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-21 Joe Groffvif combinator
2009-10-21 Doug Colemanfix doc formatting for io.mmap
2009-10-21 Doug Colemanfix a normalization bug in decimals
2009-10-21 Joe Groffgenerate unsigned vector comparison fallbacks using...
2009-10-21 Slava Pestovvm: mark sweep gc for tenured space work in progress
2009-10-21 Joe Groffgenerate better fallback code for vmin/vmax intrinsics
2009-10-20 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Joe Groffvalue numbering rewrite rules for vector ops to convert...
2009-10-20 Joe Groffclean up vector lerp functions to be better vectorizable
2009-10-20 Slava Pestovvm: split off free_list_allocator from heap class,...
2009-10-20 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava Pestovclasses.builtin: fix help lint
2009-10-20 Slava Pestovvm: simplify code heap by eliminating HeapLayout templa...
2009-10-20 Slava Pestovvm: object start recording in cards is now independent...
2009-10-20 Slava Pestovvm: move factor_vm::untagged_object_size() to object...
2009-10-20 Slava PestovChange data heap alignment to 16 bytes
2009-10-20 Slava Pestovvm: fix crash when converting a callstack to an array
2009-10-20 Slava Pestovvm: working on making heap more generic
2009-10-20 Slava Pestovvm: change code heap layout somewhat, remove unused...
2009-10-20 Slava PestovMerge branch 'master' into new_gc
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovhelp.handbook: remove 'type index'
2009-10-20 Slava Pestovmath.vectors: fix behavioral difference between generic...
2009-10-20 Slava Pestovcpu.x86.32: only create 16-byte parameter area if the...
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava Pestovcompiler: FFI is now slightly more efficient when unbox...
2009-10-20 Slava Pestovcompiler, cpu.x86.32: clean up FFI implementation,...
2009-10-20 Slava Pestovspecialized-arrays: fix unit test
2009-10-20 Slava Pestovui.gadgets.controls: fix load error
2009-10-20 Slava Pestovui.gadgets.editors: fix com-join-lines if there are...
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-20 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-10-20 Slava PestovBuild fixes
2009-10-20 Slava Pestovhelp.tutorial: clarify role of ''reload'' word
2009-10-19 Joe Groffinline trilerp so that perlin-noise is pretty much...
2009-10-19 Joe Groffadd a typed-disassemble convenience word to typed.debugger
2009-10-19 Joe Groffmake vshuffle-bytes intrinsic for any shuffle mask...
2009-10-19 Slava Pestovtools.deploy: increase terrain size tolerance, decrease...
2009-10-19 Slava Pestovvm: change code heap alignment to 16 bytes instead...
2009-10-19 Slava Pestovpeg: fix unit test failures
2009-10-19 Slava PestovMove modules and peg-lexer to unmaintained
2009-10-19 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-10-19 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-10-19 Slava Pestovrandom.sfmt: make it endian-agnostic
2009-10-19 Slava Pestovcompiler: fix typo in intrinsics tests
2009-10-19 Slava Pestovcompiler: fix low-level-ir test on PowerPC
2009-10-19 Slava Pestovcompiler: on PPC, ANDI, ORI and XORI instructions take...
2009-10-19 Slava Pestovspecialized-arrays, specialized-vectors: fix potential...
2009-10-19 Slava Pestovpeg.ebnf: fix
2009-10-19 Slava Pestovpeg.ebnf: turn $unchecked-examples into $examples
2009-10-19 Slava Pestovvm: move compaction algorithm to mark_bits.hpp since...
2009-10-19 Slava Pestovvm: new mark_bits data structure replaces hashtable...
2009-10-19 Slava PestovMerge branch 'ebnf' of git://double.co.nz/git/factor
2009-10-19 Chris Doublepeg.ebnf doc fixes to appease help.lint
2009-10-19 Slava Pestovvm: cleanup
2009-10-19 Chris DoubleTweak what EBNF words are private
2009-10-19 Chris DoubleBasic peg.ebnf docs
2009-10-19 Slava Pestovvm: working on new compaction implementation
2009-10-19 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-19 Joe Groffmath.vectors.conversion docs
2009-10-19 Slava Pestovvm: fix conflict in image.cpp
2009-10-19 Slava Pestovvm: rename myvm and parent_vm instance variables to...
2009-10-19 Slava Pestovvm: rename F to false_object, and rename T to true_object
2009-10-18 Slava Pestovvm: fix GC safety issue in non-optimizing compiler
2009-10-18 Joe Groffgpu.render: factor out and make public a "bind-uniforms...
2009-10-18 Joe Groffupdate vshuffle docs
2009-10-18 Slava Pestovtools.deploy.test: cheat on windows until we have class...
2009-10-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-18 Joe Groffgpu.shaders: carry over instances from old shader/progr...
2009-10-18 Guillaume NargeotSolution to Project Euler problem 81
2009-10-18 Slava Pestovcpu.x86.32: fix callbacks on platforms where stack...
2009-10-17 Joe Groffscuttle bogus math.vectors.simd test
2009-10-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Joe Grofffix sporadic "fall-through in cond" failure in float...
2009-10-17 Slava Pestovterrain: fix deploy config
2009-10-17 Joe Groffmoved "typed" to basis
2009-10-17 Joe Grofffix type propagation information put on non-SIMD specia...
2009-10-17 Joe Groffmake hlshift/hrshift simd tests endian agnostic
2009-10-17 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Joe Groffuse FRSP to convert double to single on PPC
2009-10-17 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-10-17 Slava Pestovio.backend/pathnames: fix help lint
next