[pypy-commit] pypy default: fix test, related to register allocation changes

2013-07-31 Thread bivab
Author: David Schneider Branch: Changeset: r65851:7b4d87a9afe9 Date: 2013-07-31 04:09 -0500 http://bitbucket.org/pypy/pypy/changeset/7b4d87a9afe9/ Log:fix test, related to register allocation changes diff --git a/rpython/jit/backend/llsupport/test/test_gc_integration.py b/rpython/jit/backe

[pypy-commit] pypy stmgc-c4: forgot the case where cmp(immed, immed) in ptr_eq

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65854:94a435e2cdb5 Date: 2013-07-31 11:32 +0200 http://bitbucket.org/pypy/pypy/changeset/94a435e2cdb5/ Log:forgot the case where cmp(immed,immed) in ptr_eq diff --git a/rpython/jit/backend/x86/assembler.py b/rpython/jit/backend/x86/assembler.p

[pypy-commit] pypy stmgc-c4: needed for calling clear_exception_data_on_abort, I guess..

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65853:f5e47c3c6884 Date: 2013-07-31 11:31 +0200 http://bitbucket.org/pypy/pypy/changeset/f5e47c3c6884/ Log:needed for calling clear_exception_data_on_abort, I guess.. diff --git a/rpython/rlib/rstm.py b/rpython/rlib/rstm.py --- a/rpython/rlib/r

[pypy-commit] pypy stmgc-c4: another failing test for stmrewrite

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65852:e3b44b46c55c Date: 2013-07-31 10:57 +0200 http://bitbucket.org/pypy/pypy/changeset/e3b44b46c55c/ Log:another failing test for stmrewrite diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py b/rpython/jit/backend/llsupport/t

[pypy-commit] pypy foldable-getarrayitem-indexerror: a pypy-c test

2013-07-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: foldable-getarrayitem-indexerror Changeset: r65855:1a85c6a3e2fb Date: 2013-07-31 12:10 +0200 http://bitbucket.org/pypy/pypy/changeset/1a85c6a3e2fb/ Log:a pypy-c test diff --git a/pypy/module/pypyjit/test_pypy_c/test_containers.py b/pypy/module/pypyjit/tes

[pypy-commit] pypy foldable-getarrayitem-indexerror: a what's new entry

2013-07-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: foldable-getarrayitem-indexerror Changeset: r65856:b5c526aa2b94 Date: 2013-07-31 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/b5c526aa2b94/ Log:a what's new entry diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst --- a/pypy/doc/w

[pypy-commit] pypy default: merge foldable-getarrayitem-indexerror: constant-fold reads out of constant

2013-07-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r65858:27316dbf2693 Date: 2013-07-31 12:18 +0200 http://bitbucket.org/pypy/pypy/changeset/27316dbf2693/ Log:merge foldable-getarrayitem-indexerror: constant-fold reads out of constant applevel tuples diff --git a/pypy/doc/whatsnew-head.

[pypy-commit] pypy foldable-getarrayitem-indexerror: close to-be-merged branch

2013-07-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: foldable-getarrayitem-indexerror Changeset: r65857:6448f2f5ce8c Date: 2013-07-31 12:14 +0200 http://bitbucket.org/pypy/pypy/changeset/6448f2f5ce8c/ Log:close to-be-merged branch ___ pypy-commit mailing list pypy-

[pypy-commit] pypy stmgc-c4: yet another failing test for stmrewrite

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65859:7134c15384b9 Date: 2013-07-31 12:39 +0200 http://bitbucket.org/pypy/pypy/changeset/7134c15384b9/ Log:yet another failing test for stmrewrite diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py b/rpython/jit/backend/llsuppo

[pypy-commit] pypy stmgc-c4: more testing, more fixes

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65860:455bc75d0676 Date: 2013-07-31 13:30 +0200 http://bitbucket.org/pypy/pypy/changeset/455bc75d0676/ Log:more testing, more fixes diff --git a/rpython/jit/backend/llsupport/test/zrpy_gc_test.py b/rpython/jit/backend/llsupport/test/zrpy_gc_te

[pypy-commit] pypy stmgc-c4: and another test for stmrewrite.py

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65861:6356290b8a58 Date: 2013-07-31 13:39 +0200 http://bitbucket.org/pypy/pypy/changeset/6356290b8a58/ Log:and another test for stmrewrite.py diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py b/rpython/jit/backend/llsupport/te

[pypy-commit] pypy default: make it possible to have the target return just the main function, which is by

2013-07-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r65862:cf4c83c12bb3 Date: 2013-07-31 13:41 +0200 http://bitbucket.org/pypy/pypy/changeset/cf4c83c12bb3/ Log:make it possible to have the target return just the main function, which is by far the most common case nowadays. diff --git a/r

[pypy-commit] pypy default: similarly, make specifying a jitpolicy in the target optional: apart from PyPy,

2013-07-31 Thread cfbolz
Author: Carl Friedrich Bolz Branch: Changeset: r65863:8cf2c459003e Date: 2013-07-31 14:12 +0200 http://bitbucket.org/pypy/pypy/changeset/8cf2c459003e/ Log:similarly, make specifying a jitpolicy in the target optional: apart from PyPy, almost all targets use the default policy. diff

[pypy-commit] pypy stmgc-c4: add jump()s

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65864:ea39b8c3bddc Date: 2013-07-31 13:43 +0200 http://bitbucket.org/pypy/pypy/changeset/ea39b8c3bddc/ Log:add jump()s diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py b/rpython/jit/backend/llsupport/test/test_stmrewrite.py -

[pypy-commit] pypy stmgc-c4: fix and expand test

2013-07-31 Thread Raemi
Author: Remi Meier Branch: stmgc-c4 Changeset: r65865:28cb2c7bb151 Date: 2013-07-31 14:02 +0200 http://bitbucket.org/pypy/pypy/changeset/28cb2c7bb151/ Log:fix and expand test diff --git a/rpython/jit/backend/llsupport/test/test_stmrewrite.py b/rpython/jit/backend/llsupport/test/test_stmrewr

[pypy-commit] pypy refactor-str-types: hg merge default

2013-07-31 Thread Manuel Jacob
Author: Manuel Jacob Branch: refactor-str-types Changeset: r65866:a8ec1d207404 Date: 2013-07-31 22:19 +0200 http://bitbucket.org/pypy/pypy/changeset/a8ec1d207404/ Log:hg merge default diff --git a/lib_pypy/_curses.py b/lib_pypy/_curses.py --- a/lib_pypy/_curses.py +++ b/lib_pypy/_curses.py @@