[PATCH] add basic support for Cortex-A7 and VFPv4 to LLVM and Clang

Anton Korobeynikov anton at korobeynikov.info
Thu Nov 21 03:39:09 PST 2013


LGTM

On Thu, Nov 21, 2013 at 3:33 PM, Artyom Skrobov <Artyom.Skrobov at arm.com> wrote:
> Hello,
>
> The LLVM patch adds ProcessorModel<"cortex-a7">, reusing CortexA8Model but
> with the feature set reflecting Cortex-A7 TRM, to ARM.td
> The Clang patch adds support for -mfpu=vfp[v]4[-d16], corresponding to the
> Cortex-A7 options of having a VFPv4-D16 FPU without NEON, or (by default) a
> VFPv4-D32 FPU with NEON.
> The latter patch also tests that the correct ACLE predefines and EABI
> attributes are emitted when targeting Cortex-A7 with the various FPU
> options.
>
> OK to commit?
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list