[pypy-commit] pypy vecopt-merge: beating the integraiton tests, roughly half work already

2015-09-18 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79683:5190c354f531 Date: 2015-09-18 11:45 +0200 http://bitbucket.org/pypy/pypy/changeset/5190c354f531/ Log:beating the integraiton tests, roughly half work already diff --git a/rpython/jit/metainterp/optimizeopt/__init__.py b/rpython

[pypy-commit] pypy vecopt-merge: pushing forward to 3/4 passing (yay)

2015-09-18 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79684:cbfcb6aca9d7 Date: 2015-09-18 12:55 +0200 http://bitbucket.org/pypy/pypy/changeset/cbfcb6aca9d7/ Log:pushing forward to 3/4 passing (yay) diff --git a/rpython/jit/metainterp/optimizeopt/guard.py b/rpython/jit/metainterp/optimiz

[pypy-commit] pypy stmgc-c8-gcc: update TODO

2015-09-18 Thread Raemi
Author: Remi Meier Branch: stmgc-c8-gcc Changeset: r79685:6f9104e6177d Date: 2015-09-18 14:03 +0200 http://bitbucket.org/pypy/pypy/changeset/6f9104e6177d/ Log:update TODO diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -1,25 +1,50 @@ ---

[pypy-commit] pypy default: check_correct_type() should also be true in getfield_gc_x.

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79686:3b890eadde77 Date: 2015-09-18 16:03 +0200 http://bitbucket.org/pypy/pypy/changeset/3b890eadde77/ Log:check_correct_type() should also be true in getfield_gc_x. diff --git a/rpython/jit/backend/llsupport/llmodel.py b/rpython/jit/backend/llsupport

[pypy-commit] pypy vecopt-merge: (integration tests) six of them still failing, but the rest is working

2015-09-18 Thread plan_rich
Author: Richard Plangger Branch: vecopt-merge Changeset: r79687:6877dfe0b4c0 Date: 2015-09-18 16:07 +0200 http://bitbucket.org/pypy/pypy/changeset/6877dfe0b4c0/ Log:(integration tests) six of them still failing, but the rest is working diff --git a/rpython/jit/metainterp/optimizeopt/

[pypy-commit] pypy default: Skip this test if the address happens not to fit in 32 bits

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79688:bc98bea0ea47 Date: 2015-09-18 16:52 +0200 http://bitbucket.org/pypy/pypy/changeset/bc98bea0ea47/ Log:Skip this test if the address happens not to fit in 32 bits diff --git a/rpython/jit/backend/x86/test/test_regloc.py b/rpython/jit/backend/x86/t

[pypy-commit] pypy default: 32-bit fix

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79689:59f91f4b5f82 Date: 2015-09-18 17:14 +0200 http://bitbucket.org/pypy/pypy/changeset/59f91f4b5f82/ Log:32-bit fix diff --git a/rpython/jit/backend/test/runner_test.py b/rpython/jit/backend/test/runner_test.py --- a/rpython/jit/backend/test/runner_

[pypy-commit] pypy default: 32-bit fixes

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79690:6d09c895938b Date: 2015-09-18 17:19 +0200 http://bitbucket.org/pypy/pypy/changeset/6d09c895938b/ Log:32-bit fixes diff --git a/rpython/jit/backend/test/calling_convention_test.py b/rpython/jit/backend/test/calling_convention_test.py --- a/rpytho

[pypy-commit] pypy default: Silence warnings

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79691:2e5394a3ed87 Date: 2015-09-18 17:28 +0200 http://bitbucket.org/pypy/pypy/changeset/2e5394a3ed87/ Log:Silence warnings diff --git a/rpython/jit/backend/llsupport/assembler.py b/rpython/jit/backend/llsupport/assembler.py --- a/rpython/jit/backend/

[pypy-commit] pypy default: Extra op, killed by the backend anyway

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79692:c689e7bd9ef6 Date: 2015-09-18 17:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c689e7bd9ef6/ Log:Extra op, killed by the backend anyway diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py

[pypy-commit] pypy default: more of the same

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79693:66eccb74f01b Date: 2015-09-18 16:51 +0100 http://bitbucket.org/pypy/pypy/changeset/66eccb74f01b/ Log:more of the same diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py --- a/pypy/module/pypy

[pypy-commit] pypy default: fix on 32-bit

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79694:d4c467d8b229 Date: 2015-09-18 18:07 +0200 http://bitbucket.org/pypy/pypy/changeset/d4c467d8b229/ Log:fix on 32-bit diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/jit/metai

[pypy-commit] pypy default: more of the same

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79695:c1aa791eca45 Date: 2015-09-18 18:10 +0200 http://bitbucket.org/pypy/pypy/changeset/c1aa791eca45/ Log:more of the same diff --git a/rpython/jit/metainterp/optimizeopt/rewrite.py b/rpython/jit/metainterp/optimizeopt/rewrite.py --- a/rpython/jit/me

[pypy-commit] pypy default: Fix for a corner case: functions returning a constant 'nan'

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79696:071d445c8497 Date: 2015-09-18 19:33 +0200 http://bitbucket.org/pypy/pypy/changeset/071d445c8497/ Log:Fix for a corner case: functions returning a constant 'nan' diff --git a/rpython/rtyper/rtyper.py b/rpython/rtyper/rtyper.py --- a/rpython/rtyper

[pypy-commit] pypy default: Skip this part of the test on 32-bit

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79697:9f766aaa5b89 Date: 2015-09-18 19:39 +0200 http://bitbucket.org/pypy/pypy/changeset/9f766aaa5b89/ Log:Skip this part of the test on 32-bit diff --git a/rpython/jit/metainterp/test/test_resume.py b/rpython/jit/metainterp/test/test_resume.py --- a/

[pypy-commit] pypy default: Randomly attempting to fix arm by copying the Jit386Mixin from

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79698:e02c3c4e998f Date: 2015-09-18 21:10 +0200 http://bitbucket.org/pypy/pypy/changeset/e02c3c4e998f/ Log:Randomly attempting to fix arm by copying the Jit386Mixin from x86/test/test_basic diff --git a/rpython/jit/backend/arm/test/support.py

[pypy-commit] pypy default: fix?

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79699:bb607daa5d7a Date: 2015-09-18 21:13 +0200 http://bitbucket.org/pypy/pypy/changeset/bb607daa5d7a/ Log:fix? diff --git a/rpython/jit/backend/arm/test/test_regalloc.py b/rpython/jit/backend/arm/test/test_regalloc.py --- a/rpython/jit/backend/arm/te

[pypy-commit] pypy default: Kill this old-style test

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79700:e2d673030e01 Date: 2015-09-18 21:14 +0200 http://bitbucket.org/pypy/pypy/changeset/e2d673030e01/ Log:Kill this old-style test diff --git a/rpython/jit/backend/arm/test/test_regalloc2.py b/rpython/jit/backend/arm/test/test_regalloc2.py deleted fi

[pypy-commit] pypy default: fix?

2015-09-18 Thread arigo
Author: Armin Rigo Branch: Changeset: r79701:3ee9698ef91b Date: 2015-09-18 21:17 +0200 http://bitbucket.org/pypy/pypy/changeset/3ee9698ef91b/ Log:fix? diff --git a/rpython/jit/backend/arm/test/test_helper.py b/rpython/jit/backend/arm/test/test_helper.py --- a/rpython/jit/backend/arm/test/t