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

[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' #92401

Commits on Sep 21, 2023

  1. Add missing case for constrained gsharedvt call. (dotnet#92347)

    dotnet@1b788f4
    added a new value to our MonoRgctxInfoType enum type, but appears
    that all cases where not full adjusted. Running System.Buffers tests
    in full AOT hits the assert in info_equal about missing case,
    https://github.com/dotnet/runtime/blob/0dc5903679606b072adac70a268cdb77d1147b3e/src/mono/mono/mini/mini-generic-sharing.c#L2908.
    
    This commit adds the new enum value and align handling similar to other cases added
    by that commit.
    
    Co-authored-by: lateralusX <lateralusx.github@gmail.com>
    github-actions[bot] and lateralusX committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c4ea964 View commit details
    Browse the repository at this point in the history
  2. [release/8.0-rc2] Fixes for LLVM AOT on Windows from @lateralusX (dot…

    …net#92365)
    
    * Fixes for LLVM AOT on Windows from @lateralusX
    
    * fix HOST/TARGET issue
    
    ---------
    
    Co-authored-by: Jo Shields <directhex@apebox.org>
    github-actions[bot] and directhex committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    8ae598e View commit details
    Browse the repository at this point in the history
  3. [release/8.0] Properly handle debugger-enumerating interior pointers …

    …and enregistered refs (dotnet#92360)
    
    * Fix issue with enregistered values
    
    * Fix assert and enregistered ref reporting
    
    * Fix issue from merge
    
    ---------
    
    Co-authored-by: Lee Culver <leculver@microsoft.com>
    Co-authored-by: Juan Sebastian Hoyos Ayala <juan.hoyos@microsoft.com>
    Co-authored-by: Juan Hoyos <19413848+hoyosjs@users.noreply.github.com>
    4 people committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    1757497 View commit details
    Browse the repository at this point in the history
  4. Fix the VN for xor operation (dotnet#92372)

    Co-authored-by: Kunal Pathak <Kunal.Pathak@microsoft.com>
    github-actions[bot] and kunalspathak committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    12fc904 View commit details
    Browse the repository at this point in the history
  5. [release/8.0-rc2] [CI][Android] Build mono runtime for Android on PRs (

    …dotnet#92411)
    
    * [CI][Android] Build mono runtime for Android on PRs
    
    * [CI][Android] Build and run smoke tests
    
    * Mimic ios/tvos devices job
    
    ---------
    
    Co-authored-by: mdh1418 <mitchhwang1418@gmail.com>
    github-actions[bot] and mdh1418 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    073588e View commit details
    Browse the repository at this point in the history
  6. JIT: Fix invalid containment of vector broadcasts (dotnet#92371)

    The containment checks for vector broadcasts were missing a size check,
    meaning that a uint broadcast could contain a ubyte/ushort indirection.
    That would lead to out-of-bounds reads.
    
    Fix dotnet#83387
    
    Co-authored-by: Jakob Botsch Nielsen <jakob.botsch.nielsen@gmail.com>
    github-actions[bot] and jakobbotsch committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d365be8 View commit details
    Browse the repository at this point in the history
  7. [release/8.0-rc2] Bump downlevel version to 7.0.12 (dotnet#92419)

    Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
    steveisok and Steve Pfister committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    79bd007 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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