Author: Richard Plangger
Branch: s390x-backend
Changeset: r82096:a84f5c5bcec6
Date: 2016-02-05 22:42 +0100
http://bitbucket.org/pypy/pypy/changeset/a84f5c5bcec6/
Log:refactoring issue
diff --git a/rpython/rlib/libffi.py b/rpython/rlib/libffi.py
--- a/rpython/rlib/libffi.py
+++ b/rpython/rlib
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82095:d40d932f8349
Date: 2016-02-05 22:37 +0100
http://bitbucket.org/pypy/pypy/changeset/d40d932f8349/
Log:ffi call fixed in deprecated api that is still used (fix before that
was not sufficient), fixed legacy tests test_libff
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82094:ca18f251c6bf
Date: 2016-02-05 20:46 +0100
http://bitbucket.org/pypy/pypy/changeset/ca18f251c6bf/
Log:call int should provide rffi.INT instead of rffi.SIGNED, this works
on little endian, but not big
diff --git a/rpython
Author: Ronan Lamy
Branch:
Changeset: r82093:ca082804de94
Date: 2016-02-05 19:29 +
http://bitbucket.org/pypy/pypy/changeset/ca082804de94/
Log:forgot to add rpython/rtyper/debug.py
diff --git a/rpython/rtyper/debug.py b/rpython/rtyper/debug.py
new file mode 100644
--- /dev/null
+++ b/rpy
Author: Ronan Lamy
Branch:
Changeset: r82092:e415ef72b422
Date: 2016-02-05 17:26 +
http://bitbucket.org/pypy/pypy/changeset/e415ef72b422/
Log:Use regular register_external() call for attach_gdb()
diff --git a/rpython/rlib/debug.py b/rpython/rlib/debug.py
--- a/rpython/rlib/debug.py
+++
Author: Ronan Lamy
Branch:
Changeset: r82091:45cce2525cc9
Date: 2016-02-05 03:45 +
http://bitbucket.org/pypy/pypy/changeset/45cce2525cc9/
Log:Create rpython.rtyper.debug and move ll_assert() and fatalerror()
there.
This reduces the number of imports from rpython/rtyper/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82090:ed27d3e4b9d8
Date: 2016-02-05 17:23 +0100
http://bitbucket.org/pypy/pypy/changeset/ed27d3e4b9d8/
Log:fixed a bug where pool did not allocate space for constant parameter
(gc_load_indexed, and store)
diff --git a/rpython
Author: Manuel Jacob
Branch:
Changeset: r82089:e2685b2b1e87
Date: 2016-02-05 17:06 +0100
http://bitbucket.org/pypy/pypy/changeset/e2685b2b1e87/
Log:Skip vmprof jit tests on non-x86-64 CPUs.
diff --git a/rpython/jit/backend/llsupport/test/zrpy_vmprof_test.py
b/rpython/jit/backend/llsupport/
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82088:cfb1f88ae10c
Date: 2016-02-05 16:58 +0100
http://bitbucket.org/pypy/pypy/changeset/cfb1f88ae10c/
Log:test checks that trace is formed for a little endian read, forcing
to read little endian on s390x
diff --git a/pypy/mo
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82087:b95937cb9eb3
Date: 2016-02-05 15:04 +0100
http://bitbucket.org/pypy/pypy/changeset/b95937cb9eb3/
Log:must branch if not equal (error introduced in the last 2 commits)
diff --git a/rpython/jit/backend/zarch/assembler.py
b/rpyth
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82086:e108cd4706e3
Date: 2016-02-05 14:59 +0100
http://bitbucket.org/pypy/pypy/changeset/e108cd4706e3/
Log:backchain was not correct (now it is, tested it), flush_cc must
write 1, it must not be something != 1
diff --git a/rp
Author: Richard Plangger
Branch: s390x-backend
Changeset: r82085:719886e6865e
Date: 2016-02-05 13:30 +0100
http://bitbucket.org/pypy/pypy/changeset/719886e6865e/
Log:allocating the back chain correctly, one problem when hitting a
memory error, stack size would have been incorrect!
di
Author: fijal
Branch:
Changeset: r82084:7c2815cadc38
Date: 2016-02-05 10:47 +0100
http://bitbucket.org/pypy/pypy/changeset/7c2815cadc38/
Log:merge
diff --git a/dotviewer/drawgraph.py b/dotviewer/drawgraph.py
--- a/dotviewer/drawgraph.py
+++ b/dotviewer/drawgraph.py
@@ -14,12 +14,661 @@
FONT
Author: fijal
Branch:
Changeset: r82082:a56a14e631f0
Date: 2016-02-05 10:46 +0100
http://bitbucket.org/pypy/pypy/changeset/a56a14e631f0/
Log:run actually tests and make them pass
diff --git a/pypy/module/_vmprof/test/test__vmprof.py
b/pypy/module/_vmprof/test/test__vmprof.py
--- a/pypy/modu
Author: fijal
Branch:
Changeset: r82083:c9632a51530c
Date: 2016-02-05 10:47 +0100
http://bitbucket.org/pypy/pypy/changeset/c9632a51530c/
Log:remove the conftest that skipped all tests
diff --git a/pypy/module/_vmprof/test/conftest.py
b/pypy/module/_vmprof/test/conftest.py
deleted file mode
15 matches
Mail list logo