Zach Welch --
== Last Week ==
* Continued working on libunwind support. Trying to figure out why my
signal frame detection doesn't work as expected.
* Kept pace with the ltrace tree, testing recent patches on ARM.
== This Week ==
* Continue to work on libunwind signal frame detection.
Julian B
Hi there. Could everyone in the toolchain working group start sending
their activity reports to this list please? Put [ACTIVITY] at the
start of the subject line so that they can be filtered.
Ta,
-- Michael
___
linaro-toolchain mailing list
linaro-to
On Sat, Nov 13, 2010, Peter Maydell wrote:
> Yes, that had crossed my radar (and er, fallen off again; oops). It sounds
> like their focus is on using qemu as a cross platform emulator (as opposed
> to the kvm-style "all I really wanted was the device models" usage), and I
> think it would be parti
On Mon, 15 Nov 2010 10:12:26 +0200
Ira Rosen wrote:
> Hi Julian,
>
> On 12 November 2010 17:49, Julian Brown
> wrote:
> > ...
> > The important observation is that vectors from case 1 and from
> > cases 2/3 never interact: it's quite safe for them to use different
> > element orderings, without
On Sat, Nov 13, 2010 at 10:50:18PM +, Peter Maydell wrote:
> You mentioned the abstract deadline -- do you think Linaro has anything
> to actually talk about in the "submit a presentation" sense here?
Some suggestions:
- The many forks of QEMU (and what Linaro is doing to fix it)
- QE
On Sat, Nov 13, 2010 at 7:20 AM, Marcin Juszkiewicz
wrote:
> Dnia piątek, 12 listopada 2010 o 18:33:03 Dave Martin napisał(a):
>
>> * -mimplicit-it is already required by the Linux kernel and
>> possible other projects.
>
> Qt and KDE4 require -mimplicit-it=thumb too. It is disabled in Ubuntu gc
Hi Julian,
On 12 November 2010 17:49, Julian Brown wrote:
>
> For the first of these, I think we can get away with changing the
> vectorizer to use explicit "array" loads and stores (i.e. vldN/vstN), so
> that vector registers will hold elements in memory order -- so, all the
> contortions in th