Re: Cross testing using qemu.

2011-01-27 Thread Ramana Radhakrishnan
Loic, On 27 January 2011 21:04, Loïc Minier wrote: > On Thu, Jan 27, 2011, Ramana Radhakrishnan wrote: >>    I've written up a wiki page finally on the cross-testing with qemu >> here. It's taken me slightly longer than expected as I was playing >> around with moin-moin syntax. These are based on

Re: Cross testing using qemu.

2011-01-27 Thread Loïc Minier
On Thu, Jan 27, 2011, Ramana Radhakrishnan wrote: >I've written up a wiki page finally on the cross-testing with qemu > here. It's taken me slightly longer than expected as I was playing > around with moin-moin syntax. These are based on qemu-0.13.0 which is > what I tried when I wrote this up

Cross testing using qemu.

2011-01-27 Thread Ramana Radhakrishnan
Hi, I've written up a wiki page finally on the cross-testing with qemu here. It's taken me slightly longer than expected as I was playing around with moin-moin syntax. These are based on qemu-0.13.0 which is what I tried when I wrote this up for some testing of a patch that I was playing with.

qemu-linaro prerelease available

2011-01-27 Thread Peter Maydell
Hi; this is a note to say that we have now produced a prerelease tarball of qemu-linaro. (The first formal qemu-linaro release will happen in sync with other toolchain group releases on 8th Feb.) This prerelease is primarily to pipeclean the release process and to allow work to start on producing

[ACTIVITY] weekly status

2011-01-27 Thread Ken Werner
Hi, * I looked into the perf utility with regard to ARMv7 and raw event support * https://wiki.linaro.org/KenWerner/Sandbox/perf * testsuite fixes for the OpenCL GDB * started to setup the pandaboard (currently the headless snapshot hangs shortly after I got the bash prompt - I'm not sure w

[ACTIVITY] January 23-27

2011-01-27 Thread Revital1 Eres
Hello, * Submitted to mainline the patch to model Doloop for ARM (http://gcc.gnu.org/ml/gcc-patches/2011-01/msg01718.html) . The ARM back-end part was reviews by Richard Earnshaw. * Looking into EEMBC/DENbench for opportunities applying Modulo-Scheduling. Based on partial profiling information

Re: [ACTIVITY] January 23-27

2011-01-27 Thread Tejas Belagod
Hi Ira, I'm curious to know how you managed to represent vec_extract_even and vec_extract_odd both as NEON vuzp? Also, how do you represent both read and write of both operands of vuzp in the md file? Thanks, Tejas. On Thu, 2011-01-27 at 15:44 +0200, Ira Rosen wrote: > Hi, > > I am working o

[ACTIVITY] January 23-27

2011-01-27 Thread Ira Rosen
Hi, I am working on implementation of interleave_high/low and extract_even/odd for NEON. The pairs of high/low (even/odd) are "magically" united into single vzip (vuzp) instruction in the back end, so there is no need in special support from the tree level. There are still some test failures that