[all-commits] [llvm/llvm-project] 1666f0: [ARM] Add Support for Cortex-M85

Sam Elliott via All-commits all-commits at lists.llvm.org
Tue Jul 5 02:45:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1666f09933eefdd666be4c46887ba59ae089361c
      https://github.com/llvm/llvm-project/commit/1666f09933eefdd666be4c46887ba59ae089361c
  Author: Archibald Elliott <archibald.elliott at arm.com>
  Date:   2022-07-05 (Tue, 05 Jul 2022)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/test/CodeGen/arm-target-features.c
    M clang/test/Driver/arm-cortex-cpus-2.c
    M clang/test/Driver/arm-nofp-disabled-features.c
    A clang/test/Driver/arm-nopacbti-disabled-features.c
    M clang/test/Misc/target-invalid-cpu-note.c
    M llvm/docs/ReleaseNotes.rst
    M llvm/include/llvm/Support/ARMTargetParser.def
    M llvm/lib/Target/ARM/ARM.td
    M llvm/test/CodeGen/ARM/build-attributes.ll
    M llvm/unittests/Support/TargetParserTest.cpp

  Log Message:
  -----------
  [ARM] Add Support for Cortex-M85

This patch adds support for Arm's Cortex-M85 CPU. The Cortex-M85 CPU is
an Arm v8.1m Mainline CPU, with optional support for MVE and PACBTI,
both of which are enabled by default.

Parts have been coauthored by by Mark Murray, Alexandros Lamprineas and
David Green.

Differential Revision: https://reviews.llvm.org/D128415




More information about the All-commits mailing list