Re: [AArch64] [BE] [2/2] Make large opaque integer modes endianness-safe.

2014-11-04 Thread Marcus Shawcroft
On 13 October 2014 11:01, David Sherwood wrote: > Hi, > > This is the second patch of the work to fix: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59810 > > and removes the CANNOT_CHANGE_MODE_CLASS macro, which now permits subregs of > vector registers to work correctly on aarch64_be. > > NOT

RE: [AArch64] [BE] [2/2] Make large opaque integer modes endianness-safe.

2014-10-28 Thread David Sherwood
Hi, Sorry to bother you again, but if someone has time could they take a look at this change please? Thanks! David. -Original Message- From: David Sherwood [mailto:david.sherw...@arm.com] Sent: 13 October 2014 11:02 To: gcc-patches@gcc.gnu.org Subject: [AArch64] [BE] [2/2] Make large

[AArch64] [BE] [2/2] Make large opaque integer modes endianness-safe.

2014-10-13 Thread David Sherwood
Hi, This is the second patch of the work to fix: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59810 and removes the CANNOT_CHANGE_MODE_CLASS macro, which now permits subregs of vector registers to work correctly on aarch64_be. NOTE: This patch depends upon the following: [AArch64] [BE] [1/2] Ma