[pypy-commit] pypy vecopt: commented the debugging timing calls

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78500:d70afeafa621 Date: 2015-07-09 09:27 +0200 http://bitbucket.org/pypy/pypy/changeset/d70afeafa621/ Log:commented the debugging timing calls diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/m

[pypy-commit] pypy vecopt: resolved typo in pypy_c test

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78499:e6096e85113e Date: 2015-07-08 11:39 +0200 http://bitbucket.org/pypy/pypy/changeset/e6096e85113e/ Log:resolved typo in pypy_c test diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_

[pypy-commit] cffi default: Issue #213: in case we'd give the error message "initializer for ctype

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2217:2001880ed1c7 Date: 2015-07-09 10:17 +0200 http://bitbucket.org/cffi/cffi/changeset/2001880ed1c7/ Log:Issue #213: in case we'd give the error message "initializer for ctype 'A' must be a pointer to same type, not cdata 'B'", but with

[pypy-commit] pypy vecopt: reorder jit driver params

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78501:f845bf5b6e2f Date: 2015-07-09 10:22 +0200 http://bitbucket.org/pypy/pypy/changeset/f845bf5b6e2f/ Log:reorder jit driver params diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/l

[pypy-commit] pypy default: Tweak the example to show a non-constant-folded unicode() call

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r78503:eaf153763a84 Date: 2015-07-09 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/eaf153763a84/ Log:Tweak the example to show a non-constant-folded unicode() call diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py b/pypy/module/pypyjit

[pypy-commit] pypy default: merge heads

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r78504:8310cf810f40 Date: 2015-07-09 10:41 +0200 http://bitbucket.org/pypy/pypy/changeset/8310cf810f40/ Log:merge heads diff --git a/pypy/module/micronumpy/test/test_ufuncs.py b/pypy/module/micronumpy/test/test_ufuncs.py --- a/pypy/module/micronumpy/te

[pypy-commit] pypy default: update to cffi/2001880ed1c7

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r78502:177cb8be0682 Date: 2015-07-09 10:40 +0200 http://bitbucket.org/pypy/pypy/changeset/177cb8be0682/ Log:update to cffi/2001880ed1c7 diff --git a/pypy/module/_cffi_backend/ctypeobj.py b/pypy/module/_cffi_backend/ctypeobj.py --- a/pypy/module/_cffi_b

[pypy-commit] pypy default: Move "time" one level down the hierarchy of modules: nowadays we can't

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r78505:9242aeaed1e3 Date: 2015-07-09 13:10 +0200 http://bitbucket.org/pypy/pypy/changeset/9242aeaed1e3/ Log:Move "time" one level down the hierarchy of modules: nowadays we can't really do anything without having it translated diff --git a/pypy/

[pypy-commit] pypy default: Only do the final "Create cffi bindings for modules" step if the

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r78506:c8bcecbc4a8e Date: 2015-07-09 12:35 +0100 http://bitbucket.org/pypy/pypy/changeset/c8bcecbc4a8e/ Log:Only do the final "Create cffi bindings for modules" step if the _cffi_backend module is enabled. It is not, for example, with --s

[pypy-commit] pypy vecopt: all tests zjit test passing again

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78510:a3f009cd3dc4 Date: 2015-07-09 16:43 +0200 http://bitbucket.org/pypy/pypy/changeset/a3f009cd3dc4/ Log:all tests zjit test passing again diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regalloc.py --- a/rpyth

[pypy-commit] pypy vecopt: continued refactoring of accumulation, removed extra accum box, but made vector box more generic

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78508:7b660544d874 Date: 2015-07-09 14:10 +0200 http://bitbucket.org/pypy/pypy/changeset/7b660544d874/ Log:continued refactoring of accumulation, removed extra accum box, but made vector box more generic moved some methods down the h

[pypy-commit] pypy vecopt: reviewed unrolling, and guard relaxation

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78507:bc0821d1703e Date: 2015-07-09 10:48 +0200 http://bitbucket.org/pypy/pypy/changeset/bc0821d1703e/ Log:reviewed unrolling, and guard relaxation diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py b/rpython/jit/metainterp/optim

[pypy-commit] pypy vecopt: expansion misses some adjustments after refactoring

2015-07-09 Thread plan_rich
Author: Richard Plangger Branch: vecopt Changeset: r78509:9ab23edf0d53 Date: 2015-07-09 15:42 +0200 http://bitbucket.org/pypy/pypy/changeset/9ab23edf0d53/ Log:expansion misses some adjustments after refactoring diff --git a/rpython/jit/backend/x86/regalloc.py b/rpython/jit/backend/x86/regal

[pypy-commit] cffi default: Doc fixes

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2219:1ff67de0da1e Date: 2015-07-09 16:45 +0200 http://bitbucket.org/cffi/cffi/changeset/1ff67de0da1e/ Log:Doc fixes diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -239,7 +239,7 @@ the limi

[pypy-commit] cffi default: Drop the ".. versionchanged" and ".. versionadded", which was not very

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2218:1223303164c1 Date: 2015-07-09 16:35 +0200 http://bitbucket.org/cffi/cffi/changeset/1223303164c1/ Log:Drop the ".. versionchanged" and ".. versionadded", which was not very essential and seems not to work on bitbucket's wiki diff --git a/do

[pypy-commit] cffi default: Tweaks

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2220:6f057232892d Date: 2015-07-09 17:25 +0200 http://bitbucket.org/cffi/cffi/changeset/6f057232892d/ Log:Tweaks diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.rst @@ -231,6 +231,8 @@ inconsisten

[pypy-commit] cffi default: Point to the bitbucket wiki.

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2221:d8df9b34d5c5 Date: 2015-07-09 17:35 +0200 http://bitbucket.org/cffi/cffi/changeset/d8df9b34d5c5/ Log:Point to the bitbucket wiki. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Foreign Function Interfac

[pypy-commit] cffi default: Add "content" directives to the main pages

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r:06e330ded4d0 Date: 2015-07-09 18:34 +0200 http://bitbucket.org/cffi/cffi/changeset/06e330ded4d0/ Log:Add "content" directives to the main pages diff --git a/doc/source/cdef.rst b/doc/source/cdef.rst --- a/doc/source/cdef.rst +++ b/doc/source/cdef.

[pypy-commit] pypy optresult-unroll: improve NotVirtualStateInfo

2015-07-09 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78512:94c5660db711 Date: 2015-07-07 14:34 +0200 http://bitbucket.org/pypy/pypy/changeset/94c5660db711/ Log:improve NotVirtualStateInfo diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt

[pypy-commit] pypy optresult-unroll: start writing enum_forced_boxes

2015-07-09 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78513:7e74715499f8 Date: 2015-07-09 18:54 +0200 http://bitbucket.org/pypy/pypy/changeset/7e74715499f8/ Log:start writing enum_forced_boxes diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy optresult-unroll: remove unused import

2015-07-09 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78511:9724e26ff3e0 Date: 2015-07-07 14:15 +0200 http://bitbucket.org/pypy/pypy/changeset/9724e26ff3e0/ Log:remove unused import diff --git a/rpython/jit/metainterp/optimizeopt/shortpreamble.py b/rpython/jit/metainterp/optimizeo

[pypy-commit] cffi default: In non-C++ mode, we need a warning to be turned into an error

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2224:f93c1bd0d9a0 Date: 2015-07-09 20:08 +0200 http://bitbucket.org/cffi/cffi/changeset/f93c1bd0d9a0/ Log:In non-C++ mode, we need a warning to be turned into an error diff --git a/testing/cffi1/test_recompiler.py b/testing/cffi1/test_recompiler.py ---

[pypy-commit] cffi default: Silence a gcc warning

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2223:d0e1c599a102 Date: 2015-07-09 19:48 +0200 http://bitbucket.org/cffi/cffi/changeset/d0e1c599a102/ Log:Silence a gcc warning diff --git a/c/ffi_obj.c b/c/ffi_obj.c --- a/c/ffi_obj.c +++ b/c/ffi_obj.c @@ -397,8 +397,9 @@ PyTuple_SET_ITEM(all

[pypy-commit] cffi default: backout d8df9b34d5c and keep using readthedocs as the default doc

2015-07-09 Thread arigo
Author: Armin Rigo Branch: Changeset: r2225:6df6d705bac2 Date: 2015-07-09 20:30 +0200 http://bitbucket.org/cffi/cffi/changeset/6df6d705bac2/ Log:backout d8df9b34d5c and keep using readthedocs as the default doc diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,8 +2,8

[pypy-commit] pypy optresult-unroll: invent new names for newXXX, so we don't run into clashes when unrolling

2015-07-09 Thread fijal
Author: Maciej Fijalkowski Branch: optresult-unroll Changeset: r78514:dc4e5a98335d Date: 2015-07-09 22:48 +0200 http://bitbucket.org/pypy/pypy/changeset/dc4e5a98335d/ Log:invent new names for newXXX, so we don't run into clashes when unrolling diff --git a/rpython/jit/metainterp/opti