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

[RISCV] Add extension information to RISCVFeatures.td. NFC #89326

Merged
merged 8 commits into from
Apr 22, 2024

Commits on Apr 18, 2024

  1. [RISCV] Add extension information to RISCVFeatures.td. NFC

    This adds a new RISCVExtension class that inherits from SubtargetFeature.
    This contains the major/minor version and whether the extension is
    experimental. The plan is to use this to generate the tables for
    RISCVISAInfo.cpp.
    
    The version numbers might not be accurate yet. If there are errors
    they will be fixed before they are used for anything. It will be easier
    to verify once the new tablegen backend is written to generate the
    RISCVISAInfo.cpp table.
    topperc committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    b379f21 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Fix indentation

    topperc committed Apr 19, 2024
    Configuration menu
    Copy the full SHA
    616c474 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b78a1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1090fd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. fixup! Fix indentation

    topperc committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    7304772 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    859764d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c66bfb4 View commit details
    Browse the repository at this point in the history
  3. fixup! more review comments

    topperc committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    24aa3a3 View commit details
    Browse the repository at this point in the history