Author: Armin Rigo
Branch:
Changeset: r2618:465ce534fc8a
Date: 2016-02-04 07:40 +0100
http://bitbucket.org/cffi/cffi/changeset/465ce534fc8a/
Log:Issue #245: __stdcall not generated correctly on extern "Python"
functions
diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h
--- a/
Author: mattip
Branch:
Changeset: r82066:cbfc796b3af3
Date: 2016-02-03 23:58 +0200
http://bitbucket.org/pypy/pypy/changeset/cbfc796b3af3/
Log:importing clibffi has side effects on win32, causing nested external
function calls if not imported early
a deeper solution would be
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82065:785c6853c253
Date: 2016-02-03 22:44 +0100
http://bitbucket.org/pypy/pypy/changeset/785c6853c253/
Log:STC can only tak 12 bits imm, this is wrong (use STCY again), fixed
pool issue
diff --git a/rpython/jit/backend/zarch/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82064:0ef7606ff55f
Date: 2016-02-03 22:21 +0100
http://bitbucket.org/pypy/pypy/changeset/0ef7606ff55f/
Log:minor fix. loading from pool does not work
diff --git a/rpython/jit/backend/zarch/opassembler.py
b/rpython/jit/backend/zarch/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82063:621a42ebea23
Date: 2016-02-03 20:19 +0100
http://bitbucket.org/pypy/pypy/changeset/621a42ebea23/
Log:cond_call_gc_wb_array can now not trash a volatile register. wrong
allocation now takes a non volatile register!
diff
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82062:38a946dc43e3
Date: 2016-02-03 18:49 +0100
http://bitbucket.org/pypy/pypy/changeset/38a946dc43e3/
Log:give the saved registers r10,r11,r12,r2,f0 some space on the stack.
this prevents overwriting of values if they are set
Author: mattip
Branch:
Changeset: r82061:338d32e89981
Date: 2016-01-29 16:06 +0200
http://bitbucket.org/pypy/pypy/changeset/338d32e89981/
Log:first stab at fixing embedding for win32 (grafted from
237a8c5c0202731866a958c900235d68ff739912)
diff --git a/pypy/module/_cffi_backend/embed
Author: Ronan Lamy
Branch:
Changeset: r82060:643912e63967
Date: 2016-02-03 16:56 +
http://bitbucket.org/pypy/pypy/changeset/643912e63967/
Log:Kill randomly vendored obsolete version of pytest_cov
diff --git a/pypy/test_all.py b/pypy/test_all.py
--- a/pypy/test_all.py
+++ b/pypy/test_all
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82059:822ac80ddd23
Date: 2016-02-03 17:43 +0100
http://bitbucket.org/pypy/pypy/changeset/822ac80ddd23/
Log:critical bugfix in gc writebarrier fastpath, simplifications and a
test
diff --git a/rpython/jit/backend/zarch/assembl
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82058:9fabf4399c18
Date: 2016-02-03 16:13 +0100
http://bitbucket.org/pypy/pypy/changeset/9fabf4399c18/
Log:fixed translation issue.
diff --git a/rpython/jit/backend/zarch/assembler.py
b/rpython/jit/backend/zarch/assembler.py
--- a/r
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82054:b2ed3adc63e7
Date: 2016-02-03 13:55 +0100
http://bitbucket.org/pypy/pypy/changeset/b2ed3adc63e7/
Log:disabled more in test signal (bbot seems to still timeout...),
simplifications in the malloc assembly operations
diff
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82057:f49815ceed3a
Date: 2016-02-03 15:19 +0100
http://bitbucket.org/pypy/pypy/changeset/f49815ceed3a/
Log:big endian issue in cppyy test case
diff --git a/pypy/module/cppyy/src/dummy_backend.cxx
b/pypy/module/cppyy/src/dummy_backen
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82056:e9fe4f2225ca
Date: 2016-02-03 15:08 +0100
http://bitbucket.org/pypy/pypy/changeset/e9fe4f2225ca/
Log:do not execute auto assembler on 5 args + (takes far too long)
diff --git a/rpython/jit/backend/zarch/test/test_auto_encoding.
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82055:a32a0a3922a4
Date: 2016-02-03 15:00 +0100
http://bitbucket.org/pypy/pypy/changeset/a32a0a3922a4/
Log:added zEC12 to assembler command for test
diff --git a/rpython/jit/backend/zarch/assembler.py
b/rpython/jit/backend/zarch/ass
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82052:18bd2d236f85
Date: 2016-02-03 10:52 +0100
http://bitbucket.org/pypy/pypy/changeset/18bd2d236f85/
Log:modified test to see if an empty print differs from a print with
newline
diff --git a/pypy/module/select/test/test_sel
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82053:074033f70453
Date: 2016-02-03 11:01 +0100
http://bitbucket.org/pypy/pypy/changeset/074033f70453/
Log:disabled blocking tests
diff --git a/pypy/module/__pypy__/test/test_signal.py
b/pypy/module/__pypy__/test/test_signal.py
---
16 matches
Mail list logo