This is an archive of the discontinued LLVM Phabricator instance.

Recognize that ARM1176JZ[F]-S support TrustZone
ClosedPublic

Authored by tyomitch on Oct 28 2015, 11:24 AM.

Details

Summary

ARMv6KZ cores were set up incorrectly in ARM.td; also, the SMI mnemonic
(the old name for SMC, as defined in ARMv6KZ) wasn't supported.

Diff Detail

Repository
rL LLVM

Event Timeline

tyomitch updated this revision to Diff 38674.Oct 28 2015, 11:24 AM
tyomitch retitled this revision from to Recognize that ARM1176JZ[F]-S support TrustZone.
tyomitch updated this object.
tyomitch added reviewers: jmolloy, rengolin.
tyomitch added a subscriber: llvm-commits.
rengolin accepted this revision.Oct 29 2015, 6:54 AM
rengolin edited edge metadata.

LGTM. Thanks!

This revision is now accepted and ready to land.Oct 29 2015, 6:54 AM
This revision was automatically updated to reflect the committed changes.