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 constant lengths #83638

Merged
merged 18 commits into from
Mar 21, 2023
Merged

Commits on Mar 19, 2023

  1. Unroll Buffer.Memmove

    EgorBo committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    9f45dbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc66929 View commit details
    Browse the repository at this point in the history
  3. Fix build

    EgorBo committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    60cf0ea View commit details
    Browse the repository at this point in the history
  4. Oops

    EgorBo committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    2ec2e4c View commit details
    Browse the repository at this point in the history
  5. Add comments and tests

    EgorBo committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    33d9c4e View commit details
    Browse the repository at this point in the history
  6. Update BufferMemmove.csproj

    EgorBo authored Mar 19, 2023
    Configuration menu
    Copy the full SHA
    42e325f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    adc1da3 View commit details
    Browse the repository at this point in the history
  8. Address feedback

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

    EgorBo committed Mar 19, 2023
    Configuration menu
    Copy the full SHA
    a3b90e6 View commit details
    Browse the repository at this point in the history
  10. clean up

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

Commits on Mar 20, 2023

  1. clean up

    EgorBo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c569201 View commit details
    Browse the repository at this point in the history
  2. Fix assert

    EgorBo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9ea8e86 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: SingleAccretion <[email protected]>
    EgorBo and SingleAccretion authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    ff66578 View commit details
    Browse the repository at this point in the history
  4. Address feedback

    EgorBo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    aa3e32d View commit details
    Browse the repository at this point in the history
  5. fix get highest bit

    EgorBo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    e228f97 View commit details
    Browse the repository at this point in the history
  6. Update codegenxarch.cpp

    EgorBo authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    f4a9174 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. Update src/coreclr/jit/codegenxarch.cpp

    Co-authored-by: Jakob Botsch Nielsen <[email protected]>
    EgorBo and jakobbotsch authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    2124513 View commit details
    Browse the repository at this point in the history
  2. Update codegenxarch.cpp

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