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: Sign/zero-extend small primitive arguments for pinvokes on arm32 and Apple arm64 #106314

Merged
merged 11 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. Configuration menu
    Copy the full SHA
    139ef35 View commit details
    Browse the repository at this point in the history
  2. Clean up

    jakobbotsch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d23d18a View commit details
    Browse the repository at this point in the history
  3. Add test

    jakobbotsch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    0f36593 View commit details
    Browse the repository at this point in the history
  4. Fix bug

    jakobbotsch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e31819b View commit details
    Browse the repository at this point in the history
  5. Switch test to IL

    jakobbotsch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    e48bad1 View commit details
    Browse the repository at this point in the history
  6. Stop using xunit.assert

    jakobbotsch committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f685cf6 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Delete unused CLR_BOOL

    jakobbotsch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    084f970 View commit details
    Browse the repository at this point in the history
  2. Revert "Delete unused CLR_BOOL"

    This reverts commit 084f970.
    jakobbotsch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2f6ab23 View commit details
    Browse the repository at this point in the history
  3. Disable test on Mono

    jakobbotsch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    69c1db3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f379379 View commit details
    Browse the repository at this point in the history
  5. Address feedback

    jakobbotsch committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9f9fcb7 View commit details
    Browse the repository at this point in the history