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

Optimize GetType with known type #87579

Closed
wants to merge 30 commits into from

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    b753523 View commit details
    Browse the repository at this point in the history
  2. Keep side effects

    MichalPetryka committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5862a59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    41f70ed View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    7448b59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    929d18f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779a799 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de198e View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. Configuration menu
    Copy the full SHA
    7f44e8f View commit details
    Browse the repository at this point in the history
  2. Update importer.cpp

    MichalPetryka authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    127bd47 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Sprinkle some asserts

    MichalPetryka committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    0e62429 View commit details
    Browse the repository at this point in the history
  2. Fix building

    MichalPetryka committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cde9a24 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    dcf25a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6abbd7b View commit details
    Browse the repository at this point in the history
  3. Format code

    MichalPetryka committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    4b35aa9 View commit details
    Browse the repository at this point in the history
  4. Merge

    MichalPetryka committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    eb56645 View commit details
    Browse the repository at this point in the history
  5. Try fixing the r2r test

    MichalPetryka committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    6a60fc0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Update test.cs

    MichalPetryka authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    cbe32bf View commit details
    Browse the repository at this point in the history
  2. Update main.cs

    MichalPetryka authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    a128856 View commit details
    Browse the repository at this point in the history
  3. Update newarray.cs

    MichalPetryka authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f573051 View commit details
    Browse the repository at this point in the history
  4. Update generics.cs

    MichalPetryka authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    f2dad1d View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Update gentree.cpp

    MichalPetryka authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    a1b6fd7 View commit details
    Browse the repository at this point in the history
  2. Update gentree.cpp

    MichalPetryka authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    b61f1e1 View commit details
    Browse the repository at this point in the history
  3. Update lclvars.cpp

    MichalPetryka authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    be56999 View commit details
    Browse the repository at this point in the history
  4. Update lclvars.cpp

    MichalPetryka authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    c95231a View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    0885714 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Merge

    MichalPetryka committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e1514e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff1adcd View commit details
    Browse the repository at this point in the history
  3. Cleanup

    MichalPetryka committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    cf9e771 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Fix the helper

    MichalPetryka committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    32c2b3a View commit details
    Browse the repository at this point in the history
  2. Update src/coreclr/jit/importer.cpp

    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    MichalPetryka and jkotas authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    75163fd View commit details
    Browse the repository at this point in the history