Author: fijal
Branch: jit-leaner-frontend
Changeset: r82925:7fef527aef0b
Date: 2016-03-10 10:44 +0200
http://bitbucket.org/pypy/pypy/changeset/7fef527aef0b/
Log:use more hypothesis and fix the next problem
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82927:290a4a57f4ac
Date: 2016-03-10 09:48 +0100
http://bitbucket.org/pypy/pypy/changeset/290a4a57f4ac/
Log:added print statement to test
diff --git a/rpython/rlib/test/test_rthread.py
b/rpython/rlib/test/test_rthread.py
--- a/rpytho
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82926:8cdcda35c815
Date: 2016-03-10 08:47 +0100
http://bitbucket.org/pypy/pypy/changeset/8cdcda35c815/
Log:test fixes broken by merge
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.r
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82928:96773552cf51
Date: 2016-03-10 10:51 +0200
http://bitbucket.org/pypy/pypy/changeset/96773552cf51/
Log:fix some typos and details
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/jit
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82929:43e4af36f9a3
Date: 2016-03-10 11:03 +0200
http://bitbucket.org/pypy/pypy/changeset/43e4af36f9a3/
Log:a hack to allow dance around handling exception and resume data
before writing actual history
diff --git a/rpython/jit/metai
Author: Armin Rigo
Branch:
Changeset: r82930:f7c9e212e5f3
Date: 2016-03-10 11:25 +0100
http://bitbucket.org/pypy/pypy/changeset/f7c9e212e5f3/
Log:oops
diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage.sh
+++ b/pypy/tool/release/re
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82931:87b9598ed2c7
Date: 2016-03-10 11:32 +0100
http://bitbucket.org/pypy/pypy/changeset/87b9598ed2c7/
Log:condition code to jmp param included a case it should not have!
__sync_lock_test_and_set changed to do exactly the same
Author: Armin Rigo
Branch: extradoc
Changeset: r716:936b6cb4040c
Date: 2016-03-10 11:34 +0100
http://bitbucket.org/pypy/pypy.org/changeset/936b6cb4040c/
Log:write checksums
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -417,6 +4
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82932:632d518f2072
Date: 2016-03-10 11:40 +0100
http://bitbucket.org/pypy/pypy/changeset/632d518f2072/
Log:added serialization point (to test if this is a problem for the
threading issues)
diff --git a/rpython/jit/backend/zar
Author: Armin Rigo
Branch: s390x-backend
Changeset: r82934:5eb1d600077e
Date: 2016-03-10 11:56 +0100
http://bitbucket.org/pypy/pypy/changeset/5eb1d600077e/
Log:Fix branch name
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc
Author: Armin Rigo
Branch:
Changeset: r82933:3af1e20d2bd1
Date: 2016-03-10 11:55 +0100
http://bitbucket.org/pypy/pypy/changeset/3af1e20d2bd1/
Log:also prints sha256
diff --git a/pypy/tool/release/repackage.sh b/pypy/tool/release/repackage.sh
--- a/pypy/tool/release/repackage.sh
+++ b/pypy/t
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82935:ca0177a1db3a
Date: 2016-03-10 13:28 +0200
http://bitbucket.org/pypy/pypy/changeset/ca0177a1db3a/
Log:lots of random progress + implement virtualref and virtualizable
support
diff --git a/rpython/jit/metainterp/compile.py
b/r
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82936:b62dddb64712
Date: 2016-03-10 15:00 +0200
http://bitbucket.org/pypy/pypy/changeset/b62dddb64712/
Log:fix what we pass to runtime boxes
diff --git a/rpython/jit/metainterp/compile.py
b/rpython/jit/metainterp/compile.py
--- a/rpython/
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82937:829e272ed683
Date: 2016-03-10 15:59 +0200
http://bitbucket.org/pypy/pypy/changeset/829e272ed683/
Log:fix fix fix fix
diff --git a/rpython/jit/backend/llsupport/assembler.py
b/rpython/jit/backend/llsupport/assembler.py
--- a/rpython/
Author: Armin Rigo
Branch: jit-leaner-frontend
Changeset: r82938:2e4ec6776425
Date: 2016-03-10 15:36 +0100
http://bitbucket.org/pypy/pypy/changeset/2e4ec6776425/
Log:rename MAXINT, fix its value, add a few extra checks
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainter
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82939:7d0317450958
Date: 2016-03-10 16:41 +0200
http://bitbucket.org/pypy/pypy/changeset/7d0317450958/
Log:some rpythonization
diff --git a/pypy/module/pypyjit/interp_resop.py
b/pypy/module/pypyjit/interp_resop.py
--- a/pypy/module/pypyji
Author: Armin Rigo
Branch: jit-leaner-frontend
Changeset: r82940:d8fb92d44ac9
Date: 2016-03-10 15:41 +0100
http://bitbucket.org/pypy/pypy/changeset/d8fb92d44ac9/
Log:These two methods are not used and not tested
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/openc
Author: Richard Plangger
Branch:
Changeset: r82941:308a29538cda
Date: 2016-03-10 15:40 +0100
http://bitbucket.org/pypy/pypy/changeset/308a29538cda/
Log:merge the new s390x backend
diff too long, truncating to 2000 out of 11876 lines
diff --git a/.hgignore b/.hgignore
--- a/.hgignore
+++ b/
Author: Richard Plangger
Branch: s390x-enhance-speed
Changeset: r82943:a0123b0e67f5
Date: 2016-03-10 15:44 +0100
http://bitbucket.org/pypy/pypy/changeset/a0123b0e67f5/
Log:close branch
___
pypy-commit mailing list
[email protected]
https://mai
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82942:9a366b997dcc
Date: 2016-03-10 15:44 +0100
http://bitbucket.org/pypy/pypy/changeset/9a366b997dcc/
Log:close branch
___
pypy-commit mailing list
[email protected]
https://mail.pyth
Author: Armin Rigo
Branch: jit-leaner-frontend
Changeset: r82944:a8445a6ab102
Date: 2016-03-10 16:00 +0100
http://bitbucket.org/pypy/pypy/changeset/a8445a6ab102/
Log:minor fixes
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/jit/metainte
Author: Armin Rigo
Branch: jit-leaner-frontend
Changeset: r82945:6ab28e9da460
Date: 2016-03-10 16:03 +0100
http://bitbucket.org/pypy/pypy/changeset/6ab28e9da460/
Log:merge heads
diff --git a/pypy/module/pypyjit/interp_resop.py
b/pypy/module/pypyjit/interp_resop.py
--- a/pypy/module/pypyjit/
Author: Richard Plangger
Branch:
Changeset: r992:c21ef5322a5a
Date: 2016-03-10 16:12 +0100
http://bitbucket.org/pypy/buildbot/changeset/c21ef5322a5a/
Log:s390x buildbot now nightly builds default
diff --git a/bot2/pypybuildbot/master.py b/bot2/pypybuildbot/master.py
--- a/bot2/pypybuildbot/
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82946:8e821f827b97
Date: 2016-03-10 17:32 +0200
http://bitbucket.org/pypy/pypy/changeset/8e821f827b97/
Log:disable jit hooks
diff --git a/pypy/goal/targetpypystandalone.py
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystan
Author: mattip
Branch: extradoc
Changeset: r717:983d67d97553
Date: 2016-03-10 18:38 +0200
http://bitbucket.org/pypy/pypy.org/changeset/983d67d97553/
Log:release 5.0 update
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -74,7 +74,7 @@
performance improv
Author: Armin Rigo
Branch: extradoc
Changeset: r718:23e34f63d9d4
Date: 2016-03-10 17:45 +0100
http://bitbucket.org/pypy/pypy.org/changeset/23e34f63d9d4/
Log:update
diff --git a/source/download.txt b/source/download.txt
--- a/source/download.txt
+++ b/source/download.txt
@@ -98,8 +98,8 @@
..
Author: mattip
Branch: extradoc
Changeset: r719:736bf9456283
Date: 2016-03-10 18:49 +0200
http://bitbucket.org/pypy/pypy.org/changeset/736bf9456283/
Log:update html
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -125,8 +125,8 @@
FreeBSD 9.2 x86 64 bit
Author: mattip
Branch: extradoc
Changeset: r720:cb470d7e673f
Date: 2016-03-10 19:01 +0200
http://bitbucket.org/pypy/pypy.org/changeset/cb470d7e673f/
Log:mention PPC
diff --git a/download.html b/download.html
--- a/download.html
+++ b/download.html
@@ -72,7 +72,7 @@
There are http://buildbot
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82947:073167872e79
Date: 2016-03-10 20:12 +0200
http://bitbucket.org/pypy/pypy/changeset/073167872e79/
Log:make the list use constant size (a bit hardcoded for now) and shorts
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82948:8b0309662ba1
Date: 2016-03-10 20:53 +0200
http://bitbucket.org/pypy/pypy/changeset/8b0309662ba1/
Log:fix the arithmetics
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/jit/metain
Author: Ronan Lamy
Branch: py3.3-bootstrap-hack
Changeset: r82949:eb02742ce71d
Date: 2016-03-10 19:01 +
http://bitbucket.org/pypy/pypy/changeset/eb02742ce71d/
Log:Initialise the filesystem encoding only after imports have been
bootstrapped.
Creating it requires importing
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82950:fe32c26b09b0
Date: 2016-03-10 21:57 +0200
http://bitbucket.org/pypy/pypy/changeset/fe32c26b09b0/
Log:fix
diff --git a/rpython/jit/metainterp/compile.py
b/rpython/jit/metainterp/compile.py
--- a/rpython/jit/metainterp/compile.py
+++
Author: Armin Rigo
Branch: extradoc
Changeset: r721:f693e341f922
Date: 2016-03-10 22:44 +0100
http://bitbucket.org/pypy/pypy.org/changeset/f693e341f922/
Log:update the mirror's location, fix baroquesoftware to provide it, add
pypy-5.0.0 to it
diff --git a/download.html b/download.htm
Author: fijal
Branch: jit-leaner-frontend
Changeset: r82951:52a053f8341b
Date: 2016-03-10 23:51 +0200
http://bitbucket.org/pypy/pypy/changeset/52a053f8341b/
Log:grow this stuff, just because
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/
Author: Richard Plangger
Branch:
Changeset: r82952:ea3532fc750b
Date: 2016-03-11 07:05 +0100
http://bitbucket.org/pypy/pypy/changeset/ea3532fc750b/
Log:these branches where not merged to default, so do not document them
(added docu to s390x-backend)
diff --git a/pypy/doc/whatsnew-he
Author: Richard Plangger
Branch:
Changeset: r82953:253deb8fdde5
Date: 2016-03-11 07:19 +0100
http://bitbucket.org/pypy/pypy/changeset/253deb8fdde5/
Log:removed some dead code in the literal pool, removed some comments,
unnecessary instruction
diff --git a/rpython/jit/backend/zarch/a
36 matches
Mail list logo