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/7.0-rc1' => 'release/7.0' #74205

Commits on Aug 19, 2022

  1. [Ppc64le] bug fixes (dotnet#74131)

    * Avoid transformation from multiplication to left shift in case of 64 bit value
    
    * Fixed System.Collections.Concurrent.Tests timeout issue
    
    * [ppc64le] Fixed test case failures
    
    * [ppc64le] Incorporated code review comments
    
    Co-authored-by: Sapana Khemkar <sapana.khemkar@ibm.com>
    Co-authored-by: Sapana-Khemkar <94051076+Sapana-Khemkar@users.noreply.github.com>
    3 people authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f908dbc View commit details
    Browse the repository at this point in the history
  2. Improve ControlledExecution tests (dotnet#74186)

    Co-authored-by: Anton Lapounov <antonl@microsoft.com>
    github-actions[bot] and AntonLapounov authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    195178b View commit details
    Browse the repository at this point in the history
  3. Shorten the workload name even more (dotnet#74176)

    Co-authored-by: Larry Ewing <lewing@microsoft.com>
    github-actions[bot] and lewing authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    1af9cfd View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2022

  1. [release/7.0-rc1] Disable Int128 use in by value ABI scenarios, and f…

    …ix field layout behavior (dotnet#74279)
    
    * First stab at support for proper 128bit integer layout and abi
    
    * Add ABI tests for Int128 covering interesting scenarios
    
    * Fix bugs so that at least Windows Arm64 works
    
    * Add more types to the ABI tester, so that we cover the Int128 scenarios
    
    * Revert changes which attempted to enable by value passing for Int128
    
    * Make Int128 have layout match the expected unmanaged field layout - On Unix platforms (64 bit) use 16 byte alignment - On Arm32 use 8 byte alignment matching the 128 byte vector type - On other Windows platforms the 128 bit integer type isn't defined by the C compiler, but match the behavior of other 128 bit types (16 byte alignment)
    
    Add tests to call down to native that should pass with these rules
    
    - Disable use of Int128 as p/invoke parameter passed by value
    
    * Mark Int128 types as not having a stable abi - This disables use of these types for parameter passing in R2R images
    
    * Address all known issues
    
    * Try to fix PR job
    
    * Should fix the test issues
    
    * Apply suggestions from code review
    
    Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
    
    Co-authored-by: David Wrighton <davidwr@microsoft.com>
    Co-authored-by: Jeremy Koritzinsky <jkoritzinsky@gmail.com>
    3 people authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    d9c1700 View commit details
    Browse the repository at this point in the history
  2. Don't NativeAOT crossgen on ARM64 (dotnet#74221)

    Lets us make dotnet#72645 a non-blocking-release issue.
    
    We also set NativeAotSupported to false for Mac on the line above. Crossgen2 will still ship NativeAOT compiled on x64 Linux and Windows. R2R+SingleFile+Trimmed elsewhere.
    
    Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
    github-actions[bot] and MichalStrehovsky authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    39d767a View commit details
    Browse the repository at this point in the history
  3. [release/7.0-rc1] Add a way to suppress all trimming warnings (dotnet…

    …#74220)
    
    * Add a way to suppress all trimming warnings
    
    Fixes dotnet#73926.
    
    Also adding AOT analysis suppression for parity.
    
    I didn't port the warning level support because the compat kind of goes beyond that. We can revisit later if needed.
    
    * Update Microsoft.NETCore.Native.targets
    
    Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
    github-actions[bot] and MichalStrehovsky authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    c7cab43 View commit details
    Browse the repository at this point in the history
  4. Don't track current field of state machines (dotnet#74216)

    Port of dotnet/linker#2979
    
    Fixes dotnet#73048.
    
    Co-authored-by: Michal Strehovský <MichalStrehovsky@users.noreply.github.com>
    github-actions[bot] and MichalStrehovsky authored Aug 20, 2022
    Configuration menu
    Copy the full SHA
    37193fd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c73d4d View commit details
    Browse the repository at this point in the history