This is an archive of the discontinued LLVM Phabricator instance.

Add ARM Cortex-A32 support
ClosedPublic

Authored by samparker on Mar 17 2016, 2:00 AM.

Details

Reviewers
jmolloy
Summary

Hi,

This patch adds the Cortex-A32 as an available target in the ARM backend.

Cheers,
sam

Diff Detail

Event Timeline

samparker updated this revision to Diff 50915.Mar 17 2016, 2:00 AM
samparker retitled this revision from to Add ARM Cortex-A32 support.
samparker updated this object.
jmolloy accepted this revision.Mar 17 2016, 2:21 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

Hi Sam,

LGTM with one comment.

Cheers,

James

test/CodeGen/ARM/build-attributes.ll
1278

Copypasta error? A35 -> A32?

This revision is now accepted and ready to land.Mar 17 2016, 2:21 AM
samparker updated this revision to Diff 50919.Mar 17 2016, 3:26 AM
samparker edited edge metadata.

Corrected typo that James pointed out.

James, would you be able to commit this for me?

samparker updated this revision to Diff 51172.Mar 21 2016, 9:02 AM

Combined the two diffs.

rengolin closed this revision.Mar 21 2016, 10:34 AM

Committed in r263956.