Author: Maciej Fijalkowski
Branch:
Changeset: r50922:87d1c652d40b
Date: 2011-12-28 11:13 +0200
http://bitbucket.org/pypy/pypy/changeset/87d1c652d40b/
Log:oops, fix test_pypy_c
diff --git a/pypy/tool/jitlogparser/parser.py b/pypy/tool/jitlogparser/parser.py
--- a/pypy/tool/jitlogparser/parse
Author: Maciej Fijalkowski
Branch:
Changeset: r50923:f641bf7c9be8
Date: 2011-12-28 11:15 +0200
http://bitbucket.org/pypy/pypy/changeset/f641bf7c9be8/
Log:fix some tests
diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -528,6 +528,7 @@
Author: Ned Batchelder
Branch: nedbat-sandbox-2
Changeset: r50924:c03e4d0528e4
Date: 2011-12-28 08:58 -0500
http://bitbucket.org/pypy/pypy/changeset/c03e4d0528e4/
Log:Py is now required again.
diff --git a/pypy/translator/sandbox/sandlib.py
b/pypy/translator/sandbox/sandlib.py
--- a/pypy/tr
Author: Ned Batchelder
Branch: nedbat-sandbox-2
Changeset: r50925:cd7b359d0a00
Date: 2011-12-28 09:21 -0500
http://bitbucket.org/pypy/pypy/changeset/cd7b359d0a00/
Log:Change pypy_interact's default to quiet, you have to ask for
verbose.
diff --git a/pypy/translator/sandbox/pypy_inter
Author: Ned Batchelder
Branch:
Changeset: r50926:42fbbcbfc2ac
Date: 2011-12-28 09:25 -0500
http://bitbucket.org/pypy/pypy/changeset/42fbbcbfc2ac/
Log:Merge sandbox tweaks from nedbat-sandbox-2
diff --git a/pypy/translator/sandbox/pypy_interact.py
b/pypy/translator/sandbox/pypy_interact.py
Author: Ned Batchelder
Branch: nedbat-sandbox-2
Changeset: r50927:93bb4d305fdb
Date: 2011-12-28 09:27 -0500
http://bitbucket.org/pypy/pypy/changeset/93bb4d305fdb/
Log:Close nedbat-sandbox-2
___
pypy-commit mailing list
[email protected]
http:/
Author: hager
Branch: ppc-jit-backend
Changeset: r50928:44255e0c9ffe
Date: 2011-12-28 10:24 -0800
http://bitbucket.org/pypy/pypy/changeset/44255e0c9ffe/
Log:(edelsohn, bivab) fix calls to leave_jitted_hook on PPC64 as well as
restoring the LR to return from the compiled code
diff --g
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r50929:4b4775dd052f
Date: 2011-12-28 14:03 -0500
http://bitbucket.org/pypy/pypy/changeset/4b4775dd052f/
Log:BACKCHAIN_SIZE is 6
diff --git a/pypy/jit/backend/ppc/ppcgen/arch.py
b/pypy/jit/backend/ppc/ppcgen/arch.py
--- a/pypy/jit/backend/pp
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r50930:1d80c59520d2
Date: 2011-12-28 14:59 -0500
http://bitbucket.org/pypy/pypy/changeset/1d80c59520d2/
Log:assert offset is_reg in cmp_guard_class.
diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py
b/pypy/jit/backend/ppc/ppcgen/opass
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r50931:6b75e619e2d4
Date: 2011-12-28 15:00 -0500
http://bitbucket.org/pypy/pypy/changeset/6b75e619e2d4/
Log:Fix typo in loadx.
diff --git a/pypy/jit/backend/ppc/ppcgen/codebuilder.py
b/pypy/jit/backend/ppc/ppcgen/codebuilder.py
--- a/pypy/j
Author: Hakan Ardo
Branch: jit-improve-nested-loops
Changeset: r50934:c30513c22175
Date: 2011-12-28 21:26 +0100
http://bitbucket.org/pypy/pypy/changeset/c30513c22175/
Log:closing to be merged branch
___
pypy-commit mailing list
[email protected]
Author: Hakan Ardo
Branch: jit-improve-nested-loops
Changeset: r50933:3f020e9bd542
Date: 2011-12-28 21:25 +0100
http://bitbucket.org/pypy/pypy/changeset/3f020e9bd542/
Log:hg merge default
diff --git a/pypy/translator/sandbox/pypy_interact.py
b/pypy/translator/sandbox/pypy_interact.py
--- a/
Author: Hakan Ardo
Branch: jit-improve-nested-loops
Changeset: r50932:a7a84c778e28
Date: 2011-12-28 12:40 +0100
http://bitbucket.org/pypy/pypy/changeset/a7a84c778e28/
Log:hg merge default
diff --git a/pypy/jit/backend/x86/assembler.py
b/pypy/jit/backend/x86/assembler.py
--- a/pypy/jit/backe
Author: Hakan Ardo
Branch:
Changeset: r50935:69095778cbfd
Date: 2011-12-28 21:28 +0100
http://bitbucket.org/pypy/pypy/changeset/69095778cbfd/
Log:Merge jit-improve-nested-loops. It allows bridges to end with a jump
to the the top of a loop and not only to the bottom. While this
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r50936:cb6d39cadc56
Date: 2011-12-28 15:30 -0500
http://bitbucket.org/pypy/pypy/changeset/cb6d39cadc56/
Log:Implement emit_cond_call_gc_wb for PPC64. Fix typo in function
address variable name.
diff --git a/pypy/jit/backend/ppc/ppcge
15 matches
Mail list logo