Author: Antonio Cuni
Branch:
Changeset: r127:3768c0c7d1c4
Date: 2011-06-10 10:35 +0200
http://bitbucket.org/pypy/jitviewer/changeset/3768c0c7d1c4/
Log:webkit (i.e. chrome and the pyqt builtin browser) fails to display
DroidSansMono in bold if we don't explicity declare font-weight an
Author: Armin Rigo
Branch: arm-backed-float
Changeset: r44870:30d3ac53bbbe
Date: 2011-06-10 10:39 +0200
http://bitbucket.org/pypy/pypy/changeset/30d3ac53bbbe/
Log:Argh. Found by chance a small missing piece in the ARM backend. Not
implementing this function causes rare crashes, probab
Author: Alex Gaynor
Branch:
Changeset: r44871:21ee5ea65e33
Date: 2011-06-10 10:50 +0200
http://bitbucket.org/pypy/pypy/changeset/21ee5ea65e33/
Log:avoid a copy in array.tostring
diff --git a/pypy/module/array/interp_array.py
b/pypy/module/array/interp_array.py
--- a/pypy/module/array/inter
Author: Alex Gaynor
Branch:
Changeset: r44872:9db17fbc1fd9
Date: 2011-06-10 10:51 +0200
http://bitbucket.org/pypy/pypy/changeset/9db17fbc1fd9/
Log:merged upstream.
diff --git a/pypy/doc/project-ideas.rst b/pypy/doc/project-ideas.rst
--- a/pypy/doc/project-ideas.rst
+++ b/pypy/doc/project-id
Author: David Schneider
Branch: arm-backed-float
Changeset: r44873:bd7e91cd598a
Date: 2011-06-10 12:58 +0200
http://bitbucket.org/pypy/pypy/changeset/bd7e91cd598a/
Log:implement missing get_on_leave_jitted_hook
diff --git a/pypy/jit/backend/arm/assembler.py
b/pypy/jit/backend/arm/assembler.
Author: David Schneider
Branch: arm-backed-float
Changeset: r44874:947721ab7a82
Date: 2011-06-10 12:58 +0200
http://bitbucket.org/pypy/pypy/changeset/947721ab7a82/
Log:typos
diff --git a/pypy/jit/backend/arm/assembler.py
b/pypy/jit/backend/arm/assembler.py
--- a/pypy/jit/backend/arm/assembl
Author: David Schneider
Branch: arm-backed-float
Changeset: r44875:22e9b8d7d0eb
Date: 2011-06-10 12:59 +0200
http://bitbucket.org/pypy/pypy/changeset/22e9b8d7d0eb/
Log:add some assertions about arguments to malloc operations
diff --git a/pypy/jit/backend/llsupport/gc.py b/pypy/jit/backend/ll
Author: David Schneider
Branch: arm-backed-float
Changeset: r44876:7a6c8fbe552b
Date: 2011-06-10 12:59 +0200
http://bitbucket.org/pypy/pypy/changeset/7a6c8fbe552b/
Log:add decoding of the output as in jit-backend-dump
diff --git a/pypy/jit/backend/arm/tool/objdump.py
b/pypy/jit/backend/arm/
Author: Antonio Cuni
Branch:
Changeset: r128:18e1209ed429
Date: 2011-06-10 15:09 +0200
http://bitbucket.org/pypy/jitviewer/changeset/18e1209ed429/
Log:make sure that the server is always stopped
diff --git a/bin/jitviewer.py b/bin/jitviewer.py
--- a/bin/jitviewer.py
+++ b/bin/jitviewer.py
@
Author: Antonio Cuni
Branch:
Changeset: r129:bf5a490f2be7
Date: 2011-06-10 15:23 +0200
http://bitbucket.org/pypy/jitviewer/changeset/bf5a490f2be7/
Log:add a title to the index page
diff --git a/bin/jitviewer.py b/bin/jitviewer.py
--- a/bin/jitviewer.py
+++ b/bin/jitviewer.py
@@ -69,7 +69,8
Author: Antonio Cuni
Branch:
Changeset: r133:298d56f97a92
Date: 2011-06-10 16:10 +0200
http://bitbucket.org/pypy/jitviewer/changeset/298d56f97a92/
Log:scroll only vertically when clicking on a loop or a bridge
diff --git a/static/script.js b/static/script.js
--- a/static/script.js
+++ b/sta
Author: Antonio Cuni
Branch:
Changeset: r130:3909cbd0479c
Date: 2011-06-10 15:51 +0200
http://bitbucket.org/pypy/jitviewer/changeset/3909cbd0479c/
Log:bah, put a workaround for a bug in the pyqt's webkit
diff --git a/bin/jitviewer.py b/bin/jitviewer.py
--- a/bin/jitviewer.py
+++ b/bin/jitvi
Author: Antonio Cuni
Branch:
Changeset: r131:674b12fd08c9
Date: 2011-06-10 15:54 +0200
http://bitbucket.org/pypy/jitviewer/changeset/674b12fd08c9/
Log:this is not needed, we ship our own version of Droid Sans Mono
anyway
diff --git a/templates/index.html b/templates/index.html
--- a
Author: Antonio Cuni
Branch:
Changeset: r132:1868a93ff0ab
Date: 2011-06-10 16:02 +0200
http://bitbucket.org/pypy/jitviewer/changeset/1868a93ff0ab/
Log:show links always in blue, and the python code in azure to
distinguish them
diff --git a/static/style.css b/static/style.css
--- a/s
Author: Hakan Ardo
Branch: extradoc
Changeset: r3633:dcfb63160aeb
Date: 2011-06-10 16:46 +0200
http://bitbucket.org/pypy/extradoc/changeset/dcfb63160aeb/
Log:some morphology
diff --git a/talk/iwtc11/benchmarks/benchmark.sh
b/talk/iwtc11/benchmarks/benchmark.sh
--- a/talk/iwtc11/benchmarks/b
Author: Hakan Ardo
Branch: extradoc
Changeset: r3634:c6cad47799d7
Date: 2011-06-10 17:28 +0200
http://bitbucket.org/pypy/extradoc/changeset/c6cad47799d7/
Log:initial athempts at something a bit more fancy
diff --git a/talk/iwtc11/benchmarks/image/noborder.py
b/talk/iwtc11/benchmarks/image/n
Author: Maciej Fijalkowski
Branch:
Changeset: r44877:bb28deeb33f5
Date: 2011-06-10 22:19 +0200
http://bitbucket.org/pypy/pypy/changeset/bb28deeb33f5/
Log:Add tests for the numpy target and fix it
diff --git a/pypy/module/micronumpy/compile.py
b/pypy/module/micronumpy/compile.py
new file mo
Author: Maciej Fijalkowski
Branch:
Changeset: r44878:5972a286e026
Date: 2011-06-10 22:21 +0200
http://bitbucket.org/pypy/pypy/changeset/5972a286e026/
Log:ooh, managed to make typo in the untested part :-/
diff --git a/pypy/translator/goal/targetnumpystandalone.py
b/pypy/translator/goal/tar
Author: Corbin Simpson
Branch:
Changeset: r44880:4aa39565c86c
Date: 2011-06-10 13:42 -0700
http://bitbucket.org/pypy/pypy/changeset/4aa39565c86c/
Log:micronumpy: Implement numpy.empty(), and test.
Using zeros() for empty(); fulfills the contract just fine.
diff --git a/pypy/module/
Author: Corbin Simpson
Branch:
Changeset: r44881:cd91f2613f5f
Date: 2011-06-10 13:44 -0700
http://bitbucket.org/pypy/pypy/changeset/cd91f2613f5f/
Log:Merge branches.
diff --git a/pypy/jit/backend/llsupport/descr.py
b/pypy/jit/backend/llsupport/descr.py
--- a/pypy/jit/backend/llsupport/desc
Author: Benjamin Peterson
Branch:
Changeset: r44882:a893e17a1831
Date: 2011-06-10 16:44 -0500
http://bitbucket.org/pypy/pypy/changeset/a893e17a1831/
Log:invent_fail_descr now takes another argument
diff --git a/pypy/jit/metainterp/test/test_optimizeopt.py
b/pypy/jit/metainterp/test/test_op
Author: Benjamin Peterson
Branch:
Changeset: r44883:d810f7b9673b
Date: 2011-06-10 22:49 -0500
http://bitbucket.org/pypy/pypy/changeset/d810f7b9673b/
Log:account for new arg
diff --git a/pypy/jit/metainterp/test/test_optimizebasic.py
b/pypy/jit/metainterp/test/test_optimizebasic.py
--- a/py
22 matches
Mail list logo