Commit be6a3e7
committed
Merge branch 'main' into dev/grendel/android-clr-host-local
* main:
JIT: Set PGO data inconsistent when flow disappears in cast expansion (dotnet#112147)
[H/3] Fix handling H3_NO_ERROR (dotnet#112125)
Change some workflows using `pull_request` to use `pull_request_target` instead (dotnet#112161)
Annotate ConfiguredCancelableAsyncEnumerable T with allows ref struct and update extensions (dotnet#111953)
Delete copy of performance pipelines in previous location (dotnet#112113)
Optimize BigInteger.Divide (dotnet#96895)
Use current STJ in HostModel and remove unnecessary audit suppressions (dotnet#109852)
JIT: Unify handling of InstParam argument during inlining (dotnet#112119)
Remove unneeded DiagnosticSource content (dotnet#112116)
Improve compare-and-branch sequences produced by Emitter (dotnet#111797)
Jit: Conditional Escape Analysis and Cloning (dotnet#111473)
Re-enable HKDF-SHA3 on Azure Linux
Remove fstream usage from corehost (dotnet#111859)File tree
64 files changed
+4154
-615
lines changed- .github
- workflows
- docs/design/coreclr/jit
- eng/pipelines
- coreclr
- src
- coreclr/jit
- installer
- managed/Microsoft.NET.HostModel
- tests
- AppHost.Bundle.Tests
- HostActivation.Tests
- Microsoft.DotNet.CoreSetup.Packaging.Tests
- Microsoft.NET.HostModel.Tests
- TestUtils
- libraries
- Common/tests/System/Net/Http
- Microsoft.Extensions.DependencyInjection/tests/DI.External.Tests
- System.Diagnostics.DiagnosticSource/src
- System.Net.Http
- src/System/Net/Http/SocketsHttpHandler
- tests/FunctionalTests
- System.Private.CoreLib/src/System
- Runtime/CompilerServices
- Threading/Tasks
- System.Runtime.Numerics
- src/System/Numerics
- tests/BigInteger
- System.Runtime/ref
- System.Security.Cryptography/tests
- mono/wasm
- Wasm.Build.Tests
- symbolicator
- native/corehost
- hostmisc
- test/nativehost
- tasks
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
64 files changed
+4154
-615
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| 115 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
Lines changed: 804 additions & 0 deletions
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
233 | 288 | | |
234 | 289 | | |
235 | 290 | | |
| |||
1285 | 1340 | | |
1286 | 1341 | | |
1287 | 1342 | | |
| 1343 | + | |
| 1344 | + | |
1288 | 1345 | | |
1289 | 1346 | | |
1290 | 1347 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3622 | 3622 | | |
3623 | 3623 | | |
3624 | 3624 | | |
3625 | | - | |
3626 | | - | |
3627 | | - | |
| 3625 | + | |
| 3626 | + | |
| 3627 | + | |
| 3628 | + | |
3628 | 3629 | | |
3629 | 3630 | | |
3630 | 3631 | | |
| |||
5071 | 5072 | | |
5072 | 5073 | | |
5073 | 5074 | | |
| 5075 | + | |
| 5076 | + | |
| 5077 | + | |
| 5078 | + | |
| 5079 | + | |
| 5080 | + | |
| 5081 | + | |
| 5082 | + | |
| 5083 | + | |
| 5084 | + | |
| 5085 | + | |
| 5086 | + | |
| 5087 | + | |
| 5088 | + | |
| 5089 | + | |
| 5090 | + | |
| 5091 | + | |
| 5092 | + | |
| 5093 | + | |
| 5094 | + | |
| 5095 | + | |
| 5096 | + | |
| 5097 | + | |
| 5098 | + | |
| 5099 | + | |
| 5100 | + | |
| 5101 | + | |
| 5102 | + | |
5074 | 5103 | | |
5075 | 5104 | | |
5076 | 5105 | | |
| |||
5939 | 5968 | | |
5940 | 5969 | | |
5941 | 5970 | | |
| 5971 | + | |
| 5972 | + | |
| 5973 | + | |
| 5974 | + | |
| 5975 | + | |
| 5976 | + | |
| 5977 | + | |
| 5978 | + | |
| 5979 | + | |
| 5980 | + | |
| 5981 | + | |
| 5982 | + | |
| 5983 | + | |
| 5984 | + | |
| 5985 | + | |
| 5986 | + | |
| 5987 | + | |
| 5988 | + | |
| 5989 | + | |
| 5990 | + | |
| 5991 | + | |
| 5992 | + | |
| 5993 | + | |
5942 | 5994 | | |
0 commit comments