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

Add EH filters for generic catch(T) blocks #72721

Merged
merged 30 commits into from
Jul 29, 2022

Commits on Jul 23, 2022

  1. Configuration menu
    Copy the full SHA
    8d9b3ef View commit details
    Browse the repository at this point in the history
  2. Add smoke test

    EgorBo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    7d4bcbd View commit details
    Browse the repository at this point in the history
  3. Update GenericExceptions.cs

    EgorBo authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    39752c7 View commit details
    Browse the repository at this point in the history
  4. CI test

    EgorBo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    3a045da View commit details
    Browse the repository at this point in the history
  5. Merge branch 'nativeaot-eh-generic-exception' of github.com:EgorBo/ru…

    …ntime-1 into nativeaot-eh-generic-exception
    EgorBo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    fd57c28 View commit details
    Browse the repository at this point in the history
  6. Address feedback & fix AVE

    EgorBo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    f24208a View commit details
    Browse the repository at this point in the history
  7. Clean up

    EgorBo committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    f7c55a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    861c6c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8a72927 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2022

  1. Configuration menu
    Copy the full SHA
    58d3b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54763a7 View commit details
    Browse the repository at this point in the history
  3. simplify runtime lookup

    EgorBo committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    a32b92a View commit details
    Browse the repository at this point in the history
  4. Address feedback

    EgorBo committed Jul 24, 2022
    Configuration menu
    Copy the full SHA
    3668e25 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    49635eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8a50a5 View commit details
    Browse the repository at this point in the history
  3. Clean up

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2a47ff9 View commit details
    Browse the repository at this point in the history
  4. Add Jan's IL test

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    bee1fb3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10ca969 View commit details
    Browse the repository at this point in the history
  6. remove dead code

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    79e87b8 View commit details
    Browse the repository at this point in the history
  7. Update src/tests/JIT/Generics/Exceptions/GenericCatchInterfaceProgram.cs

    Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
    EgorBo and am11 authored Jul 25, 2022
    Configuration menu
    Copy the full SHA
    5420035 View commit details
    Browse the repository at this point in the history
  8. Fix test

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9cf10d2 View commit details
    Browse the repository at this point in the history
  9. NativeAOT fix

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    fd3130e View commit details
    Browse the repository at this point in the history
  10. remove "variance" block

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    22f2520 View commit details
    Browse the repository at this point in the history
  11. Address feedback

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    9110e5f View commit details
    Browse the repository at this point in the history
  12. Remove IsPolyType

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    d3c01cb View commit details
    Browse the repository at this point in the history
  13. rename csproj to ilproj

    EgorBo committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    aaa075e View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2022

  1. Update src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanne…

    …r.cs
    
    Co-authored-by: Jan Kotas <jkotas@microsoft.com>
    EgorBo and jkotas authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    98ce006 View commit details
    Browse the repository at this point in the history
  2. Disable test on mono

    EgorBo committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5c7c157 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40ca568 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

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

    Co-authored-by: Andy Ayers <andya@microsoft.com>
    EgorBo and AndyAyersMS authored Jul 28, 2022
    Configuration menu
    Copy the full SHA
    d13147d View commit details
    Browse the repository at this point in the history