This is an archive of the discontinued LLVM Phabricator instance.

[Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names
ClosedPublic

Authored by atanasyan on Feb 18 2015, 2:21 PM.

Details

Reviewers
dsanders
Summary

The patch teaches the clang's driver to understand new MIPS ISA names, pass appropriate options to the assembler, defines corresponding macros etc

Diff Detail

Event Timeline

atanasyan updated this revision to Diff 20223.Feb 18 2015, 2:21 PM
atanasyan retitled this revision from to [Mips] Support mips32r3, mips32r5, mips64r3, mips64r5 MIPS ISA names.
atanasyan updated this object.
atanasyan edited the test plan for this revision. (Show Details)
atanasyan added a reviewer: dsanders.
atanasyan set the repository for this revision to rL LLVM.
atanasyan added a subscriber: Unknown Object (MLST).
dsanders accepted this revision.Feb 19 2015, 2:04 AM
dsanders edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 19 2015, 2:04 AM
atanasyan closed this revision.Feb 20 2015, 11:25 PM

Thanks for review.

Closed by commit rL230092.