-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[automated] Merge branch 'release/8.0-rc2' => 'release/8.0' #92401
Commits on Sep 21, 2023
-
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4ea964 - Browse repository at this point
Copy the full SHA c4ea964View commit details -
[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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ae598e - Browse repository at this point
Copy the full SHA 8ae598eView commit details -
[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 <[email protected]> Co-authored-by: Juan Sebastian Hoyos Ayala <[email protected]> Co-authored-by: Juan Hoyos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1757497 - Browse repository at this point
Copy the full SHA 1757497View commit details -
Fix the VN for xor operation (dotnet#92372)
Co-authored-by: Kunal Pathak <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 12fc904 - Browse repository at this point
Copy the full SHA 12fc904View commit details -
[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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 073588e - Browse repository at this point
Copy the full SHA 073588eView commit details -
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 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d365be8 - Browse repository at this point
Copy the full SHA d365be8View commit details -
[release/8.0-rc2] Bump downlevel version to 7.0.12 (dotnet#92419)
Co-authored-by: Steve Pfister <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 79bd007 - Browse repository at this point
Copy the full SHA 79bd007View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 98f631d - Browse repository at this point
Copy the full SHA 98f631dView commit details