platform/upstream/dotnet/runtime.git
16 months ago[fabricbot] Remove PRs from Eirik/Krzysztof/Layomi/Tarek project board when moved...
Jeff Handley [Wed, 12 Apr 2023 19:41:04 +0000 (12:41 -0700)]
[fabricbot] Remove PRs from Eirik/Krzysztof/Layomi/Tarek project board when moved or excluded from area pod (#84718)

16 months agoAllow promotion of structs with single float fields (#84627)
Tanner Gooding [Wed, 12 Apr 2023 19:13:28 +0000 (12:13 -0700)]
Allow promotion of structs with single float fields (#84627)

* Allow promotion of structs with single float fields

* Ensure x86 works for storing small types

* Apply formatting patch

16 months agoJIT: Add an in-release flag to enable physical promotion (#84689)
Jakob Botsch Nielsen [Wed, 12 Apr 2023 16:44:56 +0000 (18:44 +0200)]
JIT: Add an in-release flag to enable physical promotion (#84689)

Allow customers to enable this and also to be able to measure TP in the
pass.

16 months agoupdate snapcraft.yaml for .NET (#84706)
Rahul Bhandari [Wed, 12 Apr 2023 16:36:07 +0000 (09:36 -0700)]
update snapcraft.yaml for .NET (#84706)

* Create snapcraft.yaml

* Create snapcraft.yaml

* Create snapcraft.yaml

16 months ago[browser] Wasm SDK packed as a nuget package (#84082)
Marek Fišera [Wed, 12 Apr 2023 15:38:52 +0000 (17:38 +0200)]
[browser] Wasm SDK packed as a nuget package (#84082)

16 months agoImplement proper parsing for primitives in config binding gen (#84154)
Layomi Akinrinade [Wed, 12 Apr 2023 15:29:23 +0000 (08:29 -0700)]
Implement proper parsing for primitives in config binding gen (#84154)

* Implement proper parsing for primitives in config binding gen

* Address feedback

16 months agoAdd a `JsonSerializerOptions.TryGetTypeInfo` method. (#84411)
Eirik Tsarpalis [Wed, 12 Apr 2023 14:59:13 +0000 (15:59 +0100)]
Add a `JsonSerializerOptions.TryGetTypeInfo` method. (#84411)

* Mark the return type of the JsonSerializer.GetTypeInfo method as nullable.

* Use new TryGetTypeInfo method instead.

16 months ago[mono][llvm] Avoid making volatile loads/stores to variables marked INDIRECT. (#84674)
Zoltan Varga [Wed, 12 Apr 2023 14:55:27 +0000 (10:55 -0400)]
[mono][llvm] Avoid making volatile loads/stores to variables marked INDIRECT. (#84674)

Variables in the JIT are marked INDIRECT when their address is taken.
Using volatile loads/stores prevents LLVM from optimizing away the
address taking.

Re: https://github.com/dotnet/perf-autofiling-issues/issues/15699.

16 months agoAvoid warnings due to RUC on type when marking assembly as library (#84620)
Vitek Karas [Wed, 12 Apr 2023 13:59:39 +0000 (06:59 -0700)]
Avoid warnings due to RUC on type when marking assembly as library (#84620)

Marking an assembly as "library" will mark all public APIs. If some of the marked members have RUC on them we decided we don't want to produce warnings, since there's nothing especially wrong with the library. The callers of those members would still get the right warnings.

Currently linker implements this correctly for methods and properties, but it fails for fields and events and it still produces some warnings, especially if the RUC is on the parent type.

This change fixes those cases and adds a special test for the library marked assembly in combination with several RUCs.

Fixes https://github.com/dotnet/runtime/issues/81864

16 months agoDon't use AVX-512 for small inputs in Memmove due to throttle issues (#84577)
Egor Bogatov [Wed, 12 Apr 2023 13:52:42 +0000 (15:52 +0200)]
Don't use AVX-512 for small inputs in Memmove due to throttle issues (#84577)

16 months ago[mono][aot] Make the names of some of the aotconst variables more descriptive. (...
Zoltan Varga [Wed, 12 Apr 2023 13:18:23 +0000 (09:18 -0400)]
[mono][aot] Make the names of some of the aotconst variables more descriptive. (#84673)

16 months agoAnnotate XslCompiledTransform as RequiresDynamicCode. (#84426)
Eric Erhardt [Wed, 12 Apr 2023 13:13:11 +0000 (08:13 -0500)]
Annotate XslCompiledTransform as RequiresDynamicCode. (#84426)

* Annotate XslCompiledTransform as RequiresDynamicCode.

* Annotate System.Security.Cryptography.Xml as RequiresDynamicCode

* Annotate Microsoft.Extensions.Configuration.Xml as RequiresDynamicCode

16 months agoUse cinc instead of csel when possible (#82031)
SwapnilGaikwad [Wed, 12 Apr 2023 13:12:55 +0000 (14:12 +0100)]
Use cinc instead of csel when possible (#82031)

* Use cinc instead of csel when possible

* Add a separate node for cinc

* Remove rebase leftover

* Make GT_CINC as a BINOP

* Remove unnecessary assertion

* Consume register holding cinc operand

* Fix cleanup of cinc nodes and incorporate review comments

* Revert building RefPositions for cinc node

* Clean GTF flags from the prev node correctly

16 months agoTell coverlet to respect the [DoesNotReturn] attribute for coverage purposes (#84396)
Stephen Toub [Wed, 12 Apr 2023 13:01:55 +0000 (09:01 -0400)]
Tell coverlet to respect the [DoesNotReturn] attribute for coverage purposes (#84396)

16 months ago[RISC-V][JIT] Fix assert on passing double in struct (#84584)
t-mustafin [Wed, 12 Apr 2023 12:54:13 +0000 (15:54 +0300)]
[RISC-V][JIT] Fix assert on passing double in struct (#84584)

16 months ago[Mono] Enable the supported V128 SIMD intrinsics on Arm64 across all codegen engines...
Fan Yang [Wed, 12 Apr 2023 12:50:49 +0000 (08:50 -0400)]
[Mono] Enable the supported V128 SIMD intrinsics on Arm64 across all codegen engines (#84289)

* Enable the supported ones

* Add supporte for Create* and fix a bug

* Fix CreateScalar for floating types

* Fix create*

* Address review feedback

16 months agoClear .NET Framework target while building tests with DotNetBuildFromSource. (#84682)
Tom Deseyn [Wed, 12 Apr 2023 12:37:33 +0000 (14:37 +0200)]
Clear .NET Framework target while building tests with DotNetBuildFromSource. (#84682)

* Clear .NET Framework target while building tests with DotNetBuildFromSource.

* Conditionalize on TargetFrameworkIdentifier.

16 months agoUse maxSIMDStructBytes when determining largest promotable struct size (#84623)
Tanner Gooding [Wed, 12 Apr 2023 12:31:12 +0000 (05:31 -0700)]
Use maxSIMDStructBytes when determining largest promotable struct size (#84623)

16 months agoLocalized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 215635...
dotnet bot [Wed, 12 Apr 2023 11:21:11 +0000 (04:21 -0700)]
Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2156353 (#84669)

* Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2156036

* Localized file check-in by OneLocBuild Task: Build definition ID 679: Build ID 2156036

16 months agoSPMI: Add possibility to specify custom options in diffs pipeline (#84645)
Jakob Botsch Nielsen [Wed, 12 Apr 2023 11:19:06 +0000 (13:19 +0200)]
SPMI: Add possibility to specify custom options in diffs pipeline (#84645)

Allow specifying jit options on manual triggers of superpmi-diffs. I
want to use this to look at diffs with future changes in physical
promotion given that it is still disabled by default.

16 months agoBaseline failing Pri0 tests under interop/loader (#84614)
Michal Strehovský [Wed, 12 Apr 2023 09:47:42 +0000 (18:47 +0900)]
Baseline failing Pri0 tests under interop/loader (#84614)

16 months agoDelete serialization support from the managed type system (#84675)
Michal Strehovský [Wed, 12 Apr 2023 09:47:23 +0000 (18:47 +0900)]
Delete serialization support from the managed type system (#84675)

Long time ago we tried to make binary serialization sort of work with PublishAot. That code was deleted, but this was left.

16 months ago[browser][non-icu] `HybridGlobalization` not supported on WASI (#84629)
Ilona Tomkowicz [Wed, 12 Apr 2023 06:21:10 +0000 (08:21 +0200)]
[browser][non-icu] `HybridGlobalization` not supported on WASI (#84629)

* Remove WASI targets from HybridGlobalization.

* Update docs.

* Run tests only on browser.

* Do not add these files for WASI.

* Tests run only on browser.

* Missing removal.

16 months agoFix for test build break in the outerloop pipeline (#84649)
Tomáš Rylek [Wed, 12 Apr 2023 04:47:47 +0000 (06:47 +0200)]
Fix for test build break in the outerloop pipeline (#84649)

The PR

https://github.com/dotnet/runtime/pull/84383

missed one case that is now causing build errors in the Pri1 test
suite. I have attempted to fix this along the lines of the above
PR.

Thanks

Tomas

16 months agoValidate constraints on created MethodTables (#84613)
Michal Strehovský [Wed, 12 Apr 2023 03:20:59 +0000 (12:20 +0900)]
Validate constraints on created MethodTables (#84613)

We have too many IL tests in the src/tests tree that validate invalid things throw `TypeLoadException`. Things that don't meet constraints are one group of those.

16 months ago[mono][inline] Allow inlining methods containing ctor calls if they have the aggressi...
Zoltan Varga [Wed, 12 Apr 2023 03:02:11 +0000 (23:02 -0400)]
[mono][inline] Allow inlining methods containing ctor calls if they have the aggressive inlining flag. (#84660)

Re: https://github.com/dotnet/perf-autofiling-issues/issues/15660.

16 months ago[mono][jit] Intrinsify more calls to Type:op_Equality (). (#84653)
Zoltan Varga [Wed, 12 Apr 2023 02:00:32 +0000 (22:00 -0400)]
[mono][jit] Intrinsify more calls to Type:op_Equality (). (#84653)

Re: https://github.com/dotnet/perf-autofiling-issues/issues/15660.

16 months agoRevert "Mark tasks projects as non-source projects and default to Release for CI...
Larry Ewing [Wed, 12 Apr 2023 01:47:11 +0000 (20:47 -0500)]
Revert "Mark tasks projects as non-source projects and default to Release for CI/official builds(#84488)" (#84671)

This reverts commit b68f669087f546099a7b4d54bc53b7520ea24eba.

16 months agoUpdate handling of limited register during consecutive registers allocation (#84588)
Kunal Pathak [Tue, 11 Apr 2023 23:54:05 +0000 (16:54 -0700)]
Update handling of limited register during consecutive registers allocation (#84588)

* Fix issue to handle candidates that don't have assignedInterval in spillcost/prevReg

* Do not let limitRegs reduce the number of candidates

If we find out that there are no candidates free/busy for refPositions
that need consecutive registers, have at least one range of registers
in the candidates such that allocation is possible.

* getConsecutiveCandidates update if freeCandidate=RBM_NONE

Intially, we were just returning RBM_NONE if we don't find any freeCandidates,
but instead should try if we can find out if there are any busy candidates
that we should try them out.

* Relax limitStressRegs for refpositions live at consecutive register position

If consecutive registers are being allocated, other refpositions that are live
at the same location might not have enough registers left to be assigned because
all registers are busy. As such, introduce a way to track if we are assigning
at the location of consecutive registers, and if yes, do not take jitstressregs
limit into account.

* Update minRegCount for registerAssignment

For consecutive register, also include the register count needed for "minimum
register requirement" when limiting the registers.

* Remove LsraLimitFPSetForConsecutive

With other conditions in place, no need to have LsraLimitFPSetForConsecutive.

* Added an assert

* misc changes

* jit format

* Use BitOperations::BitScanForward()

* review feedback

16 months ago[NativeAOT] Fix System.Collections.Immutable.Tests (#84552)
Vladimir Sadov [Tue, 11 Apr 2023 23:47:57 +0000 (16:47 -0700)]
[NativeAOT] Fix System.Collections.Immutable.Tests (#84552)

16 months agoFix incorrect covariant returns tests (#84615)
Michal Strehovský [Tue, 11 Apr 2023 23:44:56 +0000 (08:44 +0900)]
Fix incorrect covariant returns tests (#84615)

The intention of the methods is to override a base method, but the signature is wrong so they introduce a new slot instead. The test is not testing what it wanted to tests (that the override is not reachable) because we would never call this new slot method.

`!0` and `!1` corresponds to `UNUSED1` and `UNUSED2`.

16 months ago[Area Pod: Eirik/Krzysztof/Layomi/Tarek] Exclude issues/prs for arch- and os- labels...
Jeff Handley [Tue, 11 Apr 2023 23:37:19 +0000 (16:37 -0700)]
[Area Pod: Eirik/Krzysztof/Layomi/Tarek] Exclude issues/prs for arch- and os- labels (#84654)

16 months agoFix gtSplitTree assert (#84634)
Egor Bogatov [Tue, 11 Apr 2023 23:32:36 +0000 (01:32 +0200)]
Fix gtSplitTree assert (#84634)

16 months agoAdd NuGet-Migrations workaround to runtime tests too (#84129)
Alexander Köplinger [Tue, 11 Apr 2023 22:53:42 +0000 (00:53 +0200)]
Add NuGet-Migrations workaround to runtime tests too (#84129)

See https://github.com/dotnet/runtime/issues/80619

16 months ago[JIT] Add support to inline the field access of primitive types marked with TLS ...
Kunal Pathak [Tue, 11 Apr 2023 20:53:39 +0000 (13:53 -0700)]
[JIT] Add support to inline the field access of primitive types marked with TLS (#82973)

* Add CORINFO_THREAD_LOCAL_FIELD_INFO and getThreadLocalFieldInfo()

* Implementation of getThreadLocalFieldInfo()

* Change the field types from CORINFO_CONST_LOOKUP to uint32_t

* Introduce CORINFO_FIELD_STATIC_TLS_MANAGED

* Introduce GTF_FLD_TLS_MANAGED

* Introduce eeGetThreadLocalFieldInfo()

* Fix the offsetOfThreadStaticBlocks, hardcode threadStaticBlockIndex for now

* Add impThreadLocalFieldAccess()

* Switch to GS segment register with a TODO

* Add reverse map `g_threadStaticBlockTypeIDMap` for type -> ID

* Fix GS segment register encoding

* Add comment for g_threadStaticBlockTypeIDMap

* Add extra parameter for typeIndex in JIT_GetSharedNonGCThreadStaticBase

* Update JIT_GetSharedNonGCThreadStaticBase to add logic for storing typeIndex in t_threadStaticBlocks

* Fix encoding of gs:[0x58]

* fix some bugs in importer to change size from 4 to 8

* add some printf in jithelpers

* To revert

* Update the helper to skip making re-entry for staticBlock

* Add impThreadLocalFieldWrite() for store

* Fix a issue for helper

* Use JITDUMP

* Just enable the optimization for primitive types

* Update the JITEE guid

* Fix an assert for volatile variables

* Mark helper block as cold block

* wip

* Fix the size of maxThreadStaticBlock

* fix a bug to insert the entry in cache

* Add #ifdef for HOST_WINDOWS / TARGET_WINDOWS

* Dynamic memory allocation for static block array

* Call InitTypeMap only if host == windows

* Add CORINFO_HELP_GETSHARED_NONGCTHREADSTATIC_BASE_NOCTOR_OPTIMIZED

* Expand the TLS field access in late phase

* Move rarely ran block to the end

* wip

* Fix the bug to access the value from fastPath

* Remove code from importer

* Cleanup the code

* Moved CreateBlockFromTree to fgbasic.cpp

* Move fgExpandThreadLocalAccess() to flowgraph.cpp

* Add getThreadLocalStaticBlocksInfo() method

* Consume getThreadLocalStaticBlocksInfo() method

* Updated definition of getThreadLocalFieldInfo()

* Rename CORINFO_THREAD_LOCAL_FIELD_INFO to CORINFO_THREAD_STATIC_BLOCKS_INFO

* Add TARGET_WINDOWS

* Make TARGET_WINDOWS at some definitions

* Add dummy definition for unix

* jit format

* remote unnecessary code from morph

* Fix an issue on linux, add assert for tls_index != 0

* Convert from TARGET_WINDOWS to HOST_WINDOWS

* jit format

* fix the if-check

* fix gcc build error

* Added MethodHaveTlsFieldAccess()

* Handle the case for '_tls_index == 0'

* fix a typo

* Fix windows/arm64 issue

* fix encoding of teb loading for arm64

* Fix the condition in jitinterface to select correct helper

* fix the condition for other helper too

* fix the windows/x86 case

* jit format

* Use CORINFO_CONST_LOOKUP for _tls_index

* Move typeIdMap to BaseDomain class

* Introduce useFatPointerDispatch parameter for GetTypeID()

* jit format

* Do not pass classID and moduleID to the new helper

* fix build for non-windows

* fix superpmi methods

* review feedback

* fix linux build errors

* review feedback

* fix weight inherit

* inline JIT_GetNonGCThreadStaticBase_Helper to fix the contract error

* Remove dead code from helper

* Add GTF_CALL_M_EXP_TLS_ACCESS to check if we do not revisit the already expanded call node

* address feedback

* regenerate the files

* Introduce fgExpandHelper and fgExpandHelperForBlock and reuse it for various helper expansion

* fix the typo

* update the assert for runtimelookup

* check if we should skip rarely run blocks

* review feedback

* Remove GTF_IND_INVARIANT from `typeIndex` access because it produces nullptr 1st time and valid value 2nd time onwards

16 months agoMark tasks projects as non-source projects and default to Release for CI/official...
Elinor Fung [Tue, 11 Apr 2023 20:32:51 +0000 (13:32 -0700)]
Mark tasks projects as non-source projects and default to Release for CI/official builds(#84488)

16 months ago[main] Update dependencies from dotnet/roslyn-analyzers (#84074)
dotnet-maestro[bot] [Tue, 11 Apr 2023 20:14:56 +0000 (15:14 -0500)]
[main] Update dependencies from dotnet/roslyn-analyzers (#84074)

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230328.1

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.3.5-beta1.23172.1 -> To Version 3.3.5-beta1.23178.1

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230405.2

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.3.5-beta1.23172.1 -> To Version 3.3.5-beta1.23205.2

* Update dependencies from https://github.com/dotnet/roslyn-analyzers build 20230407.2

Microsoft.CodeAnalysis.Analyzers , Microsoft.CodeAnalysis.NetAnalyzers
 From Version 3.3.5-beta1.23172.1 -> To Version 3.3.5-beta1.23207.2

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
16 months agooffers to start and stop IHostedService concurrently (#84048)
Badre BSAILA [Tue, 11 Apr 2023 20:10:50 +0000 (22:10 +0200)]
offers to start and stop IHostedService concurrently (#84048)

* offers to start and stop IHostedService concurrently

16 months agoAllow removal of HWIntrinsic nodes that do not have side effects (#84110)
Tanner Gooding [Tue, 11 Apr 2023 19:39:59 +0000 (12:39 -0700)]
Allow removal of HWIntrinsic nodes that do not have side effects (#84110)

* Allow removal of HWIntrinsic nodes that do not have side effects

* Applying formatting patch

* Minimize the TP impact of the changes

* Responding to PR feedback

* Resolving minor PR feedback

* Remove the unnecessary isSimdAsHWIntrinsic parameter

16 months agoMinor fixes to write barriers (#75478)
Anton Lapounov [Tue, 11 Apr 2023 19:28:21 +0000 (12:28 -0700)]
Minor fixes to write barriers (#75478)

* Minor fixes to write barriers

* use the same predicated compare as on Unix when checking ephemeral low/high

---------

Co-authored-by: vsadov <8218165+VSadov@users.noreply.github.com>
16 months agoAvoid producing Requires* warnings when accessing constant fields (#84622)
Vitek Karas [Tue, 11 Apr 2023 18:58:40 +0000 (11:58 -0700)]
Avoid producing Requires* warnings when accessing constant fields (#84622)

Fields can only be annotated with `Requires*` attributes through their type (so RUC on type and so on). But that annotation is actually not guarding access to the field itself, but it's actually guarding access to static members, including static constructor.

Constant fields don't trigger static constructor. In fact at runtime constant fields are never accessed by code. The compiler is required to inline their values instead.

So IL based scanners will never produce the above warning, only analyzer would.

This change modifies the analyzer to stop producing warings for accessing constant fields.

Fixes https://github.com/dotnet/runtime/issues/84433

16 months agodefine UNW_AARCH64 aliases conditionally (#84591)
Vladimir Sadov [Tue, 11 Apr 2023 18:52:49 +0000 (11:52 -0700)]
define UNW_AARCH64 aliases conditionally (#84591)

16 months agoUpdate dependencies from https://github.com/dotnet/arcade build 20230410.3 (#84633)
dotnet-maestro[bot] [Tue, 11 Apr 2023 18:51:07 +0000 (13:51 -0500)]
Update dependencies from https://github.com/dotnet/arcade build 20230410.3 (#84633)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23205.4 -> To Version 8.0.0-beta.23210.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
16 months ago[android][ios] Output Exported Symbols ItemGroup in LibraryBuilder (#84581)
Steve Pfister [Tue, 11 Apr 2023 18:46:37 +0000 (14:46 -0400)]
[android][ios] Output Exported Symbols ItemGroup in LibraryBuilder (#84581)

Outputs an ItemGroup that contains the set of export symbols gathered from the AOT compiler. The intent of library mode is to create a library with only exports gathered from the AOT compiler. Since the library is static, that responsibility is pushed outward.

16 months agoFixes and tests (#84630)
Morten Larsen [Tue, 11 Apr 2023 17:53:35 +0000 (19:53 +0200)]
Fixes and tests (#84630)

16 months agoRemove unused zlib exports (#84603)
Levi Broderick [Tue, 11 Apr 2023 15:40:00 +0000 (08:40 -0700)]
Remove unused zlib exports (#84603)

16 months agoSplit superpmi-diffs pipeline runs (#84521)
Bruce Forstall [Tue, 11 Apr 2023 15:14:45 +0000 (08:14 -0700)]
Split superpmi-diffs pipeline runs (#84521)

Run tpdiffs and asmdiffs on separate Helix machines, in parallel,
to improve overall job throughput.

16 months agoFix documentation (#84628)
Jonathan [Tue, 11 Apr 2023 14:19:19 +0000 (16:19 +0200)]
Fix documentation (#84628)

16 months ago[mono][eventpipe] fixup DS_EXIT_BLOCKING_PAL_SECTION in checked build (#84455)
Aleksey Kliger (λgeek) [Tue, 11 Apr 2023 14:17:31 +0000 (10:17 -0400)]
[mono][eventpipe] fixup DS_EXIT_BLOCKING_PAL_SECTION in checked build (#84455)

The MONO_EXIT_GC_SAFE macro requires a semicolon after it.  If we
build with -DENABLE_CHECKED_BUILD_GC, MONO_REQ_GC_UNSAFE_MODE expands
to something non-empty, and we get a compilation error due to the
missing separator semicolon.

16 months agoRevert "Revert "Add SIMD to LowerCallMemcmp (#84530)" (#84595)" (#84599)
Egor Bogatov [Tue, 11 Apr 2023 13:07:11 +0000 (15:07 +0200)]
Revert "Revert "Add SIMD to LowerCallMemcmp (#84530)" (#84595)" (#84599)

16 months agoUpdate dependencies from https://github.com/dotnet/roslyn build 20230405.4 (#84422)
dotnet-maestro[bot] [Tue, 11 Apr 2023 12:54:27 +0000 (07:54 -0500)]
Update dependencies from https://github.com/dotnet/roslyn build 20230405.4 (#84422)

Microsoft.CodeAnalysis , Microsoft.CodeAnalysis.CSharp , Microsoft.Net.Compilers.Toolset
 From Version 4.7.0-1.23179.16 -> To Version 4.7.0-1.23205.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
16 months agoAdd internal Encoding.TryGetBytes (#84609)
Stephen Toub [Tue, 11 Apr 2023 10:44:16 +0000 (06:44 -0400)]
Add internal Encoding.TryGetBytes (#84609)

16 months ago[wasm] Restrict tests to browser/wasi only. (#84616)
Ilona Tomkowicz [Tue, 11 Apr 2023 10:14:51 +0000 (12:14 +0200)]
[wasm] Restrict tests to browser/wasi only. (#84616)

* Restrict tests to wasm/wasi only.

* Plural, not singular.

16 months agoEnable more general BITCAST folding in local morph (#84144)
SingleAccretion [Tue, 11 Apr 2023 09:30:07 +0000 (12:30 +0300)]
Enable more general BITCAST folding in local morph (#84144)

* Enable the bitcast transform more generally

* Enable general BITCAST support in the backend

Correctness fixes:
1) The hacky way which contained indirections were handled
   will not work for targets where address containment has
   special rules that depends on the type being loaded.
2) Small-typed sources were not handled correctly.
3) Interference checks. This has some regressions attached
   to it because we now contain locals with optimizations
   disabled and that can lead to using double stores instead
   of integer ones when the user is a store itself.

16 months agoJIT: Add a (disabled) prototype for a generalized promotion pass (#83388)
Jakob Botsch Nielsen [Tue, 11 Apr 2023 09:08:28 +0000 (11:08 +0200)]
JIT: Add a (disabled) prototype for a generalized promotion pass (#83388)

Introduce a "physical" promotion pass that generalizes the existing promotion.
More specifically, it does not have restrictions on field count and it can
handle arbitrary recursive promotion.

The pass is physical in the sense that it does not rely on any field metadata
for structs. Instead, it works in two separate passes over the IR:

1. In the first pass we find and analyze how unpromoted struct locals are
accessed. For example, for a simple program like:

```
public static void Main()
{
    S s = default;
    Call(s, s.C);
    Console.WriteLine(s.B + s.C);
}

[MethodImpl(MethodImplOptions.NoInlining)]
private static void Call(S s, byte b)
{
}

private struct S
{
    public byte A, B, C, D, E;
}
```

we see IR like:

```
***** BB01
STMT00000 ( 0x000[E-] ... 0x003 )
               [000003] IA---------                         ▌  ASG       struct (init)
               [000001] D------N---                         ├──▌  LCL_VAR   struct<Program+S, 5> V00 loc0
               [000002] -----------                         └──▌  CNS_INT   int    0

***** BB01
STMT00001 ( 0x008[E-] ... 0x026 )
               [000008] --C-G------                         ▌  CALL      void   Program:Call(Program+S,ubyte)
               [000004] ----------- arg0                    ├──▌  LCL_VAR   struct<Program+S, 5> V00 loc0
               [000007] ----------- arg1                    └──▌  LCL_FLD   ubyte  V00 loc0         [+2]

***** BB01
STMT00002 ( 0x014[E-] ... ??? )
               [000016] --C-G------                         ▌  CALL      void   System.Console:WriteLine(int)
               [000015] ----------- arg0                    └──▌  ADD       int
               [000011] -----------                            ├──▌  LCL_FLD   ubyte  V00 loc0         [+1]
               [000014] -----------                            └──▌  LCL_FLD   ubyte  V00 loc0         [+2]
```

and the analysis produces

```
Accesses for V00
  [000..005)
    #:                             (2, 200)
    # assigned from:               (0, 0)
    # assigned to:                 (1, 100)
    # as call arg:                 (1, 100)
    # as implicit by-ref call arg: (1, 100)
    # as on-stack call arg:        (0, 0)
    # as retbuf:                   (0, 0)
    # as returned value:           (0, 0)

  ubyte @ 001
    #:                             (1, 100)
    # assigned from:               (0, 0)
    # assigned to:                 (0, 0)
    # as call arg:                 (0, 0)
    # as implicit by-ref call arg: (0, 0)
    # as on-stack call arg:        (0, 0)
    # as retbuf:                   (0, 0)
    # as returned value:           (0, 0)

  ubyte @ 002
    #:                             (2, 200)
    # assigned from:               (0, 0)
    # assigned to:                 (0, 0)
    # as call arg:                 (1, 100)
    # as implicit by-ref call arg: (0, 0)
    # as on-stack call arg:        (0, 0)
    # as retbuf:                   (0, 0)
    # as returned value:           (0, 0)
```

Here the pairs are (#ref counts, wtd ref counts).

Based on this accounting, the analysis estimates the profitability of replacing
some of the accessed parts of the struct with a local. This may be costly
because overlapping struct accesses (e.g. passing the whole struct as an
argument) may require more expensive codegen after promotion. And of course,
creating new locals introduces more register pressure. Currently the
profitability analysis is very crude.

In this case the logic decides that promotion is not worth it:

```
Evaluating access ubyte @ 001
  Single write-back cost: 5
  Write backs: 100
  Read backs: 100
  Cost with: 1350
  Cost without: 650
  Disqualifying replacement
Evaluating access ubyte @ 002
  Single write-back cost: 5
  Write backs: 100
  Read backs: 100
  Cost with: 1700
  Cost without: 1300
  Disqualifying replacement
```

2. In the second pass the field accesses are replaced with new locals for the
profitable cases. For overlapping accesses that currently involves writing back
replacements to the struct local first. For arguments/OSR locals, it involves
reading them back from the struct first.

In the above case we can override the profitability analysis with stress mode
STRESS_PHYSICAL_PROMOTION_COST and we get:

```
Evaluating access ubyte @ 001
  Single write-back cost: 5
  Write backs: 100
  Read backs: 100
  Cost with: 1350
  Cost without: 650
  Promoting replacement due to stress

lvaGrabTemp returning 2 (V02 tmp1) (a long lifetime temp) called for V00.[001..002).
Evaluating access ubyte @ 002
  Single write-back cost: 5
  Write backs: 100
  Read backs: 100
  Cost with: 1700
  Cost without: 1300
  Promoting replacement due to stress

lvaGrabTemp returning 3 (V03 tmp2) (a long lifetime temp) called for V00.[002..003).
V00 promoted with 2 replacements
  [001..002) promoted as ubyte V02
  [002..003) promoted as ubyte V03

...

***** BB01
STMT00000 ( 0x000[E-] ... 0x003 )
               [000003] IA---------                         ▌  ASG       struct (init)
               [000001] D------N---                         ├──▌  LCL_VAR   struct<Program+S, 5> V00 loc0
               [000002] -----------                         └──▌  CNS_INT   int    0

***** BB01
STMT00001 ( 0x008[E-] ... 0x026 )
               [000008] -ACXG------                         ▌  CALL      void   Program:Call(Program+S,ubyte)
               [000004] ----------- arg0                    ├──▌  LCL_VAR   struct<Program+S, 5> V00 loc0
               [000022] -A--------- arg1                    └──▌  COMMA     ubyte
               [000021] -A---------                            ├──▌  ASG       ubyte
               [000019] D------N---                            │  ├──▌  LCL_VAR   ubyte  V03 tmp2
               [000020] -----------                            │  └──▌  LCL_FLD   ubyte  V00 loc0         [+2]
               [000018] -----------                            └──▌  LCL_VAR   ubyte  V03 tmp2

***** BB01
STMT00002 ( 0x014[E-] ... ??? )
               [000016] -ACXG------                         ▌  CALL      void   System.Console:WriteLine(int)
               [000015] -A--------- arg0                    └──▌  ADD       int
               [000027] -A---------                            ├──▌  COMMA     ubyte
               [000026] -A---------                            │  ├──▌  ASG       ubyte
               [000024] D------N---                            │  │  ├──▌  LCL_VAR   ubyte  V02 tmp1
               [000025] -----------                            │  │  └──▌  LCL_FLD   ubyte  V00 loc0         [+1]
               [000023] -----------                            │  └──▌  LCL_VAR   ubyte  V02 tmp1
               [000028] -----------                            └──▌  LCL_VAR   ubyte  V03 tmp2
```

The pass still only has rudimentary support and is missing many basic CQ
optimization optimizations. For example, it does not make use of any liveness
yet and it does not have any decomposition support for assignments. Yet, it
already shows good potential in user benchmarks. I have listed some follow-up
improvements in #76928.

This PR is adding the pass but it is disabled by default. It can be enabled by
setting DOTNET_JitStressModeNames=STRESS_PHYSICAL_PROMOTION. There are two new
scenarios added to jit-experimental that enables it, to be used for testing
purposes.

16 months ago[clr][RISC-V] Fix build fail (#84608)
Dong-Heon Jung [Tue, 11 Apr 2023 09:05:47 +0000 (18:05 +0900)]
[clr][RISC-V] Fix build fail (#84608)

- Failed due to https://github.com/dotnet/runtime/pull/84221

16 months agoObsolete most of the remaining legacy serialization APIs (#84383)
Levi Broderick [Tue, 11 Apr 2023 05:52:15 +0000 (22:52 -0700)]
Obsolete most of the remaining legacy serialization APIs (#84383)

- Move BinaryFormatter obsoletions to type-level
- Introduce SYSLIB0050 and SYSLIB0051 obsoletion waves
- Remove some dead code

Ref: https://github.com/dotnet/designs/pull/293

16 months agodotnet.exe prints error messages to console when launched with empty DOTNET_MULTILEVE...
Badre BSAILA [Tue, 11 Apr 2023 03:31:16 +0000 (05:31 +0200)]
dotnet.exe prints error messages to console when launched with empty DOTNET_MULTILEVEL_LOOKUP (#84322)

16 months agoUpdate dependencies from https://github.com/dotnet/arcade build 20230405.4 (#84420)
dotnet-maestro[bot] [Tue, 11 Apr 2023 03:20:56 +0000 (22:20 -0500)]
Update dependencies from https://github.com/dotnet/arcade build 20230405.4 (#84420)

Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Feed , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Build.Tasks.TargetFramework , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Build.Tasks.Workloads , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.GenFacades , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.PackageTesting , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk , Microsoft.DotNet.VersionTools.Tasks , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions
 From Version 8.0.0-beta.23177.4 -> To Version 8.0.0-beta.23205.4

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
16 months agoDelete `GT_OBJ` (#84221)
SingleAccretion [Tue, 11 Apr 2023 01:47:49 +0000 (04:47 +0300)]
Delete `GT_OBJ` (#84221)

* Delete dependencies on the handle from OBJ

* Delete GT_OBJ

GT_OBJ and GT_OBJ both represent struct loads. There is no need to have two.

Delete GT_OBJ as the more derived one.

* gtNewObjNode -> gtNewBlkIndir

* Fix up RISC-V

16 months agoadd msquic to debug runtime on macOS (#84181)
Tomas Weinfurt [Tue, 11 Apr 2023 01:13:25 +0000 (18:13 -0700)]
add msquic to debug runtime on macOS (#84181)

* add msquic to debug runtime on macOS

* update

* update

* PlatformManifestFileEntry

* update

* packaging

* feedback from review

* LibrariesConfiguration

16 months agoRevert "Add SIMD to LowerCallMemcmp (#84530)" (#84595)
Sven Boemer [Tue, 11 Apr 2023 00:48:48 +0000 (17:48 -0700)]
Revert "Add SIMD to LowerCallMemcmp (#84530)" (#84595)

This reverts commit eda1c3a41f1493defbb026a35de76acd4ccbeb0a.

16 months agoAdding support for Vector512 `Equals`, `EqualsAny`, `op_Equality`, and `op_Inequality...
anthonycanino [Mon, 10 Apr 2023 23:27:23 +0000 (16:27 -0700)]
Adding support for Vector512 `Equals`, `EqualsAny`, `op_Equality`, and `op_Inequality`. (#83470)

* Implement `Vector512.Equals` by way of special `AVX512` intrinsic.

* Add Vector512 `Equals`, `EqualsAll/op_Equality` `op_Inequality`.

* Fix `vpmovm2x` instructions for `MoveMaskToVectorSpecial`.

* Move `Vector512` Equals into `gtNewSimdCmpOpNode`.

* Adds `EqualsAny`.

* Fix `kortestq` and `kortestd` opcode gen (W bit).

* Fix merge and update instr flags.

* Addressing review comments.

* Removing unnecessary files.

* Addressing review comments.

* Fixing bug.

* Fixing k reg display on x86.

* Setting Resets_ZF to right value.

* Fixing extract.

---------

Co-authored-by: Deepak Rajendrakumaran <deepak.rajendrakumaran@intel.com>
Co-authored-by: Tanner Gooding <tagoo@outlook.com>
16 months ago[jiterp] Move the backbranch flag to a local that is only flushed on abnormal trace...
Katelyn Gadd [Mon, 10 Apr 2023 23:02:55 +0000 (16:02 -0700)]
[jiterp] Move the backbranch flag to a local that is only flushed on abnormal trace exit (#84585)

16 months ago[jiterp] Move the backbranch flag to a local that is only flushed on abnormal trace...
Katelyn Gadd [Mon, 10 Apr 2023 23:02:38 +0000 (16:02 -0700)]
[jiterp] Move the backbranch flag to a local that is only flushed on abnormal trace exit (#84585)

16 months agoAdd SIMD to LowerCallMemcmp (#84530)
Egor Bogatov [Mon, 10 Apr 2023 22:56:43 +0000 (00:56 +0200)]
Add SIMD to LowerCallMemcmp (#84530)

16 months agoAdd SPMI benchmarks run collections for tiered and tiered pgo (#84483)
Andy Ayers [Mon, 10 Apr 2023 22:33:21 +0000 (15:33 -0700)]
Add SPMI benchmarks run collections for tiered and tiered pgo (#84483)

Add two new run configurations for SPMI benchmarks: tiered and tiered pgo.
So benchmark runs now have 3 separate collections.

The new ones are named "run_tiered" and "run_pgo", eg

```
benchmarks.run.windows.x64.checked.mch
benchmarks.run_tiered.windows.x64.checked.mch
benchmarks.run_pgo.windows.x64.checked.mch
```

16 months agoImplement IUtf8SpanFormattable on IPAddress and IPNetwork (#84487)
Stephen Toub [Mon, 10 Apr 2023 20:15:35 +0000 (16:15 -0400)]
Implement IUtf8SpanFormattable on IPAddress and IPNetwork (#84487)

* Implement IUtf8SpanFormattable on IPAddress and IPNetwork

Implements IUtf8SpanFormattable explicitly on both IPAddress and IPNetwork.  For IPNetwork, we just use Utf8.TryWrite just as the existing ISpanFormattable uses MemoryExtensions.TryWrite.  For IPAddress, the existing formatting code is made to work generically for either byte or char.

In the process, I removed the unsafe pointer-based code from the formatting logic while also making it faster.

* Fix parameter names

16 months agoDisable TestCurrentValueDoesNotAllocateOnceValueIsCached on mono (#84571)
Larry Ewing [Mon, 10 Apr 2023 19:46:49 +0000 (14:46 -0500)]
Disable TestCurrentValueDoesNotAllocateOnceValueIsCached on mono (#84571)

16 months agoUpdate implementation of optUpdateLoopsBeforeRemoveBlock (#84511)
Bruce Forstall [Mon, 10 Apr 2023 17:02:03 +0000 (10:02 -0700)]
Update implementation of optUpdateLoopsBeforeRemoveBlock (#84511)

Use predecessor lists and the successor iterator.

16 months agoImprove regex compiler / source generator for sets (#84370)
Stephen Toub [Mon, 10 Apr 2023 16:31:44 +0000 (12:31 -0400)]
Improve regex compiler / source generator for sets (#84370)

* Fix downlevel builds with a project reference to regex generator

* Improve char class canonicalization for complete and almost empty sets

- Remove categories from a set whose ranges make it already complete (when there's no subtraction).  We have code paths that explicitly recognize the Any char class, and these extra categories knock these sets off those fast paths.
- Remove categories from a set where a single char is missing from the ranges, by checking whether that char is contained in the categories.  If the char is present, the set can be morphed into Any.  If the char isn't present, the categories can be removed and the set becomes a standard NotOne form.

Both of these are unlikely to be written explicitly by a developer but result from analysis producing search sets, in particular when alternations or nullable loops are involved.

Also fixed textual description of sets that both contain the last character (\uFFFF) and have categories.  We were sometimes skipping the first category in this case.  This is only relevant to the source generator, as these descriptions are output in comments.

* Avoid using a IndexOf for the any set

We needn't search for anything, as everything matches.

* Improve regex source gen IndexOfAny naming for Unicode categories

When we're otherwise unable to come up with a good name for the custom IndexOfAny helper, if the set is just a handful of UnicodeCategory values, derive a name from those categories.

* Reduce RegexCompiler cost of using IndexOfAnyValues

With the source generator, each IndexOfAnyValues is stored in its own static readonly field.  This makes it cheap to access and allows the JIT to devirtualize calls to it.

With RegexCompiler, we use a DynamicMethod and thus can't introduce new static fields, so instead we maintain an array of IndexOfAnyValues.  That means that every time we need one, we're loading the object out of the array.  This incurs both bounds checks and doesn't devirtualize.

This commit changes the implementation to avoid the bounds check and to also enable devirtualization.

16 months agoFix minor jitdisasm issue (#84548)
Egor Bogatov [Mon, 10 Apr 2023 16:04:58 +0000 (18:04 +0200)]
Fix minor jitdisasm issue (#84548)

16 months ago[main] Update dependencies from 10 repositories (#83624)
dotnet-maestro[bot] [Mon, 10 Apr 2023 15:50:03 +0000 (11:50 -0400)]
[main] Update dependencies from 10 repositories (#83624)

* Update dependencies from https://github.com/dotnet/llvm-project build 20230317.1

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23167.1

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230317.4

optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
 From Version 1.0.0-prerelease.23166.4 -> To Version 1.0.0-prerelease.23167.4

* Update dependencies from https://github.com/dotnet/icu build 20230317.1

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 8.0.0-preview.3.23163.3 -> To Version 8.0.0-preview.3.23167.1

* Update dependencies from https://github.com/dotnet/emsdk build 20230317.2

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.3.23167.1 -> To Version 8.0.0-preview.3.23167.2

* Update dependencies from https://github.com/dotnet/runtime build 20230320.1

Microsoft.NET.ILLink.Tasks , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json
 From Version 8.0.0-preview.3.23162.2 -> To Version 8.0.0-preview.3.23170.1

* Update dependencies from https://github.com/dotnet/emsdk build 20230320.1

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.3.23167.1 -> To Version 8.0.0-preview.4.23170.1

* Update dependencies from https://github.com/dotnet/llvm-project build 20230320.2

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23170.2

* Update dependencies from https://github.com/dotnet/llvm-project build 20230320.3

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23170.3

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230320.4

optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
 From Version 1.0.0-prerelease.23166.4 -> To Version 1.0.0-prerelease.23170.4

* Update dependencies from https://github.com/dotnet/icu build 20230320.4

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 8.0.0-preview.3.23163.3 -> To Version 8.0.0-preview.4.23170.4

* Update dependencies from https://github.com/dotnet/msquic build 20230320.1

System.Net.MsQuic.Transport
 From Version 8.0.0-alpha.1.23166.1 -> To Version 8.0.0-alpha.1.23170.1

* Update dependencies from https://github.com/dotnet/cecil build 20230320.1

Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.23163.1 -> To Version 0.11.4-alpha.23170.1

* Update dependencies from https://github.com/dotnet/llvm-project build 20230321.1

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23171.1

* Update dependencies from https://github.com/dotnet/llvm-project build 20230321.2

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23171.2

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230322.10

optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
 From Version 1.0.0-prerelease.23166.4 -> To Version 1.0.0-prerelease.23172.10

* Update dependencies from https://github.com/dotnet/emsdk build 20230322.1

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.4.23170.1 -> To Version 8.0.0-preview.4.23172.1

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230323.4

optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
 From Version 1.0.0-prerelease.23166.4 -> To Version 1.0.0-prerelease.23173.4

* Update dependencies from https://github.com/dotnet/xharness build 20230323.1

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 1.0.0-prerelease.23163.1 -> To Version 1.0.0-prerelease.23173.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20230323.1

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 8.0.0-beta.23163.1 -> To Version 8.0.0-beta.23173.1

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230324.4

optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
 From Version 1.0.0-prerelease.23166.4 -> To Version 1.0.0-prerelease.23174.4

* Update dependencies from https://github.com/dotnet/msquic build 20230324.1

System.Net.MsQuic.Transport
 From Version 8.0.0-alpha.1.23166.1 -> To Version 8.0.0-alpha.1.23174.1

* Update dependencies from https://dev.azure.com/dnceng/internal/_git/dotnet-optimization build 20230325.4

optimization.linux-arm64.MIBC.Runtime , optimization.linux-x64.MIBC.Runtime , optimization.windows_nt-arm64.MIBC.Runtime , optimization.windows_nt-x64.MIBC.Runtime , optimization.windows_nt-x86.MIBC.Runtime , optimization.PGO.CoreCLR
 From Version 1.0.0-prerelease.23166.4 -> To Version 1.0.0-prerelease.23175.4

* Update dependencies from https://github.com/dotnet/runtime build 20230327.1

Microsoft.NET.ILLink.Tasks , Microsoft.NET.Sdk.IL , Microsoft.NETCore.App.Runtime.win-x64 , Microsoft.NETCore.ILAsm , runtime.native.System.IO.Ports , System.Text.Json
 From Version 8.0.0-preview.3.23162.2 -> To Version 8.0.0-preview.4.23177.1

* Update dependencies from https://github.com/dotnet/emsdk build 20230327.1

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.4.23170.1 -> To Version 8.0.0-preview.4.23177.1

* Update dependencies from https://github.com/dotnet/xharness build 20230328.2

Microsoft.DotNet.XHarness.CLI , Microsoft.DotNet.XHarness.TestRunners.Common , Microsoft.DotNet.XHarness.TestRunners.Xunit
 From Version 1.0.0-prerelease.23163.1 -> To Version 1.0.0-prerelease.23178.2

* Update dependencies from https://github.com/dotnet/emsdk build 20230328.1

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.4.23170.1 -> To Version 8.0.0-preview.4.23178.1

* Update dependencies from https://github.com/dotnet/cecil build 20230328.1

Microsoft.DotNet.Cecil
 From Version 0.11.4-alpha.23163.1 -> To Version 0.11.4-alpha.23178.1

* Update dependencies from https://github.com/dotnet/llvm-project build 20230327.2

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23177.2

* Update dependencies from https://github.com/dotnet/llvm-project build 20230329.1

runtime.linux-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-musl-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.linux-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.linux-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.linux-x64.Microsoft.NETCore.Runtime.ObjWriter , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-arm64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.osx-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-arm64.Microsoft.NETCore.Runtime.ObjWriter , runtime.win-x64.Microsoft.NETCore.Runtime.JIT.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Sdk , runtime.win-x64.Microsoft.NETCore.Runtime.Mono.LLVM.Tools , runtime.win-x64.Microsoft.NETCore.Runtime.ObjWriter
 From Version 14.0.0-alpha.1.23165.1 -> To Version 14.0.0-alpha.1.23179.1

* Update dependencies from https://github.com/dotnet/runtime-assets build 20230329.4

Microsoft.DotNet.CilStrip.Sources , System.ComponentModel.TypeConverter.TestData , System.Data.Common.TestData , System.Drawing.Common.TestData , System.Formats.Tar.TestData , System.IO.Compression.TestData , System.IO.Packaging.TestData , System.Net.TestData , System.Private.Runtime.UnicodeData , System.Runtime.Numerics.TestData , System.Runtime.TimeZoneData , System.Security.Cryptography.X509Certificates.TestData , System.Text.RegularExpressions.TestData , System.Windows.Extensions.TestData
 From Version 8.0.0-beta.23163.1 -> To Version 8.0.0-beta.23179.4

* Update dependencies from https://github.com/dotnet/msquic build 20230329.1

System.Net.MsQuic.Transport
 From Version 8.0.0-alpha.1.23166.1 -> To Version 8.0.0-alpha.1.23179.1

* Update dependencies from https://github.com/dotnet/hotreload-utils build 20230329.3

Microsoft.DotNet.HotReload.Utils.Generator.BuildTool
 From Version 1.1.0-alpha.0.23156.1 -> To Version 1.1.0-alpha.0.23179.3

* Rollback dotnet/msquic changes

* Update dependencies from https://github.com/dotnet/emsdk build 20230405.3

Microsoft.NET.Workload.Emscripten.Current.Manifest-8.0.100.Transport
 From Version 8.0.0-preview.4.23170.1 -> To Version 8.0.0-preview.4.23205.3

* Update dependencies from https://github.com/dotnet/icu build 20230403.1

Microsoft.NETCore.Runtime.ICU.Transport
 From Version 8.0.0-preview.3.23163.3 -> To Version 8.0.0-preview.4.23203.1

* Update dependencies from https://github.com/dotnet/msquic build 20230331.1

System.Net.MsQuic.Transport
 From Version 8.0.0-alpha.1.23166.1 -> To Version 8.0.0-alpha.1.23181.1

* Revert "Update dependencies from https://github.com/dotnet/msquic build 20230331.1"

This reverts commit 11b80419169153fa820197f96443c22b6f2a5665.

---------

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
Co-authored-by: Larry Ewing <lewing@microsoft.com>
Co-authored-by: Natalia Kondratyeva <knatalia@microsoft.com>
Co-authored-by: Eric StJohn <ericstj@microsoft.com>
16 months agoDelete `gtGetStructHandle` and friends (#84212)
SingleAccretion [Mon, 10 Apr 2023 14:54:36 +0000 (17:54 +0300)]
Delete `gtGetStructHandle` and friends (#84212)

* Delete gtGetStructHandle[IfPresent]

Replaced with GenTree::GetLayout.

* Delete the canonical handle logic

* Delete handle handling from fgMakeMultiUse

* Delete gtGetStructHandleForSIMD and friends

* Delete now-unused SIMD cache entries

* Fix SIMD

* Fix fgMakeMultiUse

* Delete the IsSimdAsHWIntrinsic logic

No longer needed.

* Fix formatting

16 months agoImplement IUtf8SpanFormattable on Version (#84556)
Stephen Toub [Mon, 10 Apr 2023 13:33:42 +0000 (09:33 -0400)]
Implement IUtf8SpanFormattable on Version (#84556)

16 months agoApply the TimeProvider design feedback (#84501)
Tarek Mahmoud Sayed [Sun, 9 Apr 2023 23:04:55 +0000 (16:04 -0700)]
Apply the TimeProvider design feedback (#84501)

16 months agoJIT: scalable profile counter mode (#84427)
Andy Ayers [Sun, 9 Apr 2023 21:22:58 +0000 (14:22 -0700)]
JIT: scalable profile counter mode (#84427)

Add an config option to use a "scalable" profile helper for edge counters,
where we try and avoid contention by probablistic updates once the counter
value exceeds some threshold (currently 8192). Using the current xorshift
RNG this gives the counter a two-sigma accuracy of around +/- 2%.

The idea is loosely based on "Scalable Statistics Counters" by Dice, Lev,
and Moir (SPAA’13).

Also allow the scalable and interlocked profile modes to operate at the same
time, recording two sets of counts per probe, so we can verify that this new mode
is sufficiently accurate.

16 months agofix Kernel32.GetSystemTimes usage on Windows (#84526)
Sergey Anisimov [Sun, 9 Apr 2023 19:17:29 +0000 (05:17 +1000)]
fix Kernel32.GetSystemTimes usage on Windows (#84526)

16 months agoEnable AVX-512 in Memmove unrolling (#84348)
Egor Bogatov [Sun, 9 Apr 2023 18:36:53 +0000 (20:36 +0200)]
Enable AVX-512 in Memmove unrolling (#84348)

16 months agoEnsure loops respect dominators (#84458)
Bruce Forstall [Sun, 9 Apr 2023 17:39:24 +0000 (10:39 -0700)]
Ensure loops respect dominators (#84458)

* Improve recognized loop invariants

When a loop has a single exit, the loop table stores a pointer to
the loop exit block. Ideally, we would have the property that the
loop entry block dominates the single exit block, and you could
thus walk up the IDom list from the exit the the entry block.

A peculiar loop structure on x86 only was preventing this: an "infinite"
loop with a "try/catch" where the only "exit" was from the "catch"
handler. For non-x86, the handler would have been moved out-of-line
as a funclet. But for x86, the handler is still in-line with the
loop blocks. This structure is peculiar because the catch handler
has no predecessors and doesn't participate "normally" in the dominator
tree.

Prevent handler blocks like this from being considered loop exits.

* Formatting

16 months agoSimplify target to enable config binding src generator from NuGet package, ensure...
Layomi Akinrinade [Sun, 9 Apr 2023 17:34:15 +0000 (10:34 -0700)]
Simplify target to enable config binding src generator from NuGet package, ensure it runs for all TFMs, and rename enabling property (#84379)

* Simplify target to enable config binding src generator and rename sentinel property

* Further simplify target

* Address feedback

* Ensure generator removal target is for all TFMs

* Add logic to emit correct recommended minimum TFM

16 months agoFix IUtf8SpanFormattable.TryFormat argument name (#84535)
Stephen Toub [Sun, 9 Apr 2023 13:58:52 +0000 (09:58 -0400)]
Fix IUtf8SpanFormattable.TryFormat argument name (#84535)

The approved parameter name was `utf8Destination` rather than just `destination`.

16 months agoImplement IUtf8SpanFormattable on DateTime, DateTimeOffset, DateOnly, TimeOnly, TimeS...
Stephen Toub [Sun, 9 Apr 2023 11:24:15 +0000 (07:24 -0400)]
Implement IUtf8SpanFormattable on DateTime, DateTimeOffset, DateOnly, TimeOnly, TimeSpan, Char, Rune (#84469)

* Implement IUtf8SpanFormattable on DateTime, DateTimeOffset, DateOnly, TimeOnly, TimeSpan, Char, Rune

* Address PR feedback

Also dedup Utf8Formatter for TimeSpan with TimeSpan's new IUtf8SpanFormattable implementation and a little more cleanup.

And fix parameter name of TryFormat to match approved name.

16 months agoUpdating the JIT to support Narrow, WidenLower, and WidenUpper for Vector512 (#84498)
Tanner Gooding [Sun, 9 Apr 2023 04:09:45 +0000 (21:09 -0700)]
Updating the JIT to support Narrow, WidenLower, and WidenUpper for Vector512 (#84498)

* Updating the JIT to support Narrow, WidenLower, and WidenUpper for Vector512

* Ensure tgtReg is passed in the RM slot for the AVX512 narrowing instructions

* Applying formatting patch

* Update src/coreclr/jit/lowerxarch.cpp

16 months agoAvx512 arithmetic (#84429)
Jyothi Krishna V S [Sun, 9 Apr 2023 01:38:49 +0000 (18:38 -0700)]
Avx512 arithmetic (#84429)

* Add and Subtract support for AVX512

* Removing absovled condition

* fixing formatting issues

* Addressing review comments,
Using non saturation version for add.

* Update src/coreclr/jit/hwintrinsiclistxarch.h

Co-authored-by: Tanner Gooding <tagoo@outlook.com>
---------

Co-authored-by: Tanner Gooding <tagoo@outlook.com>
16 months agoPerform ldr to ldp peephole optimization (#84399)
Kunal Pathak [Sat, 8 Apr 2023 21:16:19 +0000 (14:16 -0700)]
Perform ldr to ldp peephole optimization (#84399)

* Perform ldr to ldp peephole optimization

* jit format

* handle non-gc str cases

* Add the comment

16 months ago[RISC-V] coreclr-jit directory (#82379)
Dong-Heon Jung [Sat, 8 Apr 2023 18:29:53 +0000 (03:29 +0900)]
[RISC-V] coreclr-jit directory (#82379)

* [RISCV-V] coreclr-jit directory

- Successfully cross-build for RISC-V.
- Run A simple application "helloworld"
- Fail a test in clr.paltest

* Fix in jit/CMakeLists.txt

* Tidy up by jit-format

* Add a emitIns_S_R_R to handling more temporary reg

* Fix jit code format

* Fix

* [JIT] Fix test

* [JIT] Updated

* [JIT] JitFormat

* [JIT] Enable IsImplicitByrefParameterValuePostMorph

* [JIT] Update

- Use rsGetRsvdReg
- Remove unnecessary codes

* [JIT] Replace to RISCV64

I implemented based on LOONGARCH.
Some comments in the codes are not updated yet.

* [JIT] Update emitter and fix bugs

* [JIT] Fix a build error (remove GT_ADDR)

* [JIT] FIX BUILD ERROR

- Remove GTF_BLK_VOLATILE
- Replace GT_LCL_VAR_ADDR and GT_LCL_FLD_ADDR with GT_LCL_ADDR

* [JIT] Update by reviews

* [JIT] Update JCMP and fix related errors

* [JIT] Add NYI

* [JIT] Add getRISCV64PassStructInRegisterFlags

* [JIT] Remove constant handling in genRangeCheck

* [VM] Add getRISCV64PassStructInRegisterFlags

* [VM] Update JITEEVersionIdentifier

16 months agoUpdate enabledisable.csproj (#84506)
David Mason [Sat, 8 Apr 2023 15:10:58 +0000 (08:10 -0700)]
Update enabledisable.csproj (#84506)

16 months agoNativeAOT: Partially expand static initialization (#83911)
Egor Bogatov [Sat, 8 Apr 2023 08:10:53 +0000 (10:10 +0200)]
NativeAOT: Partially expand static initialization (#83911)

Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Co-authored-by: SingleAccretion <62474226+SingleAccretion@users.noreply.github.com>
16 months agoWrite linker script for lld to enable gc-sections (#84493)
Adeel Mujahid [Sat, 8 Apr 2023 03:09:32 +0000 (06:09 +0300)]
Write linker script for lld to enable gc-sections (#84493)

16 months ago[mono] [RISC-V] re-implement floating point arithmetic without r4fp (#84470)
VincentWu [Sat, 8 Apr 2023 02:20:33 +0000 (10:20 +0800)]
[mono] [RISC-V] re-implement floating point arithmetic without r4fp (#84470)

* fix no r4fp

* format

* defined MONO_ARCH_FLOAT32_SUPPORTED

16 months agoReenable VectorLookup tests for mono. (#84330)
Zoltan Varga [Sat, 8 Apr 2023 01:46:22 +0000 (21:46 -0400)]
Reenable VectorLookup tests for mono. (#84330)

16 months agoAllow multiple EventCounters sessions and make sure EventListeners always send a...
David Mason [Sat, 8 Apr 2023 00:25:01 +0000 (17:25 -0700)]
Allow multiple EventCounters sessions and make sure EventListeners always send a Disable command (#82970)

16 months ago[ComInterfaceGenerator] Strip public keyword from managedToNative stub (#84496)
Jackson Schuster [Fri, 7 Apr 2023 23:52:19 +0000 (18:52 -0500)]
[ComInterfaceGenerator] Strip public keyword from managedToNative stub (#84496)

16 months agotypo fix (#84485)
Nicholas Orlowsky [Fri, 7 Apr 2023 22:17:30 +0000 (17:17 -0500)]
typo fix (#84485)

16 months agoIntroduce BBJ_EHFAULTRET (#84467)
Bruce Forstall [Fri, 7 Apr 2023 21:56:17 +0000 (14:56 -0700)]
Introduce BBJ_EHFAULTRET (#84467)

The IL `endfinally` and `endfault` instructions are aliases,
imported in the JIT IR as `BBJ_EHFINALLYRET`.

Introduce `BBJ_EHFAULTRET` for cases within `fault` clauses.

This simplifies some code, and makes it more clear when writing
code that `fault` clauses need to be considered, separately from
`finally` clauses.

To do this, after importing EH clauses, convert any `BBJ_EHFINALLYRET`
as necessary. Also, try/finally cloning, which (sometimes) converts
`finally` clauses to `fault` clauses, needs to update the corresponding
`BBJ_EHFINALLYRET`. When creating new try/fault clauses for synchronized
functions, use `BBJ_EHFAULTRET` now.

Fixes #84307

16 months agoDerived Interface support in ComInterfaceGenerator (#84271)
Jeremy Koritzinsky [Fri, 7 Apr 2023 21:12:04 +0000 (14:12 -0700)]
Derived Interface support in ComInterfaceGenerator (#84271)

16 months ago[mono][sgen] Remove more dead code (#84476)
Vlad Brezae [Fri, 7 Apr 2023 21:10:49 +0000 (00:10 +0300)]
[mono][sgen] Remove more dead code (#84476)

16 months agoJIT: Avoid unnecessary GTF_GLOB_REFs (#84349)
Jakob Botsch Nielsen [Fri, 7 Apr 2023 19:05:26 +0000 (21:05 +0200)]
JIT: Avoid unnecessary GTF_GLOB_REFs (#84349)

* Avoid setting GTF_GLOB_REF on GT_FIELD_ADDR nodes
* Avoid setting GTF_GLOB_REF on GT_FIELD nodes off of implicit byrefs.
  This is ok now since implicit byref morphing indiscriminately sets
  GTF_GLOB_REF for these.
* Manually clone a "pointer to span" in span intrinsic expansion when it points to a local. Unfortunately this does not fall out from the above since gtClone does not handle FIELD_ADDR, and making it handle this needs some more work.

These changes are necessary to avoid address exposure in the two user
benchmarks in #83388.

Fix #74563
Fix #856

16 months agoUse a tuned ConcurrentDictionary in the default caching implementation for the COM...
Jeremy Koritzinsky [Fri, 7 Apr 2023 18:09:56 +0000 (11:09 -0700)]
Use a tuned ConcurrentDictionary in the default caching implementation for the COM source generator (#84335)