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

Guarded Devirt: multiple type checks #59604

Closed
wants to merge 29 commits into from
Closed

Commits on Sep 25, 2021

  1. Configuration menu
    Copy the full SHA
    c1c9626 View commit details
    Browse the repository at this point in the history
  2. Fix weights

    EgorBo committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    f58f930 View commit details
    Browse the repository at this point in the history
  3. remove redundant block

    EgorBo committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    ad6daec View commit details
    Browse the repository at this point in the history
  4. fix build

    EgorBo committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    7d7bbac View commit details
    Browse the repository at this point in the history
  5. Fix weights

    EgorBo committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    c629fa1 View commit details
    Browse the repository at this point in the history
  6. jit-format

    EgorBo committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    c2cbe9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7495913 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. fix inlining for void methods

    EgorBo committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    781c2e7 View commit details
    Browse the repository at this point in the history
  2. Fix non-void return type

    EgorBo committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    07e20cc View commit details
    Browse the repository at this point in the history
  3. fix assert

    EgorBo committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    bcf7b4f View commit details
    Browse the repository at this point in the history
  4. Disable multi-checks (for CI)

    EgorBo committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    81c94af View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2021

  1. fix more asserts

    EgorBo committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    c048c64 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a3bdff View commit details
    Browse the repository at this point in the history
  3. Fix all existing issues

    EgorBo committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    37ca01f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    756dfdb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a76b01b View commit details
    Browse the repository at this point in the history
  6. Formatting

    EgorBo committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    80c3399 View commit details
    Browse the repository at this point in the history
  7. Clean up

    EgorBo committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    b9a1a05 View commit details
    Browse the repository at this point in the history
  8. Clean up

    EgorBo committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    db50163 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    8e70304 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    158b7d4 View commit details
    Browse the repository at this point in the history
  3. Update src/coreclr/jit/importer.cpp

    Co-authored-by: Andy Ayers <andya@microsoft.com>
    EgorBo and AndyAyersMS authored Oct 4, 2021
    Configuration menu
    Copy the full SHA
    e6c989a View commit details
    Browse the repository at this point in the history
  4. Address feedback

    EgorBo committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    616c97f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    720be25 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    710c149 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3805cb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Address feedback

    EgorBo committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    5f68a56 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    EgorBo committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    1043290 View commit details
    Browse the repository at this point in the history
  3. Address feedback

    EgorBo committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    910c5c9 View commit details
    Browse the repository at this point in the history