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

[compiler-rt][X86] Unify getAMDProcessorTypeAndSubType #97863

Merged
merged 4 commits into from
Jul 8, 2024

Commits on Jul 5, 2024

  1. [compiler-rt][X86] Unify getAMDProcessorTypeAndSubType

    This patch unifies the implementation of getAMDProcessorTypeAndSubtype
    between compiler-rt and LLVM.
    
    This patch is intended to be a step towards pulling these functions out
    into identical .inc files to better facilitate code sharing between LLVM
    and compiler-rt.
    boomanaiden154 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    2be7a78 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Address feedback

    boomanaiden154 committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e944346 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Address feedback

    boomanaiden154 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    880f659 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    boomanaiden154 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3174ba6 View commit details
    Browse the repository at this point in the history