[pypy-commit] pypy vecopt-merge: adjusting the resop creation to remove the vectorbox, work in progress

2015-09-11 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79589:7783b6299af3 Date: 2015-09-11 12:51 +0200 http://bitbucket.org/pypy/pypy/changeset/7783b6299af3/ Log:adjusting the resop creation to remove the vectorbox, work in progress diff --git a/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy ppc-updated-backend: hg merge decda77d1ea6 (branch optimize-cond-call)

2015-09-11 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79591:c9c35ead1602 Date: 2015-09-11 15:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c9c35ead1602/ Log:hg merge decda77d1ea6 (branch optimize-cond-call) diff too long, truncating to 2000 out of 3637 lines diff --git a/.hgtags b/

[pypy-commit] pypy ppc-updated-backend: PPC Backend #3: fix the calls.

2015-09-11 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79592:5b7660b90e96 Date: 2015-09-05 18:35 +0200 http://bitbucket.org/pypy/pypy/changeset/5b7660b90e96/ Log:PPC Backend #3: fix the calls. Reviewed the particular calling conventions and adapted to them. Copy and adapt

[pypy-commit] pypy ppc-updated-backend: PPC Backend #3 (1/2): intermediate progress

2015-09-11 Thread arigo
Author: Armin Rigo Branch: ppc-updated-backend Changeset: r79590:b1f98b2e68b5 Date: 2015-09-02 18:44 +0200 http://bitbucket.org/pypy/pypy/changeset/b1f98b2e68b5/ Log:PPC Backend #3 (1/2): intermediate progress diff --git a/rpython/jit/backend/ppc/arch.py b/rpython/jit/backend/ppc/arch.py ---

[pypy-commit] pypy vecopt-merge: work in progress, adapting the transformation from pack -> vecop

2015-09-11 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79593:cd37e9273b1b Date: 2015-09-11 18:13 +0200 http://bitbucket.org/pypy/pypy/changeset/cd37e9273b1b/ Log:work in progress, adapting the transformation from pack -> vecop diff --git a/rpython/jit/metainterp/optimizeopt/dependency.py