[ACTIVITY] 24th -28th January 2011

2011-01-31 Thread Andrew Stubbs
Created a Google docs spreadsheet to help visualise the benchmark results. The graphs are not very informative yet - too many lines and too much noise. I'm going to have to revisit them. Continued trying to build Android. The toolchains build fine, but Android itself complains about -Werror, a

GCC 4.6 Upgrade Plan

2011-01-31 Thread Andrew Stubbs
Hi All, The GCC 4.6 Upgrade plan can be found here: https://wiki.linaro.org/WorkingGroups/ToolChain/GCCUpgradePlan The plan describes how we should commit "upstream" patches while the FSF trunk is closed, and what we plan to use 4.6 for. Andrew __

Help with define_insn

2011-01-31 Thread Ira Rosen
Hi, I am trying to implement interleave_high/low and extract_even/odd using vzip and vuzp instructions. I am attaching a patch that attempts to do that. It uses already existing neon_vzip_internal. The problem with it is that it doesn't express the fact that the two outputs of vzip depend on both

Re: Help with define_insn

2011-01-31 Thread Tejas Belagod
On Mon, 2011-01-31 at 16:02 +0200, Ira Rosen wrote: > Hi, > > I am trying to implement interleave_high/low and extract_even/odd > using vzip and vuzp instructions. I am attaching a patch that attempts > to do that. It uses already existing neon_vzip_internal. The > problem with it is that it does

Re: Help with define_insn

2011-01-31 Thread Ulrich Weigand
Ira Rosen wrote: > (define_insn "neon_vzip_internal" > [(set (match_operand:VDQW 0 "s_register_operand" "=w") >(unspec:VDQW [(match_operand:VDQW 1 "s_register_operand" "0")] > UNSPEC_VZIP1)) >(set (match_operand:VDQW 2 "s_register_operand" "=w") > (unspec

[ACTIVITY] Jan 24--30

2011-01-31 Thread Chung-Lin Tang
== Last week == * PR47246, VFP index range on Thumb-2. Submitted and committed patch upstream. * Pinged two upstream submissions on gcc-patches, one for PR44557 and the other a patch for LP:689887; still awaiting approval. == This week == * Chinese New Year Holiday, I'll be off until Feb.8th. __