[pypy-commit] pypy default: oups. test and fix

2014-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r74793:d088178015dd Date: 2014-12-03 11:06 +0100 http://bitbucket.org/pypy/pypy/changeset/d088178015dd/ Log:oups. test and fix diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test

[pypy-commit] pypy default: Add INT_SIGNEXT to test_random, and found out another corner case on

2014-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r74794:4634aad50952 Date: 2014-12-03 11:29 +0100 http://bitbucket.org/pypy/pypy/changeset/4634aad50952/ Log:Add INT_SIGNEXT to test_random, and found out another corner case on 32-bit only. diff --git a/rpython/jit/backend/test/test_random.py b

[pypy-commit] pypy default: fix a bit more cleanly without writing to the stack

2014-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r74795:4e877792713b Date: 2014-12-03 12:19 +0100 http://bitbucket.org/pypy/pypy/changeset/4e877792713b/ Log:fix a bit more cleanly without writing to the stack diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.py ---

[pypy-commit] creflect default: pointer types

2014-12-03 Thread arigo
Author: Armin Rigo Branch: Changeset: r140:dc4373af8fab Date: 2014-12-03 15:20 +0100 http://bitbucket.org/cffi/creflect/changeset/dc4373af8fab/ Log:pointer types diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -10,30 +10,63 @@ PyObject

[pypy-commit] pypy optresult: clean the escape mess and start passing first unrolling tests

2014-12-03 Thread fijal
Author: Maciej Fijalkowski Branch: optresult Changeset: r74796:fe81bdbcbbaa Date: 2014-12-03 18:59 +0200 http://bitbucket.org/pypy/pypy/changeset/fe81bdbcbbaa/ Log:clean the escape mess and start passing first unrolling tests diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/meta

[pypy-commit] extradoc extradoc: First WIP for the Scipy India talk

2014-12-03 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5473:6790ce64ab6c Date: 2014-12-03 17:40 +0100 http://bitbucket.org/pypy/extradoc/changeset/6790ce64ab6c/ Log:First WIP for the Scipy India talk diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst new file mode 10064

[pypy-commit] pypy default: simplify setslice with no shape

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74797:e2e286fb7245 Date: 2014-12-03 15:03 -0500 http://bitbucket.org/pypy/pypy/changeset/e2e286fb7245/ Log:simplify setslice with no shape diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py --- a/pypy/module/micronumpy/loop.

[pypy-commit] pypy default: avoid tracking an index in setslice, update/enable its test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74798:f1b314da580e Date: 2014-12-03 17:01 -0500 http://bitbucket.org/pypy/pypy/changeset/f1b314da580e/ Log:avoid tracking an index in setslice, update/enable its test_zjit diff --git a/pypy/module/micronumpy/loop.py b/pypy/module/micronumpy/loop.py -

[pypy-commit] pypy.org extradoc: update the values

2014-12-03 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r556:90302869d491 Date: 2014-12-03 23:38 +0100 http://bitbucket.org/pypy/pypy.org/changeset/90302869d491/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -9,13 +9,13 @@ $(function() { $("#pro

[pypy-commit] pypy default: rename iter.update to iter.indices for clarity

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74799:1287046cabea Date: 2014-12-03 17:38 -0500 http://bitbucket.org/pypy/pypy/changeset/1287046cabea/ Log:rename iter.update to iter.indices for clarity diff --git a/pypy/module/micronumpy/flatiter.py b/pypy/module/micronumpy/flatiter.py --- a/pypy

[pypy-commit] pypy default: fix test_pypy_c for iterator changes

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74801:651d67d1059e Date: 2014-12-03 19:27 -0500 http://bitbucket.org/pypy/pypy/changeset/651d67d1059e/ Log:fix test_pypy_c for iterator changes diff --git a/pypy/module/pypyjit/test_pypy_c/test_micronumpy.py b/pypy/module/pypyjit/test_pypy_c/test_mi

[pypy-commit] pypy default: optimize iterators for single dim arrays

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74800:268850625399 Date: 2014-12-03 18:15 -0500 http://bitbucket.org/pypy/pypy/changeset/268850625399/ Log:optimize iterators for single dim arrays diff --git a/pypy/module/micronumpy/iterators.py b/pypy/module/micronumpy/iterators.py --- a/pypy/mod

[pypy-commit] pypy default: silence pyflakes

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74802:6bd0b3c411b0 Date: 2014-12-03 19:48 -0500 http://bitbucket.org/pypy/pypy/changeset/6bd0b3c411b0/ Log:silence pyflakes diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.py +++ b/pyp

[pypy-commit] pypy default: move unnecessary additions to base iterator from nditer branches to subclass

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74803:73e3f0512a73 Date: 2014-12-03 21:02 -0500 http://bitbucket.org/pypy/pypy/changeset/73e3f0512a73/ Log:move unnecessary additions to base iterator from nditer branches to subclass diff --git a/pypy/module/micronumpy/iterators.py b/pypy/m

[pypy-commit] pypy default: cleanup comments

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74804:cab353e0b9a5 Date: 2014-12-03 21:08 -0500 http://bitbucket.org/pypy/pypy/changeset/cab353e0b9a5/ Log:cleanup comments diff --git a/pypy/module/micronumpy/nditer.py b/pypy/module/micronumpy/nditer.py --- a/pypy/module/micronumpy/nditer.py +++ b/

[pypy-commit] pypy default: optimize call2 when lhs or rhs is a scalar

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74805:378bfef11c09 Date: 2014-12-03 23:30 -0500 http://bitbucket.org/pypy/pypy/changeset/378bfef11c09/ Log:optimize call2 when lhs or rhs is a scalar diff --git a/pypy/module/micronumpy/flatiter.py b/pypy/module/micronumpy/flatiter.py --- a/pypy/mod

[pypy-commit] pypy default: enable test_multidim in test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74806:5ae2c3c20777 Date: 2014-12-03 23:54 -0500 http://bitbucket.org/pypy/pypy/changeset/5ae2c3c20777/ Log:enable test_multidim in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/

[pypy-commit] pypy default: enable test_multidim_slice in test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74807:5f2acc45e585 Date: 2014-12-04 00:20 -0500 http://bitbucket.org/pypy/pypy/changeset/5f2acc45e585/ Log:enable test_multidim_slice in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a

[pypy-commit] pypy default: enable test_broadcast too

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74808:d1a536a138a3 Date: 2014-12-04 00:36 -0500 http://bitbucket.org/pypy/pypy/changeset/d1a536a138a3/ Log:enable test_broadcast too diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/m

[pypy-commit] extradoc extradoc: Progress

2014-12-03 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5476:dc90c5848fd0 Date: 2014-12-04 07:28 +0530 http://bitbucket.org/pypy/extradoc/changeset/dc90c5848fd0/ Log:Progress diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst --- a/talk/scipyindia2014/talk.rst +++ b/talk

[pypy-commit] extradoc extradoc: Add the rst2beamer boilerplate

2014-12-03 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5475:f56bf45a654e Date: 2014-12-04 02:25 +0100 http://bitbucket.org/pypy/extradoc/changeset/f56bf45a654e/ Log:Add the rst2beamer boilerplate diff --git a/talk/scipyindia2014/Makefile b/talk/scipyindia2014/Makefile new file mode 100644 --

[pypy-commit] extradoc extradoc: Progress

2014-12-03 Thread rguillebert
Author: Romain Guillebert Branch: extradoc Changeset: r5474:70b9b4be4e0d Date: 2014-12-04 02:13 +0100 http://bitbucket.org/pypy/extradoc/changeset/70b9b4be4e0d/ Log:Progress diff --git a/talk/scipyindia2014/talk.rst b/talk/scipyindia2014/talk.rst --- a/talk/scipyindia2014/talk.rst +++ b/talk

[pypy-commit] pypy default: test any/all in test_zjit

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74809:0961d3cfbdde Date: 2014-12-04 02:09 -0500 http://bitbucket.org/pypy/pypy/changeset/0961d3cfbdde/ Log:test any/all in test_zjit diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py --- a/pypy/module/m

[pypy-commit] pypy default: whitespace

2014-12-03 Thread bdkearns
Author: Brian Kearns Branch: Changeset: r74810:092797de8785 Date: 2014-12-04 02:13 -0500 http://bitbucket.org/pypy/pypy/changeset/092797de8785/ Log:whitespace diff --git a/pypy/module/micronumpy/descriptor.py b/pypy/module/micronumpy/descriptor.py --- a/pypy/module/micronumpy/descriptor.py