Author: Richard Plangger
Branch: vecopt-merge
Changeset: r80229:04ab6b2dc6ff
Date: 2015-10-15 09:33 +0200
http://bitbucket.org/pypy/pypy/changeset/04ab6b2dc6ff/
Log:merged default
diff too long, truncating to 2000 out of 2228 lines
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80230:99988dacdae0
Date: 2015-10-15 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/99988dacdae0/
Log:index base displace parameter implemented
diff --git a/rpython/jit/backend/zarch/codebuilder.py
b/rpython/jit/backend/zarch/c
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80231:c919b5688d2b
Date: 2015-10-15 11:54 +0200
http://bitbucket.org/pypy/pypy/changeset/c919b5688d2b/
Log:index base displace with a long displacement (20 bits instead of 12)
diff --git a/rpython/jit/backend/zarch/codebuilder.py
b/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80232:066bb29ef362
Date: 2015-10-15 12:16 +0200
http://bitbucket.org/pypy/pypy/changeset/066bb29ef362/
Log:register immediate encoding
diff --git a/rpython/jit/backend/zarch/codebuilder.py
b/rpython/jit/backend/zarch/codebuilder.py
Author: fijal
Branch: osx-vmprof-support
Changeset: r80233:a360011efe6d
Date: 2015-10-15 13:50 +0200
http://bitbucket.org/pypy/pypy/changeset/a360011efe6d/
Log:in-progress work on osx vmprof support
diff --git a/rpython/rlib/rvmprof/src/vmprof_get_custom_offset.h
b/rpython/rlib/rvmprof/src/v
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80234:235a94b23040
Date: 2015-10-15 14:33 +0200
http://bitbucket.org/pypy/pypy/changeset/235a94b23040/
Log:immediate encoding with base register displacement (SI)
diff --git a/rpython/jit/backend/zarch/codebuilder.py
b/rpython/jit/b
Author: Richard Plangger
Branch:
Changeset: r80235:4a3dc93c017c
Date: 2015-10-15 14:35 +0200
http://bitbucket.org/pypy/pypy/changeset/4a3dc93c017c/
Log:merged vecopt
diff too long, truncating to 2000 out of 14247 lines
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
Author: Richard Plangger
Branch: vecopt-merge
Changeset: r80236:e040414ce026
Date: 2015-10-15 14:36 +0200
http://bitbucket.org/pypy/pypy/changeset/e040414ce026/
Log:close branch
___
pypy-commit mailing list
[email protected]
https://mail.pytho
Author: Richard Plangger
Branch: vecopt
Changeset: r80237:5548644da690
Date: 2015-10-15 14:36 +0200
http://bitbucket.org/pypy/pypy/changeset/5548644da690/
Log:close branch
___
pypy-commit mailing list
[email protected]
https://mail.python.org/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80238:96207b27efbe
Date: 2015-10-15 15:13 +0200
http://bitbucket.org/pypy/pypy/changeset/96207b27efbe/
Log:SIY extended 20 bit base displacement encoding
diff --git a/rpython/jit/backend/zarch/codebuilder.py
b/rpython/jit/backend/za
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80239:d28ca84c9d6a
Date: 2015-10-15 16:55 +0200
http://bitbucket.org/pypy/pypy/changeset/d28ca84c9d6a/
Log:added base displacement parameters with length in various flavours
(instr category named ss_a, ss_b, ss_c)
diff --git
Author: Armin Rigo
Branch: cpyext-gc-support
Changeset: r80240:f94e515eb625
Date: 2015-10-15 17:14 +0200
http://bitbucket.org/pypy/pypy/changeset/f94e515eb625/
Log:More thoughts...
diff --git a/pypy/doc/discussion/rawrefcount.rst
b/pypy/doc/discussion/rawrefcount.rst
--- a/pypy/doc/discussi
Author: Ronan Lamy
Branch:
Changeset: r80242:81593cb4a496
Date: 2015-10-15 16:41 +0100
http://bitbucket.org/pypy/pypy/changeset/81593cb4a496/
Log:Remove OrderedDict compatibility hacks for Python 2.6
diff --git a/rpython/annotator/bookkeeper.py b/rpython/annotator/bookkeeper.py
--- a/rpytho
Author: Ronan Lamy
Branch: no-class-specialize
Changeset: r80243:7553d3865133
Date: 2015-10-15 16:48 +0100
http://bitbucket.org/pypy/pypy/changeset/7553d3865133/
Log:hg merge default
diff too long, truncating to 2000 out of 14785 lines
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+
Author: Richard Plangger
Branch: s390x-backend
Changeset: r80244:b3805605f684
Date: 2015-10-15 18:47 +0200
http://bitbucket.org/pypy/pypy/changeset/b3805605f684/
Log:added ss_d, ss_e, ss_f. now the a subset of the whole range is taken
as paramters testing the corner cases better in th
Author: mattip
Branch:
Changeset: r80245:d924723d483b
Date: 2015-10-15 20:15 +0300
http://bitbucket.org/pypy/pypy/changeset/d924723d483b/
Log:raise a ValueError with a clear msg when attempting to create a
ndarray from a type(ndarray)
diff --git a/pypy/module/micronumpy/compile.py
Author: mattip
Branch:
Changeset: r80249:11d17ae1d0e4
Date: 2015-10-15 22:15 +0300
http://bitbucket.org/pypy/pypy/changeset/11d17ae1d0e4/
Log:add new docs to indices
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc/index-of-release-notes
Author: mattip
Branch: release-15.11
Changeset: r80250:13ef2a718c53
Date: 2015-10-15 22:16 +0300
http://bitbucket.org/pypy/pypy/changeset/13ef2a718c53/
Log:merge default into release branch
diff --git a/pypy/doc/index-of-release-notes.rst
b/pypy/doc/index-of-release-notes.rst
--- a/pypy/doc
Author: mattip
Branch: release-15.11
Changeset: r80246:92ba90a94650
Date: 2015-10-15 21:56 +0300
http://bitbucket.org/pypy/pypy/changeset/92ba90a94650/
Log:start a release
diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -48,22 +48,23 @@
Michael Hudson
David Schneider
H
Author: mattip
Branch:
Changeset: r80248:407cf334f66a
Date: 2015-10-15 22:12 +0300
http://bitbucket.org/pypy/pypy/changeset/407cf334f66a/
Log:restart whatsnew-head
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
new file mode 100644
--- /dev/null
+++ b/pypy/doc/whatsnew
Author: mattip
Branch:
Changeset: r80247:e99e98d6ab73
Date: 2015-10-15 22:12 +0300
http://bitbucket.org/pypy/pypy/changeset/e99e98d6ab73/
Log:add release notes and whats new for PyPy 15.11
diff --git a/pypy/doc/release-15.11.0.rst b/pypy/doc/release-15.11.0.rst
new file mode 100644
--- /dev
Author: Ronan Lamy
Branch: no-class-specialize
Changeset: r80251:b49e148d9af1
Date: 2015-10-16 02:06 +0100
http://bitbucket.org/pypy/pypy/changeset/b49e148d9af1/
Log:Add ClassDesc method to retrieve interp-level class attributes used
as translatioin hints (like '_virtualizable_', '_al
Author: mattip
Branch:
Changeset: r80252:18f21006dc31
Date: 2015-10-16 08:49 +0300
http://bitbucket.org/pypy/pypy/changeset/18f21006dc31/
Log:refactor whatsnew-* into release notes
diff --git a/pypy/doc/release-15.11.0.rst b/pypy/doc/release-15.11.0.rst
--- a/pypy/doc/release-15.11.0.rst
++
Author: Armin Rigo
Branch:
Changeset: r2340:9d51e2cd2f08
Date: 2015-10-16 08:10 +0200
http://bitbucket.org/cffi/cffi/changeset/9d51e2cd2f08/
Log:Document ffi.memmove()
diff --git a/doc/source/using.rst b/doc/source/using.rst
--- a/doc/source/using.rst
+++ b/doc/source/using.rst
@@ -547,7 +5
Author: Armin Rigo
Branch:
Changeset: r80254:abdd9c11d3a0
Date: 2015-10-16 08:12 +0200
http://bitbucket.org/pypy/pypy/changeset/abdd9c11d3a0/
Log:import cffi/9d51e2cd2f08
diff --git a/lib_pypy/cffi/ffiplatform.py b/lib_pypy/cffi/ffiplatform.py
--- a/lib_pypy/cffi/ffiplatform.py
+++ b/lib_py
Author: mattip
Branch:
Changeset: r80253:ab9ecde87dba
Date: 2015-10-16 09:08 +0300
http://bitbucket.org/pypy/pypy/changeset/ab9ecde87dba/
Log:add a numpy section
diff --git a/pypy/doc/release-15.11.0.rst b/pypy/doc/release-15.11.0.rst
--- a/pypy/doc/release-15.11.0.rst
+++ b/pypy/doc/releas
26 matches
Mail list logo