Author: Richard Plangger
Branch: s390x-backend
Changeset: r81433:f8b22a235798
Date: 2015-12-23 10:22 +0100
http://bitbucket.org/pypy/pypy/changeset/f8b22a235798/
Log:added code to save/restore/propagate exception information
diff --git a/rpython/jit/backend/zarch/assembler.py
b/rpython/jit/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81434:24cc91a9576d
Date: 2015-12-23 10:32 +0100
http://bitbucket.org/pypy/pypy/changeset/24cc91a9576d/
Log:pushing constant base ptr of gc_store/load into literal pool
diff --git a/rpython/jit/backend/zarch/pool.py
b/rpython/jit/bac
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81436:024661e7ca0b
Date: 2015-12-23 11:50 +0100
http://bitbucket.org/pypy/pypy/changeset/024661e7ca0b/
Log:finished memcpy call, adding stack frame to the routine correctly
diff --git a/rpython/jit/backend/zarch/codebuilder.py
b/rpy
Author: Richard Plangger
Branch: s390x-backend
Changeset: r81435:f8b4c491d659
Date: 2015-12-23 11:50 +0100
http://bitbucket.org/pypy/pypy/changeset/f8b4c491d659/
Log:added impl to call memcpy
diff --git a/rpython/jit/backend/zarch/opassembler.py
b/rpython/jit/backend/zarch/opassembler.py
--
Author: mattip
Branch:
Changeset: r81437:4b029a1241a1
Date: 2015-12-23 18:26 +0200
http://bitbucket.org/pypy/pypy/changeset/4b029a1241a1/
Log:document merged branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-
Author: mattip
Branch:
Changeset: r81439:a19ae08a813b
Date: 2015-12-24 00:22 +0200
http://bitbucket.org/pypy/pypy/changeset/a19ae08a813b/
Log:improve .gitignore (Vincent Legoll, PR #385)
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -29,4 +29,4 @@
release/
!pyp
Author: mattip
Branch: cpyext-ext
Changeset: r81440:d3063a8c955b
Date: 2015-12-24 00:23 +0200
http://bitbucket.org/pypy/pypy/changeset/d3063a8c955b/
Log:merge default into branch
diff too long, truncating to 2000 out of 13951 lines
diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b
Author: mattip
Branch: cpyext-ext
Changeset: r81438:43629fab94e1
Date: 2015-12-20 20:47 +0200
http://bitbucket.org/pypy/pypy/changeset/43629fab94e1/
Log:test, implement unicode hash
diff --git a/pypy/module/cpyext/test/test_unicodeobject.py
b/pypy/module/cpyext/test/test_unicodeobject.py
--