Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIPS: add r6 support #58941

Merged
merged 1 commit into from
Mar 16, 2019
Merged

MIPS: add r6 support #58941

merged 1 commit into from
Mar 16, 2019

Commits on Mar 5, 2019

  1. MIPS: add r6 support

    MIPS r6 is quite different with the previous version.
    It use some new target triples:
      mipsisa32r6-unknown-linux-gnu
      mipsisa32r6el-unknown-linux-gnu
      mipsisa64r6-unknown-linux-gnuabi64
      mipsisa64r6el-unknown-linux-gnuabi64
    
    This patch has been tested with Debian Port for mips64r6el,
    and the support of these triples also is included in llvm:
      https://reviews.llvm.org/rGe58c45a695f39004710b6ce940d489fee800dbd3
    wzssyqa committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    710988a View commit details
    Browse the repository at this point in the history