Re: [ACTIVITY] Feb 14 - Feb 17

2011-02-21 Thread Michael Hope
On Tue, Feb 22, 2011 at 5:55 AM, Ulrich Weigand wrote: > Michael Hope wrote on 02/20/2011 08:18:22 PM: >> On Sat, Feb 19, 2011 at 7:55 AM, Ulrich Weigand >> >  * Finished testing GDB HW watchpoints patch on vexpress, >> >   submitted complete patch set for mainline inclusion >> >> Let me know whe

Improving the code generated for vld and vst intrinsics

2011-02-21 Thread Richard Sandiford
One of the vectorisation discussions from last year was about the poor code GCC generates for vld{2,3,4}_*() and vst{2,3,4}_*(). It forces the result of the loads onto the stack, then loads the individual pieces from there. It does the same thing in reverse for stores. I think there are two majo

Re: [ACTIVITY] Feb 14 - Feb 17

2011-02-21 Thread Ulrich Weigand
Michael Hope wrote on 02/20/2011 08:18:22 PM: > On Sat, Feb 19, 2011 at 7:55 AM, Ulrich Weigand > >  * Finished testing GDB HW watchpoints patch on vexpress, > >   submitted complete patch set for mainline inclusion > > Let me know when and how and I'll update the build machines. I've now committ