Author: Carl Friedrich Bolz-Tereick
Branch: regalloc-playground
Changeset: r92349:7a3cd6204340
Date: 2017-09-07 14:32 +0200
http://bitbucket.org/pypy/pypy/changeset/7a3cd6204340/
Log:make allocation decisions in the LEA case a bit more flexible by
freeing the argument
diff --git a/rp
Author: Carl Friedrich Bolz-Tereick
Branch: regalloc-playground
Changeset: r92348:baece8cd15d9
Date: 2017-09-07 14:17 +0200
http://bitbucket.org/pypy/pypy/changeset/baece8cd15d9/
Log:adds hints for target registers of jumps as well
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/
Author: Carl Friedrich Bolz-Tereick
Branch: regalloc-playground
Changeset: r92350:58247cb00737
Date: 2017-09-07 15:01 +0200
http://bitbucket.org/pypy/pypy/changeset/58247cb00737/
Log:test and fix for corner case
diff --git a/rpython/jit/backend/llsupport/regalloc.py
b/rpython/jit/backend/ll
Author: Carl Friedrich Bolz-Tereick
Branch: regalloc-playground
Changeset: r92351:7636f0eb120c
Date: 2017-09-07 15:01 +0200
http://bitbucket.org/pypy/pypy/changeset/7636f0eb120c/
Log:this one passes now
diff --git a/rpython/jit/backend/llsupport/test/test_regalloc.py
b/rpython/jit/backend/l
Author: Carl Friedrich Bolz-Tereick
Branch: regalloc-playground
Changeset: r92352:d4ec0e2656cd
Date: 2017-09-08 09:25 +0200
http://bitbucket.org/pypy/pypy/changeset/d4ec0e2656cd/
Log:fix for duplicate jump args
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/jit/backend/x86/regal
Author: Matti Picus
Branch:
Changeset: r92355:c4c44cc4a4de
Date: 2017-09-08 15:51 +0300
http://bitbucket.org/pypy/pypy/changeset/c4c44cc4a4de/
Log:make quoting error message more informative and cpython-compatible
diff --git a/pypy/module/_csv/interp_csv.py b/pypy/module/_csv/interp_csv.py
Author: Matti Picus
Branch:
Changeset: r92354:2782c2c4ec0b
Date: 2017-09-08 17:25 +0300
http://bitbucket.org/pypy/pypy/changeset/2782c2c4ec0b/
Log:merge pycheck-macros, which avoids cpyext for many Py*_Check
function calls
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-
Author: Matti Picus
Branch: pycheck-macros
Changeset: r92353:d9da470c2a62
Date: 2017-09-08 17:24 +0300
http://bitbucket.org/pypy/pypy/changeset/d9da470c2a62/
Log:document, close branch to be merged
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-h
Author: Anthony Sottile
Branch: py_ssize_t
Changeset: r92356:46c6c05fde4b
Date: 2017-09-07 19:43 -0700
http://bitbucket.org/pypy/pypy/changeset/46c6c05fde4b/
Log:Explicitly use Py_ssize_t as the Signed type in pypy c-api.
The signature for the c-api uses Py_ssize_t for the unsigned
Author: Anthony Sottile
Branch: py_ssize_t
Changeset: r92357:44574602ff71
Date: 2017-09-08 07:35 -0700
http://bitbucket.org/pypy/pypy/changeset/44574602ff71/
Log:Add `#pragma once` include guard to cpyext_object.h
In order to get the definition of `Py_ssize_t`, other headers
Author: Armin Rigo
Branch:
Changeset: r92359:a1608b11c5da
Date: 2017-09-08 17:22 +0200
http://bitbucket.org/pypy/pypy/changeset/a1608b11c5da/
Log:merge heads
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rs
Author: Armin Rigo
Branch:
Changeset: r92358:ff810e9e706d
Date: 2017-09-08 17:21 +0200
http://bitbucket.org/pypy/pypy/changeset/ff810e9e706d/
Log:hg merge py_ssize_t
PR #568 (asottile)
Trying to use another "#define Signed", together with "#pragma
once", to make the
Author: Carl Friedrich Bolz-Tereick
Branch:
Changeset: r92361:7de7062d9526
Date: 2017-09-08 17:01 +0200
http://bitbucket.org/pypy/pypy/changeset/7de7062d9526/
Log:use constants to make the code less confusing
diff --git a/rpython/jit/backend/llsupport/regalloc.py
b/rpython/jit/backend/llsu
Author: Ronan Lamy
Branch: py3.5
Changeset: r92360:44ba82e7527f
Date: 2017-09-08 20:17 +0100
http://bitbucket.org/pypy/pypy/changeset/44ba82e7527f/
Log:Fix test for obscure difference with CPython (cf.
test_builtin_reimport_mess() in pypy/module/imp/test/test_app.py)
diff --git a/lib
14 matches
Mail list logo