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
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
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
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
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:/