repo_name stringclasses 6
values | pr_number int64 512 78.9k | pr_title stringlengths 3 144 | pr_description stringlengths 0 30.3k | author stringlengths 2 21 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 17 30.4k | filepath stringlengths 9 210 | before_content stringlengths 0 112M | after_content stringlengths 0 112M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/Interop/PInvoke/Variant/VariantTest.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Test unsupported outside of windows -->
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
</PropertyGroup>
<ItemGroup>
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<!-- Test unsupported outside of windows -->
<CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported>
</PropertyGroup>
<ItemGroup>
... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmeticAdd.Vector128.Int64.1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52746/b52746.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace Test
{
using System;
struct AA
{
static Array m_a;
static bool[] m_ab;
static object m_x;
static int Main1()
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace Test
{
using System;
struct AA
{
static Array m_a;
static bool[] m_ab;
static object m_x;
static int Main1()
{
... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/JIT/HardwareIntrinsics/General/Vector256/GreaterThanOrEqualAny.UInt64.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/baseservices/varargs/varargsupport.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="varargsupport.il" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="varargsupport.il" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/JIT/HardwareIntrinsics/X86/Sse41/ConvertToVector128Int16.Byte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/JIT/Directed/shift/int16_d.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="int16.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="int16.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/baseservices/exceptions/unittests/CollidedUnwind.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CollidedUnwind.cs" />
<Compile Include="trace.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="CollidedUnwind.cs" />
<Compile Include="trace.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApiV2/QFE505_multith_customer_repro_with_or_expr.xsl | <?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="layout.xsl" />
<xsl:import href="coupons.xsl" />
<xsl:template name="metadata">
<title>Categories</title>
</xsl:template>
<xsl:template name="extraheader">
<script ... | <?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<xsl:import href="layout.xsl" />
<xsl:import href="coupons.xsl" />
<xsl:template name="metadata">
<title>Categories</title>
</xsl:template>
<xsl:template name="extraheader">
<script ... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/libraries/System.ServiceModel.Syndication/tests/TestFeeds/brief-entry-noerror.xml | <!--
Description: No errors should be produced by a minimal entry
Expect: !Error
-->
<entry xmlns="http://www.w3.org/2005/Atom">
<title type="text">Atom-Powered Robots Run Amok</title>
<link href="http://contoso.com/2003/12/13/atom03"/>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>200... | <!--
Description: No errors should be produced by a minimal entry
Expect: !Error
-->
<entry xmlns="http://www.w3.org/2005/Atom">
<title type="text">Atom-Powered Robots Run Amok</title>
<link href="http://contoso.com/2003/12/13/atom03"/>
<id>urn:uuid:1225c695-cfb8-4ebb-aaaa-80da344efa6a</id>
<updated>200... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1055/Generated1055.il | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 }
.assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) }
//TYPES IN ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 }
.assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) }
//TYPES IN ... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest1446/Generated1446.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated1446.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated1446.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/coreclr/debug/ee/arm64/primitives.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#include "stdafx.h"
#include "threads.h"
#include "../../shared/arm64/primitives.cpp"
void CopyREGDISPLAY(REGDISPLAY* pDst, REGDISPLAY* pSrc)
{
CONTEXT tmp;
CopyRegDispl... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#include "stdafx.h"
#include "threads.h"
#include "../../shared/arm64/primitives.cpp"
void CopyREGDISPLAY(REGDISPLAY* pDst, REGDISPLAY* pSrc)
{
CONTEXT tmp;
CopyRegDispl... | -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest367/Generated367.ilproj | <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated367.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk.IL">
<PropertyGroup>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="Generated367.il" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestFramework\TestFramework.csproj" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/libraries/Microsoft.Win32.Registry/src/Microsoft/Win32/RegistryKeyPermissionCheck.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.Win32
{
public enum RegistryKeyPermissionCheck
{
Default = 0,
ReadSubTree = 1,
ReadWriteSubTree = 2,
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Microsoft.Win32
{
public enum RegistryKeyPermissionCheck
{
Default = 0,
ReadSubTree = 1,
ReadWriteSubTree = 2,
}
}
| -1 |
dotnet/runtime | 66,110 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client | Fixes https://github.com/dotnet/runtime/issues/66099 | mdh1418 | 2022-03-02T21:21:59Z | 2022-03-03T01:22:51Z | 48b6648e2f8ac01b24f26fc563d831f408e14795 | 73471b51fb55198bc089f342cd75e077cc4762a8 | [tests] Update eventsvalidation tests to use intree Microsoft.Diagnostics.NETCore.Client. Fixes https://github.com/dotnet/runtime/issues/66099 | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M12-Beta2/b52840/b52840.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/jit/lsra.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
L... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
L... | 1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/jit/lsra.h |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*****************************************************************************/
#ifndef _LSRA_H_
#define _LSRA_H_
#include "arraylist.h"
#include "smallhash.h"
// Minor and forwar... |
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*****************************************************************************/
#ifndef _LSRA_H_
#define _LSRA_H_
#include "arraylist.h"
#include "smallhash.h"
// Minor and forwar... | 1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/jit/lsrabuild.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | 1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/scripts/superpmi_replay.py | #!/usr/bin/env python3
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
#
# Title : superpmi_replay.py
#
# Notes:
#
# Script to run "superpmi replay" for various collections under various COMPlus_JitStressRegs values.
... | #!/usr/bin/env python3
#
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
#
# Title : superpmi_replay.py
#
# Notes:
#
# Script to run "superpmi replay" for various collections under various COMPlus_JitStressRegs values.
... | 1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/jit/targetarm64.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*****************************************************************************/
#include "jitpch.h"
#ifdef _MSC_VER
#pragma hdrstop
#endif
#if defined(TARGET_ARM64)
#include "targ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*****************************************************************************/
#include "jitpch.h"
#ifdef _MSC_VER
#pragma hdrstop
#endif
#if defined(TARGET_ARM64)
#include "targ... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/debug/inc/dacdbiinterface.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//*****************************************************************************
// DacDbiInterface.h
//
//
// Define the interface between the DAC and DBI.
//************************... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//*****************************************************************************
// DacDbiInterface.h
//
//
// Define the interface between the DAC and DBI.
//************************... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/jit/lower.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/unwinder/arm/unwinder_arm.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#ifndef __unwinder_arm__
#define __unwinder_arm__
#include "unwinder.h"
//---------------------------------------------------------------------------------------
//
// See the... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#ifndef __unwinder_arm__
#define __unwinder_arm__
#include "unwinder.h"
//---------------------------------------------------------------------------------------
//
// See the... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: vfprintf.h
**
** Purpose: Contains common testing functions for vfprintf
**
**
*... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: vfprintf.h
**
** Purpose: Contains common testing functions for vfprintf
**
**
*... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/jit/jiteh.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XX ... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/mono/mono/tests/mixed-mode/PureMsvcrtApp/PureMsvcrtApp.cpp | #include <vcclr.h>
using namespace System;
using namespace System::Runtime::InteropServices;
void WriteStringManaged (const wchar_t* str)
{
Console::WriteLine (Marshal::PtrToStringUni ((IntPtr) (void*) str));
}
int main (array<System::String^> ^args)
{
Console::WriteLine (L"Pure MSVCRT console application");
pin_... | #include <vcclr.h>
using namespace System;
using namespace System::Runtime::InteropServices;
void WriteStringManaged (const wchar_t* str)
{
Console::WriteLine (Marshal::PtrToStringUni ((IntPtr) (void*) str));
}
int main (array<System::String^> ^args)
{
Console::WriteLine (L"Pure MSVCRT console application");
pin_... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/vm/fcall.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// FCall.H
//
//
// FCall is a high-performance alternative to ECall. Unlike ECall, FCall
// methods do not necessarily create a frame. Jitted code calls directly
// to the FCall e... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// FCall.H
//
//
// FCall is a high-performance alternative to ECall. Unlike ECall, FCall
// methods do not necessarily create a frame. Jitted code calls directly
// to the FCall e... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/tests/palsuite/exception_handling/RaiseException/test3/test.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*=============================================================
**
** Source: test.c (exception_handling\raiseexception\test3)
**
** Purpose: Tests that the correct ExceptionCode is ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*=============================================================
**
** Source: test.c (exception_handling\raiseexception\test3)
**
** Purpose: Tests that the correct ExceptionCode is ... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source: test2.c
**
** Purpose:
** Create three consecuative pages, NOACCES, READWRITE and
** NOACCESS. Check to... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source: test2.c
**
** Purpose:
** Create three consecuative pages, NOACCES, READWRITE and
** NOACCESS. Check to... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source Code: main.c and mutex.c
** main.c creates process and waits for all processes to get over
** mute... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source Code: main.c and mutex.c
** main.c creates process and waits for all processes to get over
** mute... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source : test.c
**
** Purpose: Test for InterlockedBitTestAndSet() function
**
**
**=============================... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source : test.c
**
** Purpose: Test for InterlockedBitTestAndSet() function
**
**
**=============================... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/native/libs/System.Native/pal_autoreleasepool.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma once
#include "pal_compiler.h"
#include "pal_types.h"
/**
* Creates an pool to automatically release applicable ref-counted resources.
*/
PALEXPORT void* SystemNative_Cre... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma once
#include "pal_compiler.h"
#include "pal_types.h"
/**
* Creates an pool to automatically release applicable ref-counted resources.
*/
PALEXPORT void* SystemNative_Cre... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source: WFSOMutexTest.c
**
** Purpose: Test for WaitForSingleObjectTest.
** Create Mutex Object
** Create Two T... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Source: WFSOMutexTest.c
**
** Purpose: Test for WaitForSingleObjectTest.
** Create Mutex Object
** Create Two T... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/src/libunwind/include/tdep-aarch64/libunwind_i.h | /* libunwind - a platform-independent unwind library
Copyright (C) 2001-2005 Hewlett-Packard Co
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
Copyright (C) 2013 Linaro Limited
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this s... | /* libunwind - a platform-independent unwind library
Copyright (C) 2001-2005 Hewlett-Packard Co
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
Copyright (C) 2013 Linaro Limited
This file is part of libunwind.
Permission is hereby granted, free of charge, to any person obtaining
a copy of this s... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/native/public/mono/metadata/object.h | /**
* \file
*/
#ifndef _MONO_CLI_OBJECT_H_
#define _MONO_CLI_OBJECT_H_
#include <mono/metadata/details/object-types.h>
MONO_BEGIN_DECLS
#define MONO_API_FUNCTION(ret,name,args) MONO_API ret name args;
#include <mono/metadata/details/object-functions.h>
#undef MONO_API_FUNCTION
#define MONO_OBJECT_SETREF(obj,fiel... | /**
* \file
*/
#ifndef _MONO_CLI_OBJECT_H_
#define _MONO_CLI_OBJECT_H_
#include <mono/metadata/details/object-types.h>
MONO_BEGIN_DECLS
#define MONO_API_FUNCTION(ret,name,args) MONO_API ret name args;
#include <mono/metadata/details/object-functions.h>
#undef MONO_API_FUNCTION
#define MONO_OBJECT_SETREF(obj,fiel... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/nativeaot/Runtime/gcheaputilities.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef _GCHEAPUTILITIES_H_
#define _GCHEAPUTILITIES_H_
#include "gcinterface.h"
#include "daccess.h"
// The singular heap instance.
GPTR_DECL(IGCHeap, g_pGCHeap);
#ifndef DACCESS... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#ifndef _GCHEAPUTILITIES_H_
#define _GCHEAPUTILITIES_H_
#include "gcinterface.h"
#include "daccess.h"
// The singular heap instance.
GPTR_DECL(IGCHeap, g_pGCHeap);
#ifndef DACCESS... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/minipal/minipal.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#include <stddef.h>
// Interface between the runtime and platform specific functionality
class VMToOSInterface
{
private:
~VMToOSInterface() {}
public:
// Create double ma... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
#include <stddef.h>
// Interface between the runtime and platform specific functionality
class VMToOSInterface
{
private:
~VMToOSInterface() {}
public:
// Create double ma... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/vm/nativeoverlapped.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Header: COMNativeOverlapped.h
**
** Purpose: Native methods for allocating and freeing NativeOverlapped
**
**
=... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================
**
** Header: COMNativeOverlapped.h
**
** Purpose: Native methods for allocating and freeing NativeOverlapped
**
**
=... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/vm/perfinfo.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ===========================================================================
// File: perfinfo.h
//
#ifndef PERFINFO_H
#define PERFINFO_H
#include "sstring.h"
#include "fstream.h... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ===========================================================================
// File: perfinfo.h
//
#ifndef PERFINFO_H
#define PERFINFO_H
#include "sstring.h"
#include "fstream.h... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/mono/mono/utils/mono-coop-semaphore.h | /**
* \file
*/
#ifndef __MONO_COOP_SEMAPHORE_H__
#define __MONO_COOP_SEMAPHORE_H__
#include <config.h>
#include <glib.h>
#include "mono-os-semaphore.h"
#include "mono-threads-api.h"
/* We put the OS sync primitives in struct, so the compiler will warn us if
* we use mono_os_(mutex|cond|sem)_... on MonoCoop(Mutex... | /**
* \file
*/
#ifndef __MONO_COOP_SEMAPHORE_H__
#define __MONO_COOP_SEMAPHORE_H__
#include <config.h>
#include <glib.h>
#include "mono-os-semaphore.h"
#include "mono-threads-api.h"
/* We put the OS sync primitives in struct, so the compiler will warn us if
* we use mono_os_(mutex|cond|sem)_... on MonoCoop(Mutex... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/nativeaot/libunwind/src/Unwind_AppleExtras.cpp | //===--------------------- Unwind_AppleExtras.cpp -------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//
//===------------------------... | //===--------------------- Unwind_AppleExtras.cpp -------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//
//===------------------------... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/pal/prebuilt/idl/corprof_i.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
/* link this file in with the server and any clients */
/* File created by MIDL compiler version 8.01.0622 */
/* @... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/* this ALWAYS GENERATED file contains the IIDs and CLSIDs */
/* link this file in with the server and any clients */
/* File created by MIDL compiler version 8.01.0622 */
/* @... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/native/external/rapidjson/internal/biginteger.h | // Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | // Tencent is pleased to support the open source community by making RapidJSON available.
//
// Copyright (C) 2015 THL A29 Limited, a Tencent company, and Milo Yip. All rights reserved.
//
// Licensed under the MIT License (the "License"); you may not use this file except
// in compliance with the License. You may obt... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/GC/Scenarios/GCSimulator/GCSimulator_115.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.0 -dw 0.0</CLRTestExecutionArguments>
... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/libraries/System.Formats.Cbor/ref/System.Formats.Cbor.netcoreapp.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// ----------------------... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// ----------------------... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/libraries/System.Private.DataContractSerialization/src/System/Runtime/Serialization/Json/DateTimeFormat.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
namespace System.Runtime.Serialization
{
/// <summary>
/// This class is used to customize the way DateTime is
/// serialized or deserialize... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
namespace System.Runtime.Serialization
{
/// <summary>
/// This class is used to customize the way DateTime is
/// serialized or deserialize... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector64BooleanToVector128Unsafe.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/native/libs/System.Security.Cryptography.Native/pal_ocsp.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_crypto_types.h"
#include "pal_compiler.h"
#include "opensslshim.h"
/*
Direct shim to OCSP_REQUEST_free
*/
PALEXPORT void CryptoNative_OcspRequestDestroy(OCSP_REQUEST* ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#include "pal_crypto_types.h"
#include "pal_compiler.h"
#include "opensslshim.h"
/*
Direct shim to OCSP_REQUEST_free
*/
PALEXPORT void CryptoNative_OcspRequestDestroy(OCSP_REQUEST* ... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/libraries/System.ServiceModel.Syndication/ref/System.ServiceModel.Syndication.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// -----------------------... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// ------------------------------------------------------------------------------
// Changes to this file must follow the https://aka.ms/api-review process.
// -----------------------... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftRightArithmetic.Vector128.Int32.1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/JIT/CodeGenBringUpTests/FPMul.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
using System.Runtime.CompilerServices;
public class BringUpTest_FPMul
{
const int Pass = 100;
const int Fail = -1;
[MethodImplAttribute(MethodImplOptio... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
using System.Runtime.CompilerServices;
public class BringUpTest_FPMul
{
const int Pass = 100;
const int Fail = -1;
[MethodImplAttribute(MethodImplOptio... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/baseservices/RuntimeConfiguration/TestConfig.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Reflection;
using System.Runtime;
using Xunit;
class TestConfig
{
co... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using System.Text;
using System.Reflection;
using System.Runtime;
using Xunit;
class TestConfig
{
co... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Runtime.props | <Project>
<PropertyGroup>
<IncludeFallbacksInDepsFile>true</IncludeFallbacksInDepsFile>
<GetSharedFrameworkFilesForReadyToRunDependsOn>
AddRuntimeFilesToPackage;
AddFrameworkFilesToPackage
</GetSharedFrameworkFilesForReadyToRunDependsOn>
<PublishReadyToRun Condition="'$(RuntimeFlavor)'... | <Project>
<PropertyGroup>
<IncludeFallbacksInDepsFile>true</IncludeFallbacksInDepsFile>
<GetSharedFrameworkFilesForReadyToRunDependsOn>
AddRuntimeFilesToPackage;
AddFrameworkFilesToPackage
</GetSharedFrameworkFilesForReadyToRunDependsOn>
<PublishReadyToRun Condition="'$(RuntimeFlavor)'... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/JIT/Directed/StructPromote/SP1d.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System.Runtime.CompilerServices;
using System;
class SP1d
{
// Struct in reg (2 ints)
struct S
{
public int i0;
public int i1;
}
[Meth... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System.Runtime.CompilerServices;
using System;
class SP1d
{
// Struct in reg (2 ints)
struct S
{
public int i0;
public int i1;
}
[Meth... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/Loader/classloader/generics/Instantiation/Positive/MultipleInterface14.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
public interface IGenX<T>
{
string m(T t);
}
public interface IGenY<T>
{
string m(T tArr);
}
struct Gen<T,U> : IGenX<T>, IGenY<U>
{
string IGenX<T>.m(T t)
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
public interface IGenX<T>
{
string m(T t);
}
public interface IGenY<T>
{
string m(T tArr);
}
struct Gen<T,U> : IGenX<T>, IGenY<U>
{
string IGenX<T>.m(T t)
{
... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/JIT/jit64/gc/regress/vswhidbey/339415.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="339415.cs" />
</ItemGroup>
</Project>... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="339415.cs" />
</ItemGroup>
</Project>... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest451/Generated451.il | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 }
.assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) }
//TYPES IN ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 }
.assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) }
//TYPES IN ... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/coreclr/ildasm/ildasmpch.h | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#if !defined(_ILDASMPCH_H)
#define _ILDASMPCH_H
#define OEMRESOURCE
#define INITGUID
#include <windows.h>
#include <cor.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#if !defined(_ILDASMPCH_H)
#define _ILDASMPCH_H
#define OEMRESOURCE
#define INITGUID
#include <windows.h>
#include <cor.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h... | -1 |
dotnet/runtime | 66,109 | Skip Upper vector save/restore for blocks that THROW | Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if the block ends with throw.
This also reverts https://... | kunalspathak | 2022-03-02T21:17:13Z | 2022-03-04T07:00:20Z | a0635832f1c4cf02423b4cb40cb8611a4163a78d | d832befeb0edf5e7b5685beb5b7e3d7932a1fa28 | Skip Upper vector save/restore for blocks that THROW. Currently, we save and restore vectors for `BBJ_THROW` blocks as well, which is not really needed. In https://github.com/dotnet/runtime/pull/62662, we avoiding doing save/restore for calls that do not return. This PR extends the logic to also skip save/restore if th... | ./src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatterWriter.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Globalization;
using System.IO;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/Compiler/TypeExtensions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Internal.IL;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler
{
public static class TypeExtensions
{
publ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Internal.IL;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler
{
public static class TypeExtensions
{
publ... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Internal.TypeSystem
{
public class MetadataVirtualMethodAlgorithm : VirtualMethodAlgorithm
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Internal.TypeSystem
{
public class MetadataVirtualMethodAlgorithm : VirtualMethodAlgorithm
... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/TypeSystem/Common/TypeSystemHelpers.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Internal.TypeSystem
{
public static class TypeSystemHelpers
{
public static bool ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
namespace Internal.TypeSystem
{
public static class TypeSystemHelpers
{
public static bool ... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace Internal.TypeSystem
{
/// <summary>
/// Pluggable virtual method computation algorithm. Provides an abstraction to resolve
//... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace Internal.TypeSystem
{
/// <summary>
/// Pluggable virtual method computation algorithm. Provides an abstraction to resolve
//... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Compilation.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Runtime.InteropServices;
using ILCompiler.DependencyAnalysis;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Collections.Immutable;
using System.IO;
using System.Runtime.InteropServices;
using ILCompiler.DependencyAnalysis;
using... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/EETypeNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using Internal.IL;
using Internal.Runtime;
using Internal.Text;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
u... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using Internal.IL;
using Internal.Runtime;
using Internal.Text;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
u... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/GenericLookupResult.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Internal.IL;
using Internal.Text;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFram... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Internal.IL;
using Internal.Text;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFram... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/InterfaceDispatchMapNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Internal.Text;
using Internal.TypeSystem;
using Internal.Runtime;
namespace ILCompiler.DependencyAna... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Internal.Text;
using Internal.TypeSystem;
using Internal.Runtime;
namespace ILCompiler.DependencyAna... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/ReadyToRunGenericHelperNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Internal.IL;
using Internal.Text;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFram... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using Internal.IL;
using Internal.Text;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFram... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/ReadyToRunHelperNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using Internal.Text;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using Internal.Text;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/Target_ARM/ARMReadyToRunGenericHelperNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using ILCompiler.DependencyAnalysis.ARM;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
partial cl... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using ILCompiler.DependencyAnalysis.ARM;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
partial cl... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/Target_ARM64/ARM64ReadyToRunGenericHelperNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using ILCompiler.DependencyAnalysis.ARM64;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
partial ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using ILCompiler.DependencyAnalysis.ARM64;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
partial ... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/Target_X64/X64ReadyToRunGenericHelperNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using ILCompiler.DependencyAnalysis.X64;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
partial cl... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using ILCompiler.DependencyAnalysis.X64;
using Internal.TypeSystem;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyAnalysis
{
partial cl... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/VTableSliceNode.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFramework;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyA... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFramework;
using Debug = System.Diagnostics.Debug;
namespace ILCompiler.DependencyA... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/IL/ILImporter.Scanner.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Internal.TypeSystem;
using Internal.ReadyToRunConstants;
using ILCompiler;
using ILCompiler.DependencyAnalysis;
using Debug = System.Diagnostics.Debug;
using D... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using Internal.TypeSystem;
using Internal.ReadyToRunConstants;
using ILCompiler;
using ILCompiler.DependencyAnalysis;
using Debug = System.Diagnostics.Debug;
using D... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.RyuJit/JitInterface/CorInfoImpl.RyuJit.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using Internal.IL;
using Internal.TypeSystem;
using ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using Internal.IL;
using Internal.TypeSystem;
using ... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.TypeSystem.Tests/CoreTestAssembly/Platform.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma warning disable 649
#pragma warning disable 169
namespace System
{
// Dummy core types to allow us compiling this assembly as a core library so that the type
// syst... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
#pragma warning disable 649
#pragma warning disable 169
namespace System
{
// Dummy core types to allow us compiling this assembly as a core library so that the type
// syst... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.TypeSystem.Tests/ILCompiler.TypeSystem.Tests.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>ILCompiler.TypeSystem.Tests</AssemblyName>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<Configurations>Debug;Release;Checked</Configurations>
<!-- This seems to be required for supporting assemblies to be copied into the o... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<AssemblyName>ILCompiler.TypeSystem.Tests</AssemblyName>
<TargetFramework>$(NetCoreAppToolCurrent)</TargetFramework>
<Configurations>Debug;Release;Checked</Configurations>
<!-- This seems to be required for supporting assemblies to be copied into the o... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/nativeaot/SmokeTests/UnitTests/Interfaces.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Text;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
public class Interfaces
{
const i... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Text;
using System.Collections.Generic;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
public class Interfaces
{
const i... | 1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Common/src/Interop/Windows/Crypt32/Interop.CertStoreSaveTo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
internal static partial class Interop
{
internal static partial class Crypt32
{
internal enum CertStoreSaveTo : int
{
CERT_STORE_SAVE_TO_MEMORY = ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
internal static partial class Interop
{
internal static partial class Crypt32
{
internal enum CertStoreSaveTo : int
{
CERT_STORE_SAVE_TO_MEMORY = ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Microsoft.Extensions.DependencyModel/src/Resolution/ReferenceAssemblyPathResolver.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
namespace Microsoft.Extensions.DependencyModel.Resolution
{
public class ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.IO;
namespace Microsoft.Extensions.DependencyModel.Resolution
{
public class ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/Dev11/dev11_4421/Dev11_4421.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
internal static class Module
{
private static int Main()
{
int Var1, Temp;
try
{
checked
{
for ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
internal static class Module
{
private static int Main()
{
int Var1, Temp;
try
{
checked
{
for ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.ComponentModel.TypeConverter/tests/Design/DesignerVerbCollectionTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Linq;
using Xunit;
namespace System.ComponentModel.Design.Tests
{
public class DesignerVerbCollectionTests
{
[Fact]
public void Ctor_Default()
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Linq;
using Xunit;
namespace System.ComponentModel.Design.Tests
{
public class DesignerVerbCollectionTests
{
[Fact]
public void Ctor_Default()
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.DirectoryServices/tests/System/DirectoryServices/DirectorySynchronizationTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.ComponentModel;
using Xunit;
namespace System.DirectoryServices.Tests
{
public class DirectorySynchronizationTests
{
[... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.ComponentModel;
using Xunit;
namespace System.DirectoryServices.Tests
{
public class DirectorySynchronizationTests
{
[... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/TransposeOdd.Vector128.UInt16.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/nativeaot/System.Private.Reflection.Core/src/System/Reflection/Runtime/General/BlockedRuntimeTypeNameGenerator.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Text;
using System.Diagnostics;
using System.Collections.Concurrent;
namespace System.Reflection.Runtime.General
{
//
// This class dispenses rand... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Text;
using System.Diagnostics;
using System.Collections.Concurrent;
namespace System.Reflection.Runtime.General
{
//
// This class dispenses rand... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.Xml/src/System/Xml/Core/LocalAppContextSwitches.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System
{
internal static partial class LocalAppContextSwitches
{
private static int s_dontThrowOnInvalidSurrogatePai... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System
{
internal static partial class LocalAppContextSwitches
{
private static int s_dontThrowOnInvalidSurrogatePai... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Xor.Vector128.UInt16.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.Int32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddPairwiseWideningAndAdd.Vector128.SByte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/CLR-x86-JIT/v2.1/b609280/b609280.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Security.AccessControl/tests/DiscretionaryAcl/DiscretionaryAcl_Purge.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using Xunit;
namespace System.Security.AccessControl.Tests
{
public class DiscretionaryAcl_... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Linq;
using System.Security.Principal;
using Xunit;
namespace System.Security.AccessControl.Tests
{
public class DiscretionaryAcl_... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Common/src/System/Runtime/InteropServices/ComEventsMethod.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
namespace System.Runtime.InteropServices
{
/// <summary>
/// Part of ComEventHelpers API... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Diagnostics;
using System.Reflection;
namespace System.Runtime.InteropServices
{
/// <summary>
/// Part of ComEventHelpers API... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/NotSupported/Vector128BooleanZero.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/GC/API/GC/KeepAliveNull.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Tests KeepAlive()
using System;
using System.Runtime.CompilerServices;
public class Test_KeepAliveNull
{
public static bool visited;
public class Dummy
{
~Du... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Tests KeepAlive()
using System;
using System.Runtime.CompilerServices;
public class Test_KeepAliveNull
{
public static bool visited;
public class Dummy
{
~Du... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Bmi1.X64/GetMaskUpToLowestSetBit.UInt64.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareEqualScalar.Vector64.Double.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Reflection.Metadata/src/System/Reflection/Metadata/TypeSystem/GenericParameterConstraint.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Reflection.Metadata
{
public readonly struct GenericParameterConstraint
{
private readonly MetadataReader _reader;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Reflection.Metadata
{
public readonly struct GenericParameterConstraint
{
private readonly MetadataReader _reader;
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Reflection.Metadata;
namespace Internal.TypeSystem.Ecma
{
public static class PrimitiveTypeProvider
{
public static TypeDesc GetPrimitiveT... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Reflection.Metadata;
namespace Internal.TypeSystem.Ecma
{
public static class PrimitiveTypeProvider
{
public static TypeDesc GetPrimitiveT... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Drawing.Common/src/System/Drawing/LocalAppContextSwitches.Windows.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System
{
internal static partial class LocalAppContextSwitches
{
private static int s_dontSupportPngFramesInIcons;
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
namespace System
{
internal static partial class LocalAppContextSwitches
{
private static int s_dontSupportPngFramesInIcons;
... | -1 |