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

[NativeAOT] Initial osx-arm64 bring up #75264

Merged
merged 19 commits into from
Sep 11, 2022
Merged

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    ca95d4b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    35a40f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    387b31b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50eb6f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb81686 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    69fd921 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b05ba08 View commit details
    Browse the repository at this point in the history
  8. Fix TLS register trashing

    filipnavara committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8742268 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    92a7164 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6325ba7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    125bed7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    817b10c View commit details
    Browse the repository at this point in the history
  13. Update src/coreclr/nativeaot/Runtime/CommonMacros.h

    Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
    filipnavara and am11 committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    f44843f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3308493 View commit details
    Browse the repository at this point in the history
  15. Fix initial alignment for __module_initializer. ARM64 requires absolu…

    …te symbol relocations to be aligned to native pointer size.
    filipnavara committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    8b9d0dc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9d73bfa View commit details
    Browse the repository at this point in the history
  17. Use pointer sized alignment for fat function pointers since they cont…

    …ain absolute relocations. ld64 seem to silently corrupt them if they are not aligned to pointer size.
    filipnavara committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    5244049 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    59b79b3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    d8c7ee0 View commit details
    Browse the repository at this point in the history