[pypy-commit] pypy default: Use INT_LSHIFT instead of INT_MUL when possible

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81403:77683cabfc5b Date: 2015-12-20 09:57 +0100 http://bitbucket.org/pypy/pypy/changeset/77683cabfc5b/ Log:Use INT_LSHIFT instead of INT_MUL when possible diff --git a/rpython/jit/backend/llsupport/rewrite.py

[pypy-commit] buildbot default: compat_i_ble, not compat_a_ble

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r974:2a247b9421bd Date: 2015-12-20 10:50 +0100 http://bitbucket.org/pypy/buildbot/changeset/2a247b9421bd/ Log:compat_i_ble, not compat_a_ble diff --git a/master/templates/layout.html b/master/templates/layout.html ---

[pypy-commit] pypy default: untested: adapt the ARM backend to gc_load/gc_store

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81404:bc29b98d120a Date: 2015-12-20 10:27 +0100 http://bitbucket.org/pypy/pypy/changeset/bc29b98d120a/ Log:untested: adapt the ARM backend to gc_load/gc_store diff --git a/rpython/jit/backend/arm/opassembler.py

[pypy-commit] pypy default: Kill the last bits of ZERO_PTR_FIELD that are still there but never used

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81402:b697480a86fb Date: 2015-12-20 09:27 +0100 http://bitbucket.org/pypy/pypy/changeset/b697480a86fb/ Log:Kill the last bits of ZERO_PTR_FIELD that are still there but never used (this used to be an operation generated by

[pypy-commit] pypy default: translation fix in some cases

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81408:6830874c9e26 Date: 2015-12-20 13:08 +0100 http://bitbucket.org/pypy/pypy/changeset/6830874c9e26/ Log:translation fix in some cases diff --git a/rpython/rlib/rposix.py b/rpython/rlib/rposix.py --- a/rpython/rlib/rposix.py +++

[pypy-commit] pypy default: add

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81407:c693d1d616c3 Date: 2015-12-20 10:41 +0100 http://bitbucket.org/pypy/pypy/changeset/c693d1d616c3/ Log:add diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/whatsnew-head.rst +++

[pypy-commit] pypy fix-missing-canraise: Looks like canraise needs to be there...

2015-12-20 Thread Vincent Legoll
Author: Vincent Legoll Branch: fix-missing-canraise Changeset: r81405:b1e7af4fc0c9 Date: 2015-12-20 02:53 +0100 http://bitbucket.org/pypy/pypy/changeset/b1e7af4fc0c9/ Log:Looks like canraise needs to be there... diff --git a/rpython/flowspace/operation.py

[pypy-commit] pypy default: Merged in vincentlegoll/pypy/fix-missing-canraise (pull request #382)

2015-12-20 Thread arigo
Author: Armin Rigo Branch: Changeset: r81406:8b08c8ce6257 Date: 2015-12-20 10:39 +0100 http://bitbucket.org/pypy/pypy/changeset/8b08c8ce6257/ Log:Merged in vincentlegoll/pypy/fix-missing-canraise (pull request #382) Looks like canraise needs to be

[pypy-commit] extradoc extradoc: FOSDEM abstract

2015-12-20 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r5575:6854a11aa352 Date: 2015-12-20 15:17 +0100 http://bitbucket.org/pypy/extradoc/changeset/6854a11aa352/ Log:FOSDEM abstract diff --git a/talk/fosdem2016/abstract.txt b/talk/fosdem2016/abstract.txt new file mode 100644 ---

[pypy-commit] pypy exctrans: Inline rtyper.attachRuntimeTypeInfoFunc into its only caller (and delete dead test)

2015-12-20 Thread rlamy
Author: Ronan Lamy Branch: exctrans Changeset: r81409:6fdf80c493ae Date: 2015-12-20 17:47 +0100 http://bitbucket.org/pypy/pypy/changeset/6fdf80c493ae/ Log:Inline rtyper.attachRuntimeTypeInfoFunc into its only caller (and delete dead test) diff --git