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

[BasicBlockSections] Split cold parts of custom-section functions. #66731

Merged
merged 4 commits into from
Sep 22, 2023

Commits on Sep 22, 2023

  1. [BasicBlockSections] Split cold parts of custom-section functions.

    This PR makes `-basic-block-sections` handle functions with custom
    non-dot-text sections correctly. Cold parts of such functions must
    be placed in the same section (not in `.text.split`) but with a
    unique id.
    rlavaee committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d4af4fd View commit details
    Browse the repository at this point in the history
  2. clang-format.

    rlavaee committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    88a8f72 View commit details
    Browse the repository at this point in the history
  3. clang-format.

    rlavaee committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    1430099 View commit details
    Browse the repository at this point in the history
  4. Address comment.

    rlavaee committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    87ffbe9 View commit details
    Browse the repository at this point in the history