]> gitweb.factorcode.org Git - factor.git/shortlog
factor.git
2009-09-08 Slava PestovFix conflicts
2009-09-08 Slava Pestovcompiler.tree.propagation: type check inputs to unsafe...
2009-09-08 Slava Pestovtools.deploy: fix facepalm
2009-09-07 Slava Pestovtools.deploy: add unit test to ensure Cocoa binding...
2009-09-07 Slava Pestovcompiler.tree.propagation.call-effect: stronger call...
2009-09-06 Jon HarperFix documentation errors
2009-09-05 Slava PestovUse new-style structs for overlapped struct on Windows
2009-09-05 Slava Pestovwindows.com.prettyprint: add unportable tag
2009-09-05 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-09-05 Slava PestovMerge branch 'master' of git://github.com/Blei/factor
2009-09-05 Slava PestovFix unit tests for specialized-arrays.direct change
2009-09-05 Slava Pestovspecialized-arrays.direct is no more; instead, every...
2009-09-05 Slava Pestovwindows.com: split off prettyprinting into windows...
2009-09-05 Slava Pestovtools.deploy.shaker: strip out struct slot info
2009-09-05 Slava Pestovio.launcher.windows.nt: make tests more robust
2009-09-05 Guillaume NargeotSolution to Project Euler problem 85
2009-09-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-04 Joe Groffi had comisd/ucomisd backwards on x86
2009-09-04 Slava Pestovui.backend.x11: fix set-fullscreen
2009-09-04 Slava Pestovfix some typos in cpu.ppc
2009-09-04 Slava PestovMerge branch 'master' of git://factorcode.org/git/facto...
2009-09-04 Joe Groffupdate powerpc compiler to generate correct float compa...
2009-09-04 Philipp Brüschweilersequences.product: product-each and product-map
2009-09-04 Slava Pestovio.backend.windows: fix for deployment
2009-09-04 Slava Pestovio.backend.windows.nt.privileges: fix make-token-privileges
2009-09-04 Slava Pestovopengl.glu: fix missing library error on Windows and...
2009-09-04 Slava Pestovcpu.ppc: fix typo
2009-09-04 Slava Pestovmatch: cleanup
2009-09-04 Slava PestovFix sockets on Windows, and re-organize things so that...
2009-09-04 Slava Pestovio.sockets: fix to work in deployed apps
2009-09-04 Slava Pestovcompiler.cfg.value-numbering: update tests for Joe...
2009-09-04 Slava Pestovbenchmark.nbody-simd: use map-reduce instead of reduce
2009-09-04 Slava Pestovcompiler: tweak generated code
2009-09-04 Slava Pestovmath.vectors.simd: allow punning SIMD vectors between...
2009-09-04 Slava Pestovmath.vectors.simd: slightly faster 'sum' on 256-bit...
2009-09-04 Slava Pestovcompiler.cfg.intrinsics: fix type detection on the...
2009-09-04 Slava Pestovmath.vectors.simd: docs
2009-09-04 Slava Pestovfunctors: support private words with DEFINES-PRIVATE...
2009-09-04 Joe Groffmake struct-mirror an instance of assoc
2009-09-04 Slava Pestovmath.vectors.simd: define fallbacks for all vector...
2009-09-04 Slava Pestovcompiler: clean up code generation for alien boxing...
2009-09-04 Joe Groffconvert comparison branch code in compiler to use locals
2009-09-04 Slava Pestovbenchmark.nbody-simd: new benchmark; a version of bench...
2009-09-04 Slava PestovMore SIMD work
2009-09-04 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-04 Joe Groffadd compiler comparison codes for floating-point unorde...
2009-09-03 Joe Groffadd unit tests for comparisons against nan
2009-09-03 Doug ColemanWHAMMY! convert io.sockets.unix
2009-09-03 Doug Colemanupdate network structs. NO WHAMMY, NO WHAMMY, NO WHAMM...
2009-09-03 Joe Groffforget the old struct class when redefining a struct...
2009-09-03 Slava PestovMerge branch 'master' into simd
2009-09-03 Slava Pestovmath.vectors.simd: split off intrinsics into a sub...
2009-09-03 Slava PestovDetect SSE version and enable the correct set of SIMD...
2009-09-03 Slava Pestovcompiler.tree.propagation: type function for clone...
2009-09-03 Slava PestovInitial implementation of SSE vector intrinsics:
2009-09-03 Slava Pestovbenchmark.raytracer: replace hard-coded constant with...
2009-09-03 Slava Pestovspecialized-arrays: fix clone method
2009-09-03 Slava Pestovstruct-arrays: fix new-sequence method
2009-09-03 Slava Pestovmath.constants: add single float epsilon value
2009-09-02 Joe Groffi suck at reading tech docs--those were m64 instruction...
2009-09-02 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-02 Joe Groffget rid of useless mm->xmm instructions in cpu.x86...
2009-09-02 Slava PestovFix tree shaker again, gah
2009-09-02 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-02 Slava Pestovcompiler: eliminate boilerplate by centralizing info...
2009-09-02 Slava Pestovclasses.tuple: don't run out of memory inside 'instance...
2009-09-02 Slava Pestovtools.deploy.shaker: fix snafu
2009-09-02 Joe Grofflet's not forget about hex literals
2009-09-02 Joe Groffrequire numeric literals to begin and end with a digit...
2009-09-01 Doug Colemanadd using to windows.com.wrapper
2009-09-01 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Slava Pestovnoise: don't use math.private words
2009-09-01 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Slava Pestovcpu.ppc: implement fast float function calls; 3x speedu...
2009-09-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Slava Pestovstruct-arrays: fix help lint, throw error if class...
2009-09-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Slava Pestovstruct-vectors: update unit test to use new structs
2009-09-01 Slava Pestovstruct-arrays: remove support for arrays of old-style...
2009-09-01 Slava Pestovio.backend.unix.multiplexers.epoll: update for STRUCT:
2009-09-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Doug Colemanopenbsd defined a struct with freebsd in the name....
2009-09-01 ergMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 ergfix file-systems on the bsds
2009-09-01 Joe Grofffix help lint failures
2009-09-01 Doug Colemanfix another tuple definition bug
2009-09-01 Doug Colemaninheriting from itself would hang a tuple definition...
2009-09-01 Joe Groffput a more useful mirror over structs
2009-09-01 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Joe Groffupdate classes.struct tests, and make struct prettyprin...
2009-09-01 Joe Groffclean up the bootstrap mess by moving the struct summar...
2009-09-01 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-09-01 Joe Groffrestore pprint stack when c-object pprinters fail so...
2009-09-01 Joe Grofftake advantage of pprint-prefix in c-object-pointer...
2009-09-01 Doug Colemanmirrors on structs again, add summary method for structs
2009-09-01 Doug Colemanstruct mirrors were not ready yet
2009-08-31 Doug Colemanshow c-type instead of factor type
2009-08-31 Doug Colemanbetter keys in sturct mirrors
2009-08-31 Doug Colemanmake-mirror method on structs. fix typo on struct...
next