[pypy-commit] lang-smalltalk bitblt: Use bitInver32 instead of bitInvert, this fixes BitBltSim tests and examples in miniimage.

2013-03-17 Thread timfel
Author: Tim Felgentreff Branch: bitblt Changeset: r196:df393bec4673 Date: 2013-03-17 16:37 +0100 http://bitbucket.org/pypy/lang-smalltalk/changeset/df393bec4673/ Log:Use bitInver32 instead of bitInvert, this fixes BitBltSim tests and examples in miniimage. diff --git a/BitBltSim.19.c

[pypy-commit] pypy fast-newarray: (exarkun, fijal) Make rewrite emit a new operation called malloc_nursery_varsize

2013-03-17 Thread fijal
Author: Maciej Fijalkowski Branch: fast-newarray Changeset: r62381:02b837da85cc Date: 2013-03-17 09:46 -0700 http://bitbucket.org/pypy/pypy/changeset/02b837da85cc/ Log:(exarkun, fijal) Make rewrite emit a new operation called malloc_nursery_varsize diff --git a/rpython/jit/backend/ll

[pypy-commit] pypy default: Removed duplication of DEBUG_COUTNER struct from ARM.

2013-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62382:7a552b444eff Date: 2013-03-17 10:13 -0700 http://bitbucket.org/pypy/pypy/changeset/7a552b444eff/ Log:Removed duplication of DEBUG_COUTNER struct from ARM. Also organized imports. diff --git a/rpython/jit/backend/arm/assembler.py b/rpyt

[pypy-commit] pypy default: (alex, fijal) removed duplication in assembler backends

2013-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62383:4160eabbd660 Date: 2013-03-17 10:17 -0700 http://bitbucket.org/pypy/pypy/changeset/4160eabbd660/ Log:(alex, fijal) removed duplication in assembler backends diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/backend/arm/assembler.p

[pypy-commit] pypy asm-backend-dupe-removal: (alex, fijal): start refactoring to remove duplication

2013-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: asm-backend-dupe-removal Changeset: r62384:9d2f1acf5a83 Date: 2013-03-17 10:38 -0700 http://bitbucket.org/pypy/pypy/changeset/9d2f1acf5a83/ Log:(alex, fijal): start refactoring to remove duplication diff --git a/rpython/jit/backend/arm/assembler.py b/rpython/jit/

[pypy-commit] pypy default: (alex, armin, fijal): remove unused nonsense

2013-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62385:4f4f2e97fef7 Date: 2013-03-17 10:55 -0700 http://bitbucket.org/pypy/pypy/changeset/4f4f2e97fef7/ Log:(alex, armin, fijal): remove unused nonsense diff --git a/pypy/module/_continuation/interp_continuation.py b/pypy/module/_continuation/interp_c

[pypy-commit] pypy default: Small cleanup

2013-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62386:701326293cc2 Date: 2013-03-17 10:58 -0700 http://bitbucket.org/pypy/pypy/changeset/701326293cc2/ Log:Small cleanup diff --git a/pypy/interpreter/nestedscope.py b/pypy/interpreter/nestedscope.py --- a/pypy/interpreter/nestedscope.py +++ b/pypy/in

[pypy-commit] pypy default: some cleanup

2013-03-17 Thread alex_gaynor
Author: Alex Gaynor Branch: Changeset: r62387:ca2784f3146d Date: 2013-03-17 11:23 -0700 http://bitbucket.org/pypy/pypy/changeset/ca2784f3146d/ Log:some cleanup diff --git a/pypy/interpreter/error.py b/pypy/interpreter/error.py --- a/pypy/interpreter/error.py +++ b/pypy/interpreter/error.py

[pypy-commit] pypy str-dtype-improvement: fix translation

2013-03-17 Thread mattip
Author: mattip Branch: str-dtype-improvement Changeset: r62388:214de91f0dae Date: 2013-03-17 00:31 -0700 http://bitbucket.org/pypy/pypy/changeset/214de91f0dae/ Log:fix translation diff --git a/pypy/module/micronumpy/interp_boxes.py b/pypy/module/micronumpy/interp_boxes.py --- a/pypy/module/

[pypy-commit] pypy str-dtype-improvement: intrusively fix record field matching

2013-03-17 Thread mattip
Author: Matti Picus Branch: str-dtype-improvement Changeset: r62390:f793000f4f09 Date: 2013-03-17 18:52 +0200 http://bitbucket.org/pypy/pypy/changeset/f793000f4f09/ Log:intrusively fix record field matching diff --git a/pypy/module/micronumpy/interp_arrayops.py b/pypy/module/micronumpy/inte

[pypy-commit] pypy str-dtype-improvement: whoops

2013-03-17 Thread mattip
Author: Matti Picus Branch: str-dtype-improvement Changeset: r62389:5c6294722df9 Date: 2013-03-17 17:56 +0200 http://bitbucket.org/pypy/pypy/changeset/5c6294722df9/ Log:whoops diff --git a/pypy/module/micronumpy/interp_ufuncs.py b/pypy/module/micronumpy/interp_ufuncs.py --- a/pypy/module/mi

[pypy-commit] pypy str-dtype-improvement: implement convert_from for str arrays only

2013-03-17 Thread mattip
Author: Matti Picus Branch: str-dtype-improvement Changeset: r62391:aaadf6eca9d9 Date: 2013-03-17 13:45 -0700 http://bitbucket.org/pypy/pypy/changeset/aaadf6eca9d9/ Log:implement convert_from for str arrays only diff --git a/pypy/module/micronumpy/arrayimpl/concrete.py b/pypy/module/micronu

[pypy-commit] pypy fast-newarray: fix for stuff being too far apart

2013-03-17 Thread fijal
Author: Maciej Fijalkowski Branch: fast-newarray Changeset: r62392:a117a5262e7c Date: 2013-03-17 12:21 -0700 http://bitbucket.org/pypy/pypy/changeset/a117a5262e7c/ Log:fix for stuff being too far apart diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/back

[pypy-commit] pypy default: fix for default too

2013-03-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62393:5652b0748b56 Date: 2013-03-17 12:22 -0700 http://bitbucket.org/pypy/pypy/changeset/5652b0748b56/ Log:fix for default too diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py --- a/rpython/jit/backend/x

[pypy-commit] pypy default: merge

2013-03-17 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r62394:def044ae69a4 Date: 2013-03-17 13:54 -0700 http://bitbucket.org/pypy/pypy/changeset/def044ae69a4/ Log:merge diff --git a/lib_pypy/_sqlite3.py b/lib_pypy/_sqlite3.py --- a/lib_pypy/_sqlite3.py +++ b/lib_pypy/_sqlite3.py @@ -364,9 +364,10 @@

[pypy-commit] pypy default: add an "any" type to rlib.types. It's kind of necessary for a lot of practical

2013-03-17 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r62395:3d242f84ac48 Date: 2013-03-17 22:00 +0100 http://bitbucket.org/pypy/pypy/changeset/3d242f84ac48/ Log:add an "any" type to rlib.types. It's kind of necessary for a lot of practical uses, e.g. when a PBC (like the object space) is i