This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Add Cortex-R4/R4F support in Clang
ClosedPublic

Authored by javed.absar on Mar 30 2015, 4:51 AM.

Details

Reviewers
rengolin
jmolloy
Summary

This patch adds ARM Cortex-R4 and R4F support and tests in Clang. Though Cortex-R4 support is currently present, the support for hwdiv in thumb-mode is not defined and tested properly. This has also been added.

Diff Detail

Repository
rL LLVM

Event Timeline

javed.absar retitled this revision from to [ARM] Add Cortex-R4/R4F support in Clang.
javed.absar updated this object.
javed.absar edited the test plan for this revision. (Show Details)
javed.absar set the repository for this revision to rL LLVM.
javed.absar added a subscriber: Unknown Object (MLST).
rengolin accepted this revision.Mar 30 2015, 5:20 AM
rengolin added a reviewer: rengolin.

LGTM. Thanks!

This revision is now accepted and ready to land.Mar 30 2015, 5:20 AM
jmolloy accepted this revision.Mar 30 2015, 5:30 AM
jmolloy added a reviewer: jmolloy.
jmolloy added a subscriber: jmolloy.

Hi Javed,

Thanks for doing this! This looks fine to me.

Cheers,

James

rengolin closed this revision.May 8 2015, 5:15 AM