[pypy-commit] pypy optresult-unroll: fix some more tests

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79163:a747291d1194 Date: 2015-08-23 18:23 +0200 http://bitbucket.org/pypy/pypy/changeset/a747291d1194/ Log:fix some more tests diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py

[pypy-commit] pypy optresult-unroll: Pass the test?

2015-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult-unroll Changeset: r79164:44cdf9256258 Date: 2015-08-23 18:55 +0200 http://bitbucket.org/pypy/pypy/changeset/44cdf9256258/ Log:Pass the test? diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebasic.py

[pypy-commit] pypy optresult: Fix the merge

2015-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult Changeset: r79168:fda6dfca8877 Date: 2015-08-23 20:33 +0200 http://bitbucket.org/pypy/pypy/changeset/fda6dfca8877/ Log:Fix the merge diff --git a/rpython/jit/backend/llsupport/rewrite.py b/rpython/jit/backend/llsupport/rewrite.py ---

[pypy-commit] pypy optresult-unroll: don't propagate big intbounds in virtualstate

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79162:1b0cc8297a84 Date: 2015-08-23 17:57 +0200 http://bitbucket.org/pypy/pypy/changeset/1b0cc8297a84/ Log:don't propagate big intbounds in virtualstate diff --git

[pypy-commit] pypy optresult-unroll: fix two tests

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79166:ccbfc9b9ffeb Date: 2015-08-23 20:27 +0200 http://bitbucket.org/pypy/pypy/changeset/ccbfc9b9ffeb/ Log:fix two tests diff --git a/rpython/jit/metainterp/test/test_ajit.py

[pypy-commit] pypy vecopt-merge: translation issue, assigning to wrong class

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79169:2e20dba31d03 Date: 2015-08-23 20:36 +0200 http://bitbucket.org/pypy/pypy/changeset/2e20dba31d03/ Log:translation issue, assigning to wrong class diff --git a/rpython/jit/metainterp/optimizeopt/guard.py

[pypy-commit] pypy optresult-unroll: hg merge optresult

2015-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult-unroll Changeset: r79173:d28b92c9f186 Date: 2015-08-23 21:40 +0200 http://bitbucket.org/pypy/pypy/changeset/d28b92c9f186/ Log:hg merge optresult diff --git a/rpython/jit/backend/llgraph/runner.py b/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy optresult-unroll: pass arraydescr a bit everywhere for short preamble

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79160:ed85c661a0e3 Date: 2015-08-23 17:49 +0200 http://bitbucket.org/pypy/pypy/changeset/ed85c661a0e3/ Log:pass arraydescr a bit everywhere for short preamble diff --git

[pypy-commit] pypy optresult-unroll: fix the test

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79161:83797180a4da Date: 2015-08-23 17:50 +0200 http://bitbucket.org/pypy/pypy/changeset/83797180a4da/ Log:fix the test diff --git a/rpython/jit/metainterp/test/test_ajit.py

[pypy-commit] pypy vecopt-merge: added docu to LoopVersion, translation issue with tuple/None unification

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79170:70512ea6c862 Date: 2015-08-23 20:50 +0200 http://bitbucket.org/pypy/pypy/changeset/70512ea6c862/ Log:added docu to LoopVersion, translation issue with tuple/None unification diff --git

[pypy-commit] pypy vecopt-merge: need the 4th element in the tuple, the reference to descr.version is removed!

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79174:c0ed1ea7fc3b Date: 2015-08-23 21:44 +0200 http://bitbucket.org/pypy/pypy/changeset/c0ed1ea7fc3b/ Log:need the 4th element in the tuple, the reference to descr.version is removed! diff --git

[pypy-commit] pypy vecopt-merge: saving of accum state more explicit

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79156:caedfb3ee99b Date: 2015-08-23 15:14 +0200 http://bitbucket.org/pypy/pypy/changeset/caedfb3ee99b/ Log:saving of accum state more explicit diff --git a/rpython/jit/backend/llsupport/assembler.py

[pypy-commit] pypy optresult-unroll: small fixes

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79157:c3bc8ad8a836 Date: 2015-08-23 17:16 +0200 http://bitbucket.org/pypy/pypy/changeset/c3bc8ad8a836/ Log:small fixes diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py

[pypy-commit] pypy optresult: Kill code, and hopefully let translation work better. Not fully tested,

2015-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult Changeset: r79172:ef93711c3900 Date: 2015-08-23 20:25 +0100 http://bitbucket.org/pypy/pypy/changeset/ef93711c3900/ Log:Kill code, and hopefully let translation work better. Not fully tested, because a number of the tests modified

[pypy-commit] pypy optresult: Translation fix

2015-08-23 Thread arigo
Author: Armin Rigo ar...@tunes.org Branch: optresult Changeset: r79171:c3624e107b1b Date: 2015-08-23 20:02 +0100 http://bitbucket.org/pypy/pypy/changeset/c3624e107b1b/ Log:Translation fix diff --git a/rpython/jit/metainterp/optimizeopt/info.py b/rpython/jit/metainterp/optimizeopt/info.py

[pypy-commit] pypy default: add freebsd builder to release builds, allow setting user name in force_builds

2015-08-23 Thread mattip
Author: mattip matti.pi...@gmail.com Branch: Changeset: r79175:fd574a88c241 Date: 2015-08-23 23:08 +0300 http://bitbucket.org/pypy/pypy/changeset/fd574a88c241/ Log:add freebsd builder to release builds, allow setting user name in force_builds diff --git a/pypy/doc/how-to-release.rst

[pypy-commit] pypy vecopt-merge: updated failure for accum to be printed at runtime

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79150:b06be6fc7944 Date: 2015-08-23 08:58 +0200 http://bitbucket.org/pypy/pypy/changeset/b06be6fc7944/ Log:updated failure for accum to be printed at runtime diff --git a/rpython/jit/backend/x86/regalloc.py

[pypy-commit] pypy optresult-unroll: clenaup input arguments and fix some tests

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79146:7d5e249ccc68 Date: 2015-08-23 10:04 +0200 http://bitbucket.org/pypy/pypy/changeset/7d5e249ccc68/ Log:clenaup input arguments and fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/heap.py

[pypy-commit] pypy optresult-unroll: write a test for bridge (failing so far)

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79152:b04b6f538add Date: 2015-08-23 12:46 +0200 http://bitbucket.org/pypy/pypy/changeset/b04b6f538add/ Log:write a test for bridge (failing so far) diff --git a/rpython/jit/backend/llgraph/runner.py

[pypy-commit] pypy optresult-unroll: reenable inputargs checking (maybe?)

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79148:d8b3b12ad45c Date: 2015-08-23 11:03 +0200 http://bitbucket.org/pypy/pypy/changeset/d8b3b12ad45c/ Log:reenable inputargs checking (maybe?) diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: whack at problems some more

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79147:e977efbc9001 Date: 2015-08-23 10:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e977efbc9001/ Log:whack at problems some more diff --git a/rpython/jit/metainterp/optimizeopt/test/test_util.py

[pypy-commit] pypy optresult-unroll: fix some tests

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79149:1643091d8b44 Date: 2015-08-23 11:11 +0200 http://bitbucket.org/pypy/pypy/changeset/1643091d8b44/ Log:fix some tests diff --git a/rpython/jit/metainterp/optimizeopt/optimizer.py

[pypy-commit] pypy optresult-unroll: fix more tests

2015-08-23 Thread fijal
Author: Maciej Fijalkowski fij...@gmail.com Branch: optresult-unroll Changeset: r79158:ed3d726ab106 Date: 2015-08-23 17:22 +0200 http://bitbucket.org/pypy/pypy/changeset/ed3d726ab106/ Log:fix more tests diff --git a/rpython/jit/metainterp/optimizeopt/test/test_optimizebridge.py

[pypy-commit] pypy vecopt-merge: used not_implemented function already present in regalloc.py

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79151:12bbf27bd64c Date: 2015-08-23 12:29 +0200 http://bitbucket.org/pypy/pypy/changeset/12bbf27bd64c/ Log:used not_implemented function already present in regalloc.py diff --git a/rpython/jit/backend/x86/regalloc.py

[pypy-commit] pypy vecopt-merge: a all new stitch bridge that considers register mapping. works for accumulation values as well

2015-08-23 Thread plan_rich
Author: Richard Plangger r...@pasra.at Branch: vecopt-merge Changeset: r79159:0a4078644343 Date: 2015-08-23 17:24 +0200 http://bitbucket.org/pypy/pypy/changeset/0a4078644343/ Log:a all new stitch bridge that considers register mapping. works for accumulation values as well diff --git