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: Use new ABI classifiers for GenTreeCall arguments #103537

Merged
merged 17 commits into from
Jun 21, 2024

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    dc85759 View commit details
    Browse the repository at this point in the history
  2. Run jit-format

    jakobbotsch committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    a95f745 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Configuration menu
    Copy the full SHA
    c1cdad4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d9e6e View commit details
    Browse the repository at this point in the history
  3. Fix multiple regs

    jakobbotsch committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    cfe0f1d View commit details
    Browse the repository at this point in the history
  4. Reorder HFA

    jakobbotsch committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    11a3bc2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03d33c0 View commit details
    Browse the repository at this point in the history
  6. Run jit-format

    jakobbotsch committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    7861116 View commit details
    Browse the repository at this point in the history
  7. Clean up

    jakobbotsch committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    693a980 View commit details
    Browse the repository at this point in the history
  8. Run jit-format

    jakobbotsch committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    00f5bbc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d37cba7 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. [RISC-V] Fix struct types passed by floating-point calling convention (

    …#4)
    
    * Classify stack arguments as single segment
    
    * Bring back type fix-ups for structs passed according to hardware floating-point calling convention
    
    * Use more strict reg masking condition for fixed refs like on other platforms because after dotnet#97368 we don't need an exception
    tomeksowi authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    9348fd1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad6f6b View commit details
    Browse the repository at this point in the history
  3. Fix build

    jakobbotsch committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    221d464 View commit details
    Browse the repository at this point in the history
  4. Fix RISC-V build

    jakobbotsch committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    fe7d665 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b8595f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46e461b View commit details
    Browse the repository at this point in the history