Release notes for 2012.01

2012-01-04 Thread Michael Hope
I liked Andrew's idea of sharing the release notes so I stole it for this month: https://wiki.linaro.org/MichaelHope/Sandbox/GCC2012.01ReleaseNotes Please add anything new and noteworthy that you've done to this draft. -- Michael ___ linaro-toolchain

[ACTIVITY] weekly status

2012-01-04 Thread Ken Werner
Hi, * Android * migrated my linaro android build environment * did a small change to the debuggerd patch (thanks Sylvain) * OpenEmbedded * the linaro binary toolchain uses multiarch paths while OE doesn't -> setup a workaround to make it look like a classic one * however, I think what

Re: Patch drop: fwprop.c patch for neon-strided-load-extract

2012-01-04 Thread Ramana Radhakrishnan
On 4 January 2012 15:09, Richard Sandiford wrote: > Ramana Radhakrishnan writes: >> On 29 December 2011 10:21, Richard Sandiford >> wrote: >>> The remaining change for neon-strided-load-extract is to allow fwprop.c >>> to propagate: >>> >>>    (set (reg X) (subreg (reg Y) N)) >>> >>> even if no

Re: Patch drop: fwprop.c patch for neon-strided-load-extract

2012-01-04 Thread Richard Sandiford
Ramana Radhakrishnan writes: > On 29 December 2011 10:21, Richard Sandiford > wrote: >> The remaining change for neon-strided-load-extract is to allow fwprop.c >> to propagate: >> >>    (set (reg X) (subreg (reg Y) N)) >> >> even if no further simplifications are possible.  I posted the original

Re: Patch drop: fwprop.c patch for neon-strided-load-extract

2012-01-04 Thread Ramana Radhakrishnan
On 29 December 2011 10:21, Richard Sandiford wrote: > The remaining change for neon-strided-load-extract is to allow fwprop.c > to propagate: > >    (set (reg X) (subreg (reg Y) N)) > > even if no further simplifications are possible.  I posted the original > patch for comments here: > >    http:/