[ACTIVITY] Digest for 2010-11-16

2010-11-15 Thread Michael Hope
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

Activity reports

2010-11-15 Thread Michael Hope
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

Re: Abstract submissions for QEMU Users Forum (March 18th)

2010-11-15 Thread Loïc Minier
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

Re: [PATCH, WIP] NEON quadword vectors in big-endian mode (#10061, #7306)

2010-11-15 Thread Julian Brown
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

Re: Abstract submissions for QEMU Users Forum (March 18th)

2010-11-15 Thread Christian Robottom Reis
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

Re: RFC: -mimplicit-it and GCC upstream

2010-11-15 Thread Dave Martin
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

Re: [PATCH, WIP] NEON quadword vectors in big-endian mode (#10061, #7306)

2010-11-15 Thread Ira Rosen
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