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

[mono] Enable arm64 intrinsic tests #48397

Merged
merged 22 commits into from
Mar 2, 2021

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    1c7254d View commit details
    Browse the repository at this point in the history
  2. Enable ISA extensions when AOT compiling runtime tests for Helix. Ass…

    …ume base/crc/crypto/simd for arm64 and sse-sse4.2/popcnt/lzcnt/bmi/bmi2 for amd64
    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    f69aeab View commit details
    Browse the repository at this point in the history
  3. Use LLVM attribute names (didn't realize in dotnet#47482 that these s…

    …trings are passed through to llc)
    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    927c37b View commit details
    Browse the repository at this point in the history
  4. Raise NotSupportedException on any attempt to invoke an intrinsic fun…

    …ction that hasn't yet been implemented
    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8cd16e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1216781 View commit details
    Browse the repository at this point in the history
  6. Throw PlatformNotSupportedException, not NotSupportedException, when …

    …translating an intrinsic that is unimplemented. Eagerly fail to translate Vector64 AdvSimd.Abs. Bump MONO_AOT_FILE_VERSION, as suggested by jit-icall-reg.h
    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    1d532af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a58a425 View commit details
    Browse the repository at this point in the history
  8. Revert "Wire up missing Sha1 intrinsics"

    This reverts commit a6b13de141adc462de901182d1ca123010842dba.
    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d65d76c View commit details
    Browse the repository at this point in the history
  9. Temporarily disable sha1

    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4c054af View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e19dc7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94f462e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f34b17a View commit details
    Browse the repository at this point in the history
  13. Deduplicate arm64/amd64 intrinsics lookup code. Don't throw PlatformN…

    …otSupportedException for recursive calls outside of functions contained within intrinsic-related namespaces/classes
    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    cde4dda View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5e8ed78 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    505bbf9 View commit details
    Browse the repository at this point in the history
  16. "-Wall"

    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    3fce2b2 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    00c979a View commit details
    Browse the repository at this point in the history
  18. Reenable sha1

    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    5b8ee49 View commit details
    Browse the repository at this point in the history
  19. Fix stray rebase errors

    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    fad5e14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    84f23ae View commit details
    Browse the repository at this point in the history
  21. Disable failed test

    fanyang-mono authored and imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d7ef924 View commit details
    Browse the repository at this point in the history
  22. Address feedback

    imhameed committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ed0fa19 View commit details
    Browse the repository at this point in the history