Author: Richard Plangger
Branch: new-jit-log
Changeset: r84396:29b41cf549e1
Date: 2016-05-12 08:59 +0200
http://bitbucket.org/pypy/pypy/changeset/29b41cf549e1/
Log:trying to fix translation issue
diff --git a/rpython/jit/backend/llsupport/assembler.py
b/rpython/jit/backend/llsupport/assembl
Author: Richard Plangger
Branch: new-jit-log
Changeset: r84395:0324cb4dabc8
Date: 2016-05-10 14:48 +0200
http://bitbucket.org/pypy/pypy/changeset/0324cb4dabc8/
Log:merged default, removed jitlog marker .h file
diff --git a/pypy/module/cpyext/ndarrayobject.py
b/pypy/module/cpyext/ndarrayobje
Author: Richard Plangger
Branch: z196-support
Changeset: r84397:f9c522b8828b
Date: 2016-05-12 10:06 +0200
http://bitbucket.org/pypy/pypy/changeset/f9c522b8828b/
Log:removed not used RISBGN instruction and reverted the target CPU arch
to z196. Ideally this should be a translation flag
Author: Richard Plangger
Branch: z196-support
Changeset: r84398:af0eda599214
Date: 2016-05-12 10:42 +0200
http://bitbucket.org/pypy/pypy/changeset/af0eda599214/
Log:explicitly checking for some more facilities that are required
diff --git a/rpython/jit/backend/zarch/test/test_assembler.py
b
Author: Richard Plangger
Branch:
Changeset: r1004:14d2d93b28e7
Date: 2016-05-12 11:38 +0200
http://bitbucket.org/pypy/buildbot/changeset/14d2d93b28e7/
Log:removed category s390x to linux-s390x, removed renamed own and
pypy-c-jit slaves (removed dje's build slave as it is not working
Author: Richard Plangger
Branch: z196-support
Changeset: r84399:c7396426f64e
Date: 2016-05-12 11:57 +0200
http://bitbucket.org/pypy/pypy/changeset/c7396426f64e/
Log:documentation update for s390x. clarification and moved toc tree
around (for s390x notes)
diff --git a/rpython/doc/arch
Author: Richard Plangger
Branch:
Changeset: r84400:fba18f9e071e
Date: 2016-05-12 12:48 +0200
http://bitbucket.org/pypy/pypy/changeset/fba18f9e071e/
Log:(s390x) prevent an issue in the reg. allocator: it could remove a
register from the free list and never return it for one trace
Author: Ronan Lamy
Branch:
Changeset: r84401:4d171d674bbf
Date: 2016-05-11 23:36 +0100
http://bitbucket.org/pypy/pypy/changeset/4d171d674bbf/
Log:Pass function name to the wrapper directly (fixes translation)
diff --git a/pypy/module/cpyext/api.py b/pypy/module/cpyext/api.py
--- a/pypy/modu
Author: Ronan Lamy
Branch:
Changeset: r84402:338fbdec99c6
Date: 2016-05-12 16:04 +0100
http://bitbucket.org/pypy/pypy/changeset/338fbdec99c6/
Log:merge heads
diff --git a/pypy/module/_winreg/interp_winreg.py
b/pypy/module/_winreg/interp_winreg.py
--- a/pypy/module/_winreg/interp_winreg.py
Author: Richard Plangger
Branch:
Changeset: r84403:47f7642ba824
Date: 2016-05-12 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/47f7642ba824/
Log:(s390x) parsing of /proc/cpuinfo is now more robust, fixed issue
that followed with the last commit for s390x in the allocator
diff
Author: Matti Picus
Branch:
Changeset: r1005:01afb8aebf63
Date: 2016-05-12 17:30 +0200
http://bitbucket.org/pypy/buildbot/changeset/01afb8aebf63/
Log:add useful script
diff --git a/restart_buildmaster_when_not_running
b/restart_buildmaster_when_not_running
new file mode 100755
--- /dev/nul
Author: Matti Picus
Branch: release-5.x
Changeset: r84404:9e64ad20b51c
Date: 2016-05-12 18:47 +0300
http://bitbucket.org/pypy/pypy/changeset/9e64ad20b51c/
Log:update version to 5.1.2
diff --git a/pypy/module/cpyext/include/patchlevel.h
b/pypy/module/cpyext/include/patchlevel.h
--- a/pypy/mo
Author: Richard Plangger
Branch: release-5.x
Changeset: r84406:ed7f3dbc9f65
Date: 2016-05-12 12:48 +0200
http://bitbucket.org/pypy/pypy/changeset/ed7f3dbc9f65/
Log:(s390x) prevent an issue in the reg. allocator: it could remove a
register from the free list and never return it for one
Author: Richard Plangger
Branch: z196-support
Changeset: r84405:12f1e1b9d5e6
Date: 2016-05-12 17:56 +0200
http://bitbucket.org/pypy/pypy/changeset/12f1e1b9d5e6/
Log:CFLAGS can be used to overwrite -march=(z10|z196|zEC12), default is
now z10
diff --git a/rpython/doc/arch/s390x.rst b/r
Author: Richard Plangger
Branch: release-5.x
Changeset: r84407:951eeca3bc24
Date: 2016-05-12 17:13 +0200
http://bitbucket.org/pypy/pypy/changeset/951eeca3bc24/
Log:(s390x) parsing of /proc/cpuinfo is now more robust, fixed issue
that followed with the last commit for s390x in the allo
Author: Ronan Lamy
Branch: py3k
Changeset: r84408:7f5d673727e3
Date: 2016-05-12 21:01 +0100
http://bitbucket.org/pypy/pypy/changeset/7f5d673727e3/
Log:hg merge default
diff too long, truncating to 2000 out of 6936 lines
diff --git a/dotviewer/graphserver.py b/dotviewer/graphserver.py
--- a/
Author: Philip Jenvey
Branch: py3k
Changeset: r84409:8af0cd2aeccd
Date: 2016-05-12 16:56 -0700
http://bitbucket.org/pypy/pypy/changeset/8af0cd2aeccd/
Log:missing import
diff --git a/lib-python/3/ctypes/test/test_python_api.py
b/lib-python/3/ctypes/test/test_python_api.py
--- a/lib-python/3/
Author: Ronan Lamy
Branch:
Changeset: r84410:4251bbe57346
Date: 2016-05-13 01:09 +0100
http://bitbucket.org/pypy/pypy/changeset/4251bbe57346/
Log:fix translation
diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py
--- a/rpython/memory/gc/env.py
+++ b/rpython/memory/gc/env.py
@@
Author: Ronan Lamy
Branch: py3k
Changeset: r84411:947758cd5ea4
Date: 2016-05-13 05:03 +0100
http://bitbucket.org/pypy/pypy/changeset/947758cd5ea4/
Log:fix translation maybe
diff --git a/pypy/module/_socket/interp_socket.py
b/pypy/module/_socket/interp_socket.py
--- a/pypy/module/_socket/int
Author: Philip Jenvey
Branch: py3k
Changeset: r84412:1ba51b01cb26
Date: 2016-05-12 21:51 -0700
http://bitbucket.org/pypy/pypy/changeset/1ba51b01cb26/
Log:merge default
diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py
--- a/rpython/memory/gc/env.py
+++ b/rpython/memory/gc/env.
Author: Richard Plangger
Branch:
Changeset: r84413:63940d0c6eee
Date: 2016-05-13 07:59 +0200
http://bitbucket.org/pypy/pypy/changeset/63940d0c6eee/
Log:arg. translation issue (non negative indices)
diff --git a/rpython/memory/gc/env.py b/rpython/memory/gc/env.py
--- a/rpython/memory/gc/env.
21 matches
Mail list logo