Author: mattip
Branch:
Changeset: r79749:e68fc7564327
Date: 2015-09-22 09:43 +0300
http://bitbucket.org/pypy/pypy/changeset/e68fc7564327/
Log:update link fixes issue #2140
diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst
--- a/pypy/doc/faq.rst
+++ b/pypy/doc/faq.rst
@@ -67,7 +67,7 @@
The o
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79748:defd45638c14
Date: 2015-09-21 22:25 +0200
http://bitbucket.org/pypy/pypy/changeset/defd45638c14/
Log:I don't know how to handle exceptions yet
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgra
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79747:28f21fa3e33a
Date: 2015-09-21 21:55 +0200
http://bitbucket.org/pypy/pypy/changeset/28f21fa3e33a/
Log:progress on overflow
diff --git a/rpython/jit/metainterp/blackhole.py
b/rpython/jit/metainterp/blackhole.py
--- a/rpytho
Author: mattip
Branch:
Changeset: r79746:8e3a27cadc69
Date: 2015-09-21 22:27 +0300
http://bitbucket.org/pypy/pypy/changeset/8e3a27cadc69/
Log:add product_check() to test overflow, be more careful about where
this is needed
diff --git a/pypy/module/micronumpy/base.py b/pypy/module/mi
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79745:8588d6767134
Date: 2015-09-21 20:59 +0200
http://bitbucket.org/pypy/pypy/changeset/8588d6767134/
Log:kill guard_opnum
diff --git a/rpython/jit/metainterp/blackhole.py
b/rpython/jit/metainterp/blackhole.py
--- a/rpython/ji
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79744:51f2f9c26591
Date: 2015-09-21 20:54 +0200
http://bitbucket.org/pypy/pypy/changeset/51f2f9c26591/
Log:one more case
diff --git a/rpython/jit/codewriter/codewriter.py
b/rpython/jit/codewriter/codewriter.py
--- a/rpython/jit
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79743:42f7b1bd660b
Date: 2015-09-21 19:59 +0200
http://bitbucket.org/pypy/pypy/changeset/42f7b1bd660b/
Log:fight a bit with overflows, codewriter level
diff --git a/rpython/jit/codewriter/flatten.py
b/rpython/jit/codewriter/fla
Author: Richard Plangger
Branch: vecopt-merge
Changeset: r79742:abfd8bc5e489
Date: 2015-09-21 20:02 +0200
http://bitbucket.org/pypy/pypy/changeset/abfd8bc5e489/
Log:all optimizeopt tests pass again
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runner.py
--
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79740:24f279c53d00
Date: 2015-09-21 17:22 +0200
http://bitbucket.org/pypy/pypy/changeset/24f279c53d00/
Log:fix regalloc tests
diff --git a/rpython/jit/codewriter/test/test_codewriter.py
b/rpython/jit/codewriter/test/test_codewr
Author: Maciej Fijalkowski
Branch: share-guard-info
Changeset: r79741:070844031819
Date: 2015-09-21 17:22 +0200
http://bitbucket.org/pypy/pypy/changeset/070844031819/
Log:checkin in-progress
diff --git a/rpython/jit/metainterp/blackhole.py
b/rpython/jit/metainterp/blackhole.py
--- a/rpython
Author: Richard Plangger
Branch: vecopt-merge
Changeset: r79739:bcfb21ad79c8
Date: 2015-09-21 15:11 +0200
http://bitbucket.org/pypy/pypy/changeset/bcfb21ad79c8/
Log:datatype is not set if input does not define a datatype
diff --git a/rpython/jit/metainterp/resoperation.py
b/rpython/jit/meta
Author: Richard Plangger
Branch: vecopt-merge
Changeset: r79738:275b9b40d178
Date: 2015-09-21 14:59 +0200
http://bitbucket.org/pypy/pypy/changeset/275b9b40d178/
Log:guard.py tests passing again
diff --git a/rpython/jit/metainterp/optimizeopt/guard.py
b/rpython/jit/metainterp/optimizeopt/gua
Author: Richard Plangger
Branch: vecopt-merge
Changeset: r79737:664117c201a8
Date: 2015-09-21 11:40 +0200
http://bitbucket.org/pypy/pypy/changeset/664117c201a8/
Log:vecopt.py tests passing again, now let's finally head to the
assembler
diff --git a/rpython/jit/metainterp/optimizeopt/
Author: Armin Rigo
Branch:
Changeset: r79736:32a41767a897
Date: 2015-09-21 10:31 +0200
http://bitbucket.org/pypy/pypy/changeset/32a41767a897/
Log:Vague attempt at using a "pypy --translationmodules" to translate:
there is no thread module in the host python then
diff --git a/rpython
Author: Armin Rigo
Branch:
Changeset: r79735:0389a0369505
Date: 2015-09-21 09:34 +0200
http://bitbucket.org/pypy/pypy/changeset/0389a0369505/
Log:Follow-up on a7e480ec1a78, which should have marked this dict and
this function as not used any more
diff --git a/pypy/config/pypyoption.
Author: Maciej Fijalkowski
Branch:
Changeset: r79734:4772b2299fd8
Date: 2015-09-21 09:23 +0200
http://bitbucket.org/pypy/pypy/changeset/4772b2299fd8/
Log:fix test_pyjitpl
diff --git a/rpython/jit/metainterp/pyjitpl.py
b/rpython/jit/metainterp/pyjitpl.py
--- a/rpython/jit/metainterp/pyjitpl
Author: Armin Rigo
Branch:
Changeset: r79733:19e4ec471578
Date: 2015-09-21 09:16 +0200
http://bitbucket.org/pypy/pypy/changeset/19e4ec471578/
Log:Skip these new parts of the test on llgraph
diff --git a/rpython/jit/backend/test/runner_test.py
b/rpython/jit/backend/test/runner_test.py
--- a
Author: Armin Rigo
Branch:
Changeset: r79732:fce28c21dc9b
Date: 2015-09-21 09:12 +0200
http://bitbucket.org/pypy/pypy/changeset/fce28c21dc9b/
Log:the previous "unicode == '\x00'" gives a non-well-defined result
depending on the host python's default encoding
diff --git a/rpython/ann
Author: Maciej Fijalkowski
Branch:
Changeset: r79731:db28b068daa3
Date: 2015-09-21 09:07 +0200
http://bitbucket.org/pypy/pypy/changeset/db28b068daa3/
Log:arraylen now lands in a different spot
diff --git a/pypy/module/pypyjit/test_pypy_c/test_ffi.py
b/pypy/module/pypyjit/test_pypy_c/test_f
Author: Maciej Fijalkowski
Branch:
Changeset: r79730:b4e662c97599
Date: 2015-09-21 09:04 +0200
http://bitbucket.org/pypy/pypy/changeset/b4e662c97599/
Log:document the branch
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/
20 matches
Mail list logo