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

Unroll Buffer.Memmove for arm64 #83740

Merged
merged 14 commits into from
Mar 25, 2023
Merged

Commits on Mar 21, 2023

  1. Configuration menu
    Copy the full SHA
    2816ebb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c5c1dc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from MichalPetryka/patch-5

    Add 3xSIMD unrolling tests
    EgorBo authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3552749 View commit details
    Browse the repository at this point in the history
  4. fix assert

    EgorBo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    4f65ea5 View commit details
    Browse the repository at this point in the history
  5. Address feedback

    EgorBo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    5bacc34 View commit details
    Browse the repository at this point in the history
  6. Add IL tests

    EgorBo committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    e81269b View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    bb470d3 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    EgorBo committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    95e0e3d View commit details
    Browse the repository at this point in the history
  3. fix nullref

    EgorBo committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    a53635a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

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

    EgorBo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    dd71671 View commit details
    Browse the repository at this point in the history
  3. Clean up

    EgorBo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    9a06924 View commit details
    Browse the repository at this point in the history
  4. Update src/coreclr/jit/gentree.cpp

    Co-authored-by: Bruce Forstall <[email protected]>
    EgorBo and BruceForstall authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    b67d52b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f63a172 View commit details
    Browse the repository at this point in the history