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

JIT: Rewrite initial parameter frame layout in terms of new ABI info #101340

Merged
merged 12 commits into from
May 8, 2024

Commits on Apr 20, 2024

  1. JIT: Rewrite initial parameter frame layout in terms of new ABI info

    Rewrite `lvaAssignVirtualFrameOffsetsToArgs` to make use of the ABI
    information that was already computed as part of ABI classification in
    the frontend.
    jakobbotsch committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    aba8f69 View commit details
    Browse the repository at this point in the history
  2. Fix build

    jakobbotsch committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    f93287a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0500918 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Remove stack alignment

    Considering the stack alignment to be part of the passed stack size does
    not really make sense since the callee does not own the extra bytes
    added to ensure alignment.
    jakobbotsch committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    89e00cd View commit details
    Browse the repository at this point in the history
  2. Fix build

    jakobbotsch committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    06173e4 View commit details
    Browse the repository at this point in the history
  3. Fix ifdef

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

Commits on Apr 22, 2024

  1. Remove unnecessary change

    jakobbotsch committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    451855f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    73224bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7922f61 View commit details
    Browse the repository at this point in the history
  3. Missed a word

    jakobbotsch committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    2ce06c0 View commit details
    Browse the repository at this point in the history
  4. Fix another comment

    jakobbotsch committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    ec9fcfe View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

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