[pypy-commit] pypy default: Comment

2015-09-24 Thread arigo
Author: Armin Rigo Branch: Changeset: r79806:3c4e18e30656 Date: 2015-09-24 09:47 +0200 http://bitbucket.org/pypy/pypy/changeset/3c4e18e30656/ Log:Comment diff --git a/pypy/doc/extending.rst b/pypy/doc/extending.rst --- a/pypy/doc/extending.rst +++ b/pypy/doc/extending.rst @@ -5,8 +5,8 @@ w

[pypy-commit] pypy ppc-updated-backend: PPC Backend #5: GC

2015-09-24 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79807:293103ba23de Date: 2015-09-24 10:45 +0200 http://bitbucket.org/pypy/pypy/changeset/293103ba23de/ Log:PPC Backend #5: GC Support for a non-testing, non-Boehm GC. Implemented the various kinds of mallocs, the writ

[pypy-commit] pypy vecopt-merge: only one test for llgraph failing

2015-09-24 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79808:ed1cb45ccbd1 Date: 2015-09-24 12:53 +0200 http://bitbucket.org/pypy/pypy/changeset/ed1cb45ccbd1/ Log:only one test for llgraph failing diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py -

[pypy-commit] pypy shadowstack-no-move: A branch to fix issue #2141: after the fix for issue #2017, one good

2015-09-24 Thread arigo
Author: Armin Rigo Branch: shadowstack-no-move Changeset: r79809:4ef6c875023c Date: 2015-09-24 14:46 +0200 http://bitbucket.org/pypy/pypy/changeset/4ef6c875023c/ Log:A branch to fix issue #2141: after the fix for issue #2017, one good optimization in the JIT doesn't actually work if w

[pypy-commit] pypy vecopt-merge: llgraph working again

2015-09-24 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79810:f1468a7d8892 Date: 2015-09-24 15:34 +0200 http://bitbucket.org/pypy/pypy/changeset/f1468a7d8892/ Log:llgraph working again diff --git a/rpython/jit/metainterp/optimizeopt/guard.py b/rpython/jit/metainterp/optimizeopt/guard.py -

[pypy-commit] pypy shadowstack-no-move: Implement shadow stack support directly inside the stacklet code

2015-09-24 Thread arigo
Author: Armin Rigo Branch: shadowstack-no-move Changeset: r79811:75c41a62a963 Date: 2015-09-24 17:06 +0200 http://bitbucket.org/pypy/pypy/changeset/75c41a62a963/ Log:Implement shadow stack support directly inside the stacklet code diff --git a/rpython/translator/c/src/stacklet/stacklet.c b/

[pypy-commit] pypy vecopt-merge: x86 assembler half way through, accumulation leaves behind an fail descr that is tried to be stiched (but removed from the trace)

2015-09-24 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79812:fd39e085206b Date: 2015-09-24 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/fd39e085206b/ Log:x86 assembler half way through, accumulation leaves behind an fail descr that is tried to be stiched (but removed from t

[pypy-commit] pypy vecopt-merge: removes the unused faildescr from the versioned loop info

2015-09-24 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79813:5fa27b9b5c0c Date: 2015-09-24 18:33 +0200 http://bitbucket.org/pypy/pypy/changeset/5fa27b9b5c0c/ Log:removes the unused faildescr from the versioned loop info diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/back

[pypy-commit] pypy default: Expose numpy.flagsobj as _numpypy.multiarray.flagsobj

2015-09-24 Thread rlamy
Author: Ronan Lamy Branch: Changeset: r79814:dd5cf28797b0 Date: 2015-09-24 20:11 +0100 http://bitbucket.org/pypy/pypy/changeset/dd5cf28797b0/ Log:Expose numpy.flagsobj as _numpypy.multiarray.flagsobj diff --git a/pypy/module/micronumpy/__init__.py b/pypy/module/micronumpy/__init__.py --- a

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

2015-09-24 Thread arigo
Author: Armin Rigo Branch: extradoc Changeset: r639:626601a92b87 Date: 2015-09-24 22:43 +0200 http://bitbucket.org/pypy/pypy.org/changeset/626601a92b87/ Log:update the values diff --git a/don1.html b/don1.html --- a/don1.html +++ b/don1.html @@ -15,7 +15,7 @@ - $60560 of $105000 (

[pypy-commit] pypy shadowstack-no-move: in-progress

2015-09-24 Thread arigo
Author: Armin Rigo Branch: shadowstack-no-move Changeset: r79815:d9733b69dd6b Date: 2015-09-24 23:01 +0200 http://bitbucket.org/pypy/pypy/changeset/d9733b69dd6b/ Log:in-progress diff --git a/rpython/rlib/_rffi_stacklet.py b/rpython/rlib/_rffi_stacklet.py --- a/rpython/rlib/_rffi_stacklet.py

[pypy-commit] pypy default: export, test ndarray.flags.num

2015-09-24 Thread mattip
Author: mattip Branch: Changeset: r79816:d9a0ad02e94c Date: 2015-09-25 09:21 +0300 http://bitbucket.org/pypy/pypy/changeset/d9a0ad02e94c/ Log:export, test ndarray.flags.num diff --git a/pypy/module/micronumpy/boxes.py b/pypy/module/micronumpy/boxes.py --- a/pypy/module/micronumpy/boxes.py +