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

2016-03-08 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r715:60b977006d8b Date: 2016-03-09 02:54 +0100 http://bitbucket.org/pypy/pypy.org/changeset/60b977006d8b/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $63060 of $105000 (

[pypy-commit] pypy traceviewer-common-merge-point-formats: (traceviewer) try to parse most common debug_merge_point formarts out there

2016-03-08 Thread krono
Author: Tobias Pape Branch: traceviewer-common-merge-point-formats Changeset: r82896:00a68dd7adc9 Date: 2016-03-09 00:53 +0100 http://bitbucket.org/pypy/pypy/changeset/00a68dd7adc9/ Log:(traceviewer) try to parse most common debug_merge_point formarts out there Includes:

[pypy-commit] pypy default: Fix guard sorting in trace viewer

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82892:d86a5d5d083f Date: 2016-03-08 20:49 +0100 http://bitbucket.org/pypy/pypy/changeset/d86a5d5d083f/ Log:Fix guard sorting in trace viewer (previously sorted by string order, which does not work for hex) diff --git a/rpython/jit/tool/tracev

[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82895:7395989c4270 Date: 2016-03-08 20:58 +0100 http://bitbucket.org/pypy/pypy/changeset/7395989c4270/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/jit/tool/traceviewer.py b/rpython/jit/tool/traceviewer.py --- a/rpython/

[pypy-commit] pypy default: revert tiny refactoring to retain reversedness

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82894:13d96e945b0b Date: 2016-03-08 20:57 +0100 http://bitbucket.org/pypy/pypy/changeset/13d96e945b0b/ Log:revert tiny refactoring to retain reversedness diff --git a/rpython/jit/tool/traceviewer.py b/rpython/jit/tool/traceviewer.py --- a/rpython/jit/

[pypy-commit] pypy default: Automated merge with ssh://bitbucket.org/pypy/pypy

2016-03-08 Thread krono
Author: Tobias Pape Branch: Changeset: r82893:c49a7c2adcb7 Date: 2016-03-08 20:49 +0100 http://bitbucket.org/pypy/pypy/changeset/c49a7c2adcb7/ Log:Automated merge with ssh://bitbucket.org/pypy/pypy diff --git a/rpython/jit/tool/traceviewer.py b/rpython/jit/tool/traceviewer.py --- a/rpython/

[pypy-commit] pypy default: disable the warning - it always shows (until we can find a better solution)

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82891:e4cbd702822c Date: 2016-03-08 21:54 +0200 http://bitbucket.org/pypy/pypy/changeset/e4cbd702822c/ Log:disable the warning - it always shows (until we can find a better solution) diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_v

[pypy-commit] pypy default: mention jetbrains

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82890:9c4299dc2d60 Date: 2016-03-08 21:28 +0200 http://bitbucket.org/pypy/pypy/changeset/9c4299dc2d60/ Log:mention jetbrains diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pypy/doc/release-5.0.0.rs

[pypy-commit] pypy default: typo

2016-03-08 Thread mattip
Author: mattip Branch: Changeset: r82887:169da91b21a2 Date: 2016-03-08 18:16 +0200 http://bitbucket.org/pypy/pypy/changeset/169da91b21a2/ Log:typo diff --git a/rpython/doc/conf.py b/rpython/doc/conf.py --- a/rpython/doc/conf.py +++ b/rpython/doc/conf.py @@ -121,7 +121,7 @@ # The name for

[pypy-commit] pypy release-5.x: merge default into release

2016-03-08 Thread mattip
Author: mattip Branch: release-5.x Changeset: r82889:8c3942dc33cf Date: 2016-03-08 18:34 +0200 http://bitbucket.org/pypy/pypy/changeset/8c3942dc33cf/ Log:merge default into release diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -123,7 +123,7

[pypy-commit] pypy default: more precise wording

2016-03-08 Thread mattip
Author: mattip Branch: Changeset: r82888:774aa4687a6f Date: 2016-03-08 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/774aa4687a6f/ Log:more precise wording diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.rst +++ b/pypy/doc/release-5.0

[pypy-commit] pypy default: try to fix html titles (thanks Pim van der Eijk)w

2016-03-08 Thread mattip
Author: mattip Branch: Changeset: r82886:181dc3529afd Date: 2016-03-08 18:12 +0200 http://bitbucket.org/pypy/pypy/changeset/181dc3529afd/ Log:try to fix html titles (thanks Pim van der Eijk)w diff --git a/pypy/doc/conf.py b/pypy/doc/conf.py --- a/pypy/doc/conf.py +++ b/pypy/doc/conf.py @@ -

[pypy-commit] pypy default: Test for rpython_startup_code being exported. And fix: it was using the

2016-03-08 Thread arigo
Author: Armin Rigo Branch: Changeset: r82885:62a5b8816876 Date: 2016-03-08 16:46 +0100 http://bitbucket.org/pypy/pypy/changeset/62a5b8816876/ Log:Test for rpython_startup_code being exported. And fix: it was using the wrong macro anyway... diff --git a/rpython/translator/c/src/entry

[pypy-commit] pypy default: merge

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82884:9f7abe836d20 Date: 2016-03-08 17:12 +0200 http://bitbucket.org/pypy/pypy/changeset/9f7abe836d20/ Log:merge diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -240,6 +240,7 @@ Kristjan Valur Jonsson David Lievens Neil Blakey-Milner +

[pypy-commit] pypy default: ugh, export that

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82883:70bd51df3fe6 Date: 2016-03-08 17:11 +0200 http://bitbucket.org/pypy/pypy/changeset/70bd51df3fe6/ Log:ugh, export that diff --git a/rpython/translator/c/src/entrypoint.c b/rpython/translator/c/src/entrypoint.c --- a/rpython/translator/c/src/entrypoint.

[pypy-commit] pypy werat/fix-typo-in-documentation-1457447122290: Fix typo in documentation

2016-03-08 Thread werat
Author: werat Branch: werat/fix-typo-in-documentation-1457447122290 Changeset: r82881:33c65ef7faf9 Date: 2016-03-08 14:29 + http://bitbucket.org/pypy/pypy/changeset/33c65ef7faf9/ Log:Fix typo in documentation diff --git a/pypy/doc/cpython_differences.rst b/pypy/doc/cpython_differences.rs

[pypy-commit] pypy default: Merged in werat/pypy/werat/fix-typo-in-documentation-1457447122290 (pull request #412)

2016-03-08 Thread fijal
Author: Maciej Fijalkowski Branch: Changeset: r82882:72e2c0d9368a Date: 2016-03-08 16:37 +0200 http://bitbucket.org/pypy/pypy/changeset/72e2c0d9368a/ Log:Merged in werat/pypy/werat/fix-typo-in-documentation-1457447122290 (pull request #412) Fix typo in documentation diff --

[pypy-commit] pypy default: remove bugfix that didn't make it into the release

2016-03-08 Thread mattip
Author: mattip Branch: Changeset: r82880:b96f63e5e9fd Date: 2016-03-08 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/b96f63e5e9fd/ Log:remove bugfix that didn't make it into the release diff --git a/pypy/doc/release-5.0.0.rst b/pypy/doc/release-5.0.0.rst --- a/pypy/doc/release-5.0.0.

[pypy-commit] pypy jit-leaner-frontend: progress

2016-03-08 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82877:0be62192045f Date: 2016-03-08 12:31 +0200 http://bitbucket.org/pypy/pypy/changeset/0be62192045f/ Log:progress diff --git a/rpython/jit/metainterp/compile.py b/rpython/jit/metainterp/compile.py --- a/rpython/jit/metainterp/compile.py

[pypy-commit] pypy default: merge

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82879:e1352ae844c0 Date: 2016-03-08 12:37 +0200 http://bitbucket.org/pypy/pypy/changeset/e1352ae844c0/ Log:merge diff --git a/LICENSE b/LICENSE --- a/LICENSE +++ b/LICENSE @@ -240,6 +240,7 @@ Kristjan Valur Jonsson David Lievens Neil Blakey-Milner +

[pypy-commit] pypy default: an attempt to fix OS X 32bit

2016-03-08 Thread fijal
Author: fijal Branch: Changeset: r82878:455ba7f390b8 Date: 2016-03-08 12:36 +0200 http://bitbucket.org/pypy/pypy/changeset/455ba7f390b8/ Log:an attempt to fix OS X 32bit diff --git a/rpython/rlib/rvmprof/src/vmprof_getpc.h b/rpython/rlib/rvmprof/src/vmprof_getpc.h --- a/rpython/rlib/rvmprof

[pypy-commit] pypy jit-leaner-frontend: fix

2016-03-08 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82876:7d2ffc440da7 Date: 2016-03-08 12:17 +0200 http://bitbucket.org/pypy/pypy/changeset/7d2ffc440da7/ Log:fix diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py b/rpython/jit/metainterp/optimizeopt/unroll.py --- a/rpython/jit/meta

[pypy-commit] pypy jit-leaner-frontend: fix the order of resumedata rebuild

2016-03-08 Thread fijal
Author: fijal Branch: jit-leaner-frontend Changeset: r82875:e48b95c1467b Date: 2016-03-08 11:42 +0200 http://bitbucket.org/pypy/pypy/changeset/e48b95c1467b/ Log:fix the order of resumedata rebuild diff --git a/rpython/jit/metainterp/history.py b/rpython/jit/metainterp/history.py --- a/rpytho

[pypy-commit] pypy s390x-backend: jump location was off, shift by parameter of sradi is weird (but it works now)

2016-03-08 Thread plan_rich
Author: Richard Plangger Branch: s390x-backend Changeset: r82874:78f8d539bef6 Date: 2016-03-08 09:25 +0100 http://bitbucket.org/pypy/pypy/changeset/78f8d539bef6/ Log:jump location was off, shift by parameter of sradi is weird (but it works now) diff --git a/rpython/jit/backend/ppc/op