On Fri, 6 May 2011 14:13:32 +0100 Julian Brown <jul...@codesourcery.com> wrote:
> Hi, > > This is the second of two patches to add unaligned-access support to > the ARM backend. It builds on the first patch to provide support for > unaligned accesses when expanding block moves (i.e. for builtin memcpy > operations). It makes some effort to use load/store multiple > instructions where appropriate (when accessing sufficiently-aligned > source or destination addresses), and also makes some effort to > generate fast code (for -O1/2/3) or small code (for -Os), though some > of the heuristics may need tweaking still. The preceding patch to this one has now been approved & applied: http://gcc.gnu.org/ml/gcc-patches/2011-09/msg00575.html FAOD, is this one OK too? Thanks, Julian