This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add missing M/R class CPUs
ClosedPublic

Authored by bsmith on Feb 16 2015, 7:15 AM.

Details

Reviewers
jmolloy
Summary

This patch adds some of the missing M and R class Cortex CPUs, namely:

Cortex-M0+ (called Cortex-M0plus for GCC compatibility)
Cortex-M1
SC000
SC300
Cortex-R7

Depends on D7668.

Diff Detail

Repository
rL LLVM

Event Timeline

bsmith updated this revision to Diff 20031.Feb 16 2015, 7:15 AM
bsmith retitled this revision from to [ARM] Add missing M/R class CPUs.
bsmith updated this object.
bsmith edited the test plan for this revision. (Show Details)
bsmith set the repository for this revision to rL LLVM.
bsmith added a subscriber: Unknown Object (MLST).
jmolloy accepted this revision.Feb 18 2015, 2:31 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

LGTM.

This revision is now accepted and ready to land.Feb 18 2015, 2:31 AM
bsmith closed this revision.Feb 18 2015, 2:36 AM

Committed as 229661.