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

[AArch64] move extension information into tablgen #90987

Merged
merged 9 commits into from
May 9, 2024

Commits on May 3, 2024

  1. [AArch64] move extension information into tablgen

    Generate target features and FMVExtensions from tablegen.
    
    Use MArchName/ArchKindEnumSpelling to avoid renamings.
    Cases where there is simply a case difference are handled by
    consistently uppercasing the AEK_ name in the emitted code.
    
    Remove some Extensions which were not needed.
    These had AEK entries but were never actually used for anything.
    They are not present in Extensions[] data.
    tmatheson-arm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    4b8b776 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8bfa2a View commit details
    Browse the repository at this point in the history
  3. clang-format

    tmatheson-arm committed May 3, 2024
    Configuration menu
    Copy the full SHA
    45f4baf View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    21b0afa View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    736c05b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d287a View commit details
    Browse the repository at this point in the history
  3. remove BTI Note

    tmatheson-arm committed May 8, 2024
    Configuration menu
    Copy the full SHA
    25b3e1e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix the ordering of SME/SVE target features in tests

    These change because the order of the definitions of the extensions
    has changes since they are autogenerated.
    tmatheson-arm committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b76372e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ef253 View commit details
    Browse the repository at this point in the history