December infra rollout - remove duplicated 'src' from coreclr subrepo (src/coreclr...
authorTomáš Rylek <trylek@microsoft.com>
Tue, 8 Dec 2020 02:19:44 +0000 (03:19 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Dec 2020 02:19:44 +0000 (03:19 +0100)
commit69e114c1abf91241a0eeecf1ecceab4711b8aa62
treeb81a0b35748f5e598412bcc504335cdbd322cd43
parent0ec07945a9759a72a689edbb01e69b232e26e05a
December infra rollout - remove duplicated 'src' from coreclr subrepo (src/coreclr/src becomes src/coreclr) (#44973)

* Move src/coreclr/src/Directory.Build.targets to src/coreclr
Merge src/coreclr/src/CMakeLists.txt into src/coreclr/CMakeLists.txt

* Mechanical move of src/coreclr/src to src/coreclr

* Scripts adjustments to reflect the changed paths
5169 files changed:
.gitignore
Directory.Build.props
eng/Subsets.props
src/coreclr/.nuget/Directory.Build.props [moved from src/coreclr/src/.nuget/Directory.Build.props with 100% similarity]
src/coreclr/.nuget/Directory.Build.targets [moved from src/coreclr/src/.nuget/Directory.Build.targets with 100% similarity]
src/coreclr/.nuget/Microsoft.CrossOsDiag.Private.CoreCLR/Microsoft.CrossOsDiag.Private.CoreCLR.pkgproj [moved from src/coreclr/src/.nuget/Microsoft.CrossOsDiag.Private.CoreCLR/Microsoft.CrossOsDiag.Private.CoreCLR.pkgproj with 100% similarity]
src/coreclr/.nuget/Microsoft.CrossOsDiag.Private.CoreCLR/Microsoft.CrossOsDiag.Private.CoreCLR.proj [moved from src/coreclr/src/.nuget/Microsoft.CrossOsDiag.Private.CoreCLR/Microsoft.CrossOsDiag.Private.CoreCLR.proj with 100% similarity]
src/coreclr/.nuget/Microsoft.ILVerification/Microsoft.ILVerification.pkgproj [moved from src/coreclr/src/.nuget/Microsoft.ILVerification/Microsoft.ILVerification.pkgproj with 100% similarity]
src/coreclr/.nuget/Microsoft.NET.Sdk.IL/Microsoft.NET.Sdk.IL.pkgproj [moved from src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/Microsoft.NET.Sdk.IL.pkgproj with 100% similarity]
src/coreclr/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.props [moved from src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.props with 100% similarity]
src/coreclr/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.targets [moved from src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/sdk/Sdk.targets with 100% similarity]
src/coreclr/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.Common.targets [moved from src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.Common.targets with 100% similarity]
src/coreclr/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets [moved from src/coreclr/src/.nuget/Microsoft.NET.Sdk.IL/targets/Microsoft.NET.Sdk.IL.targets with 100% similarity]
src/coreclr/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj [moved from src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.pkgproj with 100% similarity]
src/coreclr/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.proj [moved from src/coreclr/src/.nuget/Microsoft.NETCore.ILAsm/Microsoft.NETCore.ILAsm.proj with 100% similarity]
src/coreclr/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj [moved from src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.pkgproj with 100% similarity]
src/coreclr/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.proj [moved from src/coreclr/src/.nuget/Microsoft.NETCore.ILDAsm/Microsoft.NETCore.ILDAsm.proj with 100% similarity]
src/coreclr/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj [moved from src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.pkgproj with 100% similarity]
src/coreclr/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.proj [moved from src/coreclr/src/.nuget/Microsoft.NETCore.TestHost/Microsoft.NETCore.TestHost.proj with 100% similarity]
src/coreclr/.nuget/_.pdb [moved from src/coreclr/src/.nuget/_.pdb with 100% similarity]
src/coreclr/.nuget/builds.targets [moved from src/coreclr/src/.nuget/builds.targets with 100% similarity]
src/coreclr/.nuget/coreclr-packages.proj [moved from src/coreclr/src/.nuget/coreclr-packages.proj with 100% similarity]
src/coreclr/.nuget/descriptions.json [moved from src/coreclr/src/.nuget/descriptions.json with 100% similarity]
src/coreclr/.nuget/dotnet-ilverify/DotnetToolSettings.xml [moved from src/coreclr/src/.nuget/dotnet-ilverify/DotnetToolSettings.xml with 100% similarity]
src/coreclr/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj [moved from src/coreclr/src/.nuget/dotnet-ilverify/dotnet-ilverify.pkgproj with 100% similarity]
src/coreclr/.nuget/optdata/Directory.Build.props [moved from src/coreclr/src/.nuget/optdata/Directory.Build.props with 100% similarity]
src/coreclr/.nuget/optdata/Directory.Build.targets [moved from src/coreclr/src/.nuget/optdata/Directory.Build.targets with 100% similarity]
src/coreclr/.nuget/optdata/optdata.csproj [moved from src/coreclr/src/.nuget/optdata/optdata.csproj with 100% similarity]
src/coreclr/.nuget/packageIndex.json [moved from src/coreclr/src/.nuget/packageIndex.json with 100% similarity]
src/coreclr/.nuget/packaging.props [moved from src/coreclr/src/.nuget/packaging.props with 100% similarity]
src/coreclr/.nuget/versioning.targets [moved from src/coreclr/src/.nuget/versioning.targets with 100% similarity]
src/coreclr/CMakeLists.txt
src/coreclr/Directory.Build.targets
src/coreclr/System.Private.CoreLib/CreateRuntimeRootILLinkDescriptorFile.targets [moved from src/coreclr/src/System.Private.CoreLib/CreateRuntimeRootILLinkDescriptorFile.targets with 100% similarity]
src/coreclr/System.Private.CoreLib/MembersMustExist.AnalyzerData [moved from src/coreclr/src/System.Private.CoreLib/MembersMustExist.AnalyzerData with 100% similarity]
src/coreclr/System.Private.CoreLib/System.Private.CoreLib.csproj [moved from src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.csproj with 98% similarity]
src/coreclr/System.Private.CoreLib/System.Private.CoreLib.sln [moved from src/coreclr/src/System.Private.CoreLib/System.Private.CoreLib.sln with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/CategoryCasingInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/CategoryCasingInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.cs [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/DataTable.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/GenUnicodeProp.csproj [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/GenUnicodeProp.csproj with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/NumericGraphemeInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/NumericGraphemeInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Program.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/Readme.md [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/Readme.md with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/StrongBidiCategory.cs [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/StrongBidiCategory.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/Tools/GenUnicodeProp/TableLevels.cs [moved from src/coreclr/src/System.Private.CoreLib/Tools/GenUnicodeProp/TableLevels.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/ILLink/ILLinkTrim.xml [moved from src/coreclr/src/System.Private.CoreLib/src/ILLink/ILLinkTrim.xml with 100% similarity]
src/coreclr/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComActivator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/ComponentActivator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/Internal/Runtime/InteropServices/InMemoryAssemblyLoader.cs [moved from src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/InMemoryAssemblyLoader.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs [moved from src/coreclr/src/System.Private.CoreLib/src/Internal/Runtime/InteropServices/IsolatedComponentLoadContext.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/Interop/Unix/Interop.Libraries.cs [moved from src/coreclr/src/System.Private.CoreLib/src/Interop/Unix/Interop.Libraries.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs [moved from src/coreclr/src/System.Private.CoreLib/src/Microsoft/Win32/OAVariantLib.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/ArgIterator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/ArgIterator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Array.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Array.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Attribute.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Attribute.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/BadImageFormatException.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/BadImageFormatException.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Buffer.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Buffer.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/CLRConfig.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/CLRConfig.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Collections/EmptyReadOnlyDictionaryInternal.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Collections/EmptyReadOnlyDictionaryInternal.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ArraySortHelper.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/Comparer.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/ComparerHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Collections/Generic/EqualityComparer.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Collections/ObjectModel/ReadOnlyDictionary.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Currency.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Currency.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Unix.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/DateTime.Windows.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Delegate.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Debugger.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/EditAndContinueHelper.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/Eventing/EventPipe.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/ICustomDebuggerNotification.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrame.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackFrameHelper.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/StackTrace.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/ISymWriter.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/SymAddressKind.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/SymAddressKind.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/Token.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Diagnostics/SymbolStore/Token.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Enum.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Enum.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Environment.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Environment.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Exception.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Exception.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/GC.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/GC.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/IO/FileLoadException.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/IO/FileNotFoundException.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/IO/Stream.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Math.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Math.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/MathF.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/MathF.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/MissingMemberException.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/MulticastDelegate.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/MulticastDelegate.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Object.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Object.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/OleAutBinder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/OleAutBinder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Assembly.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/AssemblyName.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Associates.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Associates.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/ConstructorInfo.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/CustomAttribute.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderData.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/AssemblyBuilderData.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ConstructorBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/CustomAttributeBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/CustomAttributeBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicILGenerator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/DynamicMethod.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EnumBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/EventBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/FieldBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/GenericTypeParameterBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ILGenerator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ISymWrapperCore.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/LocalBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/MethodBuilderInstantiation.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilderData.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ModuleBuilderData.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/ParameterBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/PropertyBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SignatureHelper.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/SymbolMethod.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolMethod.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/SymbolType.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilder.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/TypeBuilderInstantiation.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Emit/XXXOnTypeBuilderInstantiation.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/FieldInfo.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/FieldInfo.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/INVOCATION_FLAGS.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/INVOCATION_FLAGS.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/LoaderAllocator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/MdConstant.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdConstant.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/MdFieldInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdFieldInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/MdImport.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MdImport.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/MemberInfo.Internal.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MemberInfo.Internal.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/Metadata/AssemblyExtensions.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/MethodBase.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/MethodBase.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RtFieldInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeAssembly.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeConstructorInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeEventInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeEventInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeExceptionHandlingClause.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeFieldInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeLocalVariableInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodBody.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeMethodInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeModule.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimeParameterInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Reflection/RuntimePropertyInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Resources/ManifestBasedResourceGroveler.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/CrossLoaderAllocatorHashHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CrossLoaderAllocatorHashHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/DependentHandle.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/GCHeapHash.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/ICastableHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeFeature.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/RuntimeHelpers.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeDependencyAttribute.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/TypeDependencyAttribute.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/GCSettings.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsHelper.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComEventsInfo.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerable.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComTypes/IEnumerator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/ComWrappers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ComDataHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ComDataHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumVariantViewOfEnumerator.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumVariantViewOfEnumerator.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableToDispatchMarshaler.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableToDispatchMarshaler.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableViewOfDispatch.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumerableViewOfDispatch.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorToEnumVariantMarshaler.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorToEnumVariantMarshaler.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorViewOfEnumVariant.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/EnumeratorViewOfEnumVariant.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/ExpandoToDispatchExMarshaler.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/CustomMarshalers/TypeToTypeInfoMarshaler.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/DynamicInterfaceCastableHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/DynamicInterfaceCastableHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/GCHandle.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/IException.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/Marshal.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/MemoryMarshal.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/InteropServices/NativeLibrary.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Base.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Intrinsics/X86/X86Base.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Loader/AssemblyLoadContext.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Runtime/Versioning/CompatibilitySwitch.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/RuntimeArgumentHandle.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/RuntimeArgumentHandle.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/RuntimeHandles.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/RuntimeHandles.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/RuntimeType.ActivatorCache.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/RuntimeType.ActivatorCache.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/RuntimeType.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Security/DynamicSecurityMethodAttribute.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/StartupHookProvider.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/StartupHookProvider.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/String.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/String.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/StubHelpers.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/StubHelpers.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Unix.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Unix.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Windows.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.Windows.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandle.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolBoundHandleOverlapped.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ClrThreadPoolPreAllocatedOverlapped.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ClrThreadPoolPreAllocatedOverlapped.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Interlocked.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/LowLevelLifoSemaphore.Unix.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/LowLevelLifoSemaphore.Unix.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/Monitor.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Monitor.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/Overlapped.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Overlapped.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ProcessorIdCache.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/StackCrawlMark.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/SynchronizationContext.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Thread.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/ThreadPool.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/Timer.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Threading/WaitHandle.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Type.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Type.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/TypeLoadException.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/TypeNameParser.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/TypeNameParser.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/TypedReference.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/TypedReference.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/ValueType.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/ValueType.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/Variant.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/Variant.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/WeakReference.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/WeakReference.T.CoreCLR.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/WeakReference.T.CoreCLR.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/__Canon.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/__Canon.cs with 100% similarity]
src/coreclr/System.Private.CoreLib/src/System/__ComObject.cs [moved from src/coreclr/src/System.Private.CoreLib/src/System/__ComObject.cs with 100% similarity]
src/coreclr/ToolBox/CMakeLists.txt [moved from src/coreclr/src/ToolBox/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/SOS/CMakeLists.txt [moved from src/coreclr/src/ToolBox/SOS/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/SOS/DIALib/DIALib.il [moved from src/coreclr/src/ToolBox/SOS/DIALib/DIALib.il with 100% similarity]
src/coreclr/ToolBox/SOS/DIALib/DIALib.ilproj [moved from src/coreclr/src/ToolBox/SOS/DIALib/DIALib.ilproj with 100% similarity]
src/coreclr/ToolBox/SOS/DacTableGen/DacTableGen.csproj [moved from src/coreclr/src/ToolBox/SOS/DacTableGen/DacTableGen.csproj with 100% similarity]
src/coreclr/ToolBox/SOS/DacTableGen/MapSymbolProvider.cs [moved from src/coreclr/src/ToolBox/SOS/DacTableGen/MapSymbolProvider.cs with 100% similarity]
src/coreclr/ToolBox/SOS/DacTableGen/cvconst.cs [moved from src/coreclr/src/ToolBox/SOS/DacTableGen/cvconst.cs with 100% similarity]
src/coreclr/ToolBox/SOS/DacTableGen/diautil.cs [moved from src/coreclr/src/ToolBox/SOS/DacTableGen/diautil.cs with 100% similarity]
src/coreclr/ToolBox/SOS/DacTableGen/main.cs [moved from src/coreclr/src/ToolBox/SOS/DacTableGen/main.cs with 100% similarity]
src/coreclr/ToolBox/SOS/Directory.Build.props [moved from src/coreclr/src/ToolBox/SOS/Directory.Build.props with 100% similarity]
src/coreclr/ToolBox/SOS/SOS_README.md [moved from src/coreclr/src/ToolBox/SOS/SOS_README.md with 100% similarity]
src/coreclr/ToolBox/superpmi/.clang-format [moved from src/coreclr/src/jit/.clang-format with 100% similarity]
src/coreclr/ToolBox/superpmi/CMakeLists.txt [moved from src/coreclr/src/ToolBox/superpmi/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/CMakeLists.txt [moved from src/coreclr/src/ToolBox/superpmi/mcs/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/commandline.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/commandline.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/commandline.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/commandline.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/mcs.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/mcs.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/mcs.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/mcs.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/removedup.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/removedup.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/removedup.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/removedup.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbasmdump.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbasmdump.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbasmdump.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbasmdump.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbconcat.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbconcat.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbconcat.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbconcat.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbdump.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbdump.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbdump.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbdump.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbdumpmap.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbdumpmap.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbdumpmap.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbdumpmap.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbdumptoc.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbdumptoc.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbdumptoc.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbdumptoc.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbfracture.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbfracture.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbfracture.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbfracture.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbildump.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbildump.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbildump.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbildump.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbinteg.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbinteg.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbinteg.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbinteg.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbmerge.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbmerge.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbmerge.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbmerge.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbprintjiteeversion.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbprintjiteeversion.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbprintjiteeversion.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbprintjiteeversion.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbremovedup.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbremovedup.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbremovedup.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbremovedup.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbstat.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbstat.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbstat.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbstat.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbstrip.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbstrip.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbstrip.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbstrip.h with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbtoc.cpp [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbtoc.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/mcs/verbtoc.h [moved from src/coreclr/src/ToolBox/superpmi/mcs/verbtoc.h with 100% similarity]
src/coreclr/ToolBox/superpmi/readme.md [moved from src/coreclr/src/ToolBox/superpmi/readme.md with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/asmdumper.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/asmdumper.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/asmdumper.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/asmdumper.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/callutils.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/callutils.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/callutils.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/callutils.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/compileresult.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/compileresult.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/compileresult.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/compileresult.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/crlwmlist.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/crlwmlist.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/errorhandling.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/errorhandling.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/errorhandling.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/errorhandling.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/hash.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/hash.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/hash.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/hash.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/icorjitcompilerimpl.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjitcompilerimpl.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/icorjithostimpl.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjithostimpl.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/icorjitinfoimpl.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/icorjitinfoimpl.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/lightweightmap.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/lightweightmap.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/logging.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/logging.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/logging.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/logging.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/lwmlist.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/lwmlist.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/mclist.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/mclist.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/mclist.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/mclist.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/methodcontext.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontext.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/methodcontext.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontext.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/methodcontextiterator.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontextiterator.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/methodcontextiterator.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontextiterator.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/methodcontextreader.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontextreader.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/methodcontextreader.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/methodcontextreader.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/runtimedetails.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/runtimedetails.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/simpletimer.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/simpletimer.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/simpletimer.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/simpletimer.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/spmidumphelper.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/spmidumphelper.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/spmidumphelper.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/spmidumphelper.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/spmirecordhelper.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/spmirecordhelper.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/spmiutil.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/spmiutil.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/spmiutil.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/spmiutil.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/standardpch.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/standardpch.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/tocfile.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/tocfile.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/tocfile.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/tocfile.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/typeutils.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/typeutils.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shared/typeutils.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shared/typeutils.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/CMakeLists.txt [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/icorjitcompiler.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/icorjitcompiler.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/icorjitcompiler.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/icorjitcompiler.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/icorjitinfo.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/icorjitinfo.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/icorjitinfo.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/icorjitinfo.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/jithost.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/jithost.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/jithost.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/jithost.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.def [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.def with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-collector/superpmi-shim-collector.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/CMakeLists.txt [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/icorjitcompiler.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/icorjitcompiler.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/icorjitcompiler.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/icorjitcompiler.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/icorjitinfo.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/icorjitinfo.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/icorjitinfo.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/icorjitinfo.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/jithost.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/jithost.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/jithost.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/jithost.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/methodcallsummarizer.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/methodcallsummarizer.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/methodcallsummarizer.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/methodcallsummarizer.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/superpmi-shim-counter.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/superpmi-shim-counter.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/superpmi-shim-counter.def [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/superpmi-shim-counter.def with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-counter/superpmi-shim-counter.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-counter/superpmi-shim-counter.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/CMakeLists.txt [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/icorjitcompiler.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/icorjitinfo.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/icorjitinfo.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/icorjitinfo.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/icorjitinfo.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/jithost.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/jithost.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/jithost.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/jithost.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/superpmi-shim-simple.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/superpmi-shim-simple.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/superpmi-shim-simple.def [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/superpmi-shim-simple.def with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi-shim-simple/superpmi-shim-simple.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi-shim-simple/superpmi-shim-simple.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/CMakeLists.txt [moved from src/coreclr/src/ToolBox/superpmi/superpmi/CMakeLists.txt with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/commandline.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/commandline.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/commandline.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/commandline.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/cycletimer.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/cycletimer.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/cycletimer.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/cycletimer.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/icorjitinfo.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/icorjitinfo.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/icorjitinfo.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/icorjitinfo.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/jitdebugger.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/jitdebugger.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/jitdebugger.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/jitdebugger.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/jithost.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/jithost.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/jithost.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/jithost.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/jitinstance.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/jitinstance.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/jitinstance.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/jitinstance.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/methodstatsemitter.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/methodstatsemitter.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/methodstatsemitter.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/methodstatsemitter.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/neardiffer.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/neardiffer.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/neardiffer.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/neardiffer.h with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/parallelsuperpmi.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/superpmi.cpp [moved from src/coreclr/src/ToolBox/superpmi/superpmi/superpmi.cpp with 100% similarity]
src/coreclr/ToolBox/superpmi/superpmi/superpmi.h [moved from src/coreclr/src/ToolBox/superpmi/superpmi/superpmi.h with 100% similarity]
src/coreclr/binder/CMakeLists.txt [moved from src/coreclr/src/binder/CMakeLists.txt with 100% similarity]
src/coreclr/binder/activitytracker.cpp [moved from src/coreclr/src/binder/activitytracker.cpp with 100% similarity]
src/coreclr/binder/applicationcontext.cpp [moved from src/coreclr/src/binder/applicationcontext.cpp with 100% similarity]
src/coreclr/binder/assembly.cpp [moved from src/coreclr/src/binder/assembly.cpp with 100% similarity]
src/coreclr/binder/assemblybinder.cpp [moved from src/coreclr/src/binder/assemblybinder.cpp with 100% similarity]
src/coreclr/binder/assemblyidentitycache.cpp [moved from src/coreclr/src/binder/assemblyidentitycache.cpp with 100% similarity]
src/coreclr/binder/assemblyname.cpp [moved from src/coreclr/src/binder/assemblyname.cpp with 100% similarity]
src/coreclr/binder/bindertracing.cpp [moved from src/coreclr/src/binder/bindertracing.cpp with 100% similarity]
src/coreclr/binder/clrprivbinderassemblyloadcontext.cpp [moved from src/coreclr/src/binder/clrprivbinderassemblyloadcontext.cpp with 100% similarity]
src/coreclr/binder/clrprivbindercoreclr.cpp [moved from src/coreclr/src/binder/clrprivbindercoreclr.cpp with 100% similarity]
src/coreclr/binder/coreclrbindercommon.cpp [moved from src/coreclr/src/binder/coreclrbindercommon.cpp with 100% similarity]
src/coreclr/binder/failurecache.cpp [moved from src/coreclr/src/binder/failurecache.cpp with 100% similarity]
src/coreclr/binder/fusionassemblyname.cpp [moved from src/coreclr/src/binder/fusionassemblyname.cpp with 100% similarity]
src/coreclr/binder/inc/activitytracker.h [moved from src/coreclr/src/binder/inc/activitytracker.h with 100% similarity]
src/coreclr/binder/inc/applicationcontext.hpp [moved from src/coreclr/src/binder/inc/applicationcontext.hpp with 100% similarity]
src/coreclr/binder/inc/applicationcontext.inl [moved from src/coreclr/src/binder/inc/applicationcontext.inl with 100% similarity]
src/coreclr/binder/inc/assembly.hpp [moved from src/coreclr/src/binder/inc/assembly.hpp with 100% similarity]
src/coreclr/binder/inc/assembly.inl [moved from src/coreclr/src/binder/inc/assembly.inl with 100% similarity]
src/coreclr/binder/inc/assemblybinder.hpp [moved from src/coreclr/src/binder/inc/assemblybinder.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyentry.hpp [moved from src/coreclr/src/binder/inc/assemblyentry.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyhashtraits.hpp [moved from src/coreclr/src/binder/inc/assemblyhashtraits.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyidentity.hpp [moved from src/coreclr/src/binder/inc/assemblyidentity.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyidentitycache.hpp [moved from src/coreclr/src/binder/inc/assemblyidentitycache.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyname.hpp [moved from src/coreclr/src/binder/inc/assemblyname.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyname.inl [moved from src/coreclr/src/binder/inc/assemblyname.inl with 100% similarity]
src/coreclr/binder/inc/assemblyversion.hpp [moved from src/coreclr/src/binder/inc/assemblyversion.hpp with 100% similarity]
src/coreclr/binder/inc/assemblyversion.inl [moved from src/coreclr/src/binder/inc/assemblyversion.inl with 100% similarity]
src/coreclr/binder/inc/bindertracing.h [moved from src/coreclr/src/binder/inc/bindertracing.h with 100% similarity]
src/coreclr/binder/inc/bindertypes.hpp [moved from src/coreclr/src/binder/inc/bindertypes.hpp with 100% similarity]
src/coreclr/binder/inc/bindresult.hpp [moved from src/coreclr/src/binder/inc/bindresult.hpp with 100% similarity]
src/coreclr/binder/inc/bindresult.inl [moved from src/coreclr/src/binder/inc/bindresult.inl with 100% similarity]
src/coreclr/binder/inc/clrprivbinderassemblyloadcontext.h [moved from src/coreclr/src/binder/inc/clrprivbinderassemblyloadcontext.h with 100% similarity]
src/coreclr/binder/inc/clrprivbindercoreclr.h [moved from src/coreclr/src/binder/inc/clrprivbindercoreclr.h with 100% similarity]
src/coreclr/binder/inc/contextentry.hpp [moved from src/coreclr/src/binder/inc/contextentry.hpp with 100% similarity]
src/coreclr/binder/inc/coreclrbindercommon.h [moved from src/coreclr/src/binder/inc/coreclrbindercommon.h with 100% similarity]
src/coreclr/binder/inc/failurecache.hpp [moved from src/coreclr/src/binder/inc/failurecache.hpp with 100% similarity]
src/coreclr/binder/inc/failurecachehashtraits.hpp [moved from src/coreclr/src/binder/inc/failurecachehashtraits.hpp with 100% similarity]
src/coreclr/binder/inc/fusionassemblyname.hpp [moved from src/coreclr/src/binder/inc/fusionassemblyname.hpp with 100% similarity]
src/coreclr/binder/inc/fusionhelpers.hpp [moved from src/coreclr/src/binder/inc/fusionhelpers.hpp with 100% similarity]
src/coreclr/binder/inc/loadcontext.hpp [moved from src/coreclr/src/binder/inc/loadcontext.hpp with 100% similarity]
src/coreclr/binder/inc/loadcontext.inl [moved from src/coreclr/src/binder/inc/loadcontext.inl with 100% similarity]
src/coreclr/binder/inc/stringlexer.hpp [moved from src/coreclr/src/binder/inc/stringlexer.hpp with 100% similarity]
src/coreclr/binder/inc/stringlexer.inl [moved from src/coreclr/src/binder/inc/stringlexer.inl with 100% similarity]
src/coreclr/binder/inc/textualidentityparser.hpp [moved from src/coreclr/src/binder/inc/textualidentityparser.hpp with 100% similarity]
src/coreclr/binder/inc/utils.hpp [moved from src/coreclr/src/binder/inc/utils.hpp with 100% similarity]
src/coreclr/binder/inc/variables.hpp [moved from src/coreclr/src/binder/inc/variables.hpp with 100% similarity]
src/coreclr/binder/stringlexer.cpp [moved from src/coreclr/src/binder/stringlexer.cpp with 100% similarity]
src/coreclr/binder/textualidentityparser.cpp [moved from src/coreclr/src/binder/textualidentityparser.cpp with 100% similarity]
src/coreclr/binder/utils.cpp [moved from src/coreclr/src/binder/utils.cpp with 100% similarity]
src/coreclr/binder/variables.cpp [moved from src/coreclr/src/binder/variables.cpp with 100% similarity]
src/coreclr/build-runtime.cmd
src/coreclr/build-runtime.sh
src/coreclr/classlibnative/CMakeLists.txt [moved from src/coreclr/src/classlibnative/CMakeLists.txt with 100% similarity]
src/coreclr/classlibnative/bcltype/CMakeLists.txt [moved from src/coreclr/src/classlibnative/bcltype/CMakeLists.txt with 100% similarity]
src/coreclr/classlibnative/bcltype/arraynative.cpp [moved from src/coreclr/src/classlibnative/bcltype/arraynative.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/arraynative.h [moved from src/coreclr/src/classlibnative/bcltype/arraynative.h with 100% similarity]
src/coreclr/classlibnative/bcltype/arraynative.inl [moved from src/coreclr/src/classlibnative/bcltype/arraynative.inl with 100% similarity]
src/coreclr/classlibnative/bcltype/oavariant.cpp [moved from src/coreclr/src/classlibnative/bcltype/oavariant.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/oavariant.h [moved from src/coreclr/src/classlibnative/bcltype/oavariant.h with 100% similarity]
src/coreclr/classlibnative/bcltype/objectnative.cpp [moved from src/coreclr/src/classlibnative/bcltype/objectnative.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/objectnative.h [moved from src/coreclr/src/classlibnative/bcltype/objectnative.h with 100% similarity]
src/coreclr/classlibnative/bcltype/stringnative.cpp [moved from src/coreclr/src/classlibnative/bcltype/stringnative.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/stringnative.h [moved from src/coreclr/src/classlibnative/bcltype/stringnative.h with 100% similarity]
src/coreclr/classlibnative/bcltype/system.cpp [moved from src/coreclr/src/classlibnative/bcltype/system.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/system.h [moved from src/coreclr/src/classlibnative/bcltype/system.h with 100% similarity]
src/coreclr/classlibnative/bcltype/varargsnative.cpp [moved from src/coreclr/src/classlibnative/bcltype/varargsnative.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/varargsnative.h [moved from src/coreclr/src/classlibnative/bcltype/varargsnative.h with 100% similarity]
src/coreclr/classlibnative/bcltype/variant.cpp [moved from src/coreclr/src/classlibnative/bcltype/variant.cpp with 100% similarity]
src/coreclr/classlibnative/bcltype/variant.h [moved from src/coreclr/src/classlibnative/bcltype/variant.h with 100% similarity]
src/coreclr/classlibnative/float/CMakeLists.txt [moved from src/coreclr/src/classlibnative/float/CMakeLists.txt with 100% similarity]
src/coreclr/classlibnative/float/floatdouble.cpp [moved from src/coreclr/src/classlibnative/float/floatdouble.cpp with 100% similarity]
src/coreclr/classlibnative/float/floatsingle.cpp [moved from src/coreclr/src/classlibnative/float/floatsingle.cpp with 100% similarity]
src/coreclr/classlibnative/inc/floatdouble.h [moved from src/coreclr/src/classlibnative/inc/floatdouble.h with 100% similarity]
src/coreclr/classlibnative/inc/floatsingle.h [moved from src/coreclr/src/classlibnative/inc/floatsingle.h with 100% similarity]
src/coreclr/classlibnative/inc/nls.h [moved from src/coreclr/src/classlibnative/inc/nls.h with 100% similarity]
src/coreclr/cpp.hint [moved from src/coreclr/src/cpp.hint with 100% similarity]
src/coreclr/debug/CMakeLists.txt [moved from src/coreclr/src/debug/CMakeLists.txt with 100% similarity]
src/coreclr/debug/createdump/CMakeLists.txt [moved from src/coreclr/src/debug/createdump/CMakeLists.txt with 97% similarity]
src/coreclr/debug/createdump/config.h.in [moved from src/coreclr/src/debug/createdump/config.h.in with 100% similarity]
src/coreclr/debug/createdump/configure.cmake [moved from src/coreclr/src/debug/createdump/configure.cmake with 100% similarity]
src/coreclr/debug/createdump/crashinfo.cpp [moved from src/coreclr/src/debug/createdump/crashinfo.cpp with 100% similarity]
src/coreclr/debug/createdump/crashinfo.h [moved from src/coreclr/src/debug/createdump/crashinfo.h with 100% similarity]
src/coreclr/debug/createdump/crashinfomac.cpp [moved from src/coreclr/src/debug/createdump/crashinfomac.cpp with 100% similarity]
src/coreclr/debug/createdump/crashinfounix.cpp [moved from src/coreclr/src/debug/createdump/crashinfounix.cpp with 100% similarity]
src/coreclr/debug/createdump/createdump.h [moved from src/coreclr/src/debug/createdump/createdump.h with 100% similarity]
src/coreclr/debug/createdump/createdump.rc [moved from src/coreclr/src/debug/createdump/createdump.rc with 100% similarity]
src/coreclr/debug/createdump/createdumpunix.cpp [moved from src/coreclr/src/debug/createdump/createdumpunix.cpp with 100% similarity]
src/coreclr/debug/createdump/createdumpwindows.cpp [moved from src/coreclr/src/debug/createdump/createdumpwindows.cpp with 100% similarity]
src/coreclr/debug/createdump/datatarget.cpp [moved from src/coreclr/src/debug/createdump/datatarget.cpp with 100% similarity]
src/coreclr/debug/createdump/datatarget.h [moved from src/coreclr/src/debug/createdump/datatarget.h with 100% similarity]
src/coreclr/debug/createdump/dumpname.cpp [moved from src/coreclr/src/debug/createdump/dumpname.cpp with 100% similarity]
src/coreclr/debug/createdump/dumpwriter.cpp [moved from src/coreclr/src/debug/createdump/dumpwriter.cpp with 100% similarity]
src/coreclr/debug/createdump/dumpwriter.h [moved from src/coreclr/src/debug/createdump/dumpwriter.h with 100% similarity]
src/coreclr/debug/createdump/mac.h [moved from src/coreclr/src/debug/createdump/mac.h with 100% similarity]
src/coreclr/debug/createdump/main.cpp [moved from src/coreclr/src/debug/createdump/main.cpp with 100% similarity]
src/coreclr/debug/createdump/memoryregion.h [moved from src/coreclr/src/debug/createdump/memoryregion.h with 100% similarity]
src/coreclr/debug/createdump/threadinfo.cpp [moved from src/coreclr/src/debug/createdump/threadinfo.cpp with 100% similarity]
src/coreclr/debug/createdump/threadinfo.h [moved from src/coreclr/src/debug/createdump/threadinfo.h with 100% similarity]
src/coreclr/debug/createdump/threadinfomac.cpp [moved from src/coreclr/src/debug/createdump/threadinfomac.cpp with 100% similarity]
src/coreclr/debug/createdump/threadinfounix.cpp [moved from src/coreclr/src/debug/createdump/threadinfounix.cpp with 100% similarity]
src/coreclr/debug/daccess/CMakeLists.txt [moved from src/coreclr/src/debug/daccess/CMakeLists.txt with 89% similarity]
src/coreclr/debug/daccess/amd64/primitives.cpp [moved from src/coreclr/src/debug/ee/amd64/primitives.cpp with 100% similarity]
src/coreclr/debug/daccess/arm/primitives.cpp [moved from src/coreclr/src/debug/daccess/arm/primitives.cpp with 100% similarity]
src/coreclr/debug/daccess/arm64/primitives.cpp [moved from src/coreclr/src/debug/daccess/arm64/primitives.cpp with 100% similarity]
src/coreclr/debug/daccess/daccess.cpp [moved from src/coreclr/src/debug/daccess/daccess.cpp with 100% similarity]
src/coreclr/debug/daccess/dacdbiimpl.cpp [moved from src/coreclr/src/debug/daccess/dacdbiimpl.cpp with 100% similarity]
src/coreclr/debug/daccess/dacdbiimpl.h [moved from src/coreclr/src/debug/daccess/dacdbiimpl.h with 100% similarity]
src/coreclr/debug/daccess/dacdbiimpl.inl [moved from src/coreclr/src/debug/daccess/dacdbiimpl.inl with 100% similarity]
src/coreclr/debug/daccess/dacdbiimpllocks.cpp [moved from src/coreclr/src/debug/daccess/dacdbiimpllocks.cpp with 100% similarity]
src/coreclr/debug/daccess/dacdbiimplstackwalk.cpp [moved from src/coreclr/src/debug/daccess/dacdbiimplstackwalk.cpp with 100% similarity]
src/coreclr/debug/daccess/dacfn.cpp [moved from src/coreclr/src/debug/daccess/dacfn.cpp with 100% similarity]
src/coreclr/debug/daccess/dacimpl.h [moved from src/coreclr/src/debug/daccess/dacimpl.h with 100% similarity]
src/coreclr/debug/daccess/datatargetadapter.cpp [moved from src/coreclr/src/debug/daccess/datatargetadapter.cpp with 100% similarity]
src/coreclr/debug/daccess/datatargetadapter.h [moved from src/coreclr/src/debug/daccess/datatargetadapter.h with 100% similarity]
src/coreclr/debug/daccess/enummem.cpp [moved from src/coreclr/src/debug/daccess/enummem.cpp with 100% similarity]
src/coreclr/debug/daccess/fntableaccess.cpp [moved from src/coreclr/src/debug/daccess/fntableaccess.cpp with 100% similarity]
src/coreclr/debug/daccess/fntableaccess.h [moved from src/coreclr/src/debug/daccess/fntableaccess.h with 100% similarity]
src/coreclr/debug/daccess/gcinterface.dac.h [moved from src/coreclr/src/debug/daccess/gcinterface.dac.h with 100% similarity]
src/coreclr/debug/daccess/i386/primitives.cpp [moved from src/coreclr/src/debug/ee/i386/primitives.cpp with 100% similarity]
src/coreclr/debug/daccess/inspect.cpp [moved from src/coreclr/src/debug/daccess/inspect.cpp with 100% similarity]
src/coreclr/debug/daccess/nidump.cpp [moved from src/coreclr/src/debug/daccess/nidump.cpp with 100% similarity]
src/coreclr/debug/daccess/nidump.h [moved from src/coreclr/src/debug/daccess/nidump.h with 100% similarity]
src/coreclr/debug/daccess/nidump.inl [moved from src/coreclr/src/debug/daccess/nidump.inl with 100% similarity]
src/coreclr/debug/daccess/reimpl.cpp [moved from src/coreclr/src/debug/daccess/reimpl.cpp with 100% similarity]
src/coreclr/debug/daccess/request.cpp [moved from src/coreclr/src/debug/daccess/request.cpp with 100% similarity]
src/coreclr/debug/daccess/request_common.h [moved from src/coreclr/src/debug/daccess/request_common.h with 100% similarity]
src/coreclr/debug/daccess/request_svr.cpp [moved from src/coreclr/src/debug/daccess/request_svr.cpp with 100% similarity]
src/coreclr/debug/daccess/stack.cpp [moved from src/coreclr/src/debug/daccess/stack.cpp with 100% similarity]
src/coreclr/debug/daccess/stdafx.h [moved from src/coreclr/src/debug/daccess/stdafx.h with 100% similarity]
src/coreclr/debug/daccess/task.cpp [moved from src/coreclr/src/debug/daccess/task.cpp with 100% similarity]
src/coreclr/debug/dbgutil/CMakeLists.txt [moved from src/coreclr/src/debug/dbgutil/CMakeLists.txt with 93% similarity]
src/coreclr/debug/dbgutil/dbgutil.cpp [moved from src/coreclr/src/debug/dbgutil/dbgutil.cpp with 100% similarity]
src/coreclr/debug/dbgutil/elfreader.cpp [moved from src/coreclr/src/debug/dbgutil/elfreader.cpp with 100% similarity]
src/coreclr/debug/dbgutil/elfreader.h [moved from src/coreclr/src/debug/dbgutil/elfreader.h with 100% similarity]
src/coreclr/debug/dbgutil/machoreader.cpp [moved from src/coreclr/src/debug/dbgutil/machoreader.cpp with 100% similarity]
src/coreclr/debug/dbgutil/machoreader.h [moved from src/coreclr/src/debug/dbgutil/machoreader.h with 100% similarity]
src/coreclr/debug/debug-pal/CMakeLists.txt [moved from src/coreclr/src/debug/debug-pal/CMakeLists.txt with 100% similarity]
src/coreclr/debug/debug-pal/dummy/twowaypipe.cpp [moved from src/coreclr/src/debug/debug-pal/dummy/twowaypipe.cpp with 100% similarity]
src/coreclr/debug/debug-pal/unix/diagnosticsipc.cpp [moved from src/coreclr/src/debug/debug-pal/unix/diagnosticsipc.cpp with 100% similarity]
src/coreclr/debug/debug-pal/unix/processdescriptor.cpp [moved from src/coreclr/src/debug/debug-pal/unix/processdescriptor.cpp with 100% similarity]
src/coreclr/debug/debug-pal/unix/twowaypipe.cpp [moved from src/coreclr/src/debug/debug-pal/unix/twowaypipe.cpp with 100% similarity]
src/coreclr/debug/debug-pal/win/diagnosticsipc.cpp [moved from src/coreclr/src/debug/debug-pal/win/diagnosticsipc.cpp with 100% similarity]
src/coreclr/debug/debug-pal/win/processdescriptor.cpp [moved from src/coreclr/src/debug/debug-pal/win/processdescriptor.cpp with 100% similarity]
src/coreclr/debug/debug-pal/win/twowaypipe.cpp [moved from src/coreclr/src/debug/debug-pal/win/twowaypipe.cpp with 100% similarity]
src/coreclr/debug/di/CMakeLists.txt [moved from src/coreclr/src/debug/di/CMakeLists.txt with 100% similarity]
src/coreclr/debug/di/ICorDebugValueTypes.vsd [moved from src/coreclr/src/debug/di/ICorDebugValueTypes.vsd with 100% similarity]
src/coreclr/debug/di/amd64/FloatConversion.asm [moved from src/coreclr/src/debug/di/amd64/FloatConversion.asm with 100% similarity]
src/coreclr/debug/di/amd64/cordbregisterset.cpp [moved from src/coreclr/src/debug/di/amd64/cordbregisterset.cpp with 100% similarity]
src/coreclr/debug/di/amd64/floatconversion.S [moved from src/coreclr/src/debug/di/amd64/floatconversion.S with 100% similarity]
src/coreclr/debug/di/amd64/primitives.cpp [moved from src/coreclr/src/debug/di/amd64/primitives.cpp with 100% similarity]
src/coreclr/debug/di/arm/cordbregisterset.cpp [moved from src/coreclr/src/debug/di/arm/cordbregisterset.cpp with 100% similarity]
src/coreclr/debug/di/arm/floatconversion.S [moved from src/coreclr/src/debug/di/arm/floatconversion.S with 100% similarity]
src/coreclr/debug/di/arm/floatconversion.asm [moved from src/coreclr/src/debug/di/arm/floatconversion.asm with 100% similarity]
src/coreclr/debug/di/arm/primitives.cpp [moved from src/coreclr/src/debug/di/arm/primitives.cpp with 100% similarity]
src/coreclr/debug/di/arm64/cordbregisterset.cpp [moved from src/coreclr/src/debug/di/arm64/cordbregisterset.cpp with 100% similarity]
src/coreclr/debug/di/arm64/floatconversion.S [moved from src/coreclr/src/debug/di/arm64/floatconversion.S with 100% similarity]
src/coreclr/debug/di/arm64/floatconversion.asm [moved from src/coreclr/src/debug/di/arm64/floatconversion.asm with 100% similarity]
src/coreclr/debug/di/arm64/primitives.cpp [moved from src/coreclr/src/debug/di/arm64/primitives.cpp with 100% similarity]
src/coreclr/debug/di/breakpoint.cpp [moved from src/coreclr/src/debug/di/breakpoint.cpp with 100% similarity]
src/coreclr/debug/di/classfactory.h [moved from src/coreclr/src/debug/di/classfactory.h with 100% similarity]
src/coreclr/debug/di/cordb.cpp [moved from src/coreclr/src/debug/di/cordb.cpp with 100% similarity]
src/coreclr/debug/di/dbgtransportmanager.cpp [moved from src/coreclr/src/debug/di/dbgtransportmanager.cpp with 100% similarity]
src/coreclr/debug/di/dbgtransportmanager.h [moved from src/coreclr/src/debug/di/dbgtransportmanager.h with 100% similarity]
src/coreclr/debug/di/dbgtransportpipeline.cpp [moved from src/coreclr/src/debug/di/dbgtransportpipeline.cpp with 100% similarity]
src/coreclr/debug/di/divalue.cpp [moved from src/coreclr/src/debug/di/divalue.cpp with 100% similarity]
src/coreclr/debug/di/eventchannel.h [moved from src/coreclr/src/debug/di/eventchannel.h with 100% similarity]
src/coreclr/debug/di/eventredirectionpipeline.cpp [moved from src/coreclr/src/debug/di/eventredirectionpipeline.cpp with 100% similarity]
src/coreclr/debug/di/eventredirectionpipeline.h [moved from src/coreclr/src/debug/di/eventredirectionpipeline.h with 100% similarity]
src/coreclr/debug/di/hash.cpp [moved from src/coreclr/src/debug/di/hash.cpp with 100% similarity]
src/coreclr/debug/di/helpers.h [moved from src/coreclr/src/debug/di/helpers.h with 100% similarity]
src/coreclr/debug/di/i386/cordbregisterset.cpp [moved from src/coreclr/src/debug/di/i386/cordbregisterset.cpp with 100% similarity]
src/coreclr/debug/di/i386/primitives.cpp [moved from src/coreclr/src/debug/di/i386/primitives.cpp with 100% similarity]
src/coreclr/debug/di/localeventchannel.cpp [moved from src/coreclr/src/debug/di/localeventchannel.cpp with 100% similarity]
src/coreclr/debug/di/module.cpp [moved from src/coreclr/src/debug/di/module.cpp with 100% similarity]
src/coreclr/debug/di/nativepipeline.cpp [moved from src/coreclr/src/debug/di/nativepipeline.cpp with 100% similarity]
src/coreclr/debug/di/nativepipeline.h [moved from src/coreclr/src/debug/di/nativepipeline.h with 100% similarity]
src/coreclr/debug/di/platformspecific.cpp [moved from src/coreclr/src/debug/di/platformspecific.cpp with 100% similarity]
src/coreclr/debug/di/process.cpp [moved from src/coreclr/src/debug/di/process.cpp with 100% similarity]
src/coreclr/debug/di/publish.cpp [moved from src/coreclr/src/debug/di/publish.cpp with 100% similarity]
src/coreclr/debug/di/remoteeventchannel.cpp [moved from src/coreclr/src/debug/di/remoteeventchannel.cpp with 100% similarity]
src/coreclr/debug/di/rsappdomain.cpp [moved from src/coreclr/src/debug/di/rsappdomain.cpp with 100% similarity]
src/coreclr/debug/di/rsassembly.cpp [moved from src/coreclr/src/debug/di/rsassembly.cpp with 100% similarity]
src/coreclr/debug/di/rsclass.cpp [moved from src/coreclr/src/debug/di/rsclass.cpp with 100% similarity]
src/coreclr/debug/di/rsenumerator.hpp [moved from src/coreclr/src/debug/di/rsenumerator.hpp with 100% similarity]
src/coreclr/debug/di/rsfunction.cpp [moved from src/coreclr/src/debug/di/rsfunction.cpp with 100% similarity]
src/coreclr/debug/di/rsmain.cpp [moved from src/coreclr/src/debug/di/rsmain.cpp with 100% similarity]
src/coreclr/debug/di/rsmda.cpp [moved from src/coreclr/src/debug/di/rsmda.cpp with 100% similarity]
src/coreclr/debug/di/rspriv.h [moved from src/coreclr/src/debug/di/rspriv.h with 100% similarity]
src/coreclr/debug/di/rspriv.inl [moved from src/coreclr/src/debug/di/rspriv.inl with 100% similarity]
src/coreclr/debug/di/rsregsetcommon.cpp [moved from src/coreclr/src/debug/di/rsregsetcommon.cpp with 100% similarity]
src/coreclr/debug/di/rsstackwalk.cpp [moved from src/coreclr/src/debug/di/rsstackwalk.cpp with 100% similarity]
src/coreclr/debug/di/rsthread.cpp [moved from src/coreclr/src/debug/di/rsthread.cpp with 100% similarity]
src/coreclr/debug/di/rstype.cpp [moved from src/coreclr/src/debug/di/rstype.cpp with 100% similarity]
src/coreclr/debug/di/shared.cpp [moved from src/coreclr/src/debug/di/shared.cpp with 100% similarity]
src/coreclr/debug/di/shimcallback.cpp [moved from src/coreclr/src/debug/di/shimcallback.cpp with 100% similarity]
src/coreclr/debug/di/shimdatatarget.cpp [moved from src/coreclr/src/debug/di/shimdatatarget.cpp with 100% similarity]
src/coreclr/debug/di/shimdatatarget.h [moved from src/coreclr/src/debug/di/shimdatatarget.h with 100% similarity]
src/coreclr/debug/di/shimevents.cpp [moved from src/coreclr/src/debug/di/shimevents.cpp with 100% similarity]
src/coreclr/debug/di/shimlocaldatatarget.cpp [moved from src/coreclr/src/debug/di/shimlocaldatatarget.cpp with 100% similarity]
src/coreclr/debug/di/shimpriv.h [moved from src/coreclr/src/debug/di/shimpriv.h with 100% similarity]
src/coreclr/debug/di/shimprocess.cpp [moved from src/coreclr/src/debug/di/shimprocess.cpp with 100% similarity]
src/coreclr/debug/di/shimremotedatatarget.cpp [moved from src/coreclr/src/debug/di/shimremotedatatarget.cpp with 100% similarity]
src/coreclr/debug/di/shimstackwalk.cpp [moved from src/coreclr/src/debug/di/shimstackwalk.cpp with 100% similarity]
src/coreclr/debug/di/stdafx.h [moved from src/coreclr/src/debug/di/stdafx.h with 100% similarity]
src/coreclr/debug/di/symbolinfo.cpp [moved from src/coreclr/src/debug/di/symbolinfo.cpp with 100% similarity]
src/coreclr/debug/di/symbolinfo.h [moved from src/coreclr/src/debug/di/symbolinfo.h with 100% similarity]
src/coreclr/debug/di/valuehome.cpp [moved from src/coreclr/src/debug/di/valuehome.cpp with 100% similarity]
src/coreclr/debug/di/windowspipeline.cpp [moved from src/coreclr/src/debug/di/windowspipeline.cpp with 100% similarity]
src/coreclr/debug/ee/CMakeLists.txt [moved from src/coreclr/src/debug/ee/CMakeLists.txt with 100% similarity]
src/coreclr/debug/ee/amd64/amd64InstrDecode.h [moved from src/coreclr/src/debug/ee/amd64/amd64InstrDecode.h with 100% similarity]
src/coreclr/debug/ee/amd64/amd64walker.cpp [moved from src/coreclr/src/debug/ee/amd64/amd64walker.cpp with 100% similarity]
src/coreclr/debug/ee/amd64/dbghelpers.S [moved from src/coreclr/src/debug/ee/amd64/dbghelpers.S with 100% similarity]
src/coreclr/debug/ee/amd64/dbghelpers.asm [moved from src/coreclr/src/debug/ee/amd64/dbghelpers.asm with 100% similarity]
src/coreclr/debug/ee/amd64/debuggerregdisplayhelper.cpp [moved from src/coreclr/src/debug/ee/amd64/debuggerregdisplayhelper.cpp with 100% similarity]
src/coreclr/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs [moved from src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.cs with 100% similarity]
src/coreclr/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.csproj [moved from src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/Amd64InstructionTableGenerator.csproj with 100% similarity]
src/coreclr/debug/ee/amd64/gen_amd64InstrDecode/README.md [moved from src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/README.md with 100% similarity]
src/coreclr/debug/ee/amd64/gen_amd64InstrDecode/createOpcodes.cpp [moved from src/coreclr/src/debug/ee/amd64/gen_amd64InstrDecode/createOpcodes.cpp with 100% similarity]
src/coreclr/debug/ee/amd64/primitives.cpp [moved from src/coreclr/src/debug/daccess/amd64/primitives.cpp with 100% similarity]
src/coreclr/debug/ee/arm/armwalker.cpp [moved from src/coreclr/src/debug/ee/arm/armwalker.cpp with 100% similarity]
src/coreclr/debug/ee/arm/dbghelpers.S [moved from src/coreclr/src/debug/ee/arm/dbghelpers.S with 100% similarity]
src/coreclr/debug/ee/arm/dbghelpers.asm [moved from src/coreclr/src/debug/ee/arm/dbghelpers.asm with 100% similarity]
src/coreclr/debug/ee/arm/primitives.cpp [moved from src/coreclr/src/debug/ee/arm/primitives.cpp with 100% similarity]
src/coreclr/debug/ee/arm64/arm64walker.cpp [moved from src/coreclr/src/debug/ee/arm64/arm64walker.cpp with 100% similarity]
src/coreclr/debug/ee/arm64/dbghelpers.S [moved from src/coreclr/src/debug/ee/arm64/dbghelpers.S with 100% similarity]
src/coreclr/debug/ee/arm64/dbghelpers.asm [moved from src/coreclr/src/debug/ee/arm64/dbghelpers.asm with 100% similarity]
src/coreclr/debug/ee/arm64/primitives.cpp [moved from src/coreclr/src/debug/ee/arm64/primitives.cpp with 100% similarity]
src/coreclr/debug/ee/canary.cpp [moved from src/coreclr/src/debug/ee/canary.cpp with 100% similarity]
src/coreclr/debug/ee/canary.h [moved from src/coreclr/src/debug/ee/canary.h with 100% similarity]
src/coreclr/debug/ee/controller.cpp [moved from src/coreclr/src/debug/ee/controller.cpp with 100% similarity]
src/coreclr/debug/ee/controller.h [moved from src/coreclr/src/debug/ee/controller.h with 100% similarity]
src/coreclr/debug/ee/controller.inl [moved from src/coreclr/src/debug/ee/controller.inl with 100% similarity]
src/coreclr/debug/ee/dac/CMakeLists.txt [moved from src/coreclr/src/debug/ee/dac/CMakeLists.txt with 100% similarity]
src/coreclr/debug/ee/dactable.cpp [moved from src/coreclr/src/debug/ee/dactable.cpp with 100% similarity]
src/coreclr/debug/ee/datatest.h [moved from src/coreclr/src/debug/ee/datatest.h with 100% similarity]
src/coreclr/debug/ee/debugger.cpp [moved from src/coreclr/src/debug/ee/debugger.cpp with 100% similarity]
src/coreclr/debug/ee/debugger.h [moved from src/coreclr/src/debug/ee/debugger.h with 100% similarity]
src/coreclr/debug/ee/debugger.inl [moved from src/coreclr/src/debug/ee/debugger.inl with 100% similarity]
src/coreclr/debug/ee/debuggermodule.cpp [moved from src/coreclr/src/debug/ee/debuggermodule.cpp with 100% similarity]
src/coreclr/debug/ee/frameinfo.cpp [moved from src/coreclr/src/debug/ee/frameinfo.cpp with 100% similarity]
src/coreclr/debug/ee/frameinfo.h [moved from src/coreclr/src/debug/ee/frameinfo.h with 100% similarity]
src/coreclr/debug/ee/funceval.cpp [moved from src/coreclr/src/debug/ee/funceval.cpp with 100% similarity]
src/coreclr/debug/ee/functioninfo.cpp [moved from src/coreclr/src/debug/ee/functioninfo.cpp with 100% similarity]
src/coreclr/debug/ee/i386/dbghelpers.S [moved from src/coreclr/src/debug/ee/i386/dbghelpers.S with 100% similarity]
src/coreclr/debug/ee/i386/dbghelpers.asm [moved from src/coreclr/src/debug/ee/i386/dbghelpers.asm with 100% similarity]
src/coreclr/debug/ee/i386/debuggerregdisplayhelper.cpp [moved from src/coreclr/src/debug/ee/i386/debuggerregdisplayhelper.cpp with 100% similarity]
src/coreclr/debug/ee/i386/primitives.cpp [moved from src/coreclr/src/debug/daccess/i386/primitives.cpp with 100% similarity]
src/coreclr/debug/ee/i386/x86walker.cpp [moved from src/coreclr/src/debug/ee/i386/x86walker.cpp with 100% similarity]
src/coreclr/debug/ee/rcthread.cpp [moved from src/coreclr/src/debug/ee/rcthread.cpp with 100% similarity]
src/coreclr/debug/ee/shared.cpp [moved from src/coreclr/src/debug/ee/shared.cpp with 100% similarity]
src/coreclr/debug/ee/stdafx.h [moved from src/coreclr/src/debug/ee/stdafx.h with 100% similarity]
src/coreclr/debug/ee/walker.h [moved from src/coreclr/src/debug/ee/walker.h with 100% similarity]
src/coreclr/debug/ee/wks/CMakeLists.txt [moved from src/coreclr/src/debug/ee/wks/CMakeLists.txt with 100% similarity]
src/coreclr/debug/ildbsymlib/CMakeLists.txt [moved from src/coreclr/src/debug/ildbsymlib/CMakeLists.txt with 100% similarity]
src/coreclr/debug/ildbsymlib/classfactory.h [moved from src/coreclr/src/debug/ildbsymlib/classfactory.h with 100% similarity]
src/coreclr/debug/ildbsymlib/ildbsymbols.cpp [moved from src/coreclr/src/debug/ildbsymlib/ildbsymbols.cpp with 100% similarity]
src/coreclr/debug/ildbsymlib/pch.h [moved from src/coreclr/src/debug/ildbsymlib/pch.h with 100% similarity]
src/coreclr/debug/ildbsymlib/pdbdata.h [moved from src/coreclr/src/debug/ildbsymlib/pdbdata.h with 100% similarity]
src/coreclr/debug/ildbsymlib/symbinder.cpp [moved from src/coreclr/src/debug/ildbsymlib/symbinder.cpp with 100% similarity]
src/coreclr/debug/ildbsymlib/symbinder.h [moved from src/coreclr/src/debug/ildbsymlib/symbinder.h with 100% similarity]
src/coreclr/debug/ildbsymlib/symread.cpp [moved from src/coreclr/src/debug/ildbsymlib/symread.cpp with 100% similarity]
src/coreclr/debug/ildbsymlib/symread.h [moved from src/coreclr/src/debug/ildbsymlib/symread.h with 100% similarity]
src/coreclr/debug/ildbsymlib/symwrite.cpp [moved from src/coreclr/src/debug/ildbsymlib/symwrite.cpp with 100% similarity]
src/coreclr/debug/ildbsymlib/symwrite.h [moved from src/coreclr/src/debug/ildbsymlib/symwrite.h with 100% similarity]
src/coreclr/debug/ildbsymlib/umisc.h [moved from src/coreclr/src/debug/ildbsymlib/umisc.h with 100% similarity]
src/coreclr/debug/inc/amd64/primitives.h [moved from src/coreclr/src/debug/inc/amd64/primitives.h with 100% similarity]
src/coreclr/debug/inc/arm/primitives.h [moved from src/coreclr/src/debug/inc/arm/primitives.h with 100% similarity]
src/coreclr/debug/inc/arm64/primitives.h [moved from src/coreclr/src/debug/inc/arm64/primitives.h with 100% similarity]
src/coreclr/debug/inc/arm_primitives.h [moved from src/coreclr/src/debug/inc/arm_primitives.h with 100% similarity]
src/coreclr/debug/inc/common.h [moved from src/coreclr/src/debug/inc/common.h with 100% similarity]
src/coreclr/debug/inc/coreclrremotedebugginginterfaces.h [moved from src/coreclr/src/debug/inc/coreclrremotedebugginginterfaces.h with 100% similarity]
src/coreclr/debug/inc/dacdbiinterface.h [moved from src/coreclr/src/debug/inc/dacdbiinterface.h with 100% similarity]
src/coreclr/debug/inc/dacdbistructures.h [moved from src/coreclr/src/debug/inc/dacdbistructures.h with 100% similarity]
src/coreclr/debug/inc/dacdbistructures.inl [moved from src/coreclr/src/debug/inc/dacdbistructures.inl with 100% similarity]
src/coreclr/debug/inc/dbgappdomain.h [moved from src/coreclr/src/debug/inc/dbgappdomain.h with 100% similarity]
src/coreclr/debug/inc/dbgipcevents.h [moved from src/coreclr/src/debug/inc/dbgipcevents.h with 100% similarity]
src/coreclr/debug/inc/dbgipceventtypes.h [moved from src/coreclr/src/debug/inc/dbgipceventtypes.h with 100% similarity]
src/coreclr/debug/inc/dbgtargetcontext.h [moved from src/coreclr/src/debug/inc/dbgtargetcontext.h with 100% similarity]
src/coreclr/debug/inc/dbgtransportsession.h [moved from src/coreclr/src/debug/inc/dbgtransportsession.h with 100% similarity]
src/coreclr/debug/inc/dbgutil.h [moved from src/coreclr/src/debug/inc/dbgutil.h with 100% similarity]
src/coreclr/debug/inc/ddmarshalutil.h [moved from src/coreclr/src/debug/inc/ddmarshalutil.h with 100% similarity]
src/coreclr/debug/inc/diagnosticsipc.h [moved from src/coreclr/src/debug/inc/diagnosticsipc.h with 100% similarity]
src/coreclr/debug/inc/dump/dumpcommon.h [moved from src/coreclr/src/debug/inc/dump/dumpcommon.h with 100% similarity]
src/coreclr/debug/inc/eventredirection.h [moved from src/coreclr/src/debug/inc/eventredirection.h with 100% similarity]
src/coreclr/debug/inc/i386/primitives.h [moved from src/coreclr/src/debug/inc/i386/primitives.h with 100% similarity]
src/coreclr/debug/inc/processdescriptor.h [moved from src/coreclr/src/debug/inc/processdescriptor.h with 100% similarity]
src/coreclr/debug/inc/readonlydatatargetfacade.h [moved from src/coreclr/src/debug/inc/readonlydatatargetfacade.h with 100% similarity]
src/coreclr/debug/inc/readonlydatatargetfacade.inl [moved from src/coreclr/src/debug/inc/readonlydatatargetfacade.inl with 100% similarity]
src/coreclr/debug/inc/runtimeinfo.h [moved from src/coreclr/src/debug/inc/runtimeinfo.h with 100% similarity]
src/coreclr/debug/inc/stringcopyholder.h [moved from src/coreclr/src/debug/inc/stringcopyholder.h with 100% similarity]
src/coreclr/debug/inc/twowaypipe.h [moved from src/coreclr/src/debug/inc/twowaypipe.h with 100% similarity]
src/coreclr/debug/runtimeinfo/CMakeLists.txt [moved from src/coreclr/src/debug/runtimeinfo/CMakeLists.txt with 100% similarity]
src/coreclr/debug/runtimeinfo/runtimeinfo.cpp [moved from src/coreclr/src/debug/runtimeinfo/runtimeinfo.cpp with 100% similarity]
src/coreclr/debug/shared/amd64/primitives.cpp [moved from src/coreclr/src/debug/shared/amd64/primitives.cpp with 100% similarity]
src/coreclr/debug/shared/arm/primitives.cpp [moved from src/coreclr/src/debug/shared/arm/primitives.cpp with 100% similarity]
src/coreclr/debug/shared/arm64/primitives.cpp [moved from src/coreclr/src/debug/shared/arm64/primitives.cpp with 100% similarity]
src/coreclr/debug/shared/dbgtransportsession.cpp [moved from src/coreclr/src/debug/shared/dbgtransportsession.cpp with 100% similarity]
src/coreclr/debug/shared/i386/primitives.cpp [moved from src/coreclr/src/debug/shared/i386/primitives.cpp with 100% similarity]
src/coreclr/debug/shared/stringcopyholder.cpp [moved from src/coreclr/src/debug/shared/stringcopyholder.cpp with 100% similarity]
src/coreclr/debug/shared/utils.cpp [moved from src/coreclr/src/debug/shared/utils.cpp with 100% similarity]
src/coreclr/debug/shim/CMakeLists.txt [moved from src/coreclr/src/debug/shim/CMakeLists.txt with 100% similarity]
src/coreclr/debug/shim/debugshim.cpp [moved from src/coreclr/src/debug/shim/debugshim.cpp with 100% similarity]
src/coreclr/debug/shim/debugshim.h [moved from src/coreclr/src/debug/shim/debugshim.h with 100% similarity]
src/coreclr/dlls/CMakeLists.txt [moved from src/coreclr/src/dlls/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/clretwrc/CMakeLists.txt [moved from src/coreclr/src/dlls/clretwrc/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/clretwrc/clretwrc.rc [moved from src/coreclr/src/dlls/clretwrc/clretwrc.rc with 100% similarity]
src/coreclr/dlls/dbgshim/CMakeLists.txt [moved from src/coreclr/src/dlls/dbgshim/CMakeLists.txt with 98% similarity]
src/coreclr/dlls/dbgshim/dbgshim.cpp [moved from src/coreclr/src/dlls/dbgshim/dbgshim.cpp with 100% similarity]
src/coreclr/dlls/dbgshim/dbgshim.h [moved from src/coreclr/src/dlls/dbgshim/dbgshim.h with 100% similarity]
src/coreclr/dlls/dbgshim/dbgshim.ntdef [moved from src/coreclr/src/dlls/dbgshim/dbgshim.ntdef with 100% similarity]
src/coreclr/dlls/dbgshim/dbgshim.rc [moved from src/coreclr/src/dlls/dbgshim/dbgshim.rc with 100% similarity]
src/coreclr/dlls/dbgshim/dbgshim_unixexports.src [moved from src/coreclr/src/dlls/dbgshim/dbgshim_unixexports.src with 100% similarity]
src/coreclr/dlls/mscordac/CMakeLists.txt [moved from src/coreclr/src/dlls/mscordac/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/mscordac/Native.rc [moved from src/coreclr/src/dlls/mscordac/Native.rc with 100% similarity]
src/coreclr/dlls/mscordac/libredefines.S [moved from src/coreclr/src/dlls/mscordac/libredefines.S with 100% similarity]
src/coreclr/dlls/mscordac/mscordac.cpp [moved from src/coreclr/src/dlls/mscordac/mscordac.cpp with 100% similarity]
src/coreclr/dlls/mscordac/mscordac.src [moved from src/coreclr/src/dlls/mscordac/mscordac.src with 100% similarity]
src/coreclr/dlls/mscordac/mscordac_unixexports.src [moved from src/coreclr/src/dlls/mscordac/mscordac_unixexports.src with 100% similarity]
src/coreclr/dlls/mscordac/palredefines.S [moved from src/coreclr/src/dlls/mscordac/palredefines.S with 100% similarity]
src/coreclr/dlls/mscordac/update.pl [moved from src/coreclr/src/dlls/mscordac/update.pl with 100% similarity]
src/coreclr/dlls/mscordbi/CMakeLists.txt [moved from src/coreclr/src/dlls/mscordbi/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/mscordbi/Native.rc [moved from src/coreclr/src/dlls/mscordbi/Native.rc with 100% similarity]
src/coreclr/dlls/mscordbi/mscordbi.cpp [moved from src/coreclr/src/dlls/mscordbi/mscordbi.cpp with 100% similarity]
src/coreclr/dlls/mscordbi/mscordbi.src [moved from src/coreclr/src/dlls/mscordbi/mscordbi.src with 100% similarity]
src/coreclr/dlls/mscordbi/mscordbi_unixexports.src [moved from src/coreclr/src/dlls/mscordbi/mscordbi_unixexports.src with 100% similarity]
src/coreclr/dlls/mscordbi/stdafx.h [moved from src/coreclr/src/dlls/mscordbi/stdafx.h with 100% similarity]
src/coreclr/dlls/mscoree/CMakeLists.txt [moved from src/coreclr/src/dlls/mscoree/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/mscoree/Native.rc [moved from src/coreclr/src/dlls/mscoree/Native.rc with 100% similarity]
src/coreclr/dlls/mscoree/coreclr/CMakeLists.txt [moved from src/coreclr/src/dlls/mscoree/coreclr/CMakeLists.txt with 97% similarity]
src/coreclr/dlls/mscoree/coreclr/README.md [moved from src/coreclr/src/dlls/mscoree/coreclr/README.md with 100% similarity]
src/coreclr/dlls/mscoree/coreclr/dump_helper_resource.bin [moved from src/coreclr/src/dlls/mscoree/coreclr/dump_helper_resource.bin with 100% similarity]
src/coreclr/dlls/mscoree/delayloadhook.cpp [moved from src/coreclr/src/dlls/mscoree/delayloadhook.cpp with 100% similarity]
src/coreclr/dlls/mscoree/gdbjit_unixexports.src [moved from src/coreclr/src/dlls/mscoree/gdbjit_unixexports.src with 100% similarity]
src/coreclr/dlls/mscoree/mscoree.cpp [moved from src/coreclr/src/dlls/mscoree/mscoree.cpp with 100% similarity]
src/coreclr/dlls/mscoree/mscorwks_ntdef.src [moved from src/coreclr/src/dlls/mscoree/mscorwks_ntdef.src with 100% similarity]
src/coreclr/dlls/mscoree/mscorwks_unixexports.src [moved from src/coreclr/src/dlls/mscoree/mscorwks_unixexports.src with 100% similarity]
src/coreclr/dlls/mscoree/stdafx.cpp [moved from src/coreclr/src/dlls/mscoree/stdafx.cpp with 100% similarity]
src/coreclr/dlls/mscoree/stdafx.h [moved from src/coreclr/src/dlls/mscoree/stdafx.h with 100% similarity]
src/coreclr/dlls/mscoree/unixinterface.cpp [moved from src/coreclr/src/dlls/mscoree/unixinterface.cpp with 100% similarity]
src/coreclr/dlls/mscorpe/CMakeLists.txt [moved from src/coreclr/src/dlls/mscorpe/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/mscorpe/ceefilegenwriter.cpp [moved from src/coreclr/src/dlls/mscorpe/ceefilegenwriter.cpp with 100% similarity]
src/coreclr/dlls/mscorpe/ceefilegenwritertokens.cpp [moved from src/coreclr/src/dlls/mscorpe/ceefilegenwritertokens.cpp with 100% similarity]
src/coreclr/dlls/mscorpe/iceefilegen.cpp [moved from src/coreclr/src/dlls/mscorpe/iceefilegen.cpp with 100% similarity]
src/coreclr/dlls/mscorpe/pewriter.cpp [moved from src/coreclr/src/dlls/mscorpe/pewriter.cpp with 100% similarity]
src/coreclr/dlls/mscorpe/pewriter.h [moved from src/coreclr/src/dlls/mscorpe/pewriter.h with 100% similarity]
src/coreclr/dlls/mscorpe/stdafx.cpp [moved from src/coreclr/src/dlls/mscorpe/stdafx.cpp with 100% similarity]
src/coreclr/dlls/mscorpe/stdafx.h [moved from src/coreclr/src/dlls/mscorpe/stdafx.h with 100% similarity]
src/coreclr/dlls/mscorrc/CMakeLists.txt [moved from src/coreclr/src/dlls/mscorrc/CMakeLists.txt with 100% similarity]
src/coreclr/dlls/mscorrc/include.rc [moved from src/coreclr/src/dlls/mscorrc/include.rc with 100% similarity]
src/coreclr/dlls/mscorrc/mscorrc.common.rc [moved from src/coreclr/src/dlls/mscorrc/mscorrc.common.rc with 100% similarity]
src/coreclr/dlls/mscorrc/mscorrc.rc [moved from src/coreclr/src/dlls/mscorrc/mscorrc.rc with 100% similarity]
src/coreclr/dlls/mscorrc/resource.h [moved from src/coreclr/src/dlls/mscorrc/resource.h with 100% similarity]
src/coreclr/gc/CMakeLists.txt [moved from src/coreclr/src/gc/CMakeLists.txt with 100% similarity]
src/coreclr/gc/env/common.cpp [moved from src/coreclr/src/gc/env/common.cpp with 100% similarity]
src/coreclr/gc/env/common.h [moved from src/coreclr/src/gc/env/common.h with 100% similarity]
src/coreclr/gc/env/etmdummy.h [moved from src/coreclr/src/gc/env/etmdummy.h with 100% similarity]
src/coreclr/gc/env/gcenv.base.h [moved from src/coreclr/src/gc/env/gcenv.base.h with 100% similarity]
src/coreclr/gc/env/gcenv.ee.h [moved from src/coreclr/src/gc/env/gcenv.ee.h with 100% similarity]
src/coreclr/gc/env/gcenv.h [moved from src/coreclr/src/gc/env/gcenv.h with 100% similarity]
src/coreclr/gc/env/gcenv.interlocked.h [moved from src/coreclr/src/gc/env/gcenv.interlocked.h with 100% similarity]
src/coreclr/gc/env/gcenv.interlocked.inl [moved from src/coreclr/src/gc/env/gcenv.interlocked.inl with 100% similarity]
src/coreclr/gc/env/gcenv.object.h [moved from src/coreclr/src/gc/env/gcenv.object.h with 100% similarity]
src/coreclr/gc/env/gcenv.os.h [moved from src/coreclr/src/gc/env/gcenv.os.h with 100% similarity]
src/coreclr/gc/env/gcenv.structs.h [moved from src/coreclr/src/gc/env/gcenv.structs.h with 100% similarity]
src/coreclr/gc/env/gcenv.sync.h [moved from src/coreclr/src/gc/env/gcenv.sync.h with 100% similarity]
src/coreclr/gc/env/gcenv.unix.inl [moved from src/coreclr/src/gc/env/gcenv.unix.inl with 100% similarity]
src/coreclr/gc/env/gcenv.windows.inl [moved from src/coreclr/src/gc/env/gcenv.windows.inl with 100% similarity]
src/coreclr/gc/env/volatile.h [moved from src/coreclr/src/gc/env/volatile.h with 100% similarity]
src/coreclr/gc/gc.cpp [moved from src/coreclr/src/gc/gc.cpp with 100% similarity]
src/coreclr/gc/gc.h [moved from src/coreclr/src/gc/gc.h with 100% similarity]
src/coreclr/gc/gccommon.cpp [moved from src/coreclr/src/gc/gccommon.cpp with 100% similarity]
src/coreclr/gc/gcconfig.cpp [moved from src/coreclr/src/gc/gcconfig.cpp with 100% similarity]
src/coreclr/gc/gcconfig.h [moved from src/coreclr/src/gc/gcconfig.h with 100% similarity]
src/coreclr/gc/gcdesc.h [moved from src/coreclr/src/gc/gcdesc.h with 100% similarity]
src/coreclr/gc/gcee.cpp [moved from src/coreclr/src/gc/gcee.cpp with 100% similarity]
src/coreclr/gc/gceesvr.cpp [moved from src/coreclr/src/gc/gceesvr.cpp with 100% similarity]
src/coreclr/gc/gceewks.cpp [moved from src/coreclr/src/gc/gceewks.cpp with 100% similarity]
src/coreclr/gc/gcenv.ee.standalone.inl [moved from src/coreclr/src/gc/gcenv.ee.standalone.inl with 100% similarity]
src/coreclr/gc/gcenv.inl [moved from src/coreclr/src/gc/gcenv.inl with 100% similarity]
src/coreclr/gc/gcevent_serializers.h [moved from src/coreclr/src/gc/gcevent_serializers.h with 100% similarity]
src/coreclr/gc/gcevents.h [moved from src/coreclr/src/gc/gcevents.h with 100% similarity]
src/coreclr/gc/gceventstatus.cpp [moved from src/coreclr/src/gc/gceventstatus.cpp with 100% similarity]
src/coreclr/gc/gceventstatus.h [moved from src/coreclr/src/gc/gceventstatus.h with 100% similarity]
src/coreclr/gc/gchandletable.cpp [moved from src/coreclr/src/gc/gchandletable.cpp with 100% similarity]
src/coreclr/gc/gchandletableimpl.h [moved from src/coreclr/src/gc/gchandletableimpl.h with 100% similarity]
src/coreclr/gc/gcimpl.h [moved from src/coreclr/src/gc/gcimpl.h with 100% similarity]
src/coreclr/gc/gcinterface.dac.h [moved from src/coreclr/src/gc/gcinterface.dac.h with 100% similarity]
src/coreclr/gc/gcinterface.dacvars.def [moved from src/coreclr/src/gc/gcinterface.dacvars.def with 100% similarity]
src/coreclr/gc/gcinterface.ee.h [moved from src/coreclr/src/gc/gcinterface.ee.h with 100% similarity]
src/coreclr/gc/gcinterface.h [moved from src/coreclr/src/gc/gcinterface.h with 100% similarity]
src/coreclr/gc/gcload.cpp [moved from src/coreclr/src/gc/gcload.cpp with 100% similarity]
src/coreclr/gc/gcpriv.h [moved from src/coreclr/src/gc/gcpriv.h with 100% similarity]
src/coreclr/gc/gcrecord.h [moved from src/coreclr/src/gc/gcrecord.h with 100% similarity]
src/coreclr/gc/gcscan.cpp [moved from src/coreclr/src/gc/gcscan.cpp with 100% similarity]
src/coreclr/gc/gcscan.h [moved from src/coreclr/src/gc/gcscan.h with 100% similarity]
src/coreclr/gc/gcsvr.cpp [moved from src/coreclr/src/gc/gcsvr.cpp with 100% similarity]
src/coreclr/gc/gcwks.cpp [moved from src/coreclr/src/gc/gcwks.cpp with 100% similarity]
src/coreclr/gc/handletable.cpp [moved from src/coreclr/src/gc/handletable.cpp with 100% similarity]
src/coreclr/gc/handletable.h [moved from src/coreclr/src/gc/handletable.h with 100% similarity]
src/coreclr/gc/handletable.inl [moved from src/coreclr/src/gc/handletable.inl with 100% similarity]
src/coreclr/gc/handletablecache.cpp [moved from src/coreclr/src/gc/handletablecache.cpp with 100% similarity]
src/coreclr/gc/handletablecore.cpp [moved from src/coreclr/src/gc/handletablecore.cpp with 100% similarity]
src/coreclr/gc/handletablepriv.h [moved from src/coreclr/src/gc/handletablepriv.h with 100% similarity]
src/coreclr/gc/handletablescan.cpp [moved from src/coreclr/src/gc/handletablescan.cpp with 100% similarity]
src/coreclr/gc/objecthandle.cpp [moved from src/coreclr/src/gc/objecthandle.cpp with 100% similarity]
src/coreclr/gc/objecthandle.h [moved from src/coreclr/src/gc/objecthandle.h with 100% similarity]
src/coreclr/gc/sample/CMakeLists.txt [moved from src/coreclr/src/gc/sample/CMakeLists.txt with 100% similarity]
src/coreclr/gc/sample/GCSample.cpp [moved from src/coreclr/src/gc/sample/GCSample.cpp with 100% similarity]
src/coreclr/gc/sample/GCSample.vcxproj [moved from src/coreclr/src/gc/sample/GCSample.vcxproj with 100% similarity]
src/coreclr/gc/sample/GCSample.vcxproj.filters [moved from src/coreclr/src/gc/sample/GCSample.vcxproj.filters with 100% similarity]
src/coreclr/gc/sample/gcenv.ee.cpp [moved from src/coreclr/src/gc/sample/gcenv.ee.cpp with 100% similarity]
src/coreclr/gc/sample/gcenv.h [moved from src/coreclr/src/gc/sample/gcenv.h with 100% similarity]
src/coreclr/gc/softwarewritewatch.cpp [moved from src/coreclr/src/gc/softwarewritewatch.cpp with 100% similarity]
src/coreclr/gc/softwarewritewatch.h [moved from src/coreclr/src/gc/softwarewritewatch.h with 100% similarity]
src/coreclr/gc/unix/CMakeLists.txt [moved from src/coreclr/src/gc/unix/CMakeLists.txt with 100% similarity]
src/coreclr/gc/unix/cgroup.cpp [moved from src/coreclr/src/gc/unix/cgroup.cpp with 100% similarity]
src/coreclr/gc/unix/cgroup.h [moved from src/coreclr/src/gc/unix/cgroup.h with 100% similarity]
src/coreclr/gc/unix/config.gc.h.in [moved from src/coreclr/src/gc/unix/config.gc.h.in with 100% similarity]
src/coreclr/gc/unix/configure.cmake [moved from src/coreclr/src/gc/unix/configure.cmake with 100% similarity]
src/coreclr/gc/unix/events.cpp [moved from src/coreclr/src/gc/unix/events.cpp with 100% similarity]
src/coreclr/gc/unix/gcenv.unix.cpp [moved from src/coreclr/src/gc/unix/gcenv.unix.cpp with 100% similarity]
src/coreclr/gc/unix/globals.h [moved from src/coreclr/src/gc/unix/globals.h with 100% similarity]
src/coreclr/gc/vxsort/alignment.h [moved from src/coreclr/src/gc/vxsort/alignment.h with 100% similarity]
src/coreclr/gc/vxsort/defs.h [moved from src/coreclr/src/gc/vxsort/defs.h with 100% similarity]
src/coreclr/gc/vxsort/do_vxsort.h [moved from src/coreclr/src/gc/vxsort/do_vxsort.h with 100% similarity]
src/coreclr/gc/vxsort/do_vxsort_avx2.cpp [moved from src/coreclr/src/gc/vxsort/do_vxsort_avx2.cpp with 100% similarity]
src/coreclr/gc/vxsort/do_vxsort_avx512.cpp [moved from src/coreclr/src/gc/vxsort/do_vxsort_avx512.cpp with 100% similarity]
src/coreclr/gc/vxsort/isa_detection.cpp [moved from src/coreclr/src/gc/vxsort/isa_detection.cpp with 100% similarity]
src/coreclr/gc/vxsort/machine_traits.avx2.cpp [moved from src/coreclr/src/gc/vxsort/machine_traits.avx2.cpp with 100% similarity]
src/coreclr/gc/vxsort/machine_traits.avx2.h [moved from src/coreclr/src/gc/vxsort/machine_traits.avx2.h with 100% similarity]
src/coreclr/gc/vxsort/machine_traits.avx512.h [moved from src/coreclr/src/gc/vxsort/machine_traits.avx512.h with 100% similarity]
src/coreclr/gc/vxsort/machine_traits.h [moved from src/coreclr/src/gc/vxsort/machine_traits.h with 100% similarity]
src/coreclr/gc/vxsort/packer.h [moved from src/coreclr/src/gc/vxsort/packer.h with 100% similarity]
src/coreclr/gc/vxsort/smallsort/avx2_load_mask_tables.cpp [moved from src/coreclr/src/gc/vxsort/smallsort/avx2_load_mask_tables.cpp with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX2.int32_t.generated.cpp [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX2.int32_t.generated.cpp with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX2.int32_t.generated.h [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX2.int32_t.generated.h with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX2.int64_t.generated.cpp [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX2.int64_t.generated.cpp with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX2.int64_t.generated.h [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX2.int64_t.generated.h with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX512.int32_t.generated.cpp [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX512.int32_t.generated.cpp with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX512.int32_t.generated.h [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX512.int32_t.generated.h with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX512.int64_t.generated.cpp [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX512.int64_t.generated.cpp with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.AVX512.int64_t.generated.h [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.AVX512.int64_t.generated.h with 100% similarity]
src/coreclr/gc/vxsort/smallsort/bitonic_sort.h [moved from src/coreclr/src/gc/vxsort/smallsort/bitonic_sort.h with 100% similarity]
src/coreclr/gc/vxsort/smallsort/codegen/avx2.py [moved from src/coreclr/src/gc/vxsort/smallsort/codegen/avx2.py with 100% similarity]
src/coreclr/gc/vxsort/smallsort/codegen/avx512.py [moved from src/coreclr/src/gc/vxsort/smallsort/codegen/avx512.py with 100% similarity]
src/coreclr/gc/vxsort/smallsort/codegen/bitonic_gen.py [moved from src/coreclr/src/gc/vxsort/smallsort/codegen/bitonic_gen.py with 100% similarity]
src/coreclr/gc/vxsort/smallsort/codegen/bitonic_isa.py [moved from src/coreclr/src/gc/vxsort/smallsort/codegen/bitonic_isa.py with 100% similarity]
src/coreclr/gc/vxsort/smallsort/codegen/utils.py [moved from src/coreclr/src/gc/vxsort/smallsort/codegen/utils.py with 100% similarity]
src/coreclr/gc/vxsort/vxsort.h [moved from src/coreclr/src/gc/vxsort/vxsort.h with 100% similarity]
src/coreclr/gc/vxsort/vxsort_targets_disable.h [moved from src/coreclr/src/gc/vxsort/vxsort_targets_disable.h with 100% similarity]
src/coreclr/gc/vxsort/vxsort_targets_enable_avx2.h [moved from src/coreclr/src/gc/vxsort/vxsort_targets_enable_avx2.h with 100% similarity]
src/coreclr/gc/vxsort/vxsort_targets_enable_avx512.h [moved from src/coreclr/src/gc/vxsort/vxsort_targets_enable_avx512.h with 100% similarity]
src/coreclr/gc/windows/gcenv.windows.cpp [moved from src/coreclr/src/gc/windows/gcenv.windows.cpp with 100% similarity]
src/coreclr/gcdump/gcdump.cpp [moved from src/coreclr/src/gcdump/gcdump.cpp with 100% similarity]
src/coreclr/gcdump/gcdumpnonx86.cpp [moved from src/coreclr/src/gcdump/gcdumpnonx86.cpp with 100% similarity]
src/coreclr/gcdump/i386/gcdumpx86.cpp [moved from src/coreclr/src/gcdump/i386/gcdumpx86.cpp with 100% similarity]
src/coreclr/gcinfo/CMakeLists.txt [moved from src/coreclr/src/gcinfo/CMakeLists.txt with 100% similarity]
src/coreclr/gcinfo/arraylist.cpp [moved from src/coreclr/src/gcinfo/arraylist.cpp with 100% similarity]
src/coreclr/gcinfo/gcinfodumper.cpp [moved from src/coreclr/src/gcinfo/gcinfodumper.cpp with 100% similarity]
src/coreclr/gcinfo/gcinfoencoder.cpp [moved from src/coreclr/src/gcinfo/gcinfoencoder.cpp with 100% similarity]
src/coreclr/gcinfo/simplerhash.cpp [moved from src/coreclr/src/gcinfo/simplerhash.cpp with 100% similarity]
src/coreclr/hosts/CMakeLists.txt [moved from src/coreclr/src/hosts/CMakeLists.txt with 100% similarity]
src/coreclr/hosts/applydefines.pl [moved from src/coreclr/src/hosts/applydefines.pl with 100% similarity]
src/coreclr/hosts/corerun/CMakeLists.txt [moved from src/coreclr/src/hosts/corerun/CMakeLists.txt with 100% similarity]
src/coreclr/hosts/corerun/corerun.cpp [moved from src/coreclr/src/hosts/corerun/corerun.cpp with 100% similarity]
src/coreclr/hosts/corerun/logger.cpp [moved from src/coreclr/src/hosts/corerun/logger.cpp with 100% similarity]
src/coreclr/hosts/corerun/logger.h [moved from src/coreclr/src/hosts/corerun/logger.h with 100% similarity]
src/coreclr/hosts/corerun/native.rc [moved from src/coreclr/src/hosts/corerun/native.rc with 100% similarity]
src/coreclr/hosts/corerun/test.txt [moved from src/coreclr/src/hosts/corerun/test.txt with 100% similarity]
src/coreclr/hosts/coreshim/CMakeLists.txt [moved from src/coreclr/src/hosts/coreshim/CMakeLists.txt with 100% similarity]
src/coreclr/hosts/coreshim/ComActivation.cpp [moved from src/coreclr/src/hosts/coreshim/ComActivation.cpp with 100% similarity]
src/coreclr/hosts/coreshim/CoreShim.cpp [moved from src/coreclr/src/hosts/coreshim/CoreShim.cpp with 100% similarity]
src/coreclr/hosts/coreshim/CoreShim.h [moved from src/coreclr/src/hosts/coreshim/CoreShim.h with 100% similarity]
src/coreclr/hosts/coreshim/Exports.def [moved from src/coreclr/src/hosts/coreshim/Exports.def with 100% similarity]
src/coreclr/hosts/inc/coreclrhost.h [moved from src/coreclr/src/hosts/inc/coreclrhost.h with 100% similarity]
src/coreclr/hosts/unixcorerun/CMakeLists.txt [moved from src/coreclr/src/hosts/unixcorerun/CMakeLists.txt with 100% similarity]
src/coreclr/hosts/unixcorerun/config.h.in [moved from src/coreclr/src/hosts/unixcorerun/config.h.in with 100% similarity]
src/coreclr/hosts/unixcorerun/configure.cmake [moved from src/coreclr/src/hosts/unixcorerun/configure.cmake with 100% similarity]
src/coreclr/hosts/unixcorerun/corerun.cpp [moved from src/coreclr/src/hosts/unixcorerun/corerun.cpp with 100% similarity]
src/coreclr/ilasm/CMakeLists.txt [moved from src/coreclr/src/ilasm/CMakeLists.txt with 100% similarity]
src/coreclr/ilasm/Native.rc [moved from src/coreclr/src/ilasm/Native.rc with 100% similarity]
src/coreclr/ilasm/asmenum.h [moved from src/coreclr/src/ilasm/asmenum.h with 100% similarity]
src/coreclr/ilasm/asmman.cpp [moved from src/coreclr/src/ilasm/asmman.cpp with 100% similarity]
src/coreclr/ilasm/asmman.hpp [moved from src/coreclr/src/ilasm/asmman.hpp with 100% similarity]
src/coreclr/ilasm/asmparse.h [moved from src/coreclr/src/ilasm/asmparse.h with 100% similarity]
src/coreclr/ilasm/asmparse.y [moved from src/coreclr/src/ilasm/asmparse.y with 100% similarity]
src/coreclr/ilasm/asmtemplates.h [moved from src/coreclr/src/ilasm/asmtemplates.h with 100% similarity]
src/coreclr/ilasm/assem.cpp [moved from src/coreclr/src/ilasm/assem.cpp with 100% similarity]
src/coreclr/ilasm/assembler.cpp [moved from src/coreclr/src/ilasm/assembler.cpp with 100% similarity]
src/coreclr/ilasm/assembler.h [moved from src/coreclr/src/ilasm/assembler.h with 100% similarity]
src/coreclr/ilasm/binstr.h [moved from src/coreclr/src/ilasm/binstr.h with 100% similarity]
src/coreclr/ilasm/class.hpp [moved from src/coreclr/src/ilasm/class.hpp with 100% similarity]
src/coreclr/ilasm/extractGrammar.pl [moved from src/coreclr/src/ilasm/extractGrammar.pl with 100% similarity]
src/coreclr/ilasm/grammar_after.cpp [moved from src/coreclr/src/ilasm/grammar_after.cpp with 100% similarity]
src/coreclr/ilasm/grammar_before.cpp [moved from src/coreclr/src/ilasm/grammar_before.cpp with 100% similarity]
src/coreclr/ilasm/ilasmpch.h [moved from src/coreclr/src/ilasm/ilasmpch.h with 100% similarity]
src/coreclr/ilasm/main.cpp [moved from src/coreclr/src/ilasm/main.cpp with 100% similarity]
src/coreclr/ilasm/method.cpp [moved from src/coreclr/src/ilasm/method.cpp with 100% similarity]
src/coreclr/ilasm/method.hpp [moved from src/coreclr/src/ilasm/method.hpp with 100% similarity]
src/coreclr/ilasm/nvpair.h [moved from src/coreclr/src/ilasm/nvpair.h with 100% similarity]
src/coreclr/ilasm/portable_pdb.cpp [moved from src/coreclr/src/ilasm/portable_pdb.cpp with 100% similarity]
src/coreclr/ilasm/portable_pdb.h [moved from src/coreclr/src/ilasm/portable_pdb.h with 100% similarity]
src/coreclr/ilasm/prebuilt/asmparse.cpp [moved from src/coreclr/src/ilasm/prebuilt/asmparse.cpp with 100% similarity]
src/coreclr/ilasm/prebuilt/asmparse.grammar [moved from src/coreclr/src/ilasm/prebuilt/asmparse.grammar with 100% similarity]
src/coreclr/ilasm/typar.hpp [moved from src/coreclr/src/ilasm/typar.hpp with 100% similarity]
src/coreclr/ilasm/writer.cpp [moved from src/coreclr/src/ilasm/writer.cpp with 100% similarity]
src/coreclr/ilasm/writer_enc.cpp [moved from src/coreclr/src/ilasm/writer_enc.cpp with 100% similarity]
src/coreclr/ildasm/CMakeLists.txt [moved from src/coreclr/src/ildasm/CMakeLists.txt with 100% similarity]
src/coreclr/ildasm/ceeload.cpp [moved from src/coreclr/src/ildasm/ceeload.cpp with 100% similarity]
src/coreclr/ildasm/ceeload.h [moved from src/coreclr/src/ildasm/ceeload.h with 100% similarity]
src/coreclr/ildasm/dasm.cpp [moved from src/coreclr/src/ildasm/dasm.cpp with 100% similarity]
src/coreclr/ildasm/dasm.rc [moved from src/coreclr/src/ildasm/dasm.rc with 100% similarity]
src/coreclr/ildasm/dasm_formattype.cpp [moved from src/coreclr/src/ildasm/dasm_formattype.cpp with 100% similarity]
src/coreclr/ildasm/dasm_mi.cpp [moved from src/coreclr/src/ildasm/dasm_mi.cpp with 100% similarity]
src/coreclr/ildasm/dasm_sz.cpp [moved from src/coreclr/src/ildasm/dasm_sz.cpp with 100% similarity]
src/coreclr/ildasm/dasm_sz.h [moved from src/coreclr/src/ildasm/dasm_sz.h with 100% similarity]
src/coreclr/ildasm/dasmenum.hpp [moved from src/coreclr/src/ildasm/dasmenum.hpp with 100% similarity]
src/coreclr/ildasm/dis.cpp [moved from src/coreclr/src/ildasm/dis.cpp with 100% similarity]
src/coreclr/ildasm/dis.h [moved from src/coreclr/src/ildasm/dis.h with 100% similarity]
src/coreclr/ildasm/dman.cpp [moved from src/coreclr/src/ildasm/dman.cpp with 100% similarity]
src/coreclr/ildasm/dres.cpp [moved from src/coreclr/src/ildasm/dres.cpp with 100% similarity]
src/coreclr/ildasm/dynamicarray.h [moved from src/coreclr/src/ildasm/dynamicarray.h with 100% similarity]
src/coreclr/ildasm/exe/CMakeLists.txt [moved from src/coreclr/src/ildasm/exe/CMakeLists.txt with 100% similarity]
src/coreclr/ildasm/ildasmpch.cpp [moved from src/coreclr/src/ildasm/ildasmpch.cpp with 100% similarity]
src/coreclr/ildasm/ildasmpch.h [moved from src/coreclr/src/ildasm/ildasmpch.h with 100% similarity]
src/coreclr/ildasm/resource.h [moved from src/coreclr/src/ildasm/resource.h with 100% similarity]
src/coreclr/ildasm/util.hpp [moved from src/coreclr/src/ildasm/util.hpp with 100% similarity]
src/coreclr/ildasm/windasm.cpp [moved from src/coreclr/src/ildasm/windasm.cpp with 100% similarity]
src/coreclr/inc/CMakeLists.txt [moved from src/coreclr/src/inc/CMakeLists.txt with 100% similarity]
src/coreclr/inc/CrstTypeTool.cs [moved from src/coreclr/src/inc/CrstTypeTool.cs with 100% similarity]
src/coreclr/inc/CrstTypes.def [moved from src/coreclr/src/inc/CrstTypes.def with 100% similarity]
src/coreclr/inc/MSCOREE.IDL [moved from src/coreclr/src/inc/MSCOREE.IDL with 100% similarity]
src/coreclr/inc/OpCodeGen.pl [moved from src/coreclr/src/inc/OpCodeGen.pl with 100% similarity]
src/coreclr/inc/allocacheck.h [moved from src/coreclr/src/inc/allocacheck.h with 100% similarity]
src/coreclr/inc/arrayholder.h [moved from src/coreclr/src/inc/arrayholder.h with 100% similarity]
src/coreclr/inc/arraylist.h [moved from src/coreclr/src/inc/arraylist.h with 100% similarity]
src/coreclr/inc/bbsweep.h [moved from src/coreclr/src/inc/bbsweep.h with 100% similarity]
src/coreclr/inc/bitmask.h [moved from src/coreclr/src/inc/bitmask.h with 100% similarity]
src/coreclr/inc/bitmask.inl [moved from src/coreclr/src/inc/bitmask.inl with 100% similarity]
src/coreclr/inc/bitposition.h [moved from src/coreclr/src/inc/bitposition.h with 100% similarity]
src/coreclr/inc/bitvector.h [moved from src/coreclr/src/inc/bitvector.h with 100% similarity]
src/coreclr/inc/blobfetcher.h [moved from src/coreclr/src/inc/blobfetcher.h with 100% similarity]
src/coreclr/inc/bundle.h [moved from src/coreclr/src/inc/bundle.h with 100% similarity]
src/coreclr/inc/cahlpr.h [moved from src/coreclr/src/inc/cahlpr.h with 100% similarity]
src/coreclr/inc/caparser.h [moved from src/coreclr/src/inc/caparser.h with 100% similarity]
src/coreclr/inc/ceefilegenwriter.h [moved from src/coreclr/src/inc/ceefilegenwriter.h with 100% similarity]
src/coreclr/inc/ceegen.h [moved from src/coreclr/src/inc/ceegen.h with 100% similarity]
src/coreclr/inc/ceegentokenmapper.h [moved from src/coreclr/src/inc/ceegentokenmapper.h with 100% similarity]
src/coreclr/inc/ceesectionstring.h [moved from src/coreclr/src/inc/ceesectionstring.h with 100% similarity]
src/coreclr/inc/cfi.h [moved from src/coreclr/src/inc/cfi.h with 100% similarity]
src/coreclr/inc/check.h [moved from src/coreclr/src/inc/check.h with 100% similarity]
src/coreclr/inc/check.inl [moved from src/coreclr/src/inc/check.inl with 100% similarity]
src/coreclr/inc/clr/fs.h [moved from src/coreclr/src/inc/clr/fs.h with 100% similarity]
src/coreclr/inc/clr/fs/path.h [moved from src/coreclr/src/inc/clr/fs/path.h with 100% similarity]
src/coreclr/inc/clr/stack.h [moved from src/coreclr/src/inc/clr/stack.h with 100% similarity]
src/coreclr/inc/clr/str.h [moved from src/coreclr/src/inc/clr/str.h with 100% similarity]
src/coreclr/inc/clr/win32.h [moved from src/coreclr/src/inc/clr/win32.h with 100% similarity]
src/coreclr/inc/clr_std/algorithm [moved from src/coreclr/src/inc/clr_std/algorithm with 100% similarity]
src/coreclr/inc/clr_std/string [moved from src/coreclr/src/inc/clr_std/string with 100% similarity]
src/coreclr/inc/clr_std/type_traits [moved from src/coreclr/src/inc/clr_std/type_traits with 100% similarity]
src/coreclr/inc/clr_std/utility [moved from src/coreclr/src/inc/clr_std/utility with 100% similarity]
src/coreclr/inc/clr_std/vector [moved from src/coreclr/src/inc/clr_std/vector with 100% similarity]
src/coreclr/inc/clrconfig.h [moved from src/coreclr/src/inc/clrconfig.h with 100% similarity]
src/coreclr/inc/clrconfigvalues.h [moved from src/coreclr/src/inc/clrconfigvalues.h with 100% similarity]
src/coreclr/inc/clrdata.idl [moved from src/coreclr/src/inc/clrdata.idl with 100% similarity]
src/coreclr/inc/clrhost.h [moved from src/coreclr/src/inc/clrhost.h with 100% similarity]
src/coreclr/inc/clrinternal.idl [moved from src/coreclr/src/inc/clrinternal.idl with 100% similarity]
src/coreclr/inc/clrnt.h [moved from src/coreclr/src/inc/clrnt.h with 100% similarity]
src/coreclr/inc/clrprivbinderutil.h [moved from src/coreclr/src/inc/clrprivbinderutil.h with 100% similarity]
src/coreclr/inc/clrprivbinding.idl [moved from src/coreclr/src/inc/clrprivbinding.idl with 100% similarity]
src/coreclr/inc/clrtypes.h [moved from src/coreclr/src/inc/clrtypes.h with 100% similarity]
src/coreclr/inc/clrversion.h [moved from src/coreclr/src/inc/clrversion.h with 100% similarity]
src/coreclr/inc/complex.h [moved from src/coreclr/src/inc/complex.h with 100% similarity]
src/coreclr/inc/configuration.h [moved from src/coreclr/src/inc/configuration.h with 100% similarity]
src/coreclr/inc/contract.h [moved from src/coreclr/src/inc/contract.h with 100% similarity]
src/coreclr/inc/contract.inl [moved from src/coreclr/src/inc/contract.inl with 100% similarity]
src/coreclr/inc/contxt.h [moved from src/coreclr/src/inc/contxt.h with 100% similarity]
src/coreclr/inc/cor.h [moved from src/coreclr/src/inc/cor.h with 100% similarity]
src/coreclr/inc/corbbtprof.h [moved from src/coreclr/src/inc/corbbtprof.h with 100% similarity]
src/coreclr/inc/corcompile.h [moved from src/coreclr/src/inc/corcompile.h with 100% similarity]
src/coreclr/inc/cordbpriv.h [moved from src/coreclr/src/inc/cordbpriv.h with 100% similarity]
src/coreclr/inc/cordebug.idl [moved from src/coreclr/src/inc/cordebug.idl with 100% similarity]
src/coreclr/inc/cordebuginfo.h [moved from src/coreclr/src/inc/cordebuginfo.h with 100% similarity]
src/coreclr/inc/coredistools.h [moved from src/coreclr/src/inc/coredistools.h with 100% similarity]
src/coreclr/inc/coregen.h [moved from src/coreclr/src/inc/coregen.h with 100% similarity]
src/coreclr/inc/corerror.xml [moved from src/coreclr/src/inc/corerror.xml with 100% similarity]
src/coreclr/inc/corexcep.h [moved from src/coreclr/src/inc/corexcep.h with 100% similarity]
src/coreclr/inc/corhdr.h [moved from src/coreclr/src/inc/corhdr.h with 100% similarity]
src/coreclr/inc/corhlpr.cpp [moved from src/coreclr/src/inc/corhlpr.cpp with 100% similarity]
src/coreclr/inc/corhlpr.h [moved from src/coreclr/src/inc/corhlpr.h with 100% similarity]
src/coreclr/inc/corhlprpriv.cpp [moved from src/coreclr/src/inc/corhlprpriv.cpp with 100% similarity]
src/coreclr/inc/corhlprpriv.h [moved from src/coreclr/src/inc/corhlprpriv.h with 100% similarity]
src/coreclr/inc/corhost.h [moved from src/coreclr/src/inc/corhost.h with 100% similarity]
src/coreclr/inc/corimage.h [moved from src/coreclr/src/inc/corimage.h with 100% similarity]
src/coreclr/inc/corinfo.h [moved from src/coreclr/src/inc/corinfo.h with 100% similarity]
src/coreclr/inc/corinfoinstructionset.h [moved from src/coreclr/src/inc/corinfoinstructionset.h with 100% similarity]
src/coreclr/inc/corjit.h [moved from src/coreclr/src/inc/corjit.h with 100% similarity]
src/coreclr/inc/corjitflags.h [moved from src/coreclr/src/inc/corjitflags.h with 100% similarity]
src/coreclr/inc/corjithost.h [moved from src/coreclr/src/inc/corjithost.h with 100% similarity]
src/coreclr/inc/corpriv.h [moved from src/coreclr/src/inc/corpriv.h with 100% similarity]
src/coreclr/inc/corprof.idl [moved from src/coreclr/src/inc/corprof.idl with 100% similarity]
src/coreclr/inc/corpub.idl [moved from src/coreclr/src/inc/corpub.idl with 100% similarity]
src/coreclr/inc/corsym.idl [moved from src/coreclr/src/inc/corsym.idl with 100% similarity]
src/coreclr/inc/cortypeinfo.h [moved from src/coreclr/src/inc/cortypeinfo.h with 100% similarity]
src/coreclr/inc/crosscomp.h [moved from src/coreclr/src/inc/crosscomp.h with 100% similarity]
src/coreclr/inc/crsttypes.h [moved from src/coreclr/src/inc/crsttypes.h with 100% similarity]
src/coreclr/inc/crtwrap.h [moved from src/coreclr/src/inc/crtwrap.h with 100% similarity]
src/coreclr/inc/cvconst.h [moved from src/coreclr/src/inc/cvconst.h with 100% similarity]
src/coreclr/inc/cvinfo.h [moved from src/coreclr/src/inc/cvinfo.h with 100% similarity]
src/coreclr/inc/cycletimer.h [moved from src/coreclr/src/inc/cycletimer.h with 100% similarity]
src/coreclr/inc/daccess.h [moved from src/coreclr/src/inc/daccess.h with 100% similarity]
src/coreclr/inc/dacprivate.h [moved from src/coreclr/src/inc/dacprivate.h with 100% similarity]
src/coreclr/inc/dacvars.h [moved from src/coreclr/src/inc/dacvars.h with 100% similarity]
src/coreclr/inc/dbgenginemetrics.h [moved from src/coreclr/src/inc/dbgenginemetrics.h with 100% similarity]
src/coreclr/inc/dbgmeta.h [moved from src/coreclr/src/inc/dbgmeta.h with 100% similarity]
src/coreclr/inc/dbgportable.h [moved from src/coreclr/src/inc/dbgportable.h with 100% similarity]
src/coreclr/inc/debugmacros.h [moved from src/coreclr/src/inc/debugmacros.h with 100% similarity]
src/coreclr/inc/debugmacrosext.h [moved from src/coreclr/src/inc/debugmacrosext.h with 100% similarity]
src/coreclr/inc/debugreturn.h [moved from src/coreclr/src/inc/debugreturn.h with 100% similarity]
src/coreclr/inc/defaultallocator.h [moved from src/coreclr/src/inc/defaultallocator.h with 100% similarity]
src/coreclr/inc/dlwrap.h [moved from src/coreclr/src/inc/dlwrap.h with 100% similarity]
src/coreclr/inc/ecmakey.h [moved from src/coreclr/src/inc/ecmakey.h with 100% similarity]
src/coreclr/inc/eetwain.h [moved from src/coreclr/src/inc/eetwain.h with 100% similarity]
src/coreclr/inc/eexcp.h [moved from src/coreclr/src/inc/eexcp.h with 100% similarity]
src/coreclr/inc/entrypoints.h [moved from src/coreclr/src/inc/entrypoints.h with 100% similarity]
src/coreclr/inc/eventtrace.h [moved from src/coreclr/src/inc/eventtrace.h with 100% similarity]
src/coreclr/inc/eventtracebase.h [moved from src/coreclr/src/inc/eventtracebase.h with 100% similarity]
src/coreclr/inc/ex.h [moved from src/coreclr/src/inc/ex.h with 100% similarity]
src/coreclr/inc/factory.h [moved from src/coreclr/src/inc/factory.h with 100% similarity]
src/coreclr/inc/factory.inl [moved from src/coreclr/src/inc/factory.inl with 100% similarity]
src/coreclr/inc/fixuppointer.h [moved from src/coreclr/src/inc/fixuppointer.h with 100% similarity]
src/coreclr/inc/formattype.cpp [moved from src/coreclr/src/inc/formattype.cpp with 100% similarity]
src/coreclr/inc/formattype.h [moved from src/coreclr/src/inc/formattype.h with 100% similarity]
src/coreclr/inc/fstream.h [moved from src/coreclr/src/inc/fstream.h with 100% similarity]
src/coreclr/inc/fstring.h [moved from src/coreclr/src/inc/fstring.h with 100% similarity]
src/coreclr/inc/fusion.idl [moved from src/coreclr/src/inc/fusion.idl with 100% similarity]
src/coreclr/inc/gcdecoder.cpp [moved from src/coreclr/src/inc/gcdecoder.cpp with 100% similarity]
src/coreclr/inc/gcdump.h [moved from src/coreclr/src/inc/gcdump.h with 100% similarity]
src/coreclr/inc/gcinfo.h [moved from src/coreclr/src/inc/gcinfo.h with 100% similarity]
src/coreclr/inc/gcinfoarraylist.h [moved from src/coreclr/src/inc/gcinfoarraylist.h with 100% similarity]
src/coreclr/inc/gcinfodecoder.h [moved from src/coreclr/src/inc/gcinfodecoder.h with 100% similarity]
src/coreclr/inc/gcinfodumper.h [moved from src/coreclr/src/inc/gcinfodumper.h with 100% similarity]
src/coreclr/inc/gcinfoencoder.h [moved from src/coreclr/src/inc/gcinfoencoder.h with 100% similarity]
src/coreclr/inc/gcinfotypes.h [moved from src/coreclr/src/inc/gcinfotypes.h with 100% similarity]
src/coreclr/inc/gcrefmap.h [moved from src/coreclr/src/inc/gcrefmap.h with 100% similarity]
src/coreclr/inc/genheaders.cs [moved from src/coreclr/src/inc/genheaders.cs with 100% similarity]
src/coreclr/inc/genrops.pl [moved from src/coreclr/src/inc/genrops.pl with 100% similarity]
src/coreclr/inc/getproductversionnumber.h [moved from src/coreclr/src/inc/getproductversionnumber.h with 100% similarity]
src/coreclr/inc/guidfromname.h [moved from src/coreclr/src/inc/guidfromname.h with 100% similarity]
src/coreclr/inc/holder.h [moved from src/coreclr/src/inc/holder.h with 100% similarity]
src/coreclr/inc/holderinst.h [moved from src/coreclr/src/inc/holderinst.h with 100% similarity]
src/coreclr/inc/iallocator.h [moved from src/coreclr/src/inc/iallocator.h with 100% similarity]
src/coreclr/inc/iceefilegen.h [moved from src/coreclr/src/inc/iceefilegen.h with 100% similarity]
src/coreclr/inc/il_kywd.h [moved from src/coreclr/src/inc/il_kywd.h with 100% similarity]
src/coreclr/inc/ildbsymlib.h [moved from src/coreclr/src/inc/ildbsymlib.h with 100% similarity]
src/coreclr/inc/ilformatter.h [moved from src/coreclr/src/inc/ilformatter.h with 100% similarity]
src/coreclr/inc/internalunknownimpl.h [moved from src/coreclr/src/inc/internalunknownimpl.h with 100% similarity]
src/coreclr/inc/intrinsic.h [moved from src/coreclr/src/inc/intrinsic.h with 100% similarity]
src/coreclr/inc/iterator.h [moved from src/coreclr/src/inc/iterator.h with 100% similarity]
src/coreclr/inc/jiteeversionguid.h [moved from src/coreclr/src/inc/jiteeversionguid.h with 100% similarity]
src/coreclr/inc/jithelpers.h [moved from src/coreclr/src/inc/jithelpers.h with 100% similarity]
src/coreclr/inc/livedatatarget.h [moved from src/coreclr/src/inc/livedatatarget.h with 100% similarity]
src/coreclr/inc/llvm/Dwarf.def [moved from src/coreclr/src/inc/llvm/Dwarf.def with 100% similarity]
src/coreclr/inc/llvm/Dwarf.h [moved from src/coreclr/src/inc/llvm/Dwarf.h with 100% similarity]
src/coreclr/inc/llvm/ELF.h [moved from src/coreclr/src/inc/llvm/ELF.h with 100% similarity]
src/coreclr/inc/loaderheap.h [moved from src/coreclr/src/inc/loaderheap.h with 100% similarity]
src/coreclr/inc/log.h [moved from src/coreclr/src/inc/log.h with 100% similarity]
src/coreclr/inc/loglf.h [moved from src/coreclr/src/inc/loglf.h with 100% similarity]
src/coreclr/inc/longfilepathwrappers.h [moved from src/coreclr/src/inc/longfilepathwrappers.h with 100% similarity]
src/coreclr/inc/md5.h [moved from src/coreclr/src/inc/md5.h with 100% similarity]
src/coreclr/inc/mdcommon.h [moved from src/coreclr/src/inc/mdcommon.h with 100% similarity]
src/coreclr/inc/mdfileformat.h [moved from src/coreclr/src/inc/mdfileformat.h with 100% similarity]
src/coreclr/inc/memorypool.h [moved from src/coreclr/src/inc/memorypool.h with 100% similarity]
src/coreclr/inc/memoryrange.h [moved from src/coreclr/src/inc/memoryrange.h with 100% similarity]
src/coreclr/inc/metadata.h [moved from src/coreclr/src/inc/metadata.h with 100% similarity]
src/coreclr/inc/metadataexports.h [moved from src/coreclr/src/inc/metadataexports.h with 100% similarity]
src/coreclr/inc/metadatatracker.h [moved from src/coreclr/src/inc/metadatatracker.h with 100% similarity]
src/coreclr/inc/metahost.idl [moved from src/coreclr/src/inc/metahost.idl with 100% similarity]
src/coreclr/inc/metamodelpub.h [moved from src/coreclr/src/inc/metamodelpub.h with 100% similarity]
src/coreclr/inc/mpl/type_list [moved from src/coreclr/src/inc/mpl/type_list with 100% similarity]
src/coreclr/inc/mscorsvc.idl [moved from src/coreclr/src/inc/mscorsvc.idl with 100% similarity]
src/coreclr/inc/msodw.h [moved from src/coreclr/src/inc/msodw.h with 100% similarity]
src/coreclr/inc/msodwwrap.h [moved from src/coreclr/src/inc/msodwwrap.h with 100% similarity]
src/coreclr/inc/nativevaraccessors.h [moved from src/coreclr/src/inc/nativevaraccessors.h with 100% similarity]
src/coreclr/inc/new.hpp [moved from src/coreclr/src/inc/new.hpp with 100% similarity]
src/coreclr/inc/ngen.h [moved from src/coreclr/src/inc/ngen.h with 100% similarity]
src/coreclr/inc/nibblemapmacros.h [moved from src/coreclr/src/inc/nibblemapmacros.h with 100% similarity]
src/coreclr/inc/nibblestream.h [moved from src/coreclr/src/inc/nibblestream.h with 100% similarity]
src/coreclr/inc/nsutilpriv.h [moved from src/coreclr/src/inc/nsutilpriv.h with 100% similarity]
src/coreclr/inc/obj/i386/dummy [moved from src/coreclr/src/inc/obj/i386/dummy with 100% similarity]
src/coreclr/inc/opcode.def [moved from src/coreclr/src/inc/opcode.def with 100% similarity]
src/coreclr/inc/openum.h [moved from src/coreclr/src/inc/openum.h with 100% similarity]
src/coreclr/inc/opinfo.h [moved from src/coreclr/src/inc/opinfo.h with 100% similarity]
src/coreclr/inc/optdefault.h [moved from src/coreclr/src/inc/optdefault.h with 100% similarity]
src/coreclr/inc/optsmallperfcritical.h [moved from src/coreclr/src/inc/optsmallperfcritical.h with 100% similarity]
src/coreclr/inc/ostype.h [moved from src/coreclr/src/inc/ostype.h with 100% similarity]
src/coreclr/inc/outstring.h [moved from src/coreclr/src/inc/outstring.h with 100% similarity]
src/coreclr/inc/palclr.h [moved from src/coreclr/src/inc/palclr.h with 100% similarity]
src/coreclr/inc/palclr_win.h [moved from src/coreclr/src/inc/palclr_win.h with 100% similarity]
src/coreclr/inc/patchpointinfo.h [moved from src/coreclr/src/inc/patchpointinfo.h with 100% similarity]
src/coreclr/inc/pedecoder.h [moved from src/coreclr/src/inc/pedecoder.h with 100% similarity]
src/coreclr/inc/pedecoder.inl [moved from src/coreclr/src/inc/pedecoder.inl with 100% similarity]
src/coreclr/inc/peinformation.h [moved from src/coreclr/src/inc/peinformation.h with 100% similarity]
src/coreclr/inc/pesectionman.h [moved from src/coreclr/src/inc/pesectionman.h with 100% similarity]
src/coreclr/inc/pinvokeoverride.h [moved from src/coreclr/src/inc/pinvokeoverride.h with 100% similarity]
src/coreclr/inc/posterror.h [moved from src/coreclr/src/inc/posterror.h with 100% similarity]
src/coreclr/inc/predeftlsslot.h [moved from src/coreclr/src/inc/predeftlsslot.h with 100% similarity]
src/coreclr/inc/prettyprintsig.h [moved from src/coreclr/src/inc/prettyprintsig.h with 100% similarity]
src/coreclr/inc/profilepriv.h [moved from src/coreclr/src/inc/profilepriv.h with 100% similarity]
src/coreclr/inc/profilepriv.inl [moved from src/coreclr/src/inc/profilepriv.inl with 100% similarity]
src/coreclr/inc/random.h [moved from src/coreclr/src/inc/random.h with 100% similarity]
src/coreclr/inc/readme.md [moved from src/coreclr/src/inc/readme.md with 100% similarity]
src/coreclr/inc/readytorun.h [moved from src/coreclr/src/inc/readytorun.h with 100% similarity]
src/coreclr/inc/readytorunhelpers.h [moved from src/coreclr/src/inc/readytorunhelpers.h with 100% similarity]
src/coreclr/inc/readytoruninstructionset.h [moved from src/coreclr/src/inc/readytoruninstructionset.h with 100% similarity]
src/coreclr/inc/regdisp.h [moved from src/coreclr/src/inc/regdisp.h with 100% similarity]
src/coreclr/inc/regex_base.h [moved from src/coreclr/src/inc/regex_base.h with 100% similarity]
src/coreclr/inc/regex_util.h [moved from src/coreclr/src/inc/regex_util.h with 100% similarity]
src/coreclr/inc/registrywrapper.h [moved from src/coreclr/src/inc/registrywrapper.h with 100% similarity]
src/coreclr/inc/releaseholder.h [moved from src/coreclr/src/inc/releaseholder.h with 100% similarity]
src/coreclr/inc/safemath.h [moved from src/coreclr/src/inc/safemath.h with 100% similarity]
src/coreclr/inc/safewrap.h [moved from src/coreclr/src/inc/safewrap.h with 100% similarity]
src/coreclr/inc/sarray.h [moved from src/coreclr/src/inc/sarray.h with 100% similarity]
src/coreclr/inc/sarray.inl [moved from src/coreclr/src/inc/sarray.inl with 100% similarity]
src/coreclr/inc/sbuffer.h [moved from src/coreclr/src/inc/sbuffer.h with 100% similarity]
src/coreclr/inc/sbuffer.inl [moved from src/coreclr/src/inc/sbuffer.inl with 100% similarity]
src/coreclr/inc/securityutil.h [moved from src/coreclr/src/inc/securityutil.h with 100% similarity]
src/coreclr/inc/securitywrapper.h [moved from src/coreclr/src/inc/securitywrapper.h with 100% similarity]
src/coreclr/inc/sha1.h [moved from src/coreclr/src/inc/sha1.h with 100% similarity]
src/coreclr/inc/shash.h [moved from src/coreclr/src/inc/shash.h with 100% similarity]
src/coreclr/inc/shash.inl [moved from src/coreclr/src/inc/shash.inl with 100% similarity]
src/coreclr/inc/shimload.h [moved from src/coreclr/src/inc/shimload.h with 100% similarity]
src/coreclr/inc/sigbuilder.h [moved from src/coreclr/src/inc/sigbuilder.h with 100% similarity]
src/coreclr/inc/sigparser.h [moved from src/coreclr/src/inc/sigparser.h with 100% similarity]
src/coreclr/inc/simplerhash.h [moved from src/coreclr/src/inc/simplerhash.h with 100% similarity]
src/coreclr/inc/simplerhash.inl [moved from src/coreclr/src/inc/simplerhash.inl with 100% similarity]
src/coreclr/inc/slist.h [moved from src/coreclr/src/inc/slist.h with 100% similarity]
src/coreclr/inc/sospriv.idl [moved from src/coreclr/src/inc/sospriv.idl with 100% similarity]
src/coreclr/inc/sstring.h [moved from src/coreclr/src/inc/sstring.h with 100% similarity]
src/coreclr/inc/sstring.inl [moved from src/coreclr/src/inc/sstring.inl with 100% similarity]
src/coreclr/inc/stack.h [moved from src/coreclr/src/inc/stack.h with 100% similarity]
src/coreclr/inc/stackframe.h [moved from src/coreclr/src/inc/stackframe.h with 100% similarity]
src/coreclr/inc/stacktrace.h [moved from src/coreclr/src/inc/stacktrace.h with 100% similarity]
src/coreclr/inc/static_assert.h [moved from src/coreclr/src/inc/static_assert.h with 100% similarity]
src/coreclr/inc/staticcontract.h [moved from src/coreclr/src/inc/staticcontract.h with 100% similarity]
src/coreclr/inc/stdmacros.h [moved from src/coreclr/src/inc/stdmacros.h with 100% similarity]
src/coreclr/inc/stgpool.h [moved from src/coreclr/src/inc/stgpool.h with 100% similarity]
src/coreclr/inc/stgpooli.h [moved from src/coreclr/src/inc/stgpooli.h with 100% similarity]
src/coreclr/inc/stresslog.h [moved from src/coreclr/src/inc/stresslog.h with 100% similarity]
src/coreclr/inc/stringarraylist.h [moved from src/coreclr/src/inc/stringarraylist.h with 100% similarity]
src/coreclr/inc/stringarraylist.inl [moved from src/coreclr/src/inc/stringarraylist.inl with 100% similarity]
src/coreclr/inc/strongnameholders.h [moved from src/coreclr/src/inc/strongnameholders.h with 100% similarity]
src/coreclr/inc/strongnameinternal.h [moved from src/coreclr/src/inc/strongnameinternal.h with 100% similarity]
src/coreclr/inc/switches.h [moved from src/coreclr/src/inc/switches.h with 100% similarity]
src/coreclr/inc/thekey.h [moved from src/coreclr/src/inc/thekey.h with 100% similarity]
src/coreclr/inc/tls.h [moved from src/coreclr/src/inc/tls.h with 100% similarity]
src/coreclr/inc/unreachable.h [moved from src/coreclr/src/inc/unreachable.h with 100% similarity]
src/coreclr/inc/utilcode.h [moved from src/coreclr/src/inc/utilcode.h with 100% similarity]
src/coreclr/inc/utsem.h [moved from src/coreclr/src/inc/utsem.h with 100% similarity]
src/coreclr/inc/volatile.h [moved from src/coreclr/src/inc/volatile.h with 100% similarity]
src/coreclr/inc/vptr_list.h [moved from src/coreclr/src/inc/vptr_list.h with 100% similarity]
src/coreclr/inc/win64unwind.h [moved from src/coreclr/src/inc/win64unwind.h with 100% similarity]
src/coreclr/inc/winwrap.h [moved from src/coreclr/src/inc/winwrap.h with 100% similarity]
src/coreclr/inc/xclrdata.idl [moved from src/coreclr/src/inc/xclrdata.idl with 100% similarity]
src/coreclr/inc/xcordebug.idl [moved from src/coreclr/src/inc/xcordebug.idl with 100% similarity]
src/coreclr/inc/yieldprocessornormalized.h [moved from src/coreclr/src/inc/yieldprocessornormalized.h with 100% similarity]
src/coreclr/inc/zapper.h [moved from src/coreclr/src/inc/zapper.h with 100% similarity]
src/coreclr/interop/CMakeLists.txt [moved from src/coreclr/src/interop/CMakeLists.txt with 100% similarity]
src/coreclr/interop/comwrappers.cpp [moved from src/coreclr/src/interop/comwrappers.cpp with 100% similarity]
src/coreclr/interop/comwrappers.hpp [moved from src/coreclr/src/interop/comwrappers.hpp with 100% similarity]
src/coreclr/interop/inc/interoplib.h [moved from src/coreclr/src/interop/inc/interoplib.h with 100% similarity]
src/coreclr/interop/inc/interoplibabi.h [moved from src/coreclr/src/interop/inc/interoplibabi.h with 100% similarity]
src/coreclr/interop/inc/interoplibimports.h [moved from src/coreclr/src/interop/inc/interoplibimports.h with 100% similarity]
src/coreclr/interop/interoplib.cpp [moved from src/coreclr/src/interop/interoplib.cpp with 100% similarity]
src/coreclr/interop/platform.h [moved from src/coreclr/src/interop/platform.h with 100% similarity]
src/coreclr/interop/referencetrackertypes.hpp [moved from src/coreclr/src/interop/referencetrackertypes.hpp with 100% similarity]
src/coreclr/interop/trackerobjectmanager.cpp [moved from src/coreclr/src/interop/trackerobjectmanager.cpp with 100% similarity]
src/coreclr/jit/.clang-format [moved from src/coreclr/src/ToolBox/superpmi/.clang-format with 100% similarity]
src/coreclr/jit/CMakeLists.txt [moved from src/coreclr/src/jit/CMakeLists.txt with 100% similarity]
src/coreclr/jit/ClrJit.PAL.exports [moved from src/coreclr/src/jit/ClrJit.PAL.exports with 100% similarity]
src/coreclr/jit/ClrJit.exports [moved from src/coreclr/src/jit/ClrJit.exports with 100% similarity]
src/coreclr/jit/ICorJitInfo_API_names.h [moved from src/coreclr/src/jit/ICorJitInfo_API_names.h with 100% similarity]
src/coreclr/jit/ICorJitInfo_API_wrapper.hpp [moved from src/coreclr/src/jit/ICorJitInfo_API_wrapper.hpp with 100% similarity]
src/coreclr/jit/Native.rc [moved from src/coreclr/src/jit/Native.rc with 100% similarity]
src/coreclr/jit/_typeinfo.h [moved from src/coreclr/src/jit/_typeinfo.h with 100% similarity]
src/coreclr/jit/alloc.cpp [moved from src/coreclr/src/jit/alloc.cpp with 100% similarity]
src/coreclr/jit/alloc.h [moved from src/coreclr/src/jit/alloc.h with 100% similarity]
src/coreclr/jit/arraystack.h [moved from src/coreclr/src/jit/arraystack.h with 100% similarity]
src/coreclr/jit/assertionprop.cpp [moved from src/coreclr/src/jit/assertionprop.cpp with 100% similarity]
src/coreclr/jit/bitset.cpp [moved from src/coreclr/src/jit/bitset.cpp with 100% similarity]
src/coreclr/jit/bitset.h [moved from src/coreclr/src/jit/bitset.h with 100% similarity]
src/coreclr/jit/bitsetasshortlong.h [moved from src/coreclr/src/jit/bitsetasshortlong.h with 100% similarity]
src/coreclr/jit/bitsetasuint64.h [moved from src/coreclr/src/jit/bitsetasuint64.h with 100% similarity]
src/coreclr/jit/bitsetasuint64inclass.h [moved from src/coreclr/src/jit/bitsetasuint64inclass.h with 100% similarity]
src/coreclr/jit/bitsetops.h [moved from src/coreclr/src/jit/bitsetops.h with 100% similarity]
src/coreclr/jit/bitvec.h [moved from src/coreclr/src/jit/bitvec.h with 100% similarity]
src/coreclr/jit/block.cpp [moved from src/coreclr/src/jit/block.cpp with 100% similarity]
src/coreclr/jit/block.h [moved from src/coreclr/src/jit/block.h with 100% similarity]
src/coreclr/jit/blockset.h [moved from src/coreclr/src/jit/blockset.h with 100% similarity]
src/coreclr/jit/codegen.h [moved from src/coreclr/src/jit/codegen.h with 100% similarity]
src/coreclr/jit/codegenarm.cpp [moved from src/coreclr/src/jit/codegenarm.cpp with 100% similarity]
src/coreclr/jit/codegenarm64.cpp [moved from src/coreclr/src/jit/codegenarm64.cpp with 100% similarity]
src/coreclr/jit/codegenarmarch.cpp [moved from src/coreclr/src/jit/codegenarmarch.cpp with 100% similarity]
src/coreclr/jit/codegencommon.cpp [moved from src/coreclr/src/jit/codegencommon.cpp with 100% similarity]
src/coreclr/jit/codegeninterface.h [moved from src/coreclr/src/jit/codegeninterface.h with 100% similarity]
src/coreclr/jit/codegenlinear.cpp [moved from src/coreclr/src/jit/codegenlinear.cpp with 100% similarity]
src/coreclr/jit/codegenxarch.cpp [moved from src/coreclr/src/jit/codegenxarch.cpp with 100% similarity]
src/coreclr/jit/compiler.cpp [moved from src/coreclr/src/jit/compiler.cpp with 100% similarity]
src/coreclr/jit/compiler.h [moved from src/coreclr/src/jit/compiler.h with 100% similarity]
src/coreclr/jit/compiler.hpp [moved from src/coreclr/src/jit/compiler.hpp with 100% similarity]
src/coreclr/jit/compilerbitsettraits.h [moved from src/coreclr/src/jit/compilerbitsettraits.h with 100% similarity]
src/coreclr/jit/compilerbitsettraits.hpp [moved from src/coreclr/src/jit/compilerbitsettraits.hpp with 100% similarity]
src/coreclr/jit/compmemkind.h [moved from src/coreclr/src/jit/compmemkind.h with 100% similarity]
src/coreclr/jit/compphases.h [moved from src/coreclr/src/jit/compphases.h with 100% similarity]
src/coreclr/jit/conventions.txt [moved from src/coreclr/src/jit/conventions.txt with 100% similarity]
src/coreclr/jit/copyprop.cpp [moved from src/coreclr/src/jit/copyprop.cpp with 100% similarity]
src/coreclr/jit/cpp.hint [moved from src/coreclr/src/jit/cpp.hint with 100% similarity]
src/coreclr/jit/crossgen/CMakeLists.txt [moved from src/coreclr/src/jit/crossgen/CMakeLists.txt with 100% similarity]
src/coreclr/jit/dataflow.h [moved from src/coreclr/src/jit/dataflow.h with 100% similarity]
src/coreclr/jit/decomposelongs.cpp [moved from src/coreclr/src/jit/decomposelongs.cpp with 100% similarity]
src/coreclr/jit/decomposelongs.h [moved from src/coreclr/src/jit/decomposelongs.h with 100% similarity]
src/coreclr/jit/disasm.cpp [moved from src/coreclr/src/jit/disasm.cpp with 100% similarity]
src/coreclr/jit/disasm.h [moved from src/coreclr/src/jit/disasm.h with 100% similarity]
src/coreclr/jit/dllmain.cpp [moved from src/coreclr/src/jit/dllmain.cpp with 100% similarity]
src/coreclr/jit/earlyprop.cpp [moved from src/coreclr/src/jit/earlyprop.cpp with 100% similarity]
src/coreclr/jit/ee_il_dll.cpp [moved from src/coreclr/src/jit/ee_il_dll.cpp with 100% similarity]
src/coreclr/jit/ee_il_dll.hpp [moved from src/coreclr/src/jit/ee_il_dll.hpp with 100% similarity]
src/coreclr/jit/eeinterface.cpp [moved from src/coreclr/src/jit/eeinterface.cpp with 100% similarity]
src/coreclr/jit/emit.cpp [moved from src/coreclr/src/jit/emit.cpp with 100% similarity]
src/coreclr/jit/emit.h [moved from src/coreclr/src/jit/emit.h with 100% similarity]
src/coreclr/jit/emitarm.cpp [moved from src/coreclr/src/jit/emitarm.cpp with 100% similarity]
src/coreclr/jit/emitarm.h [moved from src/coreclr/src/jit/emitarm.h with 100% similarity]
src/coreclr/jit/emitarm64.cpp [moved from src/coreclr/src/jit/emitarm64.cpp with 100% similarity]
src/coreclr/jit/emitarm64.h [moved from src/coreclr/src/jit/emitarm64.h with 100% similarity]
src/coreclr/jit/emitdef.h [moved from src/coreclr/src/jit/emitdef.h with 100% similarity]
src/coreclr/jit/emitfmts.h [moved from src/coreclr/src/jit/emitfmts.h with 100% similarity]
src/coreclr/jit/emitfmtsarm.h [moved from src/coreclr/src/jit/emitfmtsarm.h with 100% similarity]
src/coreclr/jit/emitfmtsarm64.h [moved from src/coreclr/src/jit/emitfmtsarm64.h with 100% similarity]
src/coreclr/jit/emitfmtsxarch.h [moved from src/coreclr/src/jit/emitfmtsxarch.h with 100% similarity]
src/coreclr/jit/emitinl.h [moved from src/coreclr/src/jit/emitinl.h with 100% similarity]
src/coreclr/jit/emitjmps.h [moved from src/coreclr/src/jit/emitjmps.h with 100% similarity]
src/coreclr/jit/emitpub.h [moved from src/coreclr/src/jit/emitpub.h with 100% similarity]
src/coreclr/jit/emitxarch.cpp [moved from src/coreclr/src/jit/emitxarch.cpp with 100% similarity]
src/coreclr/jit/emitxarch.h [moved from src/coreclr/src/jit/emitxarch.h with 100% similarity]
src/coreclr/jit/error.cpp [moved from src/coreclr/src/jit/error.cpp with 100% similarity]
src/coreclr/jit/error.h [moved from src/coreclr/src/jit/error.h with 100% similarity]
src/coreclr/jit/flowgraph.cpp [moved from src/coreclr/src/jit/flowgraph.cpp with 100% similarity]
src/coreclr/jit/gcdecode.cpp [moved from src/coreclr/src/jit/gcdecode.cpp with 100% similarity]
src/coreclr/jit/gcencode.cpp [moved from src/coreclr/src/jit/gcencode.cpp with 100% similarity]
src/coreclr/jit/gcinfo.cpp [moved from src/coreclr/src/jit/gcinfo.cpp with 100% similarity]
src/coreclr/jit/gentree.cpp [moved from src/coreclr/src/jit/gentree.cpp with 100% similarity]
src/coreclr/jit/gentree.h [moved from src/coreclr/src/jit/gentree.h with 100% similarity]
src/coreclr/jit/gschecks.cpp [moved from src/coreclr/src/jit/gschecks.cpp with 100% similarity]
src/coreclr/jit/gtlist.h [moved from src/coreclr/src/jit/gtlist.h with 100% similarity]
src/coreclr/jit/gtstructs.h [moved from src/coreclr/src/jit/gtstructs.h with 100% similarity]
src/coreclr/jit/hashbv.cpp [moved from src/coreclr/src/jit/hashbv.cpp with 100% similarity]
src/coreclr/jit/hashbv.h [moved from src/coreclr/src/jit/hashbv.h with 100% similarity]
src/coreclr/jit/host.h [moved from src/coreclr/src/jit/host.h with 100% similarity]
src/coreclr/jit/hostallocator.cpp [moved from src/coreclr/src/jit/hostallocator.cpp with 100% similarity]
src/coreclr/jit/hostallocator.h [moved from src/coreclr/src/jit/hostallocator.h with 100% similarity]
src/coreclr/jit/hwintrinsic.cpp [moved from src/coreclr/src/jit/hwintrinsic.cpp with 100% similarity]
src/coreclr/jit/hwintrinsic.h [moved from src/coreclr/src/jit/hwintrinsic.h with 100% similarity]
src/coreclr/jit/hwintrinsicarm64.cpp [moved from src/coreclr/src/jit/hwintrinsicarm64.cpp with 100% similarity]
src/coreclr/jit/hwintrinsiccodegenarm64.cpp [moved from src/coreclr/src/jit/hwintrinsiccodegenarm64.cpp with 100% similarity]
src/coreclr/jit/hwintrinsiccodegenxarch.cpp [moved from src/coreclr/src/jit/hwintrinsiccodegenxarch.cpp with 100% similarity]
src/coreclr/jit/hwintrinsiclistarm64.h [moved from src/coreclr/src/jit/hwintrinsiclistarm64.h with 100% similarity]
src/coreclr/jit/hwintrinsiclistxarch.h [moved from src/coreclr/src/jit/hwintrinsiclistxarch.h with 100% similarity]
src/coreclr/jit/hwintrinsicxarch.cpp [moved from src/coreclr/src/jit/hwintrinsicxarch.cpp with 100% similarity]
src/coreclr/jit/importer.cpp [moved from src/coreclr/src/jit/importer.cpp with 100% similarity]
src/coreclr/jit/indirectcalltransformer.cpp [moved from src/coreclr/src/jit/indirectcalltransformer.cpp with 100% similarity]
src/coreclr/jit/inline.cpp [moved from src/coreclr/src/jit/inline.cpp with 100% similarity]
src/coreclr/jit/inline.def [moved from src/coreclr/src/jit/inline.def with 100% similarity]
src/coreclr/jit/inline.h [moved from src/coreclr/src/jit/inline.h with 100% similarity]
src/coreclr/jit/inlinepolicy.cpp [moved from src/coreclr/src/jit/inlinepolicy.cpp with 100% similarity]
src/coreclr/jit/inlinepolicy.h [moved from src/coreclr/src/jit/inlinepolicy.h with 100% similarity]
src/coreclr/jit/instr.cpp [moved from src/coreclr/src/jit/instr.cpp with 100% similarity]
src/coreclr/jit/instr.h [moved from src/coreclr/src/jit/instr.h with 100% similarity]
src/coreclr/jit/instrs.h [moved from src/coreclr/src/jit/instrs.h with 100% similarity]
src/coreclr/jit/instrsarm.h [moved from src/coreclr/src/jit/instrsarm.h with 100% similarity]
src/coreclr/jit/instrsarm64.h [moved from src/coreclr/src/jit/instrsarm64.h with 100% similarity]
src/coreclr/jit/instrsxarch.h [moved from src/coreclr/src/jit/instrsxarch.h with 100% similarity]
src/coreclr/jit/jit.h [moved from src/coreclr/src/jit/jit.h with 100% similarity]
src/coreclr/jit/jitconfig.cpp [moved from src/coreclr/src/jit/jitconfig.cpp with 100% similarity]
src/coreclr/jit/jitconfig.h [moved from src/coreclr/src/jit/jitconfig.h with 100% similarity]
src/coreclr/jit/jitconfigvalues.h [moved from src/coreclr/src/jit/jitconfigvalues.h with 100% similarity]
src/coreclr/jit/jitee.h [moved from src/coreclr/src/jit/jitee.h with 100% similarity]
src/coreclr/jit/jiteh.cpp [moved from src/coreclr/src/jit/jiteh.cpp with 100% similarity]
src/coreclr/jit/jiteh.h [moved from src/coreclr/src/jit/jiteh.h with 100% similarity]
src/coreclr/jit/jitexpandarray.h [moved from src/coreclr/src/jit/jitexpandarray.h with 100% similarity]
src/coreclr/jit/jitgcinfo.h [moved from src/coreclr/src/jit/jitgcinfo.h with 100% similarity]
src/coreclr/jit/jithashtable.cpp [moved from src/coreclr/src/jit/jithashtable.cpp with 100% similarity]
src/coreclr/jit/jithashtable.h [moved from src/coreclr/src/jit/jithashtable.h with 100% similarity]
src/coreclr/jit/jitpch.h [moved from src/coreclr/src/jit/jitpch.h with 100% similarity]
src/coreclr/jit/jitstd.h [moved from src/coreclr/src/jit/jitstd.h with 100% similarity]
src/coreclr/jit/jitstd/algorithm.h [moved from src/coreclr/src/jit/jitstd/algorithm.h with 100% similarity]
src/coreclr/jit/jitstd/allocator.h [moved from src/coreclr/src/jit/jitstd/allocator.h with 100% similarity]
src/coreclr/jit/jitstd/functional.h [moved from src/coreclr/src/jit/jitstd/functional.h with 100% similarity]
src/coreclr/jit/jitstd/iterator.h [moved from src/coreclr/src/jit/jitstd/iterator.h with 100% similarity]
src/coreclr/jit/jitstd/list.h [moved from src/coreclr/src/jit/jitstd/list.h with 100% similarity]
src/coreclr/jit/jitstd/new.h [moved from src/coreclr/src/jit/jitstd/new.h with 100% similarity]
src/coreclr/jit/jitstd/utility.h [moved from src/coreclr/src/jit/jitstd/utility.h with 100% similarity]
src/coreclr/jit/jitstd/vector.h [moved from src/coreclr/src/jit/jitstd/vector.h with 100% similarity]
src/coreclr/jit/jittelemetry.cpp [moved from src/coreclr/src/jit/jittelemetry.cpp with 100% similarity]
src/coreclr/jit/jittelemetry.h [moved from src/coreclr/src/jit/jittelemetry.h with 100% similarity]
src/coreclr/jit/layout.cpp [moved from src/coreclr/src/jit/layout.cpp with 100% similarity]
src/coreclr/jit/layout.h [moved from src/coreclr/src/jit/layout.h with 100% similarity]
src/coreclr/jit/lclmorph.cpp [moved from src/coreclr/src/jit/lclmorph.cpp with 100% similarity]
src/coreclr/jit/lclvars.cpp [moved from src/coreclr/src/jit/lclvars.cpp with 100% similarity]
src/coreclr/jit/lir.cpp [moved from src/coreclr/src/jit/lir.cpp with 100% similarity]
src/coreclr/jit/lir.h [moved from src/coreclr/src/jit/lir.h with 100% similarity]
src/coreclr/jit/liveness.cpp [moved from src/coreclr/src/jit/liveness.cpp with 100% similarity]
src/coreclr/jit/loopcloning.cpp [moved from src/coreclr/src/jit/loopcloning.cpp with 100% similarity]
src/coreclr/jit/loopcloning.h [moved from src/coreclr/src/jit/loopcloning.h with 100% similarity]
src/coreclr/jit/loopcloningopts.h [moved from src/coreclr/src/jit/loopcloningopts.h with 100% similarity]
src/coreclr/jit/lower.cpp [moved from src/coreclr/src/jit/lower.cpp with 100% similarity]
src/coreclr/jit/lower.h [moved from src/coreclr/src/jit/lower.h with 100% similarity]
src/coreclr/jit/lowerarmarch.cpp [moved from src/coreclr/src/jit/lowerarmarch.cpp with 100% similarity]
src/coreclr/jit/lowerxarch.cpp [moved from src/coreclr/src/jit/lowerxarch.cpp with 100% similarity]
src/coreclr/jit/lsra.cpp [moved from src/coreclr/src/jit/lsra.cpp with 100% similarity]
src/coreclr/jit/lsra.h [moved from src/coreclr/src/jit/lsra.h with 100% similarity]
src/coreclr/jit/lsra_reftypes.h [moved from src/coreclr/src/jit/lsra_reftypes.h with 100% similarity]
src/coreclr/jit/lsraarm.cpp [moved from src/coreclr/src/jit/lsraarm.cpp with 100% similarity]
src/coreclr/jit/lsraarm64.cpp [moved from src/coreclr/src/jit/lsraarm64.cpp with 100% similarity]
src/coreclr/jit/lsraarmarch.cpp [moved from src/coreclr/src/jit/lsraarmarch.cpp with 100% similarity]
src/coreclr/jit/lsrabuild.cpp [moved from src/coreclr/src/jit/lsrabuild.cpp with 100% similarity]
src/coreclr/jit/lsraxarch.cpp [moved from src/coreclr/src/jit/lsraxarch.cpp with 100% similarity]
src/coreclr/jit/morph.cpp [moved from src/coreclr/src/jit/morph.cpp with 100% similarity]
src/coreclr/jit/namedintrinsiclist.h [moved from src/coreclr/src/jit/namedintrinsiclist.h with 100% similarity]
src/coreclr/jit/objectalloc.cpp [moved from src/coreclr/src/jit/objectalloc.cpp with 100% similarity]
src/coreclr/jit/objectalloc.h [moved from src/coreclr/src/jit/objectalloc.h with 100% similarity]
src/coreclr/jit/opcode.h [moved from src/coreclr/src/jit/opcode.h with 100% similarity]
src/coreclr/jit/optcse.cpp [moved from src/coreclr/src/jit/optcse.cpp with 100% similarity]
src/coreclr/jit/optimizer.cpp [moved from src/coreclr/src/jit/optimizer.cpp with 100% similarity]
src/coreclr/jit/patchpoint.cpp [moved from src/coreclr/src/jit/patchpoint.cpp with 100% similarity]
src/coreclr/jit/phase.cpp [moved from src/coreclr/src/jit/phase.cpp with 100% similarity]
src/coreclr/jit/phase.h [moved from src/coreclr/src/jit/phase.h with 100% similarity]
src/coreclr/jit/rangecheck.cpp [moved from src/coreclr/src/jit/rangecheck.cpp with 100% similarity]
src/coreclr/jit/rangecheck.h [moved from src/coreclr/src/jit/rangecheck.h with 100% similarity]
src/coreclr/jit/rationalize.cpp [moved from src/coreclr/src/jit/rationalize.cpp with 100% similarity]
src/coreclr/jit/rationalize.h [moved from src/coreclr/src/jit/rationalize.h with 100% similarity]
src/coreclr/jit/regalloc.cpp [moved from src/coreclr/src/jit/regalloc.cpp with 100% similarity]
src/coreclr/jit/regalloc.h [moved from src/coreclr/src/jit/regalloc.h with 100% similarity]
src/coreclr/jit/register.h [moved from src/coreclr/src/jit/register.h with 100% similarity]
src/coreclr/jit/register_arg_convention.cpp [moved from src/coreclr/src/jit/register_arg_convention.cpp with 100% similarity]
src/coreclr/jit/register_arg_convention.h [moved from src/coreclr/src/jit/register_arg_convention.h with 100% similarity]
src/coreclr/jit/registerarm.h [moved from src/coreclr/src/jit/registerarm.h with 100% similarity]
src/coreclr/jit/registerarm64.h [moved from src/coreclr/src/jit/registerarm64.h with 100% similarity]
src/coreclr/jit/reglist.h [moved from src/coreclr/src/jit/reglist.h with 100% similarity]
src/coreclr/jit/regset.cpp [moved from src/coreclr/src/jit/regset.cpp with 100% similarity]
src/coreclr/jit/regset.h [moved from src/coreclr/src/jit/regset.h with 100% similarity]
src/coreclr/jit/scopeinfo.cpp [moved from src/coreclr/src/jit/scopeinfo.cpp with 100% similarity]
src/coreclr/jit/sideeffects.cpp [moved from src/coreclr/src/jit/sideeffects.cpp with 100% similarity]
src/coreclr/jit/sideeffects.h [moved from src/coreclr/src/jit/sideeffects.h with 100% similarity]
src/coreclr/jit/simd.cpp [moved from src/coreclr/src/jit/simd.cpp with 100% similarity]
src/coreclr/jit/simd.h [moved from src/coreclr/src/jit/simd.h with 100% similarity]
src/coreclr/jit/simdashwintrinsic.cpp [moved from src/coreclr/src/jit/simdashwintrinsic.cpp with 100% similarity]
src/coreclr/jit/simdashwintrinsic.h [moved from src/coreclr/src/jit/simdashwintrinsic.h with 100% similarity]
src/coreclr/jit/simdashwintrinsiclistarm64.h [moved from src/coreclr/src/jit/simdashwintrinsiclistarm64.h with 100% similarity]
src/coreclr/jit/simdashwintrinsiclistxarch.h [moved from src/coreclr/src/jit/simdashwintrinsiclistxarch.h with 100% similarity]
src/coreclr/jit/simdcodegenxarch.cpp [moved from src/coreclr/src/jit/simdcodegenxarch.cpp with 100% similarity]
src/coreclr/jit/simdintrinsiclist.h [moved from src/coreclr/src/jit/simdintrinsiclist.h with 100% similarity]
src/coreclr/jit/sm.cpp [moved from src/coreclr/src/jit/sm.cpp with 100% similarity]
src/coreclr/jit/sm.h [moved from src/coreclr/src/jit/sm.h with 100% similarity]
src/coreclr/jit/smallhash.h [moved from src/coreclr/src/jit/smallhash.h with 100% similarity]
src/coreclr/jit/smcommon.cpp [moved from src/coreclr/src/jit/smcommon.cpp with 100% similarity]
src/coreclr/jit/smcommon.h [moved from src/coreclr/src/jit/smcommon.h with 100% similarity]
src/coreclr/jit/smdata.cpp [moved from src/coreclr/src/jit/smdata.cpp with 100% similarity]
src/coreclr/jit/smopcode.def [moved from src/coreclr/src/jit/smopcode.def with 100% similarity]
src/coreclr/jit/smopcodemap.def [moved from src/coreclr/src/jit/smopcodemap.def with 100% similarity]
src/coreclr/jit/smopenum.h [moved from src/coreclr/src/jit/smopenum.h with 100% similarity]
src/coreclr/jit/smweights.cpp [moved from src/coreclr/src/jit/smweights.cpp with 100% similarity]
src/coreclr/jit/ssabuilder.cpp [moved from src/coreclr/src/jit/ssabuilder.cpp with 100% similarity]
src/coreclr/jit/ssabuilder.h [moved from src/coreclr/src/jit/ssabuilder.h with 100% similarity]
src/coreclr/jit/ssaconfig.h [moved from src/coreclr/src/jit/ssaconfig.h with 100% similarity]
src/coreclr/jit/ssarenamestate.cpp [moved from src/coreclr/src/jit/ssarenamestate.cpp with 100% similarity]
src/coreclr/jit/ssarenamestate.h [moved from src/coreclr/src/jit/ssarenamestate.h with 100% similarity]
src/coreclr/jit/stacklevelsetter.cpp [moved from src/coreclr/src/jit/stacklevelsetter.cpp with 100% similarity]
src/coreclr/jit/stacklevelsetter.h [moved from src/coreclr/src/jit/stacklevelsetter.h with 100% similarity]
src/coreclr/jit/static/CMakeLists.txt [moved from src/coreclr/src/jit/static/CMakeLists.txt with 100% similarity]
src/coreclr/jit/static/clrjit.def [moved from src/coreclr/src/jit/static/clrjit.def with 100% similarity]
src/coreclr/jit/target.h [moved from src/coreclr/src/jit/target.h with 100% similarity]
src/coreclr/jit/targetamd64.cpp [moved from src/coreclr/src/jit/targetamd64.cpp with 100% similarity]
src/coreclr/jit/targetarm.cpp [moved from src/coreclr/src/jit/targetarm.cpp with 100% similarity]
src/coreclr/jit/targetarm64.cpp [moved from src/coreclr/src/jit/targetarm64.cpp with 100% similarity]
src/coreclr/jit/targetx86.cpp [moved from src/coreclr/src/jit/targetx86.cpp with 100% similarity]
src/coreclr/jit/tinyarray.h [moved from src/coreclr/src/jit/tinyarray.h with 100% similarity]
src/coreclr/jit/titypes.h [moved from src/coreclr/src/jit/titypes.h with 100% similarity]
src/coreclr/jit/treelifeupdater.cpp [moved from src/coreclr/src/jit/treelifeupdater.cpp with 100% similarity]
src/coreclr/jit/treelifeupdater.h [moved from src/coreclr/src/jit/treelifeupdater.h with 100% similarity]
src/coreclr/jit/typeinfo.cpp [moved from src/coreclr/src/jit/typeinfo.cpp with 100% similarity]
src/coreclr/jit/typelist.h [moved from src/coreclr/src/jit/typelist.h with 100% similarity]
src/coreclr/jit/unwind.cpp [moved from src/coreclr/src/jit/unwind.cpp with 100% similarity]
src/coreclr/jit/unwind.h [moved from src/coreclr/src/jit/unwind.h with 100% similarity]
src/coreclr/jit/unwindamd64.cpp [moved from src/coreclr/src/jit/unwindamd64.cpp with 100% similarity]
src/coreclr/jit/unwindarm.cpp [moved from src/coreclr/src/jit/unwindarm.cpp with 100% similarity]
src/coreclr/jit/unwindarm64.cpp [moved from src/coreclr/src/jit/unwindarm64.cpp with 100% similarity]
src/coreclr/jit/unwindx86.cpp [moved from src/coreclr/src/jit/unwindx86.cpp with 100% similarity]
src/coreclr/jit/utils.cpp [moved from src/coreclr/src/jit/utils.cpp with 100% similarity]
src/coreclr/jit/utils.h [moved from src/coreclr/src/jit/utils.h with 100% similarity]
src/coreclr/jit/valuenum.cpp [moved from src/coreclr/src/jit/valuenum.cpp with 100% similarity]
src/coreclr/jit/valuenum.h [moved from src/coreclr/src/jit/valuenum.h with 100% similarity]
src/coreclr/jit/valuenumfuncs.h [moved from src/coreclr/src/jit/valuenumfuncs.h with 100% similarity]
src/coreclr/jit/valuenumtype.h [moved from src/coreclr/src/jit/valuenumtype.h with 100% similarity]
src/coreclr/jit/varset.h [moved from src/coreclr/src/jit/varset.h with 100% similarity]
src/coreclr/jit/vartype.h [moved from src/coreclr/src/jit/vartype.h with 100% similarity]
src/coreclr/md/CMakeLists.txt [moved from src/coreclr/src/md/CMakeLists.txt with 100% similarity]
src/coreclr/md/ceefilegen/CMakeLists.txt [moved from src/coreclr/src/md/ceefilegen/CMakeLists.txt with 100% similarity]
src/coreclr/md/ceefilegen/blobfetcher.cpp [moved from src/coreclr/src/md/ceefilegen/blobfetcher.cpp with 100% similarity]
src/coreclr/md/ceefilegen/cceegen.cpp [moved from src/coreclr/src/md/ceefilegen/cceegen.cpp with 100% similarity]
src/coreclr/md/ceefilegen/ceegentokenmapper.cpp [moved from src/coreclr/src/md/ceefilegen/ceegentokenmapper.cpp with 100% similarity]
src/coreclr/md/ceefilegen/ceesectionstring.cpp [moved from src/coreclr/src/md/ceefilegen/ceesectionstring.cpp with 100% similarity]
src/coreclr/md/ceefilegen/pesectionman.cpp [moved from src/coreclr/src/md/ceefilegen/pesectionman.cpp with 100% similarity]
src/coreclr/md/ceefilegen/stdafx.h [moved from src/coreclr/src/md/ceefilegen/stdafx.h with 100% similarity]
src/coreclr/md/compiler/CMakeLists.txt [moved from src/coreclr/src/md/compiler/CMakeLists.txt with 100% similarity]
src/coreclr/md/compiler/assemblymd.cpp [moved from src/coreclr/src/md/compiler/assemblymd.cpp with 100% similarity]
src/coreclr/md/compiler/assemblymd_emit.cpp [moved from src/coreclr/src/md/compiler/assemblymd_emit.cpp with 100% similarity]
src/coreclr/md/compiler/classfactory.cpp [moved from src/coreclr/src/md/compiler/classfactory.cpp with 100% similarity]
src/coreclr/md/compiler/classfactory.h [moved from src/coreclr/src/md/compiler/classfactory.h with 100% similarity]
src/coreclr/md/compiler/custattr.h [moved from src/coreclr/src/md/compiler/custattr.h with 100% similarity]
src/coreclr/md/compiler/custattr_emit.cpp [moved from src/coreclr/src/md/compiler/custattr_emit.cpp with 100% similarity]
src/coreclr/md/compiler/custattr_import.cpp [moved from src/coreclr/src/md/compiler/custattr_import.cpp with 100% similarity]
src/coreclr/md/compiler/disp.cpp [moved from src/coreclr/src/md/compiler/disp.cpp with 100% similarity]
src/coreclr/md/compiler/disp.h [moved from src/coreclr/src/md/compiler/disp.h with 100% similarity]
src/coreclr/md/compiler/emit.cpp [moved from src/coreclr/src/md/compiler/emit.cpp with 100% similarity]
src/coreclr/md/compiler/filtermanager.cpp [moved from src/coreclr/src/md/compiler/filtermanager.cpp with 100% similarity]
src/coreclr/md/compiler/filtermanager.h [moved from src/coreclr/src/md/compiler/filtermanager.h with 100% similarity]
src/coreclr/md/compiler/helper.cpp [moved from src/coreclr/src/md/compiler/helper.cpp with 100% similarity]
src/coreclr/md/compiler/import.cpp [moved from src/coreclr/src/md/compiler/import.cpp with 100% similarity]
src/coreclr/md/compiler/importhelper.cpp [moved from src/coreclr/src/md/compiler/importhelper.cpp with 100% similarity]
src/coreclr/md/compiler/importhelper.h [moved from src/coreclr/src/md/compiler/importhelper.h with 100% similarity]
src/coreclr/md/compiler/mdperf.cpp [moved from src/coreclr/src/md/compiler/mdperf.cpp with 100% similarity]
src/coreclr/md/compiler/mdperf.h [moved from src/coreclr/src/md/compiler/mdperf.h with 100% similarity]
src/coreclr/md/compiler/mdutil.cpp [moved from src/coreclr/src/md/compiler/mdutil.cpp with 100% similarity]
src/coreclr/md/compiler/mdutil.h [moved from src/coreclr/src/md/compiler/mdutil.h with 100% similarity]
src/coreclr/md/compiler/regmeta.cpp [moved from src/coreclr/src/md/compiler/regmeta.cpp with 100% similarity]
src/coreclr/md/compiler/regmeta.h [moved from src/coreclr/src/md/compiler/regmeta.h with 100% similarity]
src/coreclr/md/compiler/regmeta_compilersupport.cpp [moved from src/coreclr/src/md/compiler/regmeta_compilersupport.cpp with 100% similarity]
src/coreclr/md/compiler/regmeta_emit.cpp [moved from src/coreclr/src/md/compiler/regmeta_emit.cpp with 100% similarity]
src/coreclr/md/compiler/regmeta_imetadatatables.cpp [moved from src/coreclr/src/md/compiler/regmeta_imetadatatables.cpp with 100% similarity]
src/coreclr/md/compiler/regmeta_import.cpp [moved from src/coreclr/src/md/compiler/regmeta_import.cpp with 100% similarity]
src/coreclr/md/compiler/regmeta_vm.cpp [moved from src/coreclr/src/md/compiler/regmeta_vm.cpp with 100% similarity]
src/coreclr/md/compiler/stdafx.h [moved from src/coreclr/src/md/compiler/stdafx.h with 100% similarity]
src/coreclr/md/compiler/verifylayouts.cpp [moved from src/coreclr/src/md/compiler/verifylayouts.cpp with 100% similarity]
src/coreclr/md/compressedinteger.h [moved from src/coreclr/src/md/compressedinteger.h with 100% similarity]
src/coreclr/md/compressedinteger.inl [moved from src/coreclr/src/md/compressedinteger.inl with 100% similarity]
src/coreclr/md/datablob.h [moved from src/coreclr/src/md/datablob.h with 100% similarity]
src/coreclr/md/datablob.inl [moved from src/coreclr/src/md/datablob.inl with 100% similarity]
src/coreclr/md/databuffer.h [moved from src/coreclr/src/md/databuffer.h with 100% similarity]
src/coreclr/md/databuffer.inl [moved from src/coreclr/src/md/databuffer.inl with 100% similarity]
src/coreclr/md/datasource/CMakeLists.txt [moved from src/coreclr/src/md/datasource/CMakeLists.txt with 100% similarity]
src/coreclr/md/datasource/api.cpp [moved from src/coreclr/src/md/datasource/api.cpp with 100% similarity]
src/coreclr/md/datasource/datatargetreader.cpp [moved from src/coreclr/src/md/datasource/datatargetreader.cpp with 100% similarity]
src/coreclr/md/datasource/datatargetreader.h [moved from src/coreclr/src/md/datasource/datatargetreader.h with 100% similarity]
src/coreclr/md/datasource/remotemdinternalrwsource.cpp [moved from src/coreclr/src/md/datasource/remotemdinternalrwsource.cpp with 100% similarity]
src/coreclr/md/datasource/remotemdinternalrwsource.h [moved from src/coreclr/src/md/datasource/remotemdinternalrwsource.h with 100% similarity]
src/coreclr/md/datasource/stdafx.h [moved from src/coreclr/src/md/datasource/stdafx.h with 100% similarity]
src/coreclr/md/datasource/targettypes.cpp [moved from src/coreclr/src/md/datasource/targettypes.cpp with 100% similarity]
src/coreclr/md/datasource/targettypes.h [moved from src/coreclr/src/md/datasource/targettypes.h with 100% similarity]
src/coreclr/md/debug_metadata.h [moved from src/coreclr/src/md/debug_metadata.h with 100% similarity]
src/coreclr/md/enc/CMakeLists.txt [moved from src/coreclr/src/md/enc/CMakeLists.txt with 100% similarity]
src/coreclr/md/enc/liteweightstgdbrw.cpp [moved from src/coreclr/src/md/enc/liteweightstgdbrw.cpp with 100% similarity]
src/coreclr/md/enc/mdinternalrw.cpp [moved from src/coreclr/src/md/enc/mdinternalrw.cpp with 100% similarity]
src/coreclr/md/enc/metamodelenc.cpp [moved from src/coreclr/src/md/enc/metamodelenc.cpp with 100% similarity]
src/coreclr/md/enc/metamodelrw.cpp [moved from src/coreclr/src/md/enc/metamodelrw.cpp with 100% similarity]
src/coreclr/md/enc/pdbheap.cpp [moved from src/coreclr/src/md/enc/pdbheap.cpp with 100% similarity]
src/coreclr/md/enc/peparse.cpp [moved from src/coreclr/src/md/enc/peparse.cpp with 100% similarity]
src/coreclr/md/enc/rwutil.cpp [moved from src/coreclr/src/md/enc/rwutil.cpp with 100% similarity]
src/coreclr/md/enc/stdafx.h [moved from src/coreclr/src/md/enc/stdafx.h with 100% similarity]
src/coreclr/md/enc/stgio.cpp [moved from src/coreclr/src/md/enc/stgio.cpp with 100% similarity]
src/coreclr/md/enc/stgtiggerstorage.cpp [moved from src/coreclr/src/md/enc/stgtiggerstorage.cpp with 100% similarity]
src/coreclr/md/enc/stgtiggerstream.cpp [moved from src/coreclr/src/md/enc/stgtiggerstream.cpp with 100% similarity]
src/coreclr/md/errors_metadata.h [moved from src/coreclr/src/md/errors_metadata.h with 100% similarity]
src/coreclr/md/export.h [moved from src/coreclr/src/md/export.h with 100% similarity]
src/coreclr/md/external.h [moved from src/coreclr/src/md/external.h with 100% similarity]
src/coreclr/md/heaps/blobheap.h [moved from src/coreclr/src/md/heaps/blobheap.h with 100% similarity]
src/coreclr/md/heaps/export.h [moved from src/coreclr/src/md/heaps/export.h with 100% similarity]
src/coreclr/md/heaps/external.h [moved from src/coreclr/src/md/heaps/external.h with 100% similarity]
src/coreclr/md/heaps/guidheap.h [moved from src/coreclr/src/md/heaps/guidheap.h with 100% similarity]
src/coreclr/md/heaps/stringheap.h [moved from src/coreclr/src/md/heaps/stringheap.h with 100% similarity]
src/coreclr/md/hotdata/CMakeLists.txt [moved from src/coreclr/src/md/hotdata/CMakeLists.txt with 100% similarity]
src/coreclr/md/hotdata/export.h [moved from src/coreclr/src/md/hotdata/export.h with 100% similarity]
src/coreclr/md/hotdata/external.h [moved from src/coreclr/src/md/hotdata/external.h with 100% similarity]
src/coreclr/md/hotdata/heapindex.h [moved from src/coreclr/src/md/hotdata/heapindex.h with 100% similarity]
src/coreclr/md/hotdata/hotdataformat.h [moved from src/coreclr/src/md/hotdata/hotdataformat.h with 100% similarity]
src/coreclr/md/hotdata/hotheap.cpp [moved from src/coreclr/src/md/hotdata/hotheap.cpp with 100% similarity]
src/coreclr/md/hotdata/hotheap.h [moved from src/coreclr/src/md/hotdata/hotheap.h with 100% similarity]
src/coreclr/md/hotdata/hotheapsdirectoryiterator.cpp [moved from src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.cpp with 100% similarity]
src/coreclr/md/hotdata/hotheapsdirectoryiterator.h [moved from src/coreclr/src/md/hotdata/hotheapsdirectoryiterator.h with 100% similarity]
src/coreclr/md/hotdata/hotheapwriter.cpp [moved from src/coreclr/src/md/hotdata/hotheapwriter.cpp with 100% similarity]
src/coreclr/md/hotdata/hotheapwriter.h [moved from src/coreclr/src/md/hotdata/hotheapwriter.h with 100% similarity]
src/coreclr/md/hotdata/hotmetadata.cpp [moved from src/coreclr/src/md/hotdata/hotmetadata.cpp with 100% similarity]
src/coreclr/md/hotdata/hotmetadata.h [moved from src/coreclr/src/md/hotdata/hotmetadata.h with 100% similarity]
src/coreclr/md/hotdata/hottable.cpp [moved from src/coreclr/src/md/hotdata/hottable.cpp with 100% similarity]
src/coreclr/md/hotdata/hottable.h [moved from src/coreclr/src/md/hotdata/hottable.h with 100% similarity]
src/coreclr/md/inc/VerifyLayouts.inc [moved from src/coreclr/src/md/inc/VerifyLayouts.inc with 100% similarity]
src/coreclr/md/inc/assemblymdinternaldisp.h [moved from src/coreclr/src/md/inc/assemblymdinternaldisp.h with 100% similarity]
src/coreclr/md/inc/cahlprinternal.h [moved from src/coreclr/src/md/inc/cahlprinternal.h with 100% similarity]
src/coreclr/md/inc/liteweightstgdb.h [moved from src/coreclr/src/md/inc/liteweightstgdb.h with 100% similarity]
src/coreclr/md/inc/mdcolumndescriptors.h [moved from src/coreclr/src/md/inc/mdcolumndescriptors.h with 100% similarity]
src/coreclr/md/inc/mdinternalrw.h [moved from src/coreclr/src/md/inc/mdinternalrw.h with 100% similarity]
src/coreclr/md/inc/mdlog.h [moved from src/coreclr/src/md/inc/mdlog.h with 100% similarity]
src/coreclr/md/inc/metadatahash.h [moved from src/coreclr/src/md/inc/metadatahash.h with 100% similarity]
src/coreclr/md/inc/metamodel.h [moved from src/coreclr/src/md/inc/metamodel.h with 100% similarity]
src/coreclr/md/inc/metamodelro.h [moved from src/coreclr/src/md/inc/metamodelro.h with 100% similarity]
src/coreclr/md/inc/metamodelrw.h [moved from src/coreclr/src/md/inc/metamodelrw.h with 100% similarity]
src/coreclr/md/inc/pdbheap.h [moved from src/coreclr/src/md/inc/pdbheap.h with 100% similarity]
src/coreclr/md/inc/portablepdbmdds.h [moved from src/coreclr/src/md/inc/portablepdbmdds.h with 100% similarity]
src/coreclr/md/inc/portablepdbmdi.h [moved from src/coreclr/src/md/inc/portablepdbmdi.h with 100% similarity]
src/coreclr/md/inc/recordpool.h [moved from src/coreclr/src/md/inc/recordpool.h with 100% similarity]
src/coreclr/md/inc/rwutil.h [moved from src/coreclr/src/md/inc/rwutil.h with 100% similarity]
src/coreclr/md/inc/stgio.h [moved from src/coreclr/src/md/inc/stgio.h with 100% similarity]
src/coreclr/md/inc/stgtiggerstorage.h [moved from src/coreclr/src/md/inc/stgtiggerstorage.h with 100% similarity]
src/coreclr/md/inc/stgtiggerstream.h [moved from src/coreclr/src/md/inc/stgtiggerstream.h with 100% similarity]
src/coreclr/md/inc/streamutil.h [moved from src/coreclr/src/md/inc/streamutil.h with 100% similarity]
src/coreclr/md/inc/verifylayouts.h [moved from src/coreclr/src/md/inc/verifylayouts.h with 100% similarity]
src/coreclr/md/runtime/CMakeLists.txt [moved from src/coreclr/src/md/runtime/CMakeLists.txt with 100% similarity]
src/coreclr/md/runtime/liteweightstgdb.cpp [moved from src/coreclr/src/md/runtime/liteweightstgdb.cpp with 100% similarity]
src/coreclr/md/runtime/mdcolumndescriptors.cpp [moved from src/coreclr/src/md/runtime/mdcolumndescriptors.cpp with 100% similarity]
src/coreclr/md/runtime/mdfileformat.cpp [moved from src/coreclr/src/md/runtime/mdfileformat.cpp with 100% similarity]
src/coreclr/md/runtime/mdinternaldisp.cpp [moved from src/coreclr/src/md/runtime/mdinternaldisp.cpp with 100% similarity]
src/coreclr/md/runtime/mdinternaldisp.h [moved from src/coreclr/src/md/runtime/mdinternaldisp.h with 100% similarity]
src/coreclr/md/runtime/mdinternalro.cpp [moved from src/coreclr/src/md/runtime/mdinternalro.cpp with 100% similarity]
src/coreclr/md/runtime/mdinternalro.h [moved from src/coreclr/src/md/runtime/mdinternalro.h with 100% similarity]
src/coreclr/md/runtime/metamodel.cpp [moved from src/coreclr/src/md/runtime/metamodel.cpp with 100% similarity]
src/coreclr/md/runtime/metamodelcolumndefs.h [moved from src/coreclr/src/md/runtime/metamodelcolumndefs.h with 100% similarity]
src/coreclr/md/runtime/metamodelro.cpp [moved from src/coreclr/src/md/runtime/metamodelro.cpp with 100% similarity]
src/coreclr/md/runtime/recordpool.cpp [moved from src/coreclr/src/md/runtime/recordpool.cpp with 100% similarity]
src/coreclr/md/runtime/stdafx.h [moved from src/coreclr/src/md/runtime/stdafx.h with 100% similarity]
src/coreclr/md/runtime/strongnameinternal.cpp [moved from src/coreclr/src/md/runtime/strongnameinternal.cpp with 100% similarity]
src/coreclr/md/staticmd/CMakeLists.txt [moved from src/coreclr/src/md/staticmd/CMakeLists.txt with 100% similarity]
src/coreclr/md/staticmd/apis.cpp [moved from src/coreclr/src/md/staticmd/apis.cpp with 100% similarity]
src/coreclr/md/staticmd/stdafx.h [moved from src/coreclr/src/md/staticmd/stdafx.h with 100% similarity]
src/coreclr/md/tables/export.h [moved from src/coreclr/src/md/tables/export.h with 100% similarity]
src/coreclr/md/tables/external.h [moved from src/coreclr/src/md/tables/external.h with 100% similarity]
src/coreclr/md/tables/table.h [moved from src/coreclr/src/md/tables/table.h with 100% similarity]
src/coreclr/nativeresources/CMakeLists.txt [moved from src/coreclr/src/nativeresources/CMakeLists.txt with 100% similarity]
src/coreclr/nativeresources/processrc.awk [moved from src/coreclr/src/nativeresources/processrc.awk with 100% similarity]
src/coreclr/nativeresources/rctocpp.awk [moved from src/coreclr/src/nativeresources/rctocpp.awk with 100% similarity]
src/coreclr/nativeresources/rctopo.awk [moved from src/coreclr/src/nativeresources/rctopo.awk with 100% similarity]
src/coreclr/nativeresources/resourcestring.cpp [moved from src/coreclr/src/nativeresources/resourcestring.cpp with 100% similarity]
src/coreclr/nativeresources/resourcestring.h [moved from src/coreclr/src/nativeresources/resourcestring.h with 100% similarity]
src/coreclr/pal/CMakeLists.txt [moved from src/coreclr/src/pal/CMakeLists.txt with 90% similarity]
src/coreclr/pal/inc/mbusafecrt.h [moved from src/coreclr/src/pal/inc/mbusafecrt.h with 100% similarity]
src/coreclr/pal/inc/pal.h [moved from src/coreclr/src/pal/inc/pal.h with 100% similarity]
src/coreclr/pal/inc/pal_assert.h [moved from src/coreclr/src/pal/inc/pal_assert.h with 100% similarity]
src/coreclr/pal/inc/pal_endian.h [moved from src/coreclr/src/pal/inc/pal_endian.h with 100% similarity]
src/coreclr/pal/inc/pal_error.h [moved from src/coreclr/src/pal/inc/pal_error.h with 100% similarity]
src/coreclr/pal/inc/pal_mstypes.h [moved from src/coreclr/src/pal/inc/pal_mstypes.h with 100% similarity]
src/coreclr/pal/inc/palprivate.h [moved from src/coreclr/src/pal/inc/palprivate.h with 100% similarity]
src/coreclr/pal/inc/rt/aclapi.h [moved from src/coreclr/src/pal/inc/rt/aclapi.h with 100% similarity]
src/coreclr/pal/inc/rt/commctrl.h [moved from src/coreclr/src/pal/inc/rt/commctrl.h with 100% similarity]
src/coreclr/pal/inc/rt/commdlg.h [moved from src/coreclr/src/pal/inc/rt/commdlg.h with 100% similarity]
src/coreclr/pal/inc/rt/conio.h [moved from src/coreclr/src/pal/inc/rt/conio.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/assert.h [moved from src/coreclr/src/pal/inc/rt/cpp/assert.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/cstdlib [moved from src/coreclr/src/pal/inc/rt/cpp/cstdlib with 100% similarity]
src/coreclr/pal/inc/rt/cpp/ctype.h [moved from src/coreclr/src/pal/inc/rt/cpp/ctype.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/emmintrin.h [moved from src/coreclr/src/pal/inc/rt/cpp/emmintrin.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/fcntl.h [moved from src/coreclr/src/pal/inc/rt/cpp/fcntl.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/float.h [moved from src/coreclr/src/pal/inc/rt/cpp/float.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/io.h [moved from src/coreclr/src/pal/inc/rt/cpp/io.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/limits.h [moved from src/coreclr/src/pal/inc/rt/cpp/limits.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/malloc.h [moved from src/coreclr/src/pal/inc/rt/cpp/malloc.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/math.h [moved from src/coreclr/src/pal/inc/rt/cpp/math.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/memory.h [moved from src/coreclr/src/pal/inc/rt/cpp/memory.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/stdarg.h [moved from src/coreclr/src/pal/inc/rt/cpp/stdarg.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/stddef.h [moved from src/coreclr/src/pal/inc/rt/cpp/stddef.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/stdint.h [moved from src/coreclr/src/pal/inc/rt/cpp/stdint.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/stdio.h [moved from src/coreclr/src/pal/inc/rt/cpp/stdio.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/stdlib.h [moved from src/coreclr/src/pal/inc/rt/cpp/stdlib.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/string.h [moved from src/coreclr/src/pal/inc/rt/cpp/string.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/time.h [moved from src/coreclr/src/pal/inc/rt/cpp/time.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/wchar.h [moved from src/coreclr/src/pal/inc/rt/cpp/wchar.h with 100% similarity]
src/coreclr/pal/inc/rt/cpp/xmmintrin.h [moved from src/coreclr/src/pal/inc/rt/cpp/xmmintrin.h with 100% similarity]
src/coreclr/pal/inc/rt/crtdbg.h [moved from src/coreclr/src/pal/inc/rt/crtdbg.h with 100% similarity]
src/coreclr/pal/inc/rt/dbghelp.h [moved from src/coreclr/src/pal/inc/rt/dbghelp.h with 100% similarity]
src/coreclr/pal/inc/rt/eh.h [moved from src/coreclr/src/pal/inc/rt/eh.h with 100% similarity]
src/coreclr/pal/inc/rt/errorrep.h [moved from src/coreclr/src/pal/inc/rt/errorrep.h with 100% similarity]
src/coreclr/pal/inc/rt/guiddef.h [moved from src/coreclr/src/pal/inc/rt/guiddef.h with 100% similarity]
src/coreclr/pal/inc/rt/htmlhelp.h [moved from src/coreclr/src/pal/inc/rt/htmlhelp.h with 100% similarity]
src/coreclr/pal/inc/rt/imagehlp.h [moved from src/coreclr/src/pal/inc/rt/imagehlp.h with 100% similarity]
src/coreclr/pal/inc/rt/intrin.h [moved from src/coreclr/src/pal/inc/rt/intrin.h with 100% similarity]
src/coreclr/pal/inc/rt/intsafe.h [moved from src/coreclr/src/pal/inc/rt/intsafe.h with 100% similarity]
src/coreclr/pal/inc/rt/new.h [moved from src/coreclr/src/pal/inc/rt/new.h with 100% similarity]
src/coreclr/pal/inc/rt/no_sal2.h [moved from src/coreclr/src/pal/inc/rt/no_sal2.h with 100% similarity]
src/coreclr/pal/inc/rt/ntimage.h [moved from src/coreclr/src/pal/inc/rt/ntimage.h with 100% similarity]
src/coreclr/pal/inc/rt/oaidl.h [moved from src/coreclr/src/pal/inc/rt/oaidl.h with 100% similarity]
src/coreclr/pal/inc/rt/objbase.h [moved from src/coreclr/src/pal/inc/rt/objbase.h with 100% similarity]
src/coreclr/pal/inc/rt/objidl.h [moved from src/coreclr/src/pal/inc/rt/objidl.h with 100% similarity]
src/coreclr/pal/inc/rt/ocidl.h [moved from src/coreclr/src/pal/inc/rt/ocidl.h with 100% similarity]
src/coreclr/pal/inc/rt/ole2.h [moved from src/coreclr/src/pal/inc/rt/ole2.h with 100% similarity]
src/coreclr/pal/inc/rt/oleauto.h [moved from src/coreclr/src/pal/inc/rt/oleauto.h with 100% similarity]
src/coreclr/pal/inc/rt/olectl.h [moved from src/coreclr/src/pal/inc/rt/olectl.h with 100% similarity]
src/coreclr/pal/inc/rt/palrt.h [moved from src/coreclr/src/pal/inc/rt/palrt.h with 100% similarity]
src/coreclr/pal/inc/rt/poppack.h [moved from src/coreclr/src/pal/inc/rt/poppack.h with 100% similarity]
src/coreclr/pal/inc/rt/process.h [moved from src/coreclr/src/pal/inc/rt/process.h with 100% similarity]
src/coreclr/pal/inc/rt/psapi.h [moved from src/coreclr/src/pal/inc/rt/psapi.h with 100% similarity]
src/coreclr/pal/inc/rt/pshpack1.h [moved from src/coreclr/src/pal/inc/rt/pshpack1.h with 100% similarity]
src/coreclr/pal/inc/rt/pshpack2.h [moved from src/coreclr/src/pal/inc/rt/pshpack2.h with 100% similarity]
src/coreclr/pal/inc/rt/pshpack4.h [moved from src/coreclr/src/pal/inc/rt/pshpack4.h with 100% similarity]
src/coreclr/pal/inc/rt/pshpack8.h [moved from src/coreclr/src/pal/inc/rt/pshpack8.h with 100% similarity]
src/coreclr/pal/inc/rt/richedit.h [moved from src/coreclr/src/pal/inc/rt/richedit.h with 100% similarity]
src/coreclr/pal/inc/rt/rpc.h [moved from src/coreclr/src/pal/inc/rt/rpc.h with 100% similarity]
src/coreclr/pal/inc/rt/rpcndr.h [moved from src/coreclr/src/pal/inc/rt/rpcndr.h with 100% similarity]
src/coreclr/pal/inc/rt/safecrt.h [moved from src/coreclr/src/pal/inc/rt/safecrt.h with 100% similarity]
src/coreclr/pal/inc/rt/sal.h [moved from src/coreclr/src/pal/inc/rt/sal.h with 100% similarity]
src/coreclr/pal/inc/rt/servprov.h [moved from src/coreclr/src/pal/inc/rt/servprov.h with 100% similarity]
src/coreclr/pal/inc/rt/share.h [moved from src/coreclr/src/pal/inc/rt/share.h with 100% similarity]
src/coreclr/pal/inc/rt/shellapi.h [moved from src/coreclr/src/pal/inc/rt/shellapi.h with 100% similarity]
src/coreclr/pal/inc/rt/shlobj.h [moved from src/coreclr/src/pal/inc/rt/shlobj.h with 100% similarity]
src/coreclr/pal/inc/rt/shlwapi.h [moved from src/coreclr/src/pal/inc/rt/shlwapi.h with 100% similarity]
src/coreclr/pal/inc/rt/specstrings.h [moved from src/coreclr/src/pal/inc/rt/specstrings.h with 100% similarity]
src/coreclr/pal/inc/rt/specstrings_strict.h [moved from src/coreclr/src/pal/inc/rt/specstrings_strict.h with 100% similarity]
src/coreclr/pal/inc/rt/specstrings_undef.h [moved from src/coreclr/src/pal/inc/rt/specstrings_undef.h with 100% similarity]
src/coreclr/pal/inc/rt/tchar.h [moved from src/coreclr/src/pal/inc/rt/tchar.h with 100% similarity]
src/coreclr/pal/inc/rt/tlhelp32.h [moved from src/coreclr/src/pal/inc/rt/tlhelp32.h with 100% similarity]
src/coreclr/pal/inc/rt/unknwn.h [moved from src/coreclr/src/pal/inc/rt/unknwn.h with 100% similarity]
src/coreclr/pal/inc/rt/urlmon.h [moved from src/coreclr/src/pal/inc/rt/urlmon.h with 100% similarity]
src/coreclr/pal/inc/rt/verrsrc.h [moved from src/coreclr/src/pal/inc/rt/verrsrc.h with 100% similarity]
src/coreclr/pal/inc/rt/winapifamily.h [moved from src/coreclr/src/pal/inc/rt/winapifamily.h with 100% similarity]
src/coreclr/pal/inc/rt/winbase.h [moved from src/coreclr/src/pal/inc/rt/winbase.h with 100% similarity]
src/coreclr/pal/inc/rt/wincrypt.h [moved from src/coreclr/src/pal/inc/rt/wincrypt.h with 100% similarity]
src/coreclr/pal/inc/rt/windef.h [moved from src/coreclr/src/pal/inc/rt/windef.h with 100% similarity]
src/coreclr/pal/inc/rt/windows.h [moved from src/coreclr/src/pal/inc/rt/windows.h with 100% similarity]
src/coreclr/pal/inc/rt/winerror.h [moved from src/coreclr/src/pal/inc/rt/winerror.h with 100% similarity]
src/coreclr/pal/inc/rt/wininet.h [moved from src/coreclr/src/pal/inc/rt/wininet.h with 100% similarity]
src/coreclr/pal/inc/rt/winnls.h [moved from src/coreclr/src/pal/inc/rt/winnls.h with 100% similarity]
src/coreclr/pal/inc/rt/winnt.h [moved from src/coreclr/src/pal/inc/rt/winnt.h with 100% similarity]
src/coreclr/pal/inc/rt/winresrc.h [moved from src/coreclr/src/pal/inc/rt/winresrc.h with 100% similarity]
src/coreclr/pal/inc/rt/winternl.h [moved from src/coreclr/src/pal/inc/rt/winternl.h with 100% similarity]
src/coreclr/pal/inc/rt/winuser.h [moved from src/coreclr/src/pal/inc/rt/winuser.h with 100% similarity]
src/coreclr/pal/inc/rt/winver.h [moved from src/coreclr/src/pal/inc/rt/winver.h with 100% similarity]
src/coreclr/pal/inc/rt/wtsapi32.h [moved from src/coreclr/src/pal/inc/rt/wtsapi32.h with 100% similarity]
src/coreclr/pal/inc/strsafe.h [moved from src/coreclr/src/pal/inc/strsafe.h with 100% similarity]
src/coreclr/pal/inc/unixasmmacros.inc [moved from src/coreclr/src/pal/inc/unixasmmacros.inc with 100% similarity]
src/coreclr/pal/inc/unixasmmacrosamd64.inc [moved from src/coreclr/src/pal/inc/unixasmmacrosamd64.inc with 100% similarity]
src/coreclr/pal/inc/unixasmmacrosarm.inc [moved from src/coreclr/src/pal/inc/unixasmmacrosarm.inc with 100% similarity]
src/coreclr/pal/inc/unixasmmacrosarm64.inc [moved from src/coreclr/src/pal/inc/unixasmmacrosarm64.inc with 100% similarity]
src/coreclr/pal/inc/unixasmmacrosx86.inc [moved from src/coreclr/src/pal/inc/unixasmmacrosx86.inc with 100% similarity]
src/coreclr/pal/prebuilt/corerror/makecorerror.bat [moved from src/coreclr/src/pal/prebuilt/corerror/makecorerror.bat with 100% similarity]
src/coreclr/pal/prebuilt/corerror/mscorurt.rc [moved from src/coreclr/src/pal/prebuilt/corerror/mscorurt.rc with 100% similarity]
src/coreclr/pal/prebuilt/corerror/readme.txt [moved from src/coreclr/src/pal/prebuilt/corerror/readme.txt with 100% similarity]
src/coreclr/pal/prebuilt/idl/clrdata_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/clrdata_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/clrinternal_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/clrinternal_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/clrprivappxhosting_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/clrprivappxhosting_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/clrprivbinding_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/clrprivbinding_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/cordebug_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/cordebug_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/corprof_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/corprof_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/corpub_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/corpub_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/corsym_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/corsym_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/mscorsvc_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/mscorsvc_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/sospriv_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/sospriv_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/xclrdata_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/xclrdata_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/idl/xcordebug_i.cpp [moved from src/coreclr/src/pal/prebuilt/idl/xcordebug_i.cpp with 100% similarity]
src/coreclr/pal/prebuilt/inc/CMakeLists.txt [moved from src/coreclr/src/pal/prebuilt/inc/CMakeLists.txt with 100% similarity]
src/coreclr/pal/prebuilt/inc/clrdata.h [moved from src/coreclr/src/pal/prebuilt/inc/clrdata.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/clrinternal.h [moved from src/coreclr/src/pal/prebuilt/inc/clrinternal.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/clrprivbinding.h [moved from src/coreclr/src/pal/prebuilt/inc/clrprivbinding.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/cordebug.h [moved from src/coreclr/src/pal/prebuilt/inc/cordebug.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/corerror.h [moved from src/coreclr/src/pal/prebuilt/inc/corerror.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/corprof.h [moved from src/coreclr/src/pal/prebuilt/inc/corprof.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/corpub.h [moved from src/coreclr/src/pal/prebuilt/inc/corpub.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/corsym.h [moved from src/coreclr/src/pal/prebuilt/inc/corsym.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/fusion.h [moved from src/coreclr/src/pal/prebuilt/inc/fusion.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/fxver.h [moved from src/coreclr/src/pal/prebuilt/inc/fxver.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/fxver.rc [moved from src/coreclr/src/pal/prebuilt/inc/fxver.rc with 100% similarity]
src/coreclr/pal/prebuilt/inc/metahost.h [moved from src/coreclr/src/pal/prebuilt/inc/metahost.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/mscoree.h [moved from src/coreclr/src/pal/prebuilt/inc/mscoree.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/mscorsvc.h [moved from src/coreclr/src/pal/prebuilt/inc/mscorsvc.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/readme.txt [moved from src/coreclr/src/pal/prebuilt/inc/readme.txt with 100% similarity]
src/coreclr/pal/prebuilt/inc/sospriv.h [moved from src/coreclr/src/pal/prebuilt/inc/sospriv.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/xclrdata.h [moved from src/coreclr/src/pal/prebuilt/inc/xclrdata.h with 100% similarity]
src/coreclr/pal/prebuilt/inc/xcordebug.h [moved from src/coreclr/src/pal/prebuilt/inc/xcordebug.h with 100% similarity]
src/coreclr/pal/src/.tpattributes [moved from src/coreclr/src/pal/src/.tpattributes with 100% similarity]
src/coreclr/pal/src/CMakeLists.txt [moved from src/coreclr/src/pal/src/CMakeLists.txt with 100% similarity]
src/coreclr/pal/src/arch/amd64/activationhandlerwrapper.S [moved from src/coreclr/src/pal/src/arch/amd64/activationhandlerwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/asmconstants.h [moved from src/coreclr/src/pal/src/arch/amd64/asmconstants.h with 100% similarity]
src/coreclr/pal/src/arch/amd64/callsignalhandlerwrapper.S [moved from src/coreclr/src/pal/src/arch/amd64/callsignalhandlerwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/context.S [moved from src/coreclr/src/pal/src/arch/amd64/context.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/context2.S [moved from src/coreclr/src/pal/src/arch/amd64/context2.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/debugbreak.S [moved from src/coreclr/src/pal/src/arch/i386/debugbreak.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/dispatchexceptionwrapper.S [moved from src/coreclr/src/pal/src/arch/amd64/dispatchexceptionwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/exceptionhelper.S [moved from src/coreclr/src/pal/src/arch/amd64/exceptionhelper.S with 100% similarity]
src/coreclr/pal/src/arch/amd64/processor.cpp [moved from src/coreclr/src/pal/src/arch/amd64/processor.cpp with 100% similarity]
src/coreclr/pal/src/arch/amd64/signalhandlerhelper.cpp [moved from src/coreclr/src/pal/src/arch/amd64/signalhandlerhelper.cpp with 100% similarity]
src/coreclr/pal/src/arch/arm/asmconstants.h [moved from src/coreclr/src/pal/src/arch/arm/asmconstants.h with 100% similarity]
src/coreclr/pal/src/arch/arm/callsignalhandlerwrapper.S [moved from src/coreclr/src/pal/src/arch/arm/callsignalhandlerwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/arm/context2.S [moved from src/coreclr/src/pal/src/arch/arm/context2.S with 100% similarity]
src/coreclr/pal/src/arch/arm/debugbreak.S [moved from src/coreclr/src/pal/src/arch/arm/debugbreak.S with 100% similarity]
src/coreclr/pal/src/arch/arm/exceptionhelper.S [moved from src/coreclr/src/pal/src/arch/arm/exceptionhelper.S with 100% similarity]
src/coreclr/pal/src/arch/arm/processor.cpp [moved from src/coreclr/src/pal/src/arch/arm/processor.cpp with 100% similarity]
src/coreclr/pal/src/arch/arm/signalhandlerhelper.cpp [moved from src/coreclr/src/pal/src/arch/arm/signalhandlerhelper.cpp with 100% similarity]
src/coreclr/pal/src/arch/arm64/activationhandlerwrapper.S [moved from src/coreclr/src/pal/src/arch/arm64/activationhandlerwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/asmconstants.h [moved from src/coreclr/src/pal/src/arch/arm64/asmconstants.h with 100% similarity]
src/coreclr/pal/src/arch/arm64/callsignalhandlerwrapper.S [moved from src/coreclr/src/pal/src/arch/arm64/callsignalhandlerwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/context.S [moved from src/coreclr/src/pal/src/arch/arm64/context.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/context2.S [moved from src/coreclr/src/pal/src/arch/arm64/context2.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/debugbreak.S [moved from src/coreclr/src/pal/src/arch/arm64/debugbreak.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/dispatchexceptionwrapper.S [moved from src/coreclr/src/pal/src/arch/arm64/dispatchexceptionwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/exceptionhelper.S [moved from src/coreclr/src/pal/src/arch/arm64/exceptionhelper.S with 100% similarity]
src/coreclr/pal/src/arch/arm64/processor.cpp [moved from src/coreclr/src/pal/src/arch/arm64/processor.cpp with 100% similarity]
src/coreclr/pal/src/arch/arm64/signalhandlerhelper.cpp [moved from src/coreclr/src/pal/src/arch/arm64/signalhandlerhelper.cpp with 100% similarity]
src/coreclr/pal/src/arch/i386/asmconstants.h [moved from src/coreclr/src/pal/src/arch/i386/asmconstants.h with 100% similarity]
src/coreclr/pal/src/arch/i386/callsignalhandlerwrapper.S [moved from src/coreclr/src/pal/src/arch/i386/callsignalhandlerwrapper.S with 100% similarity]
src/coreclr/pal/src/arch/i386/context2.S [moved from src/coreclr/src/pal/src/arch/i386/context2.S with 100% similarity]
src/coreclr/pal/src/arch/i386/debugbreak.S [moved from src/coreclr/src/pal/src/arch/amd64/debugbreak.S with 100% similarity]
src/coreclr/pal/src/arch/i386/exceptionhelper.S [moved from src/coreclr/src/pal/src/arch/i386/exceptionhelper.S with 100% similarity]
src/coreclr/pal/src/arch/i386/processor.cpp [moved from src/coreclr/src/pal/src/arch/i386/processor.cpp with 100% similarity]
src/coreclr/pal/src/arch/i386/signalhandlerhelper.cpp [moved from src/coreclr/src/pal/src/arch/i386/signalhandlerhelper.cpp with 100% similarity]
src/coreclr/pal/src/build_tools/mdtool_dummy [moved from src/coreclr/src/pal/src/build_tools/mdtool_dummy with 100% similarity]
src/coreclr/pal/src/build_tools/mdtool_gcc.in [moved from src/coreclr/src/pal/src/build_tools/mdtool_gcc.in with 100% similarity]
src/coreclr/pal/src/config.h.in [moved from src/coreclr/src/pal/src/config.h.in with 100% similarity]
src/coreclr/pal/src/configure.cmake [moved from src/coreclr/src/pal/src/configure.cmake with 100% similarity]
src/coreclr/pal/src/cruntime/file.cpp [moved from src/coreclr/src/pal/src/cruntime/file.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/filecrt.cpp [moved from src/coreclr/src/pal/src/cruntime/filecrt.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/malloc.cpp [moved from src/coreclr/src/pal/src/cruntime/malloc.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/math.cpp [moved from src/coreclr/src/pal/src/cruntime/math.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/misc.cpp [moved from src/coreclr/src/pal/src/cruntime/misc.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/path.cpp [moved from src/coreclr/src/pal/src/cruntime/path.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/printf.cpp [moved from src/coreclr/src/pal/src/cruntime/printf.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/printfcpp.cpp [moved from src/coreclr/src/pal/src/cruntime/printfcpp.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/silent_printf.cpp [moved from src/coreclr/src/pal/src/cruntime/silent_printf.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/string.cpp [moved from src/coreclr/src/pal/src/cruntime/string.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/stringtls.cpp [moved from src/coreclr/src/pal/src/cruntime/stringtls.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/thread.cpp [moved from src/coreclr/src/pal/src/cruntime/thread.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/wchar.cpp [moved from src/coreclr/src/pal/src/cruntime/wchar.cpp with 100% similarity]
src/coreclr/pal/src/cruntime/wchartls.cpp [moved from src/coreclr/src/pal/src/cruntime/wchartls.cpp with 100% similarity]
src/coreclr/pal/src/debug/debug.cpp [moved from src/coreclr/src/pal/src/debug/debug.cpp with 100% similarity]
src/coreclr/pal/src/eventprovider/CMakeLists.txt [moved from src/coreclr/src/pal/src/eventprovider/CMakeLists.txt with 100% similarity]
src/coreclr/pal/src/eventprovider/dummyprovider/CMakeLists.txt [moved from src/coreclr/src/pal/src/eventprovider/dummyprovider/CMakeLists.txt with 95% similarity]
src/coreclr/pal/src/eventprovider/lttngprovider/CMakeLists.txt [moved from src/coreclr/src/pal/src/eventprovider/lttngprovider/CMakeLists.txt with 97% similarity]
src/coreclr/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp [moved from src/coreclr/src/pal/src/eventprovider/lttngprovider/eventproviderhelpers.cpp with 100% similarity]
src/coreclr/pal/src/exception/compact_unwind_encoding.h [moved from src/coreclr/src/pal/src/exception/compact_unwind_encoding.h with 100% similarity]
src/coreclr/pal/src/exception/machexception.cpp [moved from src/coreclr/src/pal/src/exception/machexception.cpp with 100% similarity]
src/coreclr/pal/src/exception/machexception.h [moved from src/coreclr/src/pal/src/exception/machexception.h with 100% similarity]
src/coreclr/pal/src/exception/machmessage.cpp [moved from src/coreclr/src/pal/src/exception/machmessage.cpp with 100% similarity]
src/coreclr/pal/src/exception/machmessage.h [moved from src/coreclr/src/pal/src/exception/machmessage.h with 100% similarity]
src/coreclr/pal/src/exception/remote-unwind.cpp [moved from src/coreclr/src/pal/src/exception/remote-unwind.cpp with 100% similarity]
src/coreclr/pal/src/exception/seh-unwind.cpp [moved from src/coreclr/src/pal/src/exception/seh-unwind.cpp with 100% similarity]
src/coreclr/pal/src/exception/seh.cpp [moved from src/coreclr/src/pal/src/exception/seh.cpp with 100% similarity]
src/coreclr/pal/src/exception/signal.cpp [moved from src/coreclr/src/pal/src/exception/signal.cpp with 100% similarity]
src/coreclr/pal/src/file/directory.cpp [moved from src/coreclr/src/pal/src/file/directory.cpp with 100% similarity]
src/coreclr/pal/src/file/file.cpp [moved from src/coreclr/src/pal/src/file/file.cpp with 100% similarity]
src/coreclr/pal/src/file/filetime.cpp [moved from src/coreclr/src/pal/src/file/filetime.cpp with 100% similarity]
src/coreclr/pal/src/file/find.cpp [moved from src/coreclr/src/pal/src/file/find.cpp with 100% similarity]
src/coreclr/pal/src/file/path.cpp [moved from src/coreclr/src/pal/src/file/path.cpp with 100% similarity]
src/coreclr/pal/src/handlemgr/handleapi.cpp [moved from src/coreclr/src/pal/src/handlemgr/handleapi.cpp with 100% similarity]
src/coreclr/pal/src/handlemgr/handlemgr.cpp [moved from src/coreclr/src/pal/src/handlemgr/handlemgr.cpp with 100% similarity]
src/coreclr/pal/src/include/pal/cgroup.h [moved from src/coreclr/src/pal/src/include/pal/cgroup.h with 100% similarity]
src/coreclr/pal/src/include/pal/context.h [moved from src/coreclr/src/pal/src/include/pal/context.h with 100% similarity]
src/coreclr/pal/src/include/pal/corunix.hpp [moved from src/coreclr/src/pal/src/include/pal/corunix.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/corunix.inl [moved from src/coreclr/src/pal/src/include/pal/corunix.inl with 100% similarity]
src/coreclr/pal/src/include/pal/critsect.h [moved from src/coreclr/src/pal/src/include/pal/critsect.h with 100% similarity]
src/coreclr/pal/src/include/pal/cruntime.h [moved from src/coreclr/src/pal/src/include/pal/cruntime.h with 100% similarity]
src/coreclr/pal/src/include/pal/cs.hpp [moved from src/coreclr/src/pal/src/include/pal/cs.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/dbgmsg.h [moved from src/coreclr/src/pal/src/include/pal/dbgmsg.h with 100% similarity]
src/coreclr/pal/src/include/pal/debug.h [moved from src/coreclr/src/pal/src/include/pal/debug.h with 100% similarity]
src/coreclr/pal/src/include/pal/environ.h [moved from src/coreclr/src/pal/src/include/pal/environ.h with 100% similarity]
src/coreclr/pal/src/include/pal/event.hpp [moved from src/coreclr/src/pal/src/include/pal/event.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/fakepoll.h [moved from src/coreclr/src/pal/src/include/pal/fakepoll.h with 100% similarity]
src/coreclr/pal/src/include/pal/file.h [moved from src/coreclr/src/pal/src/include/pal/file.h with 100% similarity]
src/coreclr/pal/src/include/pal/file.hpp [moved from src/coreclr/src/pal/src/include/pal/file.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/filetime.h [moved from src/coreclr/src/pal/src/include/pal/filetime.h with 100% similarity]
src/coreclr/pal/src/include/pal/handleapi.hpp [moved from src/coreclr/src/pal/src/include/pal/handleapi.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/handlemgr.hpp [moved from src/coreclr/src/pal/src/include/pal/handlemgr.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/init.h [moved from src/coreclr/src/pal/src/include/pal/init.h with 100% similarity]
src/coreclr/pal/src/include/pal/list.h [moved from src/coreclr/src/pal/src/include/pal/list.h with 100% similarity]
src/coreclr/pal/src/include/pal/malloc.hpp [moved from src/coreclr/src/pal/src/include/pal/malloc.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/map.h [moved from src/coreclr/src/pal/src/include/pal/map.h with 100% similarity]
src/coreclr/pal/src/include/pal/map.hpp [moved from src/coreclr/src/pal/src/include/pal/map.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/misc.h [moved from src/coreclr/src/pal/src/include/pal/misc.h with 100% similarity]
src/coreclr/pal/src/include/pal/module.h [moved from src/coreclr/src/pal/src/include/pal/module.h with 100% similarity]
src/coreclr/pal/src/include/pal/modulename.h [moved from src/coreclr/src/pal/src/include/pal/modulename.h with 100% similarity]
src/coreclr/pal/src/include/pal/mutex.hpp [moved from src/coreclr/src/pal/src/include/pal/mutex.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/numa.h [moved from src/coreclr/src/pal/src/include/pal/numa.h with 100% similarity]
src/coreclr/pal/src/include/pal/palinternal.h [moved from src/coreclr/src/pal/src/include/pal/palinternal.h with 100% similarity]
src/coreclr/pal/src/include/pal/perftrace.h [moved from src/coreclr/src/pal/src/include/pal/perftrace.h with 100% similarity]
src/coreclr/pal/src/include/pal/printfcpp.hpp [moved from src/coreclr/src/pal/src/include/pal/printfcpp.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/process.h [moved from src/coreclr/src/pal/src/include/pal/process.h with 100% similarity]
src/coreclr/pal/src/include/pal/procobj.hpp [moved from src/coreclr/src/pal/src/include/pal/procobj.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/seh.hpp [moved from src/coreclr/src/pal/src/include/pal/seh.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/semaphore.hpp [moved from src/coreclr/src/pal/src/include/pal/semaphore.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/sharedmemory.h [moved from src/coreclr/src/pal/src/include/pal/sharedmemory.h with 100% similarity]
src/coreclr/pal/src/include/pal/sharedmemory.inl [moved from src/coreclr/src/pal/src/include/pal/sharedmemory.inl with 100% similarity]
src/coreclr/pal/src/include/pal/shm.hpp [moved from src/coreclr/src/pal/src/include/pal/shm.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/shmemory.h [moved from src/coreclr/src/pal/src/include/pal/shmemory.h with 100% similarity]
src/coreclr/pal/src/include/pal/signal.hpp [moved from src/coreclr/src/pal/src/include/pal/signal.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/stackstring.hpp [moved from src/coreclr/src/pal/src/include/pal/stackstring.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/synchcache.hpp [moved from src/coreclr/src/pal/src/include/pal/synchcache.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/synchobjects.hpp [moved from src/coreclr/src/pal/src/include/pal/synchobjects.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/thread.hpp [moved from src/coreclr/src/pal/src/include/pal/thread.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/threadinfo.hpp [moved from src/coreclr/src/pal/src/include/pal/threadinfo.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/threadsusp.hpp [moved from src/coreclr/src/pal/src/include/pal/threadsusp.hpp with 100% similarity]
src/coreclr/pal/src/include/pal/unicodedata.h [moved from src/coreclr/src/pal/src/include/pal/unicodedata.h with 100% similarity]
src/coreclr/pal/src/include/pal/utf8.h [moved from src/coreclr/src/pal/src/include/pal/utf8.h with 100% similarity]
src/coreclr/pal/src/include/pal/utils.h [moved from src/coreclr/src/pal/src/include/pal/utils.h with 100% similarity]
src/coreclr/pal/src/include/pal/virtual.h [moved from src/coreclr/src/pal/src/include/pal/virtual.h with 100% similarity]
src/coreclr/pal/src/init/pal.cpp [moved from src/coreclr/src/pal/src/init/pal.cpp with 100% similarity]
src/coreclr/pal/src/init/sxs.cpp [moved from src/coreclr/src/pal/src/init/sxs.cpp with 100% similarity]
src/coreclr/pal/src/libunwind/.gitignore [moved from src/coreclr/src/pal/src/libunwind/.gitignore with 100% similarity]
src/coreclr/pal/src/libunwind/.travis.yml [moved from src/coreclr/src/pal/src/libunwind/.travis.yml with 100% similarity]
src/coreclr/pal/src/libunwind/AUTHORS [moved from src/coreclr/src/pal/src/libunwind/AUTHORS with 100% similarity]
src/coreclr/pal/src/libunwind/CMakeLists.txt [moved from src/coreclr/src/pal/src/libunwind/CMakeLists.txt with 100% similarity]
src/coreclr/pal/src/libunwind/COPYING [moved from src/coreclr/src/pal/src/libunwind/COPYING with 100% similarity]
src/coreclr/pal/src/libunwind/ChangeLog [moved from src/coreclr/src/pal/src/libunwind/ChangeLog with 100% similarity]
src/coreclr/pal/src/libunwind/LICENSE [moved from src/coreclr/src/pal/src/libunwind/LICENSE with 100% similarity]
src/coreclr/pal/src/libunwind/Makefile.am [moved from src/coreclr/src/pal/src/libunwind/Makefile.am with 100% similarity]
src/coreclr/pal/src/libunwind/NEWS [moved from src/coreclr/src/pal/src/libunwind/NEWS with 100% similarity]
src/coreclr/pal/src/libunwind/README [moved from src/coreclr/src/pal/src/libunwind/README with 100% similarity]
src/coreclr/pal/src/libunwind/README.md [moved from src/coreclr/src/pal/src/libunwind/README.md with 100% similarity]
src/coreclr/pal/src/libunwind/TODO [moved from src/coreclr/src/pal/src/libunwind/TODO with 100% similarity]
src/coreclr/pal/src/libunwind/acinclude.m4 [moved from src/coreclr/src/pal/src/libunwind/acinclude.m4 with 100% similarity]
src/coreclr/pal/src/libunwind/autogen.sh [moved from src/coreclr/src/pal/src/libunwind/autogen.sh with 100% similarity]
src/coreclr/pal/src/libunwind/config.h.in [moved from src/coreclr/src/pal/src/libunwind/config.h.in with 100% similarity]
src/coreclr/pal/src/libunwind/configure.ac [moved from src/coreclr/src/pal/src/libunwind/configure.ac with 100% similarity]
src/coreclr/pal/src/libunwind/configure.cmake [moved from src/coreclr/src/pal/src/libunwind/configure.cmake with 100% similarity]
src/coreclr/pal/src/libunwind/doc/Makefile.am [moved from src/coreclr/src/pal/src/libunwind/doc/Makefile.am with 100% similarity]
src/coreclr/pal/src/libunwind/doc/NOTES [moved from src/coreclr/src/pal/src/libunwind/doc/NOTES with 100% similarity]
src/coreclr/pal/src/libunwind/doc/_U_dyn_cancel.man [moved from src/coreclr/src/pal/src/libunwind/doc/_U_dyn_cancel.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/_U_dyn_cancel.tex [moved from src/coreclr/src/pal/src/libunwind/doc/_U_dyn_cancel.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/_U_dyn_register.man [moved from src/coreclr/src/pal/src/libunwind/doc/_U_dyn_register.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/_U_dyn_register.tex [moved from src/coreclr/src/pal/src/libunwind/doc/_U_dyn_register.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/common.tex.in [moved from src/coreclr/src/pal/src/libunwind/doc/common.tex.in with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-dynamic.man [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-dynamic.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-dynamic.tex [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-dynamic.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-ia64.man [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-ia64.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-ia64.tex [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-ia64.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-ptrace.man [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-ptrace.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-ptrace.tex [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-ptrace.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-setjmp.man [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-setjmp.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind-setjmp.tex [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind-setjmp.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind.man [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind.tex [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/libunwind.trans [moved from src/coreclr/src/pal/src/libunwind/doc/libunwind.trans with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_apply_reg_state.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_apply_reg_state.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_apply_reg_state.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_apply_reg_state.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_backtrace.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_backtrace.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_backtrace.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_backtrace.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_create_addr_space.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_create_addr_space.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_create_addr_space.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_create_addr_space.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_destroy_addr_space.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_destroy_addr_space.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_destroy_addr_space.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_destroy_addr_space.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_flush_cache.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_flush_cache.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_flush_cache.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_flush_cache.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_accessors.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_accessors.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_accessors.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_accessors.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_fpreg.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_fpreg.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_fpreg.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_fpreg.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_proc_info.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_proc_info.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_proc_info.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_proc_info.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_proc_info_by_ip.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_proc_info_by_ip.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_proc_info_by_ip.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_proc_info_by_ip.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_proc_name.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_proc_name.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_proc_name.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_proc_name.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_reg.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_reg.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_get_reg.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_get_reg.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_getcontext.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_getcontext.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_getcontext.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_getcontext.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_init_local.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_init_local.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_init_local.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_init_local.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_init_local2.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_init_local2.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_init_remote.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_init_remote.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_init_remote.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_init_remote.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_is_fpreg.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_is_fpreg.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_is_fpreg.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_is_fpreg.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_is_signal_frame.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_is_signal_frame.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_is_signal_frame.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_is_signal_frame.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_reg_states_iterate.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_reg_states_iterate.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_reg_states_iterate.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_reg_states_iterate.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_regname.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_regname.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_regname.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_regname.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_resume.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_resume.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_resume.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_resume.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_cache_size.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_cache_size.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_cache_size.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_cache_size.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_caching_policy.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_caching_policy.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_caching_policy.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_caching_policy.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_fpreg.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_fpreg.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_fpreg.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_fpreg.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_reg.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_reg.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_set_reg.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_set_reg.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_step.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_step.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_step.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_step.tex with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_strerror.man [moved from src/coreclr/src/pal/src/libunwind/doc/unw_strerror.man with 100% similarity]
src/coreclr/pal/src/libunwind/doc/unw_strerror.tex [moved from src/coreclr/src/pal/src/libunwind/doc/unw_strerror.tex with 100% similarity]
src/coreclr/pal/src/libunwind/include/compiler.h [moved from src/coreclr/src/pal/src/libunwind/include/compiler.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/config.h.cmake.in [moved from src/coreclr/src/pal/src/libunwind/include/config.h.cmake.in with 100% similarity]
src/coreclr/pal/src/libunwind/include/dwarf-eh.h [moved from src/coreclr/src/pal/src/libunwind/include/dwarf-eh.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/dwarf.h [moved from src/coreclr/src/pal/src/libunwind/include/dwarf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/dwarf_i.h [moved from src/coreclr/src/pal/src/libunwind/include/dwarf_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-aarch64.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-aarch64.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-arm.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-arm.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-common.h.in [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-common.h.in with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-coredump.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-coredump.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-dynamic.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-dynamic.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-hppa.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-hppa.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-ia64.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-ia64.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-mips.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-mips.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-ppc32.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-ppc32.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-ppc64.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-ppc64.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-ptrace.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-ptrace.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-s390x.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-s390x.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-sh.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-sh.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-tilegx.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-tilegx.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-x86.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-x86.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind-x86_64.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind-x86_64.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind.h.in [moved from src/coreclr/src/pal/src/libunwind/include/libunwind.h.in with 100% similarity]
src/coreclr/pal/src/libunwind/include/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/mempool.h [moved from src/coreclr/src/pal/src/libunwind/include/mempool.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/remote.h [moved from src/coreclr/src/pal/src/libunwind/include/remote.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-aarch64/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-aarch64/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-aarch64/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-aarch64/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-aarch64/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-aarch64/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-arm/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-arm/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-arm/ex_tables.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-arm/ex_tables.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-arm/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-arm/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-arm/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-arm/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-hppa/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-hppa/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-hppa/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-hppa/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-hppa/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-hppa/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ia64/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ia64/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ia64/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ia64/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ia64/rse.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ia64/rse.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ia64/script.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ia64/script.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-mips/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-mips/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-mips/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-mips/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-mips/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-mips/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ppc32/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ppc32/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ppc32/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ppc64/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ppc32/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ppc32/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ppc64/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ppc64/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ppc64/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ppc32/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-ppc64/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-ppc64/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-s390x/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-s390x/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-s390x/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-s390x/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-s390x/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-s390x/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-sh/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-sh/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-sh/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-sh/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-sh/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-sh/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-tilegx/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-tilegx/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-tilegx/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-tilegx/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-tilegx/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-tilegx/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-x86/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-x86/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-x86/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-x86/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-x86/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-x86/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-x86_64/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-x86_64/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-x86_64/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-x86_64/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep-x86_64/libunwind_i.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep-x86_64/libunwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep/dwarf-config.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep/dwarf-config.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/tdep/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/tdep/libunwind_i.h.in [moved from src/coreclr/src/pal/src/libunwind/include/tdep/libunwind_i.h.in with 100% similarity]
src/coreclr/pal/src/libunwind/include/unwind.h [moved from src/coreclr/src/pal/src/libunwind/include/unwind.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/elf.h [moved from src/coreclr/src/pal/src/libunwind/include/win/elf.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/endian.h [moved from src/coreclr/src/pal/src/libunwind/include/win/endian.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/fakestdalign.h.in [moved from src/coreclr/src/pal/src/libunwind/include/win/fakestdalign.h.in with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/fakestdatomic.h.in [moved from src/coreclr/src/pal/src/libunwind/include/win/fakestdatomic.h.in with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/freebsd-elf32.h [moved from src/coreclr/src/pal/src/libunwind_mac/include/freebsd-elf32.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/freebsd-elf64.h [moved from src/coreclr/src/pal/src/libunwind_mac/include/freebsd-elf64.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/freebsd-elf_common.h [moved from src/coreclr/src/pal/src/libunwind_mac/include/freebsd-elf_common.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/pthread.h [moved from src/coreclr/src/pal/src/libunwind/include/win/pthread.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/signal.h [moved from src/coreclr/src/pal/src/libunwind/include/win/signal.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/sys/mman.h [moved from src/coreclr/src/pal/src/libunwind/include/win/sys/mman.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/sys/syscall.h [moved from src/coreclr/src/pal/src/libunwind/include/win/sys/syscall.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/sys/types.h [moved from src/coreclr/src/pal/src/libunwind/include/win/sys/types.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/sys/ucontext.h [moved from src/coreclr/src/pal/src/libunwind/include/win/sys/ucontext.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/ucontext.h [moved from src/coreclr/src/pal/src/libunwind/include/win/ucontext.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/win/unistd.h [moved from src/coreclr/src/pal/src/libunwind/include/win/unistd.h with 100% similarity]
src/coreclr/pal/src/libunwind/include/x86/jmpbuf.h [moved from src/coreclr/src/pal/src/libunwind/include/x86/jmpbuf.h with 100% similarity]
src/coreclr/pal/src/libunwind/libunwind-version.txt [moved from src/coreclr/src/pal/src/libunwind/libunwind-version.txt with 100% similarity]
src/coreclr/pal/src/libunwind/scripts/kernel-diff.sh [moved from src/coreclr/src/pal/src/libunwind/scripts/kernel-diff.sh with 100% similarity]
src/coreclr/pal/src/libunwind/scripts/kernel-files.txt [moved from src/coreclr/src/pal/src/libunwind/scripts/kernel-files.txt with 100% similarity]
src/coreclr/pal/src/libunwind/scripts/make-L-files [moved from src/coreclr/src/pal/src/libunwind/scripts/make-L-files with 100% similarity]
src/coreclr/pal/src/libunwind/src/CMakeLists.txt [moved from src/coreclr/src/pal/src/libunwind/src/CMakeLists.txt with 98% similarity]
src/coreclr/pal/src/libunwind/src/Makefile.am [moved from src/coreclr/src/pal/src/libunwind/src/Makefile.am with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gstash_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gstash_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Gtrace.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gtrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lstash_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lstash_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/Ltrace.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Ltrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/gen-offsets.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/gen-offsets.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/init.h [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/aarch64/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gex_tables.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gex_tables.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gos-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gos-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gos-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gos-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gos-other.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gos-other.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gstash_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gstash_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Gtrace.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gtrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lex_tables.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lex_tables.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Los-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Los-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Los-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Los-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Los-other.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Los-other.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lstash_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lstash_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/Ltrace.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Ltrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/gen-offsets.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/gen-offsets.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/arm/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/init.h [moved from src/coreclr/src/pal/src/libunwind/src/arm/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/arm/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/arm/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/arm/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/arm/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/README [moved from src/coreclr/src/pal/src/libunwind/src/coredump/README with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_access_mem.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_access_mem.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_access_reg_freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_access_reg_freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_access_reg_linux.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_access_reg_linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_accessors.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_accessors.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_create.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_create.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_destroy.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_destroy.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_elf_map_image.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_elf_map_image.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_find_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_find_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_get_proc_name.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_get_proc_name.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_internal.h [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_internal.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UCD_lib.h [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UCD_lib.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UPT_access_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UPT_access_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UPT_elf.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UPT_elf.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UPT_get_dyn_info_list_addr.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UPT_get_dyn_info_list_addr.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UPT_put_unwind_info.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UPT_put_unwind_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/_UPT_resume.c [moved from src/coreclr/src/pal/src/libunwind/src/coredump/_UPT_resume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/coredump/libunwind-coredump.pc.in [moved from src/coreclr/src/pal/src/libunwind/src/coredump/libunwind-coredump.pc.in with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Gexpr.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Gexpr.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Gfde.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Gfde.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Gfind_proc_info-lsb.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Gfind_proc_info-lsb.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Gfind_unwind_table.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Gfind_unwind_table.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Gparser.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Gparser.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Gpe.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Gpe.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Lexpr.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Lexpr.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Lfde.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Lfde.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Lfind_proc_info-lsb.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Lfind_proc_info-lsb.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Lfind_unwind_table.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lfind_unwind_table.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Lparser.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lparser.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/Lpe.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Lpe.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/dwarf/global.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/global.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/elf32.c [moved from src/coreclr/src/pal/src/libunwind/src/elf32.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/elf32.h [moved from src/coreclr/src/pal/src/libunwind/src/elf32.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/elf64.c [moved from src/coreclr/src/pal/src/libunwind/src/elf64.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/elf64.h [moved from src/coreclr/src/pal/src/libunwind/src/elf64.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/elfxx.c [moved from src/coreclr/src/pal/src/libunwind/src/elfxx.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/elfxx.h [moved from src/coreclr/src/pal/src/libunwind/src/elfxx.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/get_accessors.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/get_accessors.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/hppa/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/init.h [moved from src/coreclr/src/pal/src/libunwind/src/hppa/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/hppa/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/setcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/hppa/setcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/hppa/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/tables.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/tables.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/hppa/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/hppa/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gfind_unwind_table.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gfind_unwind_table.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Ginstall_cursor.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Ginstall_cursor.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gparser.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gparser.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Grbs.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Grbs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gscript.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gscript.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Gtables.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Gtables.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lfind_unwind_table.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Lfind_unwind_table.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Linstall_cursor.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Linstall_cursor.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lparser.c [moved from src/coreclr/src/pal/src/libunwind/src/dwarf/Lparser.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lrbs.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lrbs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lscript.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lscript.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/Ltables.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Ltables.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/NOTES [moved from src/coreclr/src/pal/src/libunwind/src/ia64/NOTES with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/dyn_info_list.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/dyn_info_list.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/init.h [moved from src/coreclr/src/pal/src/libunwind/src/ia64/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/longjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/longjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/mk_cursor_i [moved from src/coreclr/src/pal/src/libunwind/src/ia64/mk_cursor_i with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/ia64/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/regs.h [moved from src/coreclr/src/pal/src/libunwind/src/ia64/regs.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/setjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/setjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/sigsetjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/ia64/sigsetjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/ucontext_i.h [moved from src/coreclr/src/pal/src/libunwind/src/ia64/ucontext_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/unwind_decoder.h [moved from src/coreclr/src/pal/src/libunwind/src/ia64/unwind_decoder.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ia64/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/ia64/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/libunwind-generic.pc.in [moved from src/coreclr/src/pal/src/libunwind/src/libunwind-generic.pc.in with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gdestroy_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gdestroy_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gdyn-extract.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gdyn-extract.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gdyn-remote.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gdyn-remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gfind_dynamic_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gfind_dynamic_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gget_accessors.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gget_accessors.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gget_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gget_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gget_proc_info_by_ip.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gget_proc_info_by_ip.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gget_proc_name.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gget_proc_name.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gget_reg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gget_reg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gput_dynamic_unwind_info.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gput_dynamic_unwind_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gset_cache_size.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gset_cache_size.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gset_caching_policy.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gset_caching_policy.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gset_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gset_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Gset_reg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Gset_reg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Ldestroy_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Ldestroy_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Ldyn-extract.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Ldyn-extract.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Ldyn-remote.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Ldyn-remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lfind_dynamic_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lfind_dynamic_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lget_accessors.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lget_accessors.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lget_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lget_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lget_proc_info_by_ip.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lget_proc_info_by_ip.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lget_proc_name.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lget_proc_name.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lget_reg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lget_reg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lput_dynamic_unwind_info.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lput_dynamic_unwind_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lset_cache_size.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lset_cache_size.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lset_caching_policy.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lset_caching_policy.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lset_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lset_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/Lset_reg.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/Lset_reg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/_ReadSLEB.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/_ReadSLEB.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/_ReadULEB.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/_ReadULEB.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/backtrace.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/backtrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/dyn-cancel.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/dyn-cancel.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/dyn-info-list.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/dyn-info-list.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/dyn-register.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/dyn-register.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/flush_cache.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/flush_cache.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/init.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/init.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/mempool.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/mempool.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mi/strerror.c [moved from src/coreclr/src/pal/src/libunwind/src/mi/strerror.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/elfxx.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/elfxx.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/gen-offsets.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/gen-offsets.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/mips/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/init.h [moved from src/coreclr/src/pal/src/libunwind/src/mips/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/mips/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/mips/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/mips/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/mips/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/oop/_OOP_find_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/oop/_OOP_find_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/oop/_OOP_internal.h [moved from src/coreclr/src/pal/src/libunwind/src/oop/_OOP_internal.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/os-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/os-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/os-hpux.c [moved from src/coreclr/src/pal/src/libunwind/src/os-hpux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/os-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/os-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/os-linux.h [moved from src/coreclr/src/pal/src/libunwind/src/os-linux.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/os-qnx.c [moved from src/coreclr/src/pal/src/libunwind/src/os-qnx.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/os-solaris.c [moved from src/coreclr/src/pal/src/libunwind/src/os-solaris.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/longjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/ppc/longjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/ppc/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/Make-arch.in [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Make-arch.in with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/get_func_addr.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/get_func_addr.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/init.h [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/setcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/setcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/ucontext_i.h [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/ucontext_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc32/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc32/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/get_func_addr.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/get_func_addr.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/init.h [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/setcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/setcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/ucontext_i.h [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/ucontext_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ppc64/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/ppc64/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_access_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_access_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_access_mem.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_access_mem.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_access_reg.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_access_reg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_accessors.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_accessors.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_create.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_create.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_destroy.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_destroy.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_elf.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_elf.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_find_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_find_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_get_dyn_info_list_addr.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_get_dyn_info_list_addr.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_get_proc_name.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_get_proc_name.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_internal.h [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_internal.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_put_unwind_info.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_put_unwind_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_reg_offset.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_reg_offset.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/_UPT_resume.c [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/_UPT_resume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/ptrace/libunwind-ptrace.pc.in [moved from src/coreclr/src/pal/src/libunwind/src/ptrace/libunwind-ptrace.pc.in with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ppc/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/s390x/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/init.h [moved from src/coreclr/src/pal/src/libunwind/src/s390x/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/setcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/s390x/setcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/s390x/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/s390x/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/setjmp/libunwind-setjmp.pc.in [moved from src/coreclr/src/pal/src/libunwind/src/setjmp/libunwind-setjmp.pc.in with 100% similarity]
src/coreclr/pal/src/libunwind/src/setjmp/longjmp.c [moved from src/coreclr/src/pal/src/libunwind/src/setjmp/longjmp.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/setjmp/setjmp.c [moved from src/coreclr/src/pal/src/libunwind/src/setjmp/setjmp.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/setjmp/setjmp_i.h [moved from src/coreclr/src/pal/src/libunwind/src/setjmp/setjmp_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/setjmp/siglongjmp.c [moved from src/coreclr/src/pal/src/libunwind/src/setjmp/siglongjmp.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/setjmp/sigsetjmp.c [moved from src/coreclr/src/pal/src/libunwind/src/setjmp/sigsetjmp.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/ia64/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/gen-offsets.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/gen-offsets.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/init.h [moved from src/coreclr/src/pal/src/libunwind/src/sh/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/sh/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/sh/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/sh/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/sh/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/sh/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lis_signal_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lis_signal_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/hppa/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/elfxx.c [moved from src/coreclr/src/pal/src/libunwind/src/mips/elfxx.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/gen-offsets.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/gen-offsets.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/init.h [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/tilegx/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/tilegx/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/Backtrace.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/Backtrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/DeleteException.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/DeleteException.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/FindEnclosingFunction.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/FindEnclosingFunction.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/ForcedUnwind.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/ForcedUnwind.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetBSP.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetBSP.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetCFA.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetCFA.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetDataRelBase.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetDataRelBase.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetGR.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetGR.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetIP.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetIP.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetIPInfo.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetIPInfo.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetLanguageSpecificData.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetLanguageSpecificData.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetRegionStart.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetRegionStart.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/GetTextRelBase.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/GetTextRelBase.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/RaiseException.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/RaiseException.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/Resume.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/Resume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/Resume_or_Rethrow.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/Resume_or_Rethrow.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/SetGR.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/SetGR.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/SetIP.c [moved from src/coreclr/src/pal/src/libunwind/src/unwind/SetIP.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/libunwind.pc.in [moved from src/coreclr/src/pal/src/libunwind/src/unwind/libunwind.pc.in with 100% similarity]
src/coreclr/pal/src/libunwind/src/unwind/unwind-internal.h [moved from src/coreclr/src/pal/src/libunwind/src/unwind/unwind-internal.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/win/pal-single-threaded.c [moved from src/coreclr/src/pal/src/libunwind/src/win/pal-single-threaded.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gos-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gos-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gos-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gos-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Los-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Los-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Los-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/Los-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/getcontext-freebsd.S [moved from src/coreclr/src/pal/src/libunwind/src/x86/getcontext-freebsd.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/getcontext-linux.S [moved from src/coreclr/src/pal/src/libunwind/src/x86/getcontext-linux.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/init.h [moved from src/coreclr/src/pal/src/libunwind/src/x86/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/longjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/x86/longjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/x86/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/x86/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/x86/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/x86/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Gapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Gget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Ginit.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Ginit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Ginit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Ginit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Ginit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Ginit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gos-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gos-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gos-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gos-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gos-solaris.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gos-solaris.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Greg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Greg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gregs.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gresume.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gstash_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gstash_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gstep.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Gtrace.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Gtrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lapply_reg_state.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lapply_reg_state.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lcreate_addr_space.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lcreate_addr_space.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lget_proc_info.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lget_proc_info.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lget_save_loc.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lget_save_loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lglobal.c [moved from src/coreclr/src/pal/src/libunwind/src/s390x/Lglobal.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Linit.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Linit.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Linit_local.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Linit_local.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Linit_remote.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Linit_remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Los-freebsd.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Los-freebsd.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Los-linux.c [moved from src/coreclr/src/pal/src/libunwind/src/arm/Los-linux.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Los-solaris.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/Los-solaris.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lreg_states_iterate.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lreg_states_iterate.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lregs.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lregs.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lresume.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lresume.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lstash_frame.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lstash_frame.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Lstep.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Lstep.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/Ltrace.c [moved from src/coreclr/src/pal/src/libunwind/src/aarch64/Ltrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/getcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/getcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/init.h [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/init.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/is_fpreg.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/is_fpreg.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/longjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/longjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/offsets.h [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/offsets.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/regname.c [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/regname.c with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/setcontext.S [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/setcontext.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/siglongjmp.S [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/siglongjmp.S with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/ucontext_i.h [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/ucontext_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/src/x86_64/unwind_i.h [moved from src/coreclr/src/pal/src/libunwind/src/x86_64/unwind_i.h with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gia64-test-nat.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gia64-test-nat.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gia64-test-rbs.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gia64-test-rbs.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gia64-test-readonly.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gia64-test-readonly.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gia64-test-stack.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gia64-test-stack.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gperf-simple.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gperf-simple.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gperf-trace.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gperf-trace.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-bt.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-bt.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-concurrent.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-concurrent.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-dyn1.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-dyn1.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-exc.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-exc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-init.cxx [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-init.cxx with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-nomalloc.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-nomalloc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-resume-sig-rt.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-resume-sig-rt.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-resume-sig.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-resume-sig.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gtest-trace.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gtest-trace.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Gx64-test-dwarf-expressions.c [moved from src/coreclr/src/pal/src/libunwind/tests/Gx64-test-dwarf-expressions.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lia64-test-nat.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lia64-test-nat.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lia64-test-rbs.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lia64-test-rbs.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lia64-test-readonly.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lia64-test-readonly.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lia64-test-stack.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lia64-test-stack.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lperf-simple.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lperf-simple.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lperf-trace.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lperf-trace.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lrs-race.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lrs-race.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-bt.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-bt.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-concurrent.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-concurrent.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-cxx-exceptions.cxx [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-cxx-exceptions.cxx with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-dyn1.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-dyn1.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-exc.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-exc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-init-local-signal-lib.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-init-local-signal-lib.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-init-local-signal.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-init-local-signal.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-init.cxx [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-init.cxx with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-mem-validate.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-mem-validate.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-nocalloc.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-nocalloc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-nomalloc.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-nomalloc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-resume-sig-rt.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-resume-sig-rt.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-resume-sig.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-resume-sig.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-trace.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-trace.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Ltest-varargs.c [moved from src/coreclr/src/pal/src/libunwind/tests/Ltest-varargs.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Lx64-test-dwarf-expressions.c [moved from src/coreclr/src/pal/src/libunwind/tests/Lx64-test-dwarf-expressions.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/Makefile.am [moved from src/coreclr/src/pal/src/libunwind/tests/Makefile.am with 100% similarity]
src/coreclr/pal/src/libunwind/tests/check-namespace.sh.in [moved from src/coreclr/src/pal/src/libunwind/tests/check-namespace.sh.in with 100% similarity]
src/coreclr/pal/src/libunwind/tests/crasher.c [moved from src/coreclr/src/pal/src/libunwind/tests/crasher.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/flush-cache.S [moved from src/coreclr/src/pal/src/libunwind/tests/flush-cache.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/flush-cache.h [moved from src/coreclr/src/pal/src/libunwind/tests/flush-cache.h with 100% similarity]
src/coreclr/pal/src/libunwind/tests/forker.c [moved from src/coreclr/src/pal/src/libunwind/tests/forker.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-dyn-asm.S [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-dyn-asm.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-dyn1.c [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-dyn1.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-nat-asm.S [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-nat-asm.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-rbs-asm.S [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-rbs-asm.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-rbs.h [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-rbs.h with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-readonly-asm.S [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-readonly-asm.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-setjmp.c [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-setjmp.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-sig.c [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-sig.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-stack-asm.S [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-stack-asm.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ia64-test-stack.h [moved from src/coreclr/src/pal/src/libunwind/tests/ia64-test-stack.h with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ident.c [moved from src/coreclr/src/pal/src/libunwind/tests/ident.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/mapper.c [moved from src/coreclr/src/pal/src/libunwind/tests/mapper.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/perf-startup [moved from src/coreclr/src/pal/src/libunwind/tests/perf-startup with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ppc64-test-altivec-utils.c [moved from src/coreclr/src/pal/src/libunwind/tests/ppc64-test-altivec-utils.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/ppc64-test-altivec.c [moved from src/coreclr/src/pal/src/libunwind/tests/ppc64-test-altivec.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/run-check-namespace [moved from src/coreclr/src/pal/src/libunwind/tests/run-check-namespace with 100% similarity]
src/coreclr/pal/src/libunwind/tests/run-coredump-unwind [moved from src/coreclr/src/pal/src/libunwind/tests/run-coredump-unwind with 100% similarity]
src/coreclr/pal/src/libunwind/tests/run-coredump-unwind-mdi [moved from src/coreclr/src/pal/src/libunwind/tests/run-coredump-unwind-mdi with 100% similarity]
src/coreclr/pal/src/libunwind/tests/run-ia64-test-dyn1 [moved from src/coreclr/src/pal/src/libunwind/tests/run-ia64-test-dyn1 with 100% similarity]
src/coreclr/pal/src/libunwind/tests/run-ptrace-mapper [moved from src/coreclr/src/pal/src/libunwind/tests/run-ptrace-mapper with 100% similarity]
src/coreclr/pal/src/libunwind/tests/run-ptrace-misc [moved from src/coreclr/src/pal/src/libunwind/tests/run-ptrace-misc with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-async-sig.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-async-sig.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-coredump-unwind.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-coredump-unwind.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-flush-cache.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-flush-cache.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-init-remote.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-init-remote.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-mem.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-mem.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-proc-info.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-proc-info.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-ptrace-misc.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-ptrace-misc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-ptrace.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-ptrace.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-reg-state.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-reg-state.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-setjmp.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-setjmp.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-static-link-gen.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-static-link-gen.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-static-link-loc.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-static-link-loc.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/test-strerror.c [moved from src/coreclr/src/pal/src/libunwind/tests/test-strerror.c with 100% similarity]
src/coreclr/pal/src/libunwind/tests/x64-test-dwarf-expressions.S [moved from src/coreclr/src/pal/src/libunwind/tests/x64-test-dwarf-expressions.S with 100% similarity]
src/coreclr/pal/src/libunwind/tests/x64-unwind-badjmp-signal-frame.c [moved from src/coreclr/src/pal/src/libunwind/tests/x64-unwind-badjmp-signal-frame.c with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/elf.h [moved from src/coreclr/src/pal/src/libunwind_mac/include/elf.h with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/endian.h [moved from src/coreclr/src/pal/src/libunwind_mac/include/endian.h with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/fakestdalign.h.in [moved from src/coreclr/src/pal/src/libunwind_mac/include/fakestdalign.h.in with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/fakestdatomic.h.in [moved from src/coreclr/src/pal/src/libunwind_mac/include/fakestdatomic.h.in with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/freebsd-elf32.h [moved from src/coreclr/src/pal/src/libunwind/include/win/freebsd-elf32.h with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/freebsd-elf64.h [moved from src/coreclr/src/pal/src/libunwind/include/win/freebsd-elf64.h with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/freebsd-elf_common.h [moved from src/coreclr/src/pal/src/libunwind/include/win/freebsd-elf_common.h with 100% similarity]
src/coreclr/pal/src/libunwind_mac/include/ucontext.h [moved from src/coreclr/src/pal/src/libunwind_mac/include/ucontext.h with 100% similarity]
src/coreclr/pal/src/libunwind_mac/src/missing-functions.c [moved from src/coreclr/src/pal/src/libunwind_mac/src/missing-functions.c with 100% similarity]
src/coreclr/pal/src/loader/module.cpp [moved from src/coreclr/src/pal/src/loader/module.cpp with 100% similarity]
src/coreclr/pal/src/loader/modulename.cpp [moved from src/coreclr/src/pal/src/loader/modulename.cpp with 100% similarity]
src/coreclr/pal/src/locale/unicode.cpp [moved from src/coreclr/src/pal/src/locale/unicode.cpp with 100% similarity]
src/coreclr/pal/src/locale/unicodedata.cpp [moved from src/coreclr/src/pal/src/locale/unicodedata.cpp with 100% similarity]
src/coreclr/pal/src/locale/unicodedata.cs [moved from src/coreclr/src/pal/src/locale/unicodedata.cs with 100% similarity]
src/coreclr/pal/src/locale/utf8.cpp [moved from src/coreclr/src/pal/src/locale/utf8.cpp with 100% similarity]
src/coreclr/pal/src/map/common.cpp [moved from src/coreclr/src/pal/src/map/common.cpp with 100% similarity]
src/coreclr/pal/src/map/common.h [moved from src/coreclr/src/pal/src/map/common.h with 100% similarity]
src/coreclr/pal/src/map/map.cpp [moved from src/coreclr/src/pal/src/map/map.cpp with 100% similarity]
src/coreclr/pal/src/map/virtual.cpp [moved from src/coreclr/src/pal/src/map/virtual.cpp with 100% similarity]
src/coreclr/pal/src/memory/local.cpp [moved from src/coreclr/src/pal/src/memory/local.cpp with 100% similarity]
src/coreclr/pal/src/misc/cgroup.cpp [moved from src/coreclr/src/pal/src/misc/cgroup.cpp with 100% similarity]
src/coreclr/pal/src/misc/dbgmsg.cpp [moved from src/coreclr/src/pal/src/misc/dbgmsg.cpp with 100% similarity]
src/coreclr/pal/src/misc/environ.cpp [moved from src/coreclr/src/pal/src/misc/environ.cpp with 100% similarity]
src/coreclr/pal/src/misc/error.cpp [moved from src/coreclr/src/pal/src/misc/error.cpp with 100% similarity]
src/coreclr/pal/src/misc/errorstrings.cpp [moved from src/coreclr/src/pal/src/misc/errorstrings.cpp with 100% similarity]
src/coreclr/pal/src/misc/errorstrings.h [moved from src/coreclr/src/pal/src/misc/errorstrings.h with 100% similarity]
src/coreclr/pal/src/misc/fmtmessage.cpp [moved from src/coreclr/src/pal/src/misc/fmtmessage.cpp with 100% similarity]
src/coreclr/pal/src/misc/jitsupport.cpp [moved from src/coreclr/src/pal/src/misc/jitsupport.cpp with 100% similarity]
src/coreclr/pal/src/misc/miscpalapi.cpp [moved from src/coreclr/src/pal/src/misc/miscpalapi.cpp with 100% similarity]
src/coreclr/pal/src/misc/msgbox.cpp [moved from src/coreclr/src/pal/src/misc/msgbox.cpp with 100% similarity]
src/coreclr/pal/src/misc/perfjitdump.cpp [moved from src/coreclr/src/pal/src/misc/perfjitdump.cpp with 100% similarity]
src/coreclr/pal/src/misc/perftrace.cpp [moved from src/coreclr/src/pal/src/misc/perftrace.cpp with 100% similarity]
src/coreclr/pal/src/misc/strutil.cpp [moved from src/coreclr/src/pal/src/misc/strutil.cpp with 100% similarity]
src/coreclr/pal/src/misc/sysinfo.cpp [moved from src/coreclr/src/pal/src/misc/sysinfo.cpp with 100% similarity]
src/coreclr/pal/src/misc/time.cpp [moved from src/coreclr/src/pal/src/misc/time.cpp with 100% similarity]
src/coreclr/pal/src/misc/tracepointprovider.cpp [moved from src/coreclr/src/pal/src/misc/tracepointprovider.cpp with 100% similarity]
src/coreclr/pal/src/misc/utils.cpp [moved from src/coreclr/src/pal/src/misc/utils.cpp with 100% similarity]
src/coreclr/pal/src/numa/numa.cpp [moved from src/coreclr/src/pal/src/numa/numa.cpp with 100% similarity]
src/coreclr/pal/src/numa/numashim.h [moved from src/coreclr/src/pal/src/numa/numashim.h with 100% similarity]
src/coreclr/pal/src/objmgr/palobjbase.cpp [moved from src/coreclr/src/pal/src/objmgr/palobjbase.cpp with 100% similarity]
src/coreclr/pal/src/objmgr/palobjbase.hpp [moved from src/coreclr/src/pal/src/objmgr/palobjbase.hpp with 100% similarity]
src/coreclr/pal/src/objmgr/shmobject.cpp [moved from src/coreclr/src/pal/src/objmgr/shmobject.cpp with 100% similarity]
src/coreclr/pal/src/objmgr/shmobject.hpp [moved from src/coreclr/src/pal/src/objmgr/shmobject.hpp with 100% similarity]
src/coreclr/pal/src/objmgr/shmobjectmanager.cpp [moved from src/coreclr/src/pal/src/objmgr/shmobjectmanager.cpp with 100% similarity]
src/coreclr/pal/src/objmgr/shmobjectmanager.hpp [moved from src/coreclr/src/pal/src/objmgr/shmobjectmanager.hpp with 100% similarity]
src/coreclr/pal/src/safecrt/cruntime.h [moved from src/coreclr/src/pal/src/safecrt/cruntime.h with 100% similarity]
src/coreclr/pal/src/safecrt/input.inl [moved from src/coreclr/src/pal/src/safecrt/input.inl with 100% similarity]
src/coreclr/pal/src/safecrt/internal.h [moved from src/coreclr/src/pal/src/safecrt/internal.h with 100% similarity]
src/coreclr/pal/src/safecrt/internal_securecrt.h [moved from src/coreclr/src/pal/src/safecrt/internal_securecrt.h with 100% similarity]
src/coreclr/pal/src/safecrt/makepath_s.cpp [moved from src/coreclr/src/pal/src/safecrt/makepath_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/mbusafecrt.cpp [moved from src/coreclr/src/pal/src/safecrt/mbusafecrt.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/mbusafecrt_internal.h [moved from src/coreclr/src/pal/src/safecrt/mbusafecrt_internal.h with 100% similarity]
src/coreclr/pal/src/safecrt/memcpy_s.cpp [moved from src/coreclr/src/pal/src/safecrt/memcpy_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/memmove_s.cpp [moved from src/coreclr/src/pal/src/safecrt/memmove_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/output.inl [moved from src/coreclr/src/pal/src/safecrt/output.inl with 100% similarity]
src/coreclr/pal/src/safecrt/safecrt_input_s.cpp [moved from src/coreclr/src/pal/src/safecrt/safecrt_input_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/safecrt_output_l.cpp [moved from src/coreclr/src/pal/src/safecrt/safecrt_output_l.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/safecrt_output_s.cpp [moved from src/coreclr/src/pal/src/safecrt/safecrt_output_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/safecrt_winput_s.cpp [moved from src/coreclr/src/pal/src/safecrt/safecrt_winput_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/safecrt_woutput_s.cpp [moved from src/coreclr/src/pal/src/safecrt/safecrt_woutput_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/splitpath_s.cpp [moved from src/coreclr/src/pal/src/safecrt/splitpath_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/sprintf_s.cpp [moved from src/coreclr/src/pal/src/safecrt/sprintf_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/sscanf_s.cpp [moved from src/coreclr/src/pal/src/safecrt/sscanf_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/strcat_s.cpp [moved from src/coreclr/src/pal/src/safecrt/strcat_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/strcpy_s.cpp [moved from src/coreclr/src/pal/src/safecrt/strcpy_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/strlen_s.cpp [moved from src/coreclr/src/pal/src/safecrt/strlen_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/strncat_s.cpp [moved from src/coreclr/src/pal/src/safecrt/strncat_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/strncpy_s.cpp [moved from src/coreclr/src/pal/src/safecrt/strncpy_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/strtok_s.cpp [moved from src/coreclr/src/pal/src/safecrt/strtok_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/swprintf.cpp [moved from src/coreclr/src/pal/src/safecrt/swprintf.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/tcscat_s.inl [moved from src/coreclr/src/pal/src/safecrt/tcscat_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/tcscpy_s.inl [moved from src/coreclr/src/pal/src/safecrt/tcscpy_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/tcsncat_s.inl [moved from src/coreclr/src/pal/src/safecrt/tcsncat_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/tcsncpy_s.inl [moved from src/coreclr/src/pal/src/safecrt/tcsncpy_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/tcstok_s.inl [moved from src/coreclr/src/pal/src/safecrt/tcstok_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/tmakepath_s.inl [moved from src/coreclr/src/pal/src/safecrt/tmakepath_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/tsplitpath_s.inl [moved from src/coreclr/src/pal/src/safecrt/tsplitpath_s.inl with 100% similarity]
src/coreclr/pal/src/safecrt/vsprintf.cpp [moved from src/coreclr/src/pal/src/safecrt/vsprintf.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/vswprint.cpp [moved from src/coreclr/src/pal/src/safecrt/vswprint.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcscat_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcscat_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcscpy_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcscpy_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcslen_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcslen_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcslwr_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcslwr_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcsncat_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcsncat_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcsncpy_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcsncpy_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wcstok_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wcstok_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wmakepath_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wmakepath_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/wsplitpath_s.cpp [moved from src/coreclr/src/pal/src/safecrt/wsplitpath_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/xtoa_s.cpp [moved from src/coreclr/src/pal/src/safecrt/xtoa_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/xtow_s.cpp [moved from src/coreclr/src/pal/src/safecrt/xtow_s.cpp with 100% similarity]
src/coreclr/pal/src/safecrt/xtox_s.inl [moved from src/coreclr/src/pal/src/safecrt/xtox_s.inl with 100% similarity]
src/coreclr/pal/src/sharedmemory/sharedmemory.cpp [moved from src/coreclr/src/pal/src/sharedmemory/sharedmemory.cpp with 100% similarity]
src/coreclr/pal/src/shmemory/shmemory.cpp [moved from src/coreclr/src/pal/src/shmemory/shmemory.cpp with 100% similarity]
src/coreclr/pal/src/sync/cs.cpp [moved from src/coreclr/src/pal/src/sync/cs.cpp with 100% similarity]
src/coreclr/pal/src/synchmgr/synchcontrollers.cpp [moved from src/coreclr/src/pal/src/synchmgr/synchcontrollers.cpp with 100% similarity]
src/coreclr/pal/src/synchmgr/synchmanager.cpp [moved from src/coreclr/src/pal/src/synchmgr/synchmanager.cpp with 100% similarity]
src/coreclr/pal/src/synchmgr/synchmanager.hpp [moved from src/coreclr/src/pal/src/synchmgr/synchmanager.hpp with 100% similarity]
src/coreclr/pal/src/synchmgr/wait.cpp [moved from src/coreclr/src/pal/src/synchmgr/wait.cpp with 100% similarity]
src/coreclr/pal/src/synchobj/event.cpp [moved from src/coreclr/src/pal/src/synchobj/event.cpp with 100% similarity]
src/coreclr/pal/src/synchobj/mutex.cpp [moved from src/coreclr/src/pal/src/synchobj/mutex.cpp with 100% similarity]
src/coreclr/pal/src/synchobj/semaphore.cpp [moved from src/coreclr/src/pal/src/synchobj/semaphore.cpp with 100% similarity]
src/coreclr/pal/src/thread/context.cpp [moved from src/coreclr/src/pal/src/thread/context.cpp with 100% similarity]
src/coreclr/pal/src/thread/process.cpp [moved from src/coreclr/src/pal/src/thread/process.cpp with 100% similarity]
src/coreclr/pal/src/thread/procprivate.hpp [moved from src/coreclr/src/pal/src/thread/procprivate.hpp with 100% similarity]
src/coreclr/pal/src/thread/thread.cpp [moved from src/coreclr/src/pal/src/thread/thread.cpp with 100% similarity]
src/coreclr/pal/src/thread/threadsusp.cpp [moved from src/coreclr/src/pal/src/thread/threadsusp.cpp with 100% similarity]
src/coreclr/pal/tests/CMakeLists.txt [moved from src/coreclr/src/pal/tests/CMakeLists.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/CMakeLists.txt [moved from src/coreclr/src/pal/tests/palsuite/CMakeLists.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/DisabledTests.txt [moved from src/coreclr/src/pal/tests/palsuite/DisabledTests.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/README.txt [moved from src/coreclr/src/pal/tests/palsuite/README.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/__iscsym/test1/__iscsym.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/__iscsym/test1/__iscsym.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_alloca/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_alloca/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_fdopen/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_fdopen/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_finite/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_finite/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_finitef/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_finitef/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_gcvt/test1/_gcvt.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test1/_gcvt.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_gcvt/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_gcvt/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_isnan/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_isnan/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_isnanf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_isnanf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_itow/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_itow/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_putenv/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_putenv/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_putenv/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_putenv/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_putenv/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_rotl/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_rotl/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_rotr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_rotr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/_snprintf_s.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/_snprintf_s.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snprintf_s/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snprintf_s/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/_snwprintf_s.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/_snwprintf_s.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_snwprintf_s/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_stricmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_stricmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_strnicmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_strnicmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/_vsnprintf_s.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/_vsnprintf_s.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnprintf_s/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/_vsnwprintf_s.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/_vsnwprintf_s.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_vsnwprintf_s/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wcsicmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsicmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wcslwr_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wcslwr_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wcsnicmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wfopen/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wfopen/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/_wtoi/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/_wtoi/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/abs/test1/abs.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/abs/test1/abs.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/acos/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/acos/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/acosf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/acosf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/acosh/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/acosh/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/acoshf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/acoshf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/asin/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/asin/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/asinf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/asinf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/asinh/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/asinh/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/asinhf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/asinhf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atan/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atan/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atan2/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atan2/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atan2f/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atan2f/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atanf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atanf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atanh/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atanh/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atanhf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atanhf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atof/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atof/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/atoi/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/atoi/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/bsearch/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/bsearch/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/bsearch/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/cbrt/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/cbrt/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/cbrtf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/cbrtf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ceil/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ceil/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ceilf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ceilf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/cos/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/cos/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/cosf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/cosf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/cosh/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/cosh/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/coshf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/coshf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/errno/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/errno/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/errno/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/exit/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/exit/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/exit/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/exp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/exp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/expf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/expf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fabs/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fabs/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fabsf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fabsf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fclose/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fclose/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fclose/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ferror/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ferror/test1/testfile [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/testfile with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ferror/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ferror/test2/testfile [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test2/testfile with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fflush/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fflush/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fgets/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fgets/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fgets/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fgets/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/floor/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/floor/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/floorf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/floorf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fma/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fma/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fmaf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fmaf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fmod/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fmod/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fmodf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fmodf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fopen/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fopen/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/fprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/fprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fputs/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fputs/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fputs/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fread/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fread/test1/testfile [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/testfile with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fread/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fread/test2/testfile [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test1/testfile with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fread/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fread/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fread/test3/testfile [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ferror/test1/testfile with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/free/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/free/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fseek/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fseek/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ftell/test1/ftell.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/ftell.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ftell/test1/testfile.txt [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ftell/test1/testfile.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/fwprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/fwprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/fwrite/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/fwrite/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/getenv/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/getenv/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/getenv/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/getenv/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ilogb/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ilogb/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/ilogbf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/ilogbf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isalnum/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isalnum/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isalpha/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isalpha/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isdigit/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isdigit/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/islower/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/islower/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isprint/test1/isprint.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test1/isprint.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isprint/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isprint/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isspace/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isspace/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isupper/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isupper/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/iswdigit/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/iswdigit/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/iswprint/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/iswprint/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/iswspace/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/iswspace/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/iswupper/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/iswupper/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/llabs/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/llabs/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/log/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/log/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/log10/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/log10/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/log10f/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/log10f/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/log2/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/log2/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/log2f/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/log2f/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/logf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/logf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/malloc/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/malloc/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/malloc/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/memchr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/memchr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/memcmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/memcmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/memcpy/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/memcpy/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/memmove/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/memmove/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/memset/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/memset/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/modf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/modf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/modff/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/modff/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/pow/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/pow/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/powf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/powf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/printf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/printf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/printf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/printf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/qsort/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/qsort/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/qsort/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/rand_srand/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/rand_srand/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/realloc/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/realloc/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/scalbn/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/scalbn/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/scalbnf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/scalbnf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sin/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sin/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sinf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sinf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sinh/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sinh/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sinhf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sinhf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/sprintf_s.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sprintf_s/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sqrt/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sqrt/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sqrtf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sqrtf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/sscanf_s.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/sscanf_s/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strcat/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strcat/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strchr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strchr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strcmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strcmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strcpy/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strcpy/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strcspn/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strcspn/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strlen/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strlen/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strncat/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strncat/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strncmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strncmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strncpy/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strncpy/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strpbrk/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strrchr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strrchr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strspn/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strspn/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strstr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strstr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strtod/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strtod/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strtod/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strtok/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strtok/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/strtoul/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/strtoul/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/swprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/swprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/swscanf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/swscanf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/swscanf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/swscanf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/tan/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/tan/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/tanf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/tanf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/tanh/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/tanh/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/tanhf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/tanhf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/time/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/time/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/tolower/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/tolower/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/toupper/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/toupper/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/towlower/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/towlower/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/towupper/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/towupper/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vfprintf/vfprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vprintf/vprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vprintf/vprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vsprintf/vsprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vsprintf/vsprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test13/test13.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test13/test13.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test14/test14.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test14/test14.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test15/test15.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test15/test15.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test16/test16.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test16/test16.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test17/test17.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test17/test17.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test18/test18.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test18/test18.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test19/test19.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test19/test19.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/vswprintf/vswprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/vswprintf/vswprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcscat/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcscat/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcschr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcschr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcscmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcscmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcscpy/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcslen/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcslen/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcsncmp/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncmp/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcsncpy/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcsncpy/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcspbrk/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcspbrk/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcsrchr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcsstr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcsstr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstod/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstod/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstod/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstok/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstok/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstoul/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstoul/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstoul/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstoul/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstoul/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wcstoul/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wcstoul/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wprintf/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wprintf/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/c_runtime/wprintf/wprintf.h [moved from src/coreclr/src/pal/tests/palsuite/c_runtime/wprintf/wprintf.h with 100% similarity]
src/coreclr/pal/tests/palsuite/common/palsuite.cpp [moved from src/coreclr/src/pal/tests/palsuite/common/palsuite.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/common/palsuite.h [moved from src/coreclr/src/pal/tests/palsuite/common/palsuite.h with 100% similarity]
src/coreclr/pal/tests/palsuite/compilableTests.txt [moved from src/coreclr/src/pal/tests/palsuite/compilableTests.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/compileDisabledTests.txt [moved from src/coreclr/src/pal/tests/palsuite/compileDisabledTests.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/event/nonshared/event.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/event.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/event/nonshared/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/event/nonshared/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/event/shared/event.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/event.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/event/shared/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/event/shared/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/mutex/nonshared/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/nonshared/mutex.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/mutex/shared/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/mutex/shared/mutex.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/semaphore/nonshared/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/nonshared/semaphore.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/semaphore/shared/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/object_management/semaphore/shared/semaphore.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/criticalsection/criticalsection.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/criticalsection.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/criticalsection/mainWrapper.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/mainWrapper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/criticalsection/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/criticalsection/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.h [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/mtx_critsect.h with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/pal_composite_native_cs.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecriticalsection/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.h [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.h with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/hpitinterlock.s [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/hpitinterlock.s with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/interlocked.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/interlocked.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/makefile [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/makefile with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.h [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/mtx_critsect.h with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/notes.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/notes.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/pal_composite_native_cs.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/resultbuffer.h [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecriticalsection/resultbuffer.h with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/sparcinterloc.s [moved from src/coreclr/src/pal/tests/palsuite/composite/synchronization/nativecs_interlocked/sparcinterloc.s with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/threading/threadsuspension/mainWrapper.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/mainWrapper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/threading/threadsuspension/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/threading/threadsuspension/threadsuspension.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/threadsuspension.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/mainWrapper.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/mainWrapper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/threadsuspension.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/threading/threadsuspension_switchthread/threadsuspension.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/wfmo/main.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/wfmo/main.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/wfmo/mutex.cpp [moved from src/coreclr/src/pal/tests/palsuite/composite/wfmo/mutex.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/composite/wfmo/readme.txt [moved from src/coreclr/src/pal/tests/palsuite/composite/wfmo/readme.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/DebugBreak/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/DebugBreak/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/helper.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/helper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringA/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/OutputDebugStringW/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/commonconsts.h [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/commonconsts.h with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/helper.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/helper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/commonconsts.h [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/commonconsts.h with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/helper.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/helper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/helper.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/helper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/debug_api/WriteProcessMemory/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/eventprovider/CMakeLists.txt [moved from src/coreclr/src/pal/tests/palsuite/eventprovider/CMakeLists.txt with 94% similarity]
src/coreclr/pal/tests/palsuite/eventprovider/EnableEventLogging.cpp [moved from src/coreclr/src/pal/tests/palsuite/eventprovider/EnableEventLogging.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/PAL_EXCEPT_FILTER.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test1/PAL_EXCEPT_FILTER.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/pal_except_filter.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test2/pal_except_filter.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/pal_except_filter.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER/test3/pal_except_filter.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/PAL_EXCEPT_FILTER_EX.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test1/PAL_EXCEPT_FILTER_EX.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/pal_except_filter_ex.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test2/pal_except_filter_ex.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/pal_except_filter.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_EXCEPT_FILTER_EX/test3/pal_except_filter.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/PAL_TRY_EXCEPT.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test1/PAL_TRY_EXCEPT.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/PAL_TRY_EXCEPT.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT/test2/PAL_TRY_EXCEPT.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/PAL_TRY_EXCEPT_EX.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/PAL_TRY_EXCEPT_EX.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/PAL_TRY_EXCEPT_EX.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/PAL_TRY_EXCEPT_EX.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/PAL_TRY_EXCEPT_EX.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/PAL_TRY_EXCEPT_EX.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/PAL_TRY_LEAVE_FINALLY.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/PAL_TRY_LEAVE_FINALLY/test1/PAL_TRY_LEAVE_FINALLY.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/RaiseException/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/RaiseException/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/RaiseException/test3/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/RaiseException/test3/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_except/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_except/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_finally/test1/pal_finally.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_finally/test1/pal_finally.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.src [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.src with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.src [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.src with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat [moved from src/coreclr/src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileA/test1/CopyFileA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test1/CopyFileA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileA/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileA/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileA/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileA/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileW/test1/CopyFileW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/CopyFileW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileW/test1/ExpectedResults.txt [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test1/ExpectedResults.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileW/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CopyFileW/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CopyFileW/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/CreateFileA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CreateFileA/test1/winoutput [moved from src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/winoutput with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/CreateFileW/test1/CreateFileW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/CreateFileW/test1/winoutput [moved from src/coreclr/src/pal/tests/palsuite/file_io/CreateFileA/test1/winoutput with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileA/test1/DeleteFileA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/DeleteFileW/test1/DeleteFileW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/DeleteFileW/test1/DeleteFileW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FILECanonicalizePath/FILECanonicalizePath.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FILECanonicalizePath/FILECanonicalizePath.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindClose/test1/FindClose.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindClose/test1/FindClose.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileA/test1/FindFirstFileA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindFirstFileW/test1/FindFirstFileW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindNextFileA/test1/FindNextFileA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test1/FindNextFileA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindNextFileA/test2/findnextfilea.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileA/test2/findnextfilea.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindNextFileW/test1/FindNextFileW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test1/FindNextFileW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FindNextFileW/test2/findnextfilew.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FindNextFileW/test2/findnextfilew.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/FlushFileBuffers/test1/FlushFileBuffers.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/FlushFileBuffers/test1/FlushFileBuffers.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/GetConsoleOutputCP.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetConsoleOutputCP/test1/GetConsoleOutputCP.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/GetCurrentDirectoryA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryA/test1/GetCurrentDirectoryA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/GetCurrentDirectoryW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetCurrentDirectoryW/test1/GetCurrentDirectoryW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/rw_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_ro_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/ro_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_ro_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_ro_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/GetFileAttributesA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/no_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/normal_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/no_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/no_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/normal_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/no_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/normal_test_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/normal_test_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/ro_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_ro_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/ro_test_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/ro_test_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/rw_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesA/test1/rw_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/rw_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/.hidden_directory/anchor.txt [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/.hidden_directory/anchor.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/.hidden_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/.hidden_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/normal_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/ro_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/normal_test_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/normal_test_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/ro_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/normal_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/ro_test_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/ro_test_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesExW/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/rw_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_ro_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/ro_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/.hidden_ro_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_ro_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesW/test1/GetFileAttributesW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/no_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/normal_test_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/no_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/no_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/normal_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/no_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/normal_test_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/normal_test_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/ro_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_ro_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/ro_test_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/ro_test_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/rw_file [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/rw_file with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileAttributesW/test1/rw_test_directory/keepme [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileAttributesA/test1/.hidden_directory/keepme with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileSize/test1/GetFileSize.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileSize/test1/GetFileSize.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFileSizeEx/test1/GetFileSizeEx.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameA/test1/GetFullPathNameA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test1/GetFullPathNameA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameA/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameA/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameA/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameA/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameW/test1/GetFullPathNameW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test1/GetFullPathNameW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameW/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameW/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetFullPathNameW/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetFullPathNameW/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetStdHandle/test1/GetStdHandle.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test1/GetStdHandle.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetStdHandle/test2/GetStdHandle.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetStdHandle/test2/GetStdHandle.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetSystemTime/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTime/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/GetSystemTimeAsFileTime.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetSystemTimeAsFileTime/test1/GetSystemTimeAsFileTime.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test1/GetTempFileNameA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempFileNameA/test2/GetTempFileNameA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test2/GetTempFileNameA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempFileNameA/test3/gettempfilenamea.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameA/test3/gettempfilenamea.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempFileNameW/test1/GetTempFileNameW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test1/GetTempFileNameW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempFileNameW/test2/GetTempFileNameW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test2/GetTempFileNameW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempFileNameW/test3/gettempfilenamew.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempFileNameW/test3/gettempfilenamew.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/GetTempPathW/test1/GetTempPathW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/GetTempPathW/test1/GetTempPathW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/MoveFileExA/test1/ExpectedResults.txt [moved from src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/ExpectedResults.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/MoveFileExA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/MoveFileExW/test1/ExpectedResults.txt [moved from src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExA/test1/ExpectedResults.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/MoveFileExW/test1/MoveFileExW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/MoveFileExW/test1/MoveFileExW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/ReadFile/test1/NonReadableFile.txt [moved from src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/NonReadableFile.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/ReadFile/test1/ReadFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test1/ReadFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test2/ReadFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/ReadFile/test3/ReadFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test3/ReadFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/ReadFile/test4/readfile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/ReadFile/test4/readfile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SearchPathW/test1/SearchPathW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetEndOfFile/test1/SetEndOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test1/SetEndOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetEndOfFile/test2/SetEndOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test2/SetEndOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetEndOfFile/test3/SetEndOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test3/SetEndOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetEndOfFile/test4/setendoffile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test4/setendoffile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetEndOfFile/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetEndOfFile/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test1/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test1/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test2/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test2/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test3/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test3/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test4/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test4/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test5/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test5/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test6/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test6/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/SetFilePointer/test7/SetFilePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/WriteFile/test1/WriteFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test1/WriteFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/WriteFile/test2/Results.txt [moved from src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/Results.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test2/WriteFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/WriteFile/test3/WriteFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test3/WriteFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/WriteFile/test4/writefile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test4/writefile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/WriteFile/test5/writefile.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/WriteFile/test5/writefile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/errorpathnotfound/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/errorpathnotfound/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/errorpathnotfound/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/file_io/gettemppatha/test1/gettemppatha.cpp [moved from src/coreclr/src/pal/tests/palsuite/file_io/gettemppatha/test1/gettemppatha.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CreateFileMapping_neg.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/CreateFileMapping_neg.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CreateFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test1/CreateFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test2/CreateFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CreateFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test3/CreateFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CreateFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test4/CreateFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CreateFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test5/CreateFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CreateFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test6/CreateFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/createfilemapping.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test7/createfilemapping.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/createfilemapping.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test8/createfilemapping.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/createfilemapping.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/CreateFileMappingW/test9/createfilemapping.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/FreeLibrary.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/FreeLibrary.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test1/dlltest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibrary/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/dlltest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/FreeLibraryAndExitThread/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test1/GetModuleFileNameA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameA/test2/GetModuleFileNameA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test1/GetModuleFileNameW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetModuleFileNameW/test2/GetModuleFileNameW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test1/testlib.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/GetProcAddress/test2/testlib.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/LocalAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalAlloc/test1/LocalAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/LocalFree.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test1/LocalFree.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/LocalFree.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/LocalFree/test2/LocalFree.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/MapViewOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test1/MapViewOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/MapViewOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test2/MapViewOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/MapViewOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test3/MapViewOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/mapviewoffile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test4/mapviewoffile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/mapviewoffile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test5/mapviewoffile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/mapviewoffile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/MapViewOfFile/test6/mapviewoffile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/OpenFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test1/OpenFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/OpenFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test2/OpenFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/OpenFileMappingW.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/OpenFileMappingW/test3/OpenFileMappingW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/ProbeMemory_neg.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/ProbeMemory_neg1/ProbeMemory_neg.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/ProbeMemory.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/ProbeMemory/test1/ProbeMemory.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/UnmapViewOfFile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test1/UnmapViewOfFile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/unmapviewoffile.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/UnmapViewOfFile/test2/unmapviewoffile.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test1/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test10/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test11/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test12/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test13/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test14/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test15/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test16/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test17/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test18/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test19/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test2/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/virtualalloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test20/virtualalloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/virtualalloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test21/virtualalloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test22/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test3/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test4/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test5/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test6/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test7/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test8/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/VirtualAlloc.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualAlloc/test9/VirtualAlloc.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/VirtualFree.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test1/VirtualFree.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/VirtualFree.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test2/VirtualFree.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/VirtualFree.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualFree/test3/VirtualFree.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/VirtualProtect.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test1/VirtualProtect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/VirtualProtect.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test2/VirtualProtect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/VirtualProtect.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test3/VirtualProtect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/VirtualProtect.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test4/VirtualProtect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/VirtualProtect.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test6/VirtualProtect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/VirtualProtect.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualProtect/test7/VirtualProtect.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/VirtualQuery.cpp [moved from src/coreclr/src/pal/tests/palsuite/filemapping_memmgt/VirtualQuery/test1/VirtualQuery.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/issues.targets [moved from src/coreclr/src/pal/tests/palsuite/issues.targets with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test1/LoadLibraryA.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test1/LoadLibraryA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test2/LoadLibraryA.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test2/LoadLibraryA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test3/loadlibrarya.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test3/loadlibrarya.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test5/loadlibrarya.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test6/loadlibrarya.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/loadlibrarya.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test7/LoadLibraryA.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test7/LoadLibraryA.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test8/dlltest.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test6/dlltest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryA/test8/loadlibrarya.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryA/test8/loadlibrarya.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryW/test1/LoadLibraryW.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test1/LoadLibraryW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryW/test2/loadlibraryw.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test2/loadlibraryw.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryW/test3/loadlibraryw.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test3/loadlibraryw.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.cpp [moved from src/coreclr/src/pal/tests/palsuite/loader/LoadLibraryW/test5/loadlibraryw.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/CompareStringA/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringA/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/CompareStringW/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/CompareStringW/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/GetACP/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/GetACP/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/GetLocaleInfoW/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/MultiByteToWideChar/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/MultiByteToWideChar/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/locale_info/WideCharToMultiByte/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/locale_info/WideCharToMultiByte/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/manual-inspect.dat [moved from src/coreclr/src/pal/tests/palsuite/manual-inspect.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/manual-unautomatable.dat [moved from src/coreclr/src/pal/tests/palsuite/manual-unautomatable.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/CGroup/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/CGroup/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/CloseHandle/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/CloseHandle/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/CloseHandle/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/CreatePipe/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/CreatePipe/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FlushInstructionCache/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test3/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test4/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test5/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FormatMessageW/test6/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/FreeEnvironmentStringsW/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetCommandLineW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentStringsW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test3/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test4/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableA/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test3/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test4/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetEnvironmentVariableW/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetLastError/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetLastError/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetSystemInfo/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GetTickCount/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GetTickCount/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/GlobalMemoryStatusEx/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterLockedExchangeAdd/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedBit/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchange64/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedCompareExchangePointer/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedDecrement64/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchange64/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/InterlockedExchangePointer.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedExchangePointer/test1/InterlockedExchangePointer.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/InterlockedIncrement64/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadCodePtr/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadReadPtr/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/IsBadWritePtr/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/MessageBoxW/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableA/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetEnvironmentVariableW/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/SetLastError/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/SetLastError/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/_i64tow/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/_i64tow/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancecounter/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/miscellaneous/queryperformancefrequency/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_GetUserTempDirectoryW/test1/PAL_GetUserTempDirectoryW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/PAL_Initialize_Terminate.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test1/PAL_Initialize_Terminate.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/pal_initialize_twice.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_Initialize_Terminate/test2/pal_initialize_twice.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/PAL_RegisterLibraryW_UnregisterLibraryW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test2_neg/reg_unreg_libraryw_neg.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_errno/test1/PAL_errno.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_errno/test1/PAL_errno.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/PAL_get_stderr.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stderr/test1/PAL_get_stderr.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/PAL_get_stdin.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdin/test1/PAL_get_stdin.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/PAL_get_stdout.cpp [moved from src/coreclr/src/pal/tests/palsuite/pal_specific/PAL_get_stdout/test1/PAL_get_stdout.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/paltestlist.txt [moved from src/coreclr/src/pal/tests/palsuite/paltestlist.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/paltestlist_to_be_reviewed.txt [moved from src/coreclr/src/pal/tests/palsuite/paltestlist_to_be_reviewed.txt with 100% similarity]
src/coreclr/pal/tests/palsuite/paltests.cpp [moved from src/coreclr/src/pal/tests/palsuite/paltests.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/producepaltestlist.proj [moved from src/coreclr/src/pal/tests/palsuite/producepaltestlist.proj with 100% similarity]
src/coreclr/pal/tests/palsuite/runpaltests.sh [moved from src/coreclr/src/pal/tests/palsuite/runpaltests.sh with 100% similarity]
src/coreclr/pal/tests/palsuite/runpaltestshelix.sh [moved from src/coreclr/src/pal/tests/palsuite/runpaltestshelix.sh with 100% similarity]
src/coreclr/pal/tests/palsuite/samples/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/samples/test1/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/samples/test2/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/samples/test2/test.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/smoketest.script [moved from src/coreclr/src/pal/tests/palsuite/smoketest.script with 100% similarity]
src/coreclr/pal/tests/palsuite/tests-manual.dat [moved from src/coreclr/src/pal/tests/palsuite/tests-manual.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateEventW/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateEventW/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateEventW/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateEventW/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CreateMutexW.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test1/CreateMutexW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CreateMutexW.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateMutexW_ReleaseMutex/test2/CreateMutexW.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateProcessW/test1/childProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/childProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateProcessW/test1/parentProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test1/parentProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateProcessW/test2/childprocess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/childprocess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateProcessW/test2/parentprocess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/parentprocess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateProcessW/test2/test2.h with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CreateSemaphore.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test1/CreateSemaphore.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CreateSemaphore.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test2/CreateSemaphore.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/createsemaphore.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateSemaphoreW_ReleaseSemaphore/test3/createsemaphore.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateThread/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateThread/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CreateThread/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CreateThread/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/InitializeCriticalSection.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test1/InitializeCriticalSection.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/CriticalSectionFunctions/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat [moved from src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testinfo.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test1/testlib.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat [moved from src/coreclr/src/pal/tests/palsuite/threading/DisableThreadLibraryCalls/test2/testinfo.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test10/test10.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test10/test10.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test11/childprocess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/childprocess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test11/myexitcode.h [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/myexitcode.h with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test11/test11.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test12/test12.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test12/test12.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test8/test8.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test8/test8.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/DuplicateHandle/test9/test9.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/DuplicateHandle/test9/test9.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitProcess/test1/ExitProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test1/ExitProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitProcess/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitProcess/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitProcess/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test2/childprocess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/childprocess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test2/myexitcode.h [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/myexitcode.h with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test3/dllmain.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/dllmain.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat [moved from src/coreclr/src/pal/tests/palsuite/threading/ExitThread/test3/testinfo.dat with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetCurrentProcess/test1/process.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcess/test1/process.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetCurrentProcessId/test1/processId.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetCurrentProcessId/test1/processId.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetCurrentThread/test1/thread.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test1/thread.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThread/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetCurrentThreadId/test1/threadId.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetCurrentThreadId/test1/threadId.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetExitCodeProcess/test1/childProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/childProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetExitCodeProcess/test1/myexitcode.h [moved from src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/myexitcode.h with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetExitCodeProcess/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetProcessTimes/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/GetThreadTimes/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/namedmutex.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/NamedMutex/test1/nopal.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/NamedMutex/test1/nopal.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenEventW/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenEventW/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenEventW/test3/childprocess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/childprocess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenEventW/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenEventW/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenEventW/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenEventW/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenProcess/test1/childProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/childProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenProcess/test1/myexitcode.h [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/myexitcode.h with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/OpenProcess/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/OpenProcess/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueryThreadCycleTime/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/QueueUserAPC/test7/test7.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/QueueUserAPC/test7/test7.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ReleaseMutex/test3/ReleaseMutex.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ReleaseMutex/test3/ReleaseMutex.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ResetEvent/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ResetEvent/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ResetEvent/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ResetEvent/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ResetEvent/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ResumeThread/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ResumeThread/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SetErrorMode/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SetErrorMode/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SetEvent/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SetEvent/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SetEvent/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SetEvent/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SetEvent/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SignalObjectAndWait/SignalObjectAndWaitTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SignalObjectAndWait/SignalObjectAndWaitTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/Sleep/test1/Sleep.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/Sleep/test1/Sleep.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/Sleep/test2/sleep.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/Sleep/test2/sleep.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SleepEx/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SleepEx/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SleepEx/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/SwitchToThread/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/SwitchToThread/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/TerminateProcess/test1/TerminateProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/TerminateProcess/test1/TerminateProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/ThreadPriority/test1/ThreadPriority.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/ThreadPriority/test1/ThreadPriority.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjects/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/test2.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test2/test2.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/test3.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test3/test3.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/test4.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test4/test4.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/commonconsts.h [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/commonconsts.h with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/helper.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/helper.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/test5.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test5/test5.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/child6.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/child6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForMultipleObjectsEx/test6/test6.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/WFSOExMutexTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExMutexTest/WFSOExMutexTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/WFSOExSemaphoreTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExSemaphoreTest/WFSOExSemaphoreTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/WFSOExThreadTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOExThreadTest/WFSOExThreadTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOMutexTest/WFSOMutexTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/ChildProcess.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/ChildProcess.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOProcessTest/WFSOProcessTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/WFSOSemaphoreTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOSemaphoreTest/WFSOSemaphoreTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/WFSOThreadTest.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/WFSOThreadTest/WFSOThreadTest.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/WaitForSingleObject/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/WaitForSingleObject/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/YieldProcessor/test1/test1.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/YieldProcessor/test1/test1.cpp with 100% similarity]
src/coreclr/pal/tests/palsuite/threading/releasesemaphore/test1/test.cpp [moved from src/coreclr/src/pal/tests/palsuite/threading/releasesemaphore/test1/test.cpp with 100% similarity]
src/coreclr/pal/tools/gen-dactable-rva.sh [moved from src/coreclr/src/pal/tools/gen-dactable-rva.sh with 100% similarity]
src/coreclr/pal/tools/preptests.sh [moved from src/coreclr/src/pal/tools/preptests.sh with 100% similarity]
src/coreclr/pal/tools/setup-ubuntuvm.sh [moved from src/coreclr/src/pal/tools/setup-ubuntuvm.sh with 100% similarity]
src/coreclr/pal/tools/smarty.sh [moved from src/coreclr/src/pal/tools/smarty.sh with 100% similarity]
src/coreclr/palrt/CMakeLists.txt [moved from src/coreclr/src/palrt/CMakeLists.txt with 100% similarity]
src/coreclr/palrt/bstr.cpp [moved from src/coreclr/src/palrt/bstr.cpp with 100% similarity]
src/coreclr/palrt/coguid.cpp [moved from src/coreclr/src/palrt/coguid.cpp with 100% similarity]
src/coreclr/palrt/comem.cpp [moved from src/coreclr/src/palrt/comem.cpp with 100% similarity]
src/coreclr/palrt/common.h [moved from src/coreclr/src/palrt/common.h with 100% similarity]
src/coreclr/palrt/guid.cpp [moved from src/coreclr/src/palrt/guid.cpp with 100% similarity]
src/coreclr/palrt/memorystream.cpp [moved from src/coreclr/src/palrt/memorystream.cpp with 100% similarity]
src/coreclr/palrt/path.cpp [moved from src/coreclr/src/palrt/path.cpp with 100% similarity]
src/coreclr/palrt/shlwapip.h [moved from src/coreclr/src/palrt/shlwapip.h with 100% similarity]
src/coreclr/palrt/variant.cpp [moved from src/coreclr/src/palrt/variant.cpp with 100% similarity]
src/coreclr/scripts/genDummyProvider.py [moved from src/coreclr/src/scripts/genDummyProvider.py with 100% similarity]
src/coreclr/scripts/genEtwProvider.py [moved from src/coreclr/src/scripts/genEtwProvider.py with 100% similarity]
src/coreclr/scripts/genEventPipe.py [moved from src/coreclr/src/scripts/genEventPipe.py with 100% similarity]
src/coreclr/scripts/genEventing.py [moved from src/coreclr/src/scripts/genEventing.py with 100% similarity]
src/coreclr/scripts/genEventingTests.py [moved from src/coreclr/src/scripts/genEventingTests.py with 100% similarity]
src/coreclr/scripts/genLttngProvider.py [moved from src/coreclr/src/scripts/genLttngProvider.py with 100% similarity]
src/coreclr/scripts/genRuntimeEventSources.py [moved from src/coreclr/src/scripts/genRuntimeEventSources.py with 100% similarity]
src/coreclr/scripts/pgocheck.py [moved from src/coreclr/src/scripts/pgocheck.py with 100% similarity]
src/coreclr/scripts/scripts.pyproj [moved from src/coreclr/src/scripts/scripts.pyproj with 100% similarity]
src/coreclr/scripts/superpmi.py
src/coreclr/scripts/utilities.py [moved from src/coreclr/src/scripts/utilities.py with 100% similarity]
src/coreclr/src/CMakeLists.txt [deleted file]
src/coreclr/src/Directory.Build.props [deleted file]
src/coreclr/src/Directory.Build.targets [deleted file]
src/coreclr/tools/CMakeLists.txt [moved from src/coreclr/src/tools/CMakeLists.txt with 100% similarity]
src/coreclr/tools/Common/CommandLine/Argument.cs [moved from src/coreclr/src/tools/Common/CommandLine/Argument.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentCommand.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentCommand.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentCommand_1.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentCommand_1.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentLexer.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentLexer.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentList_1.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentList_1.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentParser.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentParser.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentSyntax.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentSyntax.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentSyntaxException.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentSyntaxException.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentSyntax_Definers.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentSyntax_Definers.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/ArgumentToken.cs [moved from src/coreclr/src/tools/Common/CommandLine/ArgumentToken.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/Argument_1.cs [moved from src/coreclr/src/tools/Common/CommandLine/Argument_1.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/CommandLineException.cs [moved from src/coreclr/src/tools/Common/CommandLine/CommandLineException.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/CommandLineHelpers.cs [moved from src/coreclr/src/tools/Common/CommandLine/CommandLineHelpers.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/Enumerable.cs [moved from src/coreclr/src/tools/Common/CommandLine/Enumerable.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/HelpTextGenerator.cs [moved from src/coreclr/src/tools/Common/CommandLine/HelpTextGenerator.cs with 100% similarity]
src/coreclr/tools/Common/CommandLine/Resources/Strings.resx [moved from src/coreclr/src/tools/Common/CommandLine/Resources/Strings.resx with 100% similarity]
src/coreclr/tools/Common/Compiler/CodeGenerationFailedException.cs [moved from src/coreclr/src/tools/Common/Compiler/CodeGenerationFailedException.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/CompilationBuilder.cs [moved from src/coreclr/src/tools/Common/Compiler/CompilationBuilder.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/CompilationModuleGroup.cs [moved from src/coreclr/src/tools/Common/Compiler/CompilationModuleGroup.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/CompilerTypeSystemContext.Validation.cs [moved from src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.Validation.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/CompilerTypeSystemContext.cs [moved from src/coreclr/src/tools/Common/Compiler/CompilerTypeSystemContext.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/CoreRTNameMangler.cs [moved from src/coreclr/src/tools/Common/Compiler/CoreRTNameMangler.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/AssemblyStubNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/CompilerComparer.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/EmbeddedDataContainerNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodBodyNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/IMethodNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/IMethodNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithCodeInfo.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/INodeWithRuntimeDeterminedDependencies.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISortableNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ISymbolNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/MethodReadOnlyDataNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectAndOffsetSymbolNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectAndOffsetSymbolNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectDataBuilder.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ObjectNodeSection.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Relocation.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Relocation.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/ShadowConcreteMethodNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/SortableDependencyNode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/ARMEmitter.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/Register.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM/TargetRegisterMap.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/ARM64Emitter.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/AddrMode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/Register.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_ARM64/TargetRegisterMap.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/AddrMode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/Register.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/TargetRegisterMap.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X64/X64Emitter.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/AddrMode.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/Register.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/TargetRegisterMap.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyAnalysis/Target_X86/X86Emitter.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DependencyTrackingLevel.cs [moved from src/coreclr/src/tools/Common/Compiler/DependencyTrackingLevel.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/DevirtualizationManager.cs [moved from src/coreclr/src/tools/Common/Compiler/DevirtualizationManager.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/HardwareIntrinsicHelpers.cs [moved from src/coreclr/src/tools/Common/Compiler/HardwareIntrinsicHelpers.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/ICompilationRootProvider.cs [moved from src/coreclr/src/tools/Common/Compiler/ICompilationRootProvider.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/InstructionSetSupport.cs [moved from src/coreclr/src/tools/Common/Compiler/InstructionSetSupport.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/InternalCompilerErrorException.cs [moved from src/coreclr/src/tools/Common/Compiler/InternalCompilerErrorException.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/Logger.cs [moved from src/coreclr/src/tools/Common/Compiler/Logger.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/NameMangler.cs [moved from src/coreclr/src/tools/Common/Compiler/NameMangler.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/SingleMethodRootProvider.cs [moved from src/coreclr/src/tools/Common/Compiler/SingleMethodRootProvider.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/TypeExtensions.cs [moved from src/coreclr/src/tools/Common/Compiler/TypeExtensions.cs with 100% similarity]
src/coreclr/tools/Common/Compiler/VectorFieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/Common/Compiler/VectorFieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/Internal/NativeFormat/NativeFormat.cs [moved from src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormat.cs with 100% similarity]
src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs [moved from src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.Primitives.cs with 100% similarity]
src/coreclr/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs [moved from src/coreclr/src/tools/Common/Internal/NativeFormat/NativeFormatWriter.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Runtime/CorConstants.cs [moved from src/coreclr/src/tools/Common/Internal/Runtime/CorConstants.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Runtime/ModuleHeaders.cs [moved from src/coreclr/src/tools/Common/Internal/Runtime/ModuleHeaders.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Runtime/ReadyToRunConstants.cs [moved from src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunConstants.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs [moved from src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSet.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs [moved from src/coreclr/src/tools/Common/Internal/Runtime/ReadyToRunInstructionSetHelper.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Text/Utf8String.cs [moved from src/coreclr/src/tools/Common/Internal/Text/Utf8String.cs with 100% similarity]
src/coreclr/tools/Common/Internal/Text/Utf8StringBuilder.cs [moved from src/coreclr/src/tools/Common/Internal/Text/Utf8StringBuilder.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoBase.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoBase.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoHelpFunc.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoHelpFunc.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoImpl.Intrinsics.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.Intrinsics.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoImpl.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoImpl.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoInstructionSet.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoInstructionSet.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.VarInfo.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/CorInfoTypes.cs [moved from src/coreclr/src/tools/Common/JitInterface/CorInfoTypes.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/JitConfigProvider.cs [moved from src/coreclr/src/tools/Common/JitInterface/JitConfigProvider.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/MemoryHelper.cs [moved from src/coreclr/src/tools/Common/JitInterface/MemoryHelper.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/SystemVStructClassificator.cs [moved from src/coreclr/src/tools/Common/JitInterface/SystemVStructClassificator.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetDesc.txt with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/InstructionSetGenerator.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/Program.cs [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/Program.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/ThunkGenerator.csproj [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkGenerator.csproj with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/ThunkInput.txt [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/ThunkInput.txt with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/gen.bat [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/gen.bat with 100% similarity]
src/coreclr/tools/Common/JitInterface/ThunkGenerator/gen.sh [moved from src/coreclr/src/tools/Common/JitInterface/ThunkGenerator/gen.sh with 100% similarity]
src/coreclr/tools/Common/JitInterface/TypeString.cs [moved from src/coreclr/src/tools/Common/JitInterface/TypeString.cs with 100% similarity]
src/coreclr/tools/Common/JitInterface/UnboxingMethodDesc.cs [moved from src/coreclr/src/tools/Common/JitInterface/UnboxingMethodDesc.cs with 100% similarity]
src/coreclr/tools/Common/Sorting/ArrayAccessor.cs [moved from src/coreclr/src/tools/Common/Sorting/ArrayAccessor.cs with 100% similarity]
src/coreclr/tools/Common/Sorting/ICompareAsEqualAction.cs [moved from src/coreclr/src/tools/Common/Sorting/ICompareAsEqualAction.cs with 100% similarity]
src/coreclr/tools/Common/Sorting/ISortableDataStructureAccessor.cs [moved from src/coreclr/src/tools/Common/Sorting/ISortableDataStructureAccessor.cs with 100% similarity]
src/coreclr/tools/Common/Sorting/ListAccessor.cs [moved from src/coreclr/src/tools/Common/Sorting/ListAccessor.cs with 100% similarity]
src/coreclr/tools/Common/Sorting/MergeSort.cs [moved from src/coreclr/src/tools/Common/Sorting/MergeSort.cs with 100% similarity]
src/coreclr/tools/Common/Sorting/MergeSortCore.cs [moved from src/coreclr/src/tools/Common/Sorting/MergeSortCore.cs with 100% similarity]
src/coreclr/tools/Common/System/Collections/Generic/ArrayBuilder.cs [moved from src/coreclr/src/tools/Common/System/Collections/Generic/ArrayBuilder.cs with 100% similarity]
src/coreclr/tools/Common/System/FormattingHelpers.cs [moved from src/coreclr/src/tools/Common/System/FormattingHelpers.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/ArrayType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/ArrayType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/ByRefType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/ByRefType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/CanonTypes.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/CanonTypes.Interop.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Interop.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/CanonTypes.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/CanonTypes.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/CanonTypes.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/DefType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/DefType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/FunctionPointerType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/GenericParameterDesc.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedMethod.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/InstantiatedType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/MetadataType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/MetadataType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/MethodDelegator.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDelegator.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/MethodDesc.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/MethodForInstantiatedType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/ParameterizedType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/PointerType.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/PointerType.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/SignatureVariable.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/StandardCanonicalizationAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/TypeDesc.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Canon/TypeSystemContext.Canon.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/CodeGen/FieldDesc.CodeGen.cs [moved from src/coreclr/src/tools/Common/TypeSystem/CodeGen/FieldDesc.CodeGen.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/CodeGen/MethodDelegator.CodeGen.cs [moved from src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDelegator.CodeGen.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/CodeGen/MethodDesc.CodeGen.cs [moved from src/coreclr/src/tools/Common/TypeSystem/CodeGen/MethodDesc.CodeGen.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/CodeGen/TargetDetails.CodeGen.cs [moved from src/coreclr/src/tools/Common/TypeSystem/CodeGen/TargetDetails.CodeGen.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/CodeGen/TypeDesc.CodeGen.cs [moved from src/coreclr/src/tools/Common/TypeSystem/CodeGen/TypeDesc.CodeGen.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/AlignmentHelper.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/AlignmentHelper.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ArrayMethod.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ArrayMethod.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ArrayOfTRuntimeInterfacesAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ArrayOfTRuntimeInterfacesAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ArrayType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ArrayType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/BaseTypeRuntimeInterfacesAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ByRefType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ByRefType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/CastingHelper.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/CastingHelper.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ConstructedTypeRewritingHelpers.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ConstructedTypeRewritingHelpers.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/DefType.Dummy.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/DefType.Dummy.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/DefType.FieldLayout.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/DefType.FieldLayout.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/DefType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/DefType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ExceptionStringID.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ExceptionStringID.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ExplicitLayoutValidator.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ExplicitLayoutValidator.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/FieldDesc.FieldLayout.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.FieldLayout.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/FieldDesc.ToString.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.ToString.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/FieldDesc.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/FieldDesc.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/FieldForInstantiatedType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/FieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/FieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/FunctionPointerType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/FunctionPointerType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/GenericParameterDesc.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/GenericParameterDesc.Dummy.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.Dummy.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/GenericParameterDesc.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/GenericParameterDesc.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/IAssemblyDesc.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/IAssemblyDesc.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/IModuleResolver.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/IModuleResolver.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/InstantiatedMethod.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedMethod.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/InstantiatedType.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/InstantiatedType.Interfaces.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.Interfaces.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/InstantiatedType.MethodImpls.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.MethodImpls.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/InstantiatedType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/InstantiatedType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Instantiation.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Instantiation.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/LayoutInt.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/LayoutInt.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/LinqPoison.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/LinqPoison.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/LocalVariableDefinition.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/LocalVariableDefinition.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataFieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataRuntimeInterfacesAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataRuntimeInterfacesAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataType.Interfaces.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.Interfaces.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataType.MethodImpls.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.MethodImpls.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataTypeSystemContext.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataTypeSystemContext.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MetadataVirtualMethodAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodDelegator.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodDelegator.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodDelegator.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.Dummy.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.Dummy.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.ToString.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.ToString.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodDesc.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodDesc.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodForInstantiatedType.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/MethodForInstantiatedType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ModuleDesc.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ModuleDesc.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ParameterizedType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ParameterizedType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/PointerType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/PointerType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Properties/Resources.resx [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Properties/Resources.resx with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/PropertySignature.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/PropertySignature.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/RuntimeInterfacesAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/SignatureVariable.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/SignatureVariable.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TargetDetails.ToString.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.ToString.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TargetDetails.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TargetDetails.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ThreadSafeFlags.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ThreadSafeFlags.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ThrowHelper.Common.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.Common.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/ThrowHelper.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/ThrowHelper.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.Interfaces.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeDesc.ToString.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.ToString.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeDesc.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeDesc.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeFlags.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeFlags.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeHashingAlgorithms.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeSystemConstraintsHelpers.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemConstraintsHelpers.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeSystemContext.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemContext.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeSystemEntity.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemEntity.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeSystemException.Resources.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemException.Resources.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeSystemException.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemException.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/TypeSystemHelpers.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/TypeSystemHelpers.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/UniversalCanonLayoutAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/UniversalCanonLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameFormatter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameFormatter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/CustomAttributeTypeNameParser.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/DebugNameFormatter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/DebugNameFormatter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.Metadata.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.Metadata.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/ExceptionTypeNameFormatter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.Algorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.Algorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/GCPointerMap.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/LockFreeReaderHashtable.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/Utilities/TypeNameFormatter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/VirtualMethodAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Common/WellKnownType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Common/WellKnownType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/CachingMetadataStringDecoder.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/CachingMetadataStringDecoder.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/CustomAttributeTypeProvider.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/CustomAttributeTypeProvider.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaAssembly.Symbols.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.Symbols.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaAssembly.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaAssembly.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaField.CodeGen.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.CodeGen.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaField.Serialization.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Serialization.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaField.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaField.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaField.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaGenericParameter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaMethod.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaMethod.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.Symbols.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaModule.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaModule.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaSignatureParser.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaSignatureParser.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Interfaces.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Interfaces.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.MethodImpls.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.MethodImpls.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Serialization.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/EcmaType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/EcmaType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/IMetadataStringDecoderProvider.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/MetadataExtensions.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/MetadataExtensions.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/PrimitiveTypeProvider.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/SymbolReader/PdbSymbolReader.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PdbSymbolReader.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/SymbolReader/PortablePdbSymbolReader.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/PortablePdbSymbolReader.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Ecma/SymbolReader/UnmanagedPdbSymbolReader.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/EcmaMethodIL.Symbols.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.Symbols.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/EcmaMethodIL.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/EcmaMethodIL.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/HelperExtensions.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/HelperExtensions.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/ILDisassembler.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/ILDisassembler.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/ILImporter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/ILImporter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/ILOpcode.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcode.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/ILOpcodeHelper.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/ILOpcodeHelper.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/ILProvider.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/ILProvider.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/ILStackHelper.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/ILStackHelper.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/InstantiatedMethodIL.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/InstantiatedMethodIL.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/MethodIL.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/MethodIL.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/MethodILDebugView.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/MethodILDebugView.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/StackValueKind.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/StackValueKind.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ComparerIntrinsics.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/ILEmitter.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/ILEmitter.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/InterlockedIntrinsics.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/MemoryMarshalIntrinsics.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/MemoryMarshalIntrinsics.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeILCodeStreams.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Mangling.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Mangling.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/PInvokeTargetNativeMethod.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/RuntimeHelpersIntrinsics.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/UnsafeIntrinsics.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/IL/Stubs/VolatileIntrinsics.cs [moved from src/coreclr/src/tools/Common/TypeSystem/IL/Stubs/VolatileIntrinsics.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/FieldDesc.Interop.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalHelpers.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/IL/MarshalUtils.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/IL/MarshalUtils.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/IL/Marshaller.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/IL/Marshaller.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/InstantiatedType.Interop.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/InstantiatedType.Interop.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/InteropTypes.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/InteropTypes.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/MarshalAsDescriptor.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/MarshalAsDescriptor.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/MetadataType.Interop.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/MetadataType.Interop.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/MethodDelegator.Interop.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDelegator.Interop.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Interop/MethodDesc.Interop.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Mangling/IPrefixMangledMethod.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledMethod.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Mangling/IPrefixMangledSignature.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledSignature.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Mangling/IPrefixMangledType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Mangling/IPrefixMangledType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/ArrayType.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ArrayType.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/ByRefType.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ByRefType.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/DefType.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/DefType.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/FieldDesc.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FieldDesc.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/FunctionPointerType.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/GenericParameterDesc.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/GenericParameterDesc.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/MethodDesc.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodDesc.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/MethodForRuntimeDeterminedType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/ParameterizedType.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/ParameterizedType.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/PointerType.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/PointerType.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedCanonicalizationAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedCanonicalizationAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedFieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedFieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Diagnostic.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Diagnostic.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedType.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedTypeUtilities.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/RuntimeDeterminedTypeUtilities.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/SignatureVariable.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/SignatureVariable.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/TypeDesc.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeDesc.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/RuntimeDetermined/TypeSystemContext.RuntimeDetermined.cs [moved from src/coreclr/src/tools/Common/TypeSystem/RuntimeDetermined/TypeSystemContext.RuntimeDetermined.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Serialization/FieldDesc.Serialization.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Serialization/FieldDesc.Serialization.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Serialization/TypeDesc.Serialization.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/ArrayType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/ByRefType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/ByRefType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/FieldDesc.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldDesc.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/FieldForInstantiatedType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/FieldForInstantiatedType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/FunctionPointerType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/FunctionPointerType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/InstantiatedMethod.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedMethod.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/InstantiatedType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/InstantiatedType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/MethodDesc.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodDesc.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/MethodForInstantiatedType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodForInstantiatedType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/MethodSignature.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/MethodSignature.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/PointerType.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/PointerType.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/SignatureVariable.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeDesc.Sorting.cs with 100% similarity]
src/coreclr/tools/Common/TypeSystem/Sorting/TypeSystemComparer.cs [moved from src/coreclr/src/tools/Common/TypeSystem/Sorting/TypeSystemComparer.cs with 100% similarity]
src/coreclr/tools/Directory.Build.props [moved from src/coreclr/src/tools/Directory.Build.props with 100% similarity]
src/coreclr/tools/Directory.Build.targets [moved from src/coreclr/src/tools/Directory.Build.targets with 100% similarity]
src/coreclr/tools/GCLogParser/App.config [moved from src/coreclr/src/tools/GCLogParser/App.config with 100% similarity]
src/coreclr/tools/GCLogParser/Properties/AssemblyInfo.cs [moved from src/coreclr/src/tools/GCLogParser/Properties/AssemblyInfo.cs with 100% similarity]
src/coreclr/tools/GCLogParser/parse-hb-log.cs [moved from src/coreclr/src/tools/GCLogParser/parse-hb-log.cs with 100% similarity]
src/coreclr/tools/GCLogParser/parse-hb-log.csproj [moved from src/coreclr/src/tools/GCLogParser/parse-hb-log.csproj with 100% similarity]
src/coreclr/tools/GCLogParser/parse-hb-log.sln [moved from src/coreclr/src/tools/GCLogParser/parse-hb-log.sln with 100% similarity]
src/coreclr/tools/GenClrDebugResource/CMakeLists.txt [moved from src/coreclr/src/tools/GenClrDebugResource/CMakeLists.txt with 100% similarity]
src/coreclr/tools/GenClrDebugResource/GenClrDebugResource.cpp [moved from src/coreclr/src/tools/GenClrDebugResource/GenClrDebugResource.cpp with 100% similarity]
src/coreclr/tools/GenClrDebugResource/native.rc [moved from src/coreclr/src/tools/InjectResource/native.rc with 100% similarity]
src/coreclr/tools/ILVerification/AccessVerificationHelpers.cs [moved from src/coreclr/src/tools/ILVerification/AccessVerificationHelpers.cs with 100% similarity]
src/coreclr/tools/ILVerification/ILImporter.StackValue.cs [moved from src/coreclr/src/tools/ILVerification/ILImporter.StackValue.cs with 100% similarity]
src/coreclr/tools/ILVerification/ILImporter.Verify.cs [moved from src/coreclr/src/tools/ILVerification/ILImporter.Verify.cs with 100% similarity]
src/coreclr/tools/ILVerification/ILVerification.csproj [moved from src/coreclr/src/tools/ILVerification/ILVerification.csproj with 100% similarity]
src/coreclr/tools/ILVerification/ILVerification.projitems [moved from src/coreclr/src/tools/ILVerification/ILVerification.projitems with 100% similarity]
src/coreclr/tools/ILVerification/ILVerifyTypeSystemContext.cs [moved from src/coreclr/src/tools/ILVerification/ILVerifyTypeSystemContext.cs with 100% similarity]
src/coreclr/tools/ILVerification/IResolver.cs [moved from src/coreclr/src/tools/ILVerification/IResolver.cs with 100% similarity]
src/coreclr/tools/ILVerification/InstantiatedGenericParameter.cs [moved from src/coreclr/src/tools/ILVerification/InstantiatedGenericParameter.cs with 100% similarity]
src/coreclr/tools/ILVerification/README.md [moved from src/coreclr/src/tools/ILVerification/README.md with 100% similarity]
src/coreclr/tools/ILVerification/SimpleArrayOfTRuntimeInterfacesAlgorithm.cs [moved from src/coreclr/src/tools/ILVerification/SimpleArrayOfTRuntimeInterfacesAlgorithm.cs with 100% similarity]
src/coreclr/tools/ILVerification/Strings.resx [moved from src/coreclr/src/tools/ILVerification/Strings.resx with 100% similarity]
src/coreclr/tools/ILVerification/TypeSystemHelpers.cs [moved from src/coreclr/src/tools/ILVerification/TypeSystemHelpers.cs with 100% similarity]
src/coreclr/tools/ILVerification/TypeVerifier.cs [moved from src/coreclr/src/tools/ILVerification/TypeVerifier.cs with 100% similarity]
src/coreclr/tools/ILVerification/VerificationResult.cs [moved from src/coreclr/src/tools/ILVerification/VerificationResult.cs with 100% similarity]
src/coreclr/tools/ILVerification/Verifier.cs [moved from src/coreclr/src/tools/ILVerification/Verifier.cs with 100% similarity]
src/coreclr/tools/ILVerification/VerifierError.cs [moved from src/coreclr/src/tools/ILVerification/VerifierError.cs with 100% similarity]
src/coreclr/tools/ILVerify/ILVerify.csproj [moved from src/coreclr/src/tools/ILVerify/ILVerify.csproj with 100% similarity]
src/coreclr/tools/ILVerify/Program.cs [moved from src/coreclr/src/tools/ILVerify/Program.cs with 100% similarity]
src/coreclr/tools/ILVerify/README.md [moved from src/coreclr/src/tools/ILVerify/README.md with 100% similarity]
src/coreclr/tools/InjectResource/CMakeLists.txt [moved from src/coreclr/src/tools/InjectResource/CMakeLists.txt with 100% similarity]
src/coreclr/tools/InjectResource/InjectResource.cpp [moved from src/coreclr/src/tools/InjectResource/InjectResource.cpp with 100% similarity]
src/coreclr/tools/InjectResource/native.rc [moved from src/coreclr/src/tools/GenClrDebugResource/native.rc with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ComputedStaticDependencyNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/ComputedStaticDependencyNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzer.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzer.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzerBase.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyAnalyzerBase.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNodeCore.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DependencyNodeCore.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/DgmlWriter.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/DgmlWriter.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/EventSourceLogStrategy.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/EventSourceLogStrategy.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/FirstMarkLogStrategy.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FirstMarkLogStrategy.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/FullGraphLogStrategy.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/FullGraphLogStrategy.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalysisMarkStrategy.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalysisMarkStrategy.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogEdgeVisitor.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogEdgeVisitor.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogNodeVisitor.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyAnalyzerLogNodeVisitor.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/IDependencyNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/ILCompiler.DependencyAnalysisFramework.csproj with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/NoLogStrategy.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.DependencyAnalysisFramework/PerfEventSource.cs [moved from src/coreclr/src/tools/aot/ILCompiler.DependencyAnalysisFramework/PerfEventSource.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/CodeGen/ReadyToRunObjectWriter.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/CodeGen/ReadyToRunObjectWriter.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/CompilationModuleGroup.ReadyToRun.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/CompilationModuleGroup.ReadyToRun.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/CryptographicHashProvider.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/CryptographicHashProvider.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/AllMethodsOnTypeNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/AllMethodsOnTypeNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedDataNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ArrayOfEmbeddedPointersNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedObjectNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedObjectNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/EmbeddedPointerIndirectionNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ArgIterator.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AssemblyTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/AttributePresenceFilterNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ByteArrayComparer.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CompilerIdentifierNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedCorHeaderNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedFieldRvaNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedManagedResourcesNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMetadataBlobNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedMethodILNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/CopiedStrongNameSignatureNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryEntryNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugDirectoryNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DebugInfoTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperImport.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadHelperMethodImport.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodCallThunkNodeRange.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelayLoadMethodImport.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DelegateCtorSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/DevirtualizationManager.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ExceptionInfoLookupTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/FieldFixupSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapBuilder.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GCRefMapNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/GenericLookupSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/HeaderNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/HeaderNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Import.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Import.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportSectionsTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ImportThunk.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InliningInfoNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/InstanceEntryPointTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ManifestMetadataTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodEntryPointTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodFixupSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodGCInfoNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/MethodWithGCInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleToken.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ModuleTokenResolver.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewArrayFixupSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NewObjectFixupSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/NibbleWriter.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/OwnerCompositeExecutableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeHelperImport.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/PrecodeMethodImport.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataSectionNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ProfileDataSectionNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunHelperSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/ReadyToRunInstructionSetSupportSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsGCInfoNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/RuntimeFunctionsTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Signature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Signature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureBuilder.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureContext.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/SignatureEmbeddedPointerIndirectionNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImport.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImport.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/StringImportSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM/ImportThunk.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_ARM64/ImportThunk.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X64/ImportThunk.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Target_X86/ImportThunk.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TransitionBlock.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TransitionBlock.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypeFixupSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/TypesTableNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRun/Win32ResourcesNode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunCodegenNodeFactory.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/ReadyToRunSymbolNodeFactory.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/SortableDependencyNodeCompilerSpecific.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/SortableDependencyNodeCompilerSpecific.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/TypeAndMethod.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/DependencyAnalysis/TypeAndMethod.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/IRootingServiceProvider.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/IRootingServiceProvider.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/MethodExtensions.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/MethodExtensions.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/NoMethodsCompilationModuleGroup.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/PerfEventSource.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/PerfEventSource.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ProfileData.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ProfileData.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilation.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilation.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilationBuilder.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCodegenCompilationBuilder.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilationModuleGroupBase.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilationModuleGroupBase.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilerContext.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunCompilerContext.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunFileLayoutOptimizer.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunFileLayoutOptimizer.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunHashCode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunHashCode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunLibraryRootProvider.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunLibraryRootProvider.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunMetadataFieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunSingleAssemblyCompilationModuleGroup.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunTableManager.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/ReadyToRunTableManager.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/RuntimeDeterminedTypeHelper.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/RuntimeDeterminedTypeHelper.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SingleMethodCompilationModuleGroup.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Compiler/SystemObjectFieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Compiler/SystemObjectFieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataModel.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataModel.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataReader.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCDataReader.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileData.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileData.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileParser.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/IBCProfileParser.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/MIbcProfileParser.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/MIbcProfileParser.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IBC/ReaderExtensions.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IBC/ReaderExtensions.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IL/ReadyToRunILProvider.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/ReadyToRunILProvider.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/IL/Stubs/PInvokeILEmitter.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/IL/Stubs/PInvokeILEmitter.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ILCompiler.ReadyToRun.csproj with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Interop/IL/Marshaller.ReadyToRun.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Interop/IL/Marshaller.ReadyToRun.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/CorInfoImpl.ReadyToRun.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/JitInterface/UnboxingMethodDescFactory.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/JitInterface/UnboxingMethodDescFactory.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/MapFileBuilder.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/MapFileBuilder.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/R2RPEBuilder.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/R2RPEBuilder.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/RelocationHelper.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/SectionBuilder.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/SectionBuilder.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/TargetExtensions.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/ObjectWriter/TargetExtensions.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Reader.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Reader.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.ResourcesDataModel.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.ResourcesDataModel.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.UpdateResourceDataModel.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.UpdateResourceDataModel.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.Win32Structs.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.cs [moved from src/coreclr/src/tools/aot/ILCompiler.ReadyToRun/Win32Resources/ResourceData.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcSlotTable.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcSlotTable.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcTransition.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/GcTransition.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/Registers.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/Registers.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/UnwindInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Amd64/UnwindInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/Registers.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/Registers.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/UnwindInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm/UnwindInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/Registers.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/Registers.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/UnwindInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/Arm64/UnwindInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfoTypes.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DebugInfoTypes.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/DisassemblingTypeProvider.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/DisassemblingTypeProvider.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/EHInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/EHInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/GCInfoTypes.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCInfoTypes.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/GCRefMap.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/GCRefMap.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyMetadata.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyMetadata.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyResolver.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/IAssemblyResolver.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ILCompiler.Reflection.ReadyToRun.csproj [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ILCompiler.Reflection.ReadyToRun.csproj with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection2.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/InliningInfoSection2.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeArray.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeArray.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeHashtable.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeHashtable.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeReader.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NativeReader.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/NibbleReader.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/NibbleReader.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/PEReaderExtensions.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunHeader.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunImportSection.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunImportSection.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunMethod.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunReader.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSection.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSection.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/ReadyToRunSignature.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/StandaloneAssemblyMetadata.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/StandaloneAssemblyMetadata.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/StringExtensions.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/StringExtensions.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/TransitionBlock.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/TransitionBlock.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/CallPattern.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/CallPattern.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcSlotTable.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcSlotTable.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcTransition.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/GcTransition.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/InfoHdr.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/InfoHdr.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/Registers.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/Registers.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/UnwindInfo.cs [moved from src/coreclr/src/tools/aot/ILCompiler.Reflection.ReadyToRun/x86/UnwindInfo.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ArchitectureSpecificFieldLayoutTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ArchitectureSpecificFieldLayoutTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CanonicalizationTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CastingTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CastingTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ConstraintsValidationTest.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ConstraintsValidationTest.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Canonicalization.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Canonicalization.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Casting.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Casting.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/CoreTestAssembly.csproj [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/CoreTestAssembly.csproj with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GCPointerMap.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GCPointerMap.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericConstraints.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericConstraints.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericTypes.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/GenericTypes.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Hashcode.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Hashcode.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InstanceFieldLayout.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InstanceFieldLayout.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InterfaceArrangements.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/InterfaceArrangements.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Platform.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/Platform.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/StaticFieldLayout.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/StaticFieldLayout.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/SyntheticVirtualOverride.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/SyntheticVirtualOverride.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/TypeNameParsing.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/TypeNameParsing.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/ValueTypeShapeCharacteristics.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/ValueTypeShapeCharacteristics.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/VirtualFunctionOverride.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/CoreTestAssembly/VirtualFunctionOverride.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ExceptionStringTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ExceptionStringTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GCPointerMapTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GenericTypeAndMethodTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/GenericTypeAndMethodTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/HashcodeTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/HashcodeTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILCompiler.TypeSystem.ReadyToRun.Tests.csproj [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILCompiler.TypeSystem.ReadyToRun.Tests.csproj with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILDisassemblerTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILDisassemblerTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILDisassembler.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILDisassembler.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILTestAssembly.ilproj [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/ILTestAssembly.ilproj with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/InstanceFieldLayout.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/InstanceFieldLayout.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Main.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Main.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/MethodImplOverride1.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/MethodImplOverride1.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Signature.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/Signature.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/StaticFieldLayout.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/StaticFieldLayout.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/VirtualFunctionOverride.il [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ILTestAssembly/VirtualFunctionOverride.il with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InstanceFieldLayoutTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InstanceFieldLayoutTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InterfacesTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/InterfacesTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/RuntimeDeterminedTypesTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SignatureTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SignatureTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/StaticFieldLayoutTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/StaticFieldLayoutTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.DiagnosticName.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.DiagnosticName.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/SyntheticVirtualOverrideTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestMetadataFieldLayoutAlgorithm.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestMetadataFieldLayoutAlgorithm.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestTypeSystemContext.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TestTypeSystemContext.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TypeNameParsingTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/TypeNameParsingTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/UniversalGenericFieldLayoutTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/UniversalGenericFieldLayoutTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ValueTypeShapeCharacteristicsTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/ValueTypeShapeCharacteristicsTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/VirtualFunctionOverrideTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/VirtualFunctionOverrideTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/WellKnownTypeTests.cs [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun.Tests/WellKnownTypeTests.cs with 100% similarity]
src/coreclr/tools/aot/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj [moved from src/coreclr/src/tools/aot/ILCompiler.TypeSystem.ReadyToRun/ILCompiler.TypeSystem.ReadyToRun.csproj with 100% similarity]
src/coreclr/tools/aot/crossgen2.sln [moved from src/coreclr/src/tools/aot/crossgen2.sln with 100% similarity]
src/coreclr/tools/aot/crossgen2/CommandLineOptions.cs [moved from src/coreclr/src/tools/aot/crossgen2/CommandLineOptions.cs with 100% similarity]
src/coreclr/tools/aot/crossgen2/Program.cs [moved from src/coreclr/src/tools/aot/crossgen2/Program.cs with 100% similarity]
src/coreclr/tools/aot/crossgen2/Properties/Resources.resx [moved from src/coreclr/src/tools/aot/crossgen2/Properties/Resources.resx with 100% similarity]
src/coreclr/tools/aot/crossgen2/crossgen2.csproj [moved from src/coreclr/src/tools/aot/crossgen2/crossgen2.csproj with 100% similarity]
src/coreclr/tools/aot/jitinterface/CMakeLists.txt [moved from src/coreclr/src/tools/aot/jitinterface/CMakeLists.txt with 100% similarity]
src/coreclr/tools/aot/jitinterface/corinfoexception.cpp [moved from src/coreclr/src/tools/aot/jitinterface/corinfoexception.cpp with 100% similarity]
src/coreclr/tools/aot/jitinterface/corinfoexception.h [moved from src/coreclr/src/tools/aot/jitinterface/corinfoexception.h with 100% similarity]
src/coreclr/tools/aot/jitinterface/dllexport.h [moved from src/coreclr/src/tools/aot/jitinterface/dllexport.h with 100% similarity]
src/coreclr/tools/aot/jitinterface/jithost.cpp [moved from src/coreclr/src/tools/aot/jitinterface/jithost.cpp with 100% similarity]
src/coreclr/tools/aot/jitinterface/jitinterface.cpp [moved from src/coreclr/src/tools/aot/jitinterface/jitinterface.cpp with 100% similarity]
src/coreclr/tools/aot/jitinterface/jitinterface.h [moved from src/coreclr/src/tools/aot/jitinterface/jitinterface.h with 100% similarity]
src/coreclr/tools/aot/jitinterface/jitwrapper.cpp [moved from src/coreclr/src/tools/aot/jitinterface/jitwrapper.cpp with 100% similarity]
src/coreclr/tools/crossgen/CMakeLists.txt [moved from src/coreclr/src/tools/crossgen/CMakeLists.txt with 100% similarity]
src/coreclr/tools/crossgen/Native.rc [moved from src/coreclr/src/tools/crossgen/Native.rc with 100% similarity]
src/coreclr/tools/crossgen/compare.bat [moved from src/coreclr/src/tools/crossgen/compare.bat with 100% similarity]
src/coreclr/tools/crossgen/crossgen.cpp [moved from src/coreclr/src/tools/crossgen/crossgen.cpp with 100% similarity]
src/coreclr/tools/dotnet-pgo/Logger.cs [moved from src/coreclr/src/tools/dotnet-pgo/Logger.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/Microsoft.Diagnostics.JitTrace/JitTraceRuntime.cs [moved from src/coreclr/src/tools/dotnet-pgo/Microsoft.Diagnostics.JitTrace/JitTraceRuntime.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/ModuleLoadLogger.cs [moved from src/coreclr/src/tools/dotnet-pgo/ModuleLoadLogger.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/PgoTraceProcess.cs [moved from src/coreclr/src/tools/dotnet-pgo/PgoTraceProcess.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/Program.cs [moved from src/coreclr/src/tools/dotnet-pgo/Program.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/R2RSignatureTypeProvider.cs [moved from src/coreclr/src/tools/dotnet-pgo/R2RSignatureTypeProvider.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/README.md [moved from src/coreclr/src/tools/dotnet-pgo/README.md with 100% similarity]
src/coreclr/tools/dotnet-pgo/TraceRuntimeDescToTypeSystemDesc.cs [moved from src/coreclr/src/tools/dotnet-pgo/TraceRuntimeDescToTypeSystemDesc.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/TraceTypeSystemContext.cs [moved from src/coreclr/src/tools/dotnet-pgo/TraceTypeSystemContext.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/TypeSystemMetadataEmitter.cs [moved from src/coreclr/src/tools/dotnet-pgo/TypeSystemMetadataEmitter.cs with 100% similarity]
src/coreclr/tools/dotnet-pgo/dotnet-pgo-experiment.md [moved from src/coreclr/src/tools/dotnet-pgo/dotnet-pgo-experiment.md with 100% similarity]
src/coreclr/tools/dotnet-pgo/dotnet-pgo.csproj [moved from src/coreclr/src/tools/dotnet-pgo/dotnet-pgo.csproj with 100% similarity]
src/coreclr/tools/dotnet-pgo/dotnet-pgo.sln [moved from src/coreclr/src/tools/dotnet-pgo/dotnet-pgo.sln with 100% similarity]
src/coreclr/tools/metainfo/Native.rc [moved from src/coreclr/src/tools/metainfo/Native.rc with 100% similarity]
src/coreclr/tools/metainfo/mdinfo.cpp [moved from src/coreclr/src/tools/metainfo/mdinfo.cpp with 100% similarity]
src/coreclr/tools/metainfo/mdinfo.h [moved from src/coreclr/src/tools/metainfo/mdinfo.h with 100% similarity]
src/coreclr/tools/metainfo/mdobj.cpp [moved from src/coreclr/src/tools/metainfo/mdobj.cpp with 100% similarity]
src/coreclr/tools/r2rdump/CommandLineOptions.cs [moved from src/coreclr/src/tools/r2rdump/CommandLineOptions.cs with 100% similarity]
src/coreclr/tools/r2rdump/CoreDisTools.cs [moved from src/coreclr/src/tools/r2rdump/CoreDisTools.cs with 100% similarity]
src/coreclr/tools/r2rdump/Extensions.cs [moved from src/coreclr/src/tools/r2rdump/Extensions.cs with 100% similarity]
src/coreclr/tools/r2rdump/ISymNGenWriter.cs [moved from src/coreclr/src/tools/r2rdump/ISymNGenWriter.cs with 100% similarity]
src/coreclr/tools/r2rdump/PdbWriter.cs [moved from src/coreclr/src/tools/r2rdump/PdbWriter.cs with 100% similarity]
src/coreclr/tools/r2rdump/R2RDiff.cs [moved from src/coreclr/src/tools/r2rdump/R2RDiff.cs with 100% similarity]
src/coreclr/tools/r2rdump/R2RDump.cs [moved from src/coreclr/src/tools/r2rdump/R2RDump.cs with 100% similarity]
src/coreclr/tools/r2rdump/R2RDump.csproj [moved from src/coreclr/src/tools/r2rdump/R2RDump.csproj with 100% similarity]
src/coreclr/tools/r2rdump/R2RDump.sln [moved from src/coreclr/src/tools/r2rdump/R2RDump.sln with 100% similarity]
src/coreclr/tools/r2rdump/R2RFormat.png [moved from src/coreclr/src/tools/r2rdump/R2RFormat.png with 100% similarity]
src/coreclr/tools/r2rdump/README.md [moved from src/coreclr/src/tools/r2rdump/README.md with 100% similarity]
src/coreclr/tools/r2rdump/TextDumper.cs [moved from src/coreclr/src/tools/r2rdump/TextDumper.cs with 100% similarity]
src/coreclr/tools/r2rtest/Buckets.cs [moved from src/coreclr/src/tools/r2rtest/Buckets.cs with 100% similarity]
src/coreclr/tools/r2rtest/BuildFolder.cs [moved from src/coreclr/src/tools/r2rtest/BuildFolder.cs with 100% similarity]
src/coreclr/tools/r2rtest/BuildFolderSet.cs [moved from src/coreclr/src/tools/r2rtest/BuildFolderSet.cs with 100% similarity]
src/coreclr/tools/r2rtest/BuildOptions.cs [moved from src/coreclr/src/tools/r2rtest/BuildOptions.cs with 100% similarity]
src/coreclr/tools/r2rtest/CommandLineOptions.cs [moved from src/coreclr/src/tools/r2rtest/CommandLineOptions.cs with 100% similarity]
src/coreclr/tools/r2rtest/Commands/CompileDirectoryCommand.cs [moved from src/coreclr/src/tools/r2rtest/Commands/CompileDirectoryCommand.cs with 100% similarity]
src/coreclr/tools/r2rtest/Commands/CompileFrameworkCommand.cs [moved from src/coreclr/src/tools/r2rtest/Commands/CompileFrameworkCommand.cs with 100% similarity]
src/coreclr/tools/r2rtest/Commands/CompileNugetCommand.cs [moved from src/coreclr/src/tools/r2rtest/Commands/CompileNugetCommand.cs with 100% similarity]
src/coreclr/tools/r2rtest/Commands/CompileSerpCommand.cs [moved from src/coreclr/src/tools/r2rtest/Commands/CompileSerpCommand.cs with 100% similarity]
src/coreclr/tools/r2rtest/Commands/CompileSubtreeCommand.cs [moved from src/coreclr/src/tools/r2rtest/Commands/CompileSubtreeCommand.cs with 100% similarity]
src/coreclr/tools/r2rtest/CompilerRunner.cs [moved from src/coreclr/src/tools/r2rtest/CompilerRunner.cs with 100% similarity]
src/coreclr/tools/r2rtest/ComputeManagedAssemblies.cs [moved from src/coreclr/src/tools/r2rtest/ComputeManagedAssemblies.cs with 100% similarity]
src/coreclr/tools/r2rtest/Crossgen2Runner.cs [moved from src/coreclr/src/tools/r2rtest/Crossgen2Runner.cs with 100% similarity]
src/coreclr/tools/r2rtest/CrossgenRunner.cs [moved from src/coreclr/src/tools/r2rtest/CrossgenRunner.cs with 100% similarity]
src/coreclr/tools/r2rtest/DotnetCli.cs [moved from src/coreclr/src/tools/r2rtest/DotnetCli.cs with 100% similarity]
src/coreclr/tools/r2rtest/JitRunner.cs [moved from src/coreclr/src/tools/r2rtest/JitRunner.cs with 100% similarity]
src/coreclr/tools/r2rtest/Linux.cs [moved from src/coreclr/src/tools/r2rtest/Linux.cs with 100% similarity]
src/coreclr/tools/r2rtest/ParallelRunner.cs [moved from src/coreclr/src/tools/r2rtest/ParallelRunner.cs with 100% similarity]
src/coreclr/tools/r2rtest/PathHelpers.cs [moved from src/coreclr/src/tools/r2rtest/PathHelpers.cs with 100% similarity]
src/coreclr/tools/r2rtest/PerfEventSourceListener.cs [moved from src/coreclr/src/tools/r2rtest/PerfEventSourceListener.cs with 100% similarity]
src/coreclr/tools/r2rtest/ProcessRunner.cs [moved from src/coreclr/src/tools/r2rtest/ProcessRunner.cs with 100% similarity]
src/coreclr/tools/r2rtest/Program.cs [moved from src/coreclr/src/tools/r2rtest/Program.cs with 100% similarity]
src/coreclr/tools/r2rtest/R2RTest.csproj [moved from src/coreclr/src/tools/r2rtest/R2RTest.csproj with 100% similarity]
src/coreclr/tools/r2rtest/ReadyToRunJittedMethods.cs [moved from src/coreclr/src/tools/r2rtest/ReadyToRunJittedMethods.cs with 100% similarity]
src/coreclr/tools/r2rtest/TestExclusion.cs [moved from src/coreclr/src/tools/r2rtest/TestExclusion.cs with 100% similarity]
src/coreclr/tools/runincontext/runincontext.cs [moved from src/coreclr/src/tools/runincontext/runincontext.cs with 100% similarity]
src/coreclr/tools/runincontext/runincontext.csproj [moved from src/coreclr/src/tools/runincontext/runincontext.csproj with 100% similarity]
src/coreclr/tools/util/consoleargs.cpp [moved from src/coreclr/src/tools/util/consoleargs.cpp with 100% similarity]
src/coreclr/tools/util/consoleargs.h [moved from src/coreclr/src/tools/util/consoleargs.h with 100% similarity]
src/coreclr/tools/util/list.h [moved from src/coreclr/src/tools/util/list.h with 100% similarity]
src/coreclr/tools/util/tree.h [moved from src/coreclr/src/tools/util/tree.h with 100% similarity]
src/coreclr/unwinder/CMakeLists.txt [moved from src/coreclr/src/unwinder/CMakeLists.txt with 81% similarity]
src/coreclr/unwinder/amd64/dbs_stack_x64.cpp [moved from src/coreclr/src/unwinder/amd64/dbs_stack_x64.cpp with 100% similarity]
src/coreclr/unwinder/amd64/unwinder_amd64.cpp [moved from src/coreclr/src/unwinder/amd64/unwinder_amd64.cpp with 100% similarity]
src/coreclr/unwinder/amd64/unwinder_amd64.h [moved from src/coreclr/src/unwinder/amd64/unwinder_amd64.h with 100% similarity]
src/coreclr/unwinder/arm/unwinder_arm.cpp [moved from src/coreclr/src/unwinder/arm/unwinder_arm.cpp with 100% similarity]
src/coreclr/unwinder/arm/unwinder_arm.h [moved from src/coreclr/src/unwinder/arm/unwinder_arm.h with 100% similarity]
src/coreclr/unwinder/arm64/unwinder_arm64.cpp [moved from src/coreclr/src/unwinder/arm64/unwinder_arm64.cpp with 100% similarity]
src/coreclr/unwinder/arm64/unwinder_arm64.h [moved from src/coreclr/src/unwinder/arm64/unwinder_arm64.h with 100% similarity]
src/coreclr/unwinder/i386/unwinder_i386.cpp [moved from src/coreclr/src/unwinder/i386/unwinder_i386.cpp with 100% similarity]
src/coreclr/unwinder/i386/unwinder_i386.h [moved from src/coreclr/src/unwinder/i386/unwinder_i386.h with 100% similarity]
src/coreclr/unwinder/stdafx.cpp [moved from src/coreclr/src/unwinder/stdafx.cpp with 100% similarity]
src/coreclr/unwinder/stdafx.h [moved from src/coreclr/src/unwinder/stdafx.h with 100% similarity]
src/coreclr/unwinder/unwinder.cpp [moved from src/coreclr/src/unwinder/unwinder.cpp with 100% similarity]
src/coreclr/unwinder/unwinder.h [moved from src/coreclr/src/unwinder/unwinder.h with 100% similarity]
src/coreclr/utilcode/CMakeLists.txt [moved from src/coreclr/src/utilcode/CMakeLists.txt with 100% similarity]
src/coreclr/utilcode/arraylist.cpp [moved from src/coreclr/src/utilcode/arraylist.cpp with 100% similarity]
src/coreclr/utilcode/bitvector.cpp [moved from src/coreclr/src/utilcode/bitvector.cpp with 100% similarity]
src/coreclr/utilcode/ccomprc.cpp [moved from src/coreclr/src/utilcode/ccomprc.cpp with 100% similarity]
src/coreclr/utilcode/check.cpp [moved from src/coreclr/src/utilcode/check.cpp with 100% similarity]
src/coreclr/utilcode/clrconfig.cpp [moved from src/coreclr/src/utilcode/clrconfig.cpp with 100% similarity]
src/coreclr/utilcode/clrhelpers.cpp [moved from src/coreclr/src/utilcode/clrhelpers.cpp with 100% similarity]
src/coreclr/utilcode/clrhost.cpp [moved from src/coreclr/src/utilcode/clrhost.cpp with 100% similarity]
src/coreclr/utilcode/clrhost_nodependencies.cpp [moved from src/coreclr/src/utilcode/clrhost_nodependencies.cpp with 100% similarity]
src/coreclr/utilcode/collections.cpp [moved from src/coreclr/src/utilcode/collections.cpp with 100% similarity]
src/coreclr/utilcode/comex.cpp [moved from src/coreclr/src/utilcode/comex.cpp with 100% similarity]
src/coreclr/utilcode/configuration.cpp [moved from src/coreclr/src/utilcode/configuration.cpp with 100% similarity]
src/coreclr/utilcode/corimage.cpp [moved from src/coreclr/src/utilcode/corimage.cpp with 100% similarity]
src/coreclr/utilcode/cycletimer.cpp [moved from src/coreclr/src/utilcode/cycletimer.cpp with 100% similarity]
src/coreclr/utilcode/dacutil.cpp [moved from src/coreclr/src/utilcode/dacutil.cpp with 100% similarity]
src/coreclr/utilcode/debug.cpp [moved from src/coreclr/src/utilcode/debug.cpp with 100% similarity]
src/coreclr/utilcode/dlwrap.cpp [moved from src/coreclr/src/utilcode/dlwrap.cpp with 100% similarity]
src/coreclr/utilcode/ex.cpp [moved from src/coreclr/src/utilcode/ex.cpp with 100% similarity]
src/coreclr/utilcode/format1.cpp [moved from src/coreclr/src/utilcode/format1.cpp with 100% similarity]
src/coreclr/utilcode/fstream.cpp [moved from src/coreclr/src/utilcode/fstream.cpp with 100% similarity]
src/coreclr/utilcode/fstring.cpp [moved from src/coreclr/src/utilcode/fstring.cpp with 100% similarity]
src/coreclr/utilcode/guidfromname.cpp [moved from src/coreclr/src/utilcode/guidfromname.cpp with 100% similarity]
src/coreclr/utilcode/hostimpl.cpp [moved from src/coreclr/src/utilcode/hostimpl.cpp with 100% similarity]
src/coreclr/utilcode/iallocator.cpp [moved from src/coreclr/src/utilcode/iallocator.cpp with 100% similarity]
src/coreclr/utilcode/ilformatter.cpp [moved from src/coreclr/src/utilcode/ilformatter.cpp with 100% similarity]
src/coreclr/utilcode/loaderheap.cpp [moved from src/coreclr/src/utilcode/loaderheap.cpp with 100% similarity]
src/coreclr/utilcode/log.cpp [moved from src/coreclr/src/utilcode/log.cpp with 100% similarity]
src/coreclr/utilcode/longfilepathwrappers.cpp [moved from src/coreclr/src/utilcode/longfilepathwrappers.cpp with 100% similarity]
src/coreclr/utilcode/makepath.cpp [moved from src/coreclr/src/utilcode/makepath.cpp with 100% similarity]
src/coreclr/utilcode/md5.cpp [moved from src/coreclr/src/utilcode/md5.cpp with 100% similarity]
src/coreclr/utilcode/memorypool.cpp [moved from src/coreclr/src/utilcode/memorypool.cpp with 100% similarity]
src/coreclr/utilcode/namespaceutil.cpp [moved from src/coreclr/src/utilcode/namespaceutil.cpp with 100% similarity]
src/coreclr/utilcode/opinfo.cpp [moved from src/coreclr/src/utilcode/opinfo.cpp with 100% similarity]
src/coreclr/utilcode/outstring.cpp [moved from src/coreclr/src/utilcode/outstring.cpp with 100% similarity]
src/coreclr/utilcode/pedecoder.cpp [moved from src/coreclr/src/utilcode/pedecoder.cpp with 100% similarity]
src/coreclr/utilcode/peinformation.cpp [moved from src/coreclr/src/utilcode/peinformation.cpp with 100% similarity]
src/coreclr/utilcode/posterror.cpp [moved from src/coreclr/src/utilcode/posterror.cpp with 100% similarity]
src/coreclr/utilcode/prettyprintsig.cpp [moved from src/coreclr/src/utilcode/prettyprintsig.cpp with 100% similarity]
src/coreclr/utilcode/regutil.cpp [moved from src/coreclr/src/utilcode/regutil.cpp with 100% similarity]
src/coreclr/utilcode/safewrap.cpp [moved from src/coreclr/src/utilcode/safewrap.cpp with 100% similarity]
src/coreclr/utilcode/sbuffer.cpp [moved from src/coreclr/src/utilcode/sbuffer.cpp with 100% similarity]
src/coreclr/utilcode/securityutil.cpp [moved from src/coreclr/src/utilcode/securityutil.cpp with 100% similarity]
src/coreclr/utilcode/securitywrapper.cpp [moved from src/coreclr/src/utilcode/securitywrapper.cpp with 100% similarity]
src/coreclr/utilcode/sha1.cpp [moved from src/coreclr/src/utilcode/sha1.cpp with 100% similarity]
src/coreclr/utilcode/sigbuilder.cpp [moved from src/coreclr/src/utilcode/sigbuilder.cpp with 100% similarity]
src/coreclr/utilcode/sigparser.cpp [moved from src/coreclr/src/utilcode/sigparser.cpp with 100% similarity]
src/coreclr/utilcode/splitpath.cpp [moved from src/coreclr/src/utilcode/splitpath.cpp with 100% similarity]
src/coreclr/utilcode/sstring.cpp [moved from src/coreclr/src/utilcode/sstring.cpp with 100% similarity]
src/coreclr/utilcode/sstring_com.cpp [moved from src/coreclr/src/utilcode/sstring_com.cpp with 100% similarity]
src/coreclr/utilcode/stacktrace.cpp [moved from src/coreclr/src/utilcode/stacktrace.cpp with 100% similarity]
src/coreclr/utilcode/stdafx.h [moved from src/coreclr/src/utilcode/stdafx.h with 100% similarity]
src/coreclr/utilcode/stgpool.cpp [moved from src/coreclr/src/utilcode/stgpool.cpp with 100% similarity]
src/coreclr/utilcode/stgpooli.cpp [moved from src/coreclr/src/utilcode/stgpooli.cpp with 100% similarity]
src/coreclr/utilcode/stgpoolreadonly.cpp [moved from src/coreclr/src/utilcode/stgpoolreadonly.cpp with 100% similarity]
src/coreclr/utilcode/stresslog.cpp [moved from src/coreclr/src/utilcode/stresslog.cpp with 100% similarity]
src/coreclr/utilcode/util.cpp [moved from src/coreclr/src/utilcode/util.cpp with 100% similarity]
src/coreclr/utilcode/util_nodependencies.cpp [moved from src/coreclr/src/utilcode/util_nodependencies.cpp with 100% similarity]
src/coreclr/utilcode/utilmessagebox.cpp [moved from src/coreclr/src/utilcode/utilmessagebox.cpp with 100% similarity]
src/coreclr/utilcode/utsem.cpp [moved from src/coreclr/src/utilcode/utsem.cpp with 100% similarity]
src/coreclr/utilcode/winfix.cpp [moved from src/coreclr/src/utilcode/winfix.cpp with 100% similarity]
src/coreclr/utilcode/yieldprocessornormalized.cpp [moved from src/coreclr/src/utilcode/yieldprocessornormalized.cpp with 100% similarity]
src/coreclr/vm/.vscode/c_cpp_properties.json [moved from src/coreclr/src/vm/.vscode/c_cpp_properties.json with 100% similarity]
src/coreclr/vm/CMakeLists.txt [moved from src/coreclr/src/vm/CMakeLists.txt with 100% similarity]
src/coreclr/vm/ClrEtwAll.man [moved from src/coreclr/src/vm/ClrEtwAll.man with 100% similarity]
src/coreclr/vm/ClrEtwAllMeta.lst [moved from src/coreclr/src/vm/ClrEtwAllMeta.lst with 100% similarity]
src/coreclr/vm/amd64/AsmHelpers.asm [moved from src/coreclr/src/vm/amd64/AsmHelpers.asm with 100% similarity]
src/coreclr/vm/amd64/AsmMacros.inc [moved from src/coreclr/src/vm/amd64/AsmMacros.inc with 100% similarity]
src/coreclr/vm/amd64/CallDescrWorkerAMD64.asm [moved from src/coreclr/src/vm/amd64/CallDescrWorkerAMD64.asm with 100% similarity]
src/coreclr/vm/amd64/ComCallPreStub.asm [moved from src/coreclr/src/vm/amd64/ComCallPreStub.asm with 100% similarity]
src/coreclr/vm/amd64/CrtHelpers.asm [moved from src/coreclr/src/vm/amd64/CrtHelpers.asm with 100% similarity]
src/coreclr/vm/amd64/ExternalMethodFixupThunk.asm [moved from src/coreclr/src/vm/amd64/ExternalMethodFixupThunk.asm with 100% similarity]
src/coreclr/vm/amd64/GenericComCallStubs.asm [moved from src/coreclr/src/vm/amd64/GenericComCallStubs.asm with 100% similarity]
src/coreclr/vm/amd64/GenericComPlusCallStubs.asm [moved from src/coreclr/src/vm/amd64/GenericComPlusCallStubs.asm with 100% similarity]
src/coreclr/vm/amd64/JitHelpers_Fast.asm [moved from src/coreclr/src/vm/amd64/JitHelpers_Fast.asm with 100% similarity]
src/coreclr/vm/amd64/JitHelpers_FastWriteBarriers.asm [moved from src/coreclr/src/vm/amd64/JitHelpers_FastWriteBarriers.asm with 100% similarity]
src/coreclr/vm/amd64/JitHelpers_InlineGetThread.asm [moved from src/coreclr/src/vm/amd64/JitHelpers_InlineGetThread.asm with 100% similarity]
src/coreclr/vm/amd64/JitHelpers_SingleAppDomain.asm [moved from src/coreclr/src/vm/amd64/JitHelpers_SingleAppDomain.asm with 100% similarity]
src/coreclr/vm/amd64/JitHelpers_Slow.asm [moved from src/coreclr/src/vm/amd64/JitHelpers_Slow.asm with 100% similarity]
src/coreclr/vm/amd64/PInvokeStubs.asm [moved from src/coreclr/src/vm/amd64/PInvokeStubs.asm with 100% similarity]
src/coreclr/vm/amd64/RedirectedHandledJITCase.asm [moved from src/coreclr/src/vm/amd64/RedirectedHandledJITCase.asm with 100% similarity]
src/coreclr/vm/amd64/ThePreStubAMD64.asm [moved from src/coreclr/src/vm/amd64/ThePreStubAMD64.asm with 100% similarity]
src/coreclr/vm/amd64/UMThunkStub.asm [moved from src/coreclr/src/vm/amd64/UMThunkStub.asm with 100% similarity]
src/coreclr/vm/amd64/VirtualCallStubAMD64.asm [moved from src/coreclr/src/vm/amd64/VirtualCallStubAMD64.asm with 100% similarity]
src/coreclr/vm/amd64/asmconstants.h [moved from src/coreclr/src/vm/amd64/asmconstants.h with 100% similarity]
src/coreclr/vm/amd64/asmhelpers.S [moved from src/coreclr/src/vm/amd64/asmhelpers.S with 100% similarity]
src/coreclr/vm/amd64/calldescrworkeramd64.S [moved from src/coreclr/src/vm/amd64/calldescrworkeramd64.S with 100% similarity]
src/coreclr/vm/amd64/cgenamd64.cpp [moved from src/coreclr/src/vm/amd64/cgenamd64.cpp with 100% similarity]
src/coreclr/vm/amd64/cgencpu.h [moved from src/coreclr/src/vm/amd64/cgencpu.h with 100% similarity]
src/coreclr/vm/amd64/crthelpers.S [moved from src/coreclr/src/vm/amd64/crthelpers.S with 100% similarity]
src/coreclr/vm/amd64/excepamd64.cpp [moved from src/coreclr/src/vm/amd64/excepamd64.cpp with 100% similarity]
src/coreclr/vm/amd64/excepcpu.h [moved from src/coreclr/src/vm/amd64/excepcpu.h with 100% similarity]
src/coreclr/vm/amd64/externalmethodfixupthunk.S [moved from src/coreclr/src/vm/amd64/externalmethodfixupthunk.S with 100% similarity]
src/coreclr/vm/amd64/getstate.S [moved from src/coreclr/src/vm/amd64/getstate.S with 100% similarity]
src/coreclr/vm/amd64/getstate.asm [moved from src/coreclr/src/vm/amd64/getstate.asm with 100% similarity]
src/coreclr/vm/amd64/gmsamd64.cpp [moved from src/coreclr/src/vm/amd64/gmsamd64.cpp with 100% similarity]
src/coreclr/vm/amd64/gmscpu.h [moved from src/coreclr/src/vm/amd64/gmscpu.h with 100% similarity]
src/coreclr/vm/amd64/jithelpers_fast.S [moved from src/coreclr/src/vm/amd64/jithelpers_fast.S with 100% similarity]
src/coreclr/vm/amd64/jithelpers_fastwritebarriers.S [moved from src/coreclr/src/vm/amd64/jithelpers_fastwritebarriers.S with 100% similarity]
src/coreclr/vm/amd64/jithelpers_singleappdomain.S [moved from src/coreclr/src/vm/amd64/jithelpers_singleappdomain.S with 100% similarity]
src/coreclr/vm/amd64/jithelpers_slow.S [moved from src/coreclr/src/vm/amd64/jithelpers_slow.S with 100% similarity]
src/coreclr/vm/amd64/jitinterfaceamd64.cpp [moved from src/coreclr/src/vm/amd64/jitinterfaceamd64.cpp with 100% similarity]
src/coreclr/vm/amd64/pinvokestubs.S [moved from src/coreclr/src/vm/amd64/pinvokestubs.S with 100% similarity]
src/coreclr/vm/amd64/profiler.cpp [moved from src/coreclr/src/vm/amd64/profiler.cpp with 100% similarity]
src/coreclr/vm/amd64/stublinkeramd64.cpp [moved from src/coreclr/src/vm/amd64/stublinkeramd64.cpp with 100% similarity]
src/coreclr/vm/amd64/stublinkeramd64.h [moved from src/coreclr/src/vm/amd64/stublinkeramd64.h with 100% similarity]
src/coreclr/vm/amd64/theprestubamd64.S [moved from src/coreclr/src/vm/amd64/theprestubamd64.S with 100% similarity]
src/coreclr/vm/amd64/umthunkstub.S [moved from src/coreclr/src/vm/amd64/umthunkstub.S with 100% similarity]
src/coreclr/vm/amd64/unixasmhelpers.S [moved from src/coreclr/src/vm/amd64/unixasmhelpers.S with 100% similarity]
src/coreclr/vm/amd64/unixstubs.cpp [moved from src/coreclr/src/vm/amd64/unixstubs.cpp with 100% similarity]
src/coreclr/vm/amd64/virtualcallstubamd64.S [moved from src/coreclr/src/vm/amd64/virtualcallstubamd64.S with 100% similarity]
src/coreclr/vm/amd64/virtualcallstubcpu.hpp [moved from src/coreclr/src/vm/amd64/virtualcallstubcpu.hpp with 100% similarity]
src/coreclr/vm/amsi.cpp [moved from src/coreclr/src/vm/amsi.cpp with 100% similarity]
src/coreclr/vm/amsi.h [moved from src/coreclr/src/vm/amsi.h with 100% similarity]
src/coreclr/vm/appdomain.cpp [moved from src/coreclr/src/vm/appdomain.cpp with 100% similarity]
src/coreclr/vm/appdomain.hpp [moved from src/coreclr/src/vm/appdomain.hpp with 100% similarity]
src/coreclr/vm/appdomain.inl [moved from src/coreclr/src/vm/appdomain.inl with 100% similarity]
src/coreclr/vm/appdomainnative.cpp [moved from src/coreclr/src/vm/appdomainnative.cpp with 100% similarity]
src/coreclr/vm/appdomainnative.hpp [moved from src/coreclr/src/vm/appdomainnative.hpp with 100% similarity]
src/coreclr/vm/argdestination.h [moved from src/coreclr/src/vm/argdestination.h with 100% similarity]
src/coreclr/vm/argslot.h [moved from src/coreclr/src/vm/argslot.h with 100% similarity]
src/coreclr/vm/arm/CrtHelpers.asm [moved from src/coreclr/src/vm/arm/CrtHelpers.asm with 100% similarity]
src/coreclr/vm/arm/PInvokeStubs.asm [moved from src/coreclr/src/vm/arm/PInvokeStubs.asm with 100% similarity]
src/coreclr/vm/arm/armsinglestepper.cpp [moved from src/coreclr/src/vm/arm/armsinglestepper.cpp with 100% similarity]
src/coreclr/vm/arm/asmconstants.h [moved from src/coreclr/src/vm/arm/asmconstants.h with 100% similarity]
src/coreclr/vm/arm/asmhelpers.S [moved from src/coreclr/src/vm/arm/asmhelpers.S with 100% similarity]
src/coreclr/vm/arm/asmhelpers.asm [moved from src/coreclr/src/vm/arm/asmhelpers.asm with 100% similarity]
src/coreclr/vm/arm/asmmacros.h [moved from src/coreclr/src/vm/arm/asmmacros.h with 100% similarity]
src/coreclr/vm/arm/cgencpu.h [moved from src/coreclr/src/vm/arm/cgencpu.h with 100% similarity]
src/coreclr/vm/arm/crthelpers.S [moved from src/coreclr/src/vm/arm/crthelpers.S with 100% similarity]
src/coreclr/vm/arm/ehhelpers.S [moved from src/coreclr/src/vm/arm/ehhelpers.S with 100% similarity]
src/coreclr/vm/arm/ehhelpers.asm [moved from src/coreclr/src/vm/arm/ehhelpers.asm with 100% similarity]
src/coreclr/vm/arm/exceparm.cpp [moved from src/coreclr/src/vm/arm/exceparm.cpp with 100% similarity]
src/coreclr/vm/arm/excepcpu.h [moved from src/coreclr/src/vm/arm/excepcpu.h with 100% similarity]
src/coreclr/vm/arm/gmscpu.h [moved from src/coreclr/src/vm/arm/gmscpu.h with 100% similarity]
src/coreclr/vm/arm/patchedcode.S [moved from src/coreclr/src/vm/arm/patchedcode.S with 100% similarity]
src/coreclr/vm/arm/patchedcode.asm [moved from src/coreclr/src/vm/arm/patchedcode.asm with 100% similarity]
src/coreclr/vm/arm/pinvokestubs.S [moved from src/coreclr/src/vm/arm/pinvokestubs.S with 100% similarity]
src/coreclr/vm/arm/profiler.cpp [moved from src/coreclr/src/vm/arm/profiler.cpp with 100% similarity]
src/coreclr/vm/arm/stubs.cpp [moved from src/coreclr/src/vm/arm/stubs.cpp with 100% similarity]
src/coreclr/vm/arm/unixstubs.cpp [moved from src/coreclr/src/vm/arm/unixstubs.cpp with 100% similarity]
src/coreclr/vm/arm/virtualcallstubcpu.hpp [moved from src/coreclr/src/vm/arm/virtualcallstubcpu.hpp with 100% similarity]
src/coreclr/vm/arm64/CallDescrWorkerARM64.asm [moved from src/coreclr/src/vm/arm64/CallDescrWorkerARM64.asm with 100% similarity]
src/coreclr/vm/arm64/PInvokeStubs.asm [moved from src/coreclr/src/vm/arm64/PInvokeStubs.asm with 100% similarity]
src/coreclr/vm/arm64/arm64singlestepper.cpp [moved from src/coreclr/src/vm/arm64/arm64singlestepper.cpp with 100% similarity]
src/coreclr/vm/arm64/asmconstants.h [moved from src/coreclr/src/vm/arm64/asmconstants.h with 100% similarity]
src/coreclr/vm/arm64/asmhelpers.S [moved from src/coreclr/src/vm/arm64/asmhelpers.S with 100% similarity]
src/coreclr/vm/arm64/asmhelpers.asm [moved from src/coreclr/src/vm/arm64/asmhelpers.asm with 100% similarity]
src/coreclr/vm/arm64/asmmacros.h [moved from src/coreclr/src/vm/arm64/asmmacros.h with 100% similarity]
src/coreclr/vm/arm64/calldescrworkerarm64.S [moved from src/coreclr/src/vm/arm64/calldescrworkerarm64.S with 100% similarity]
src/coreclr/vm/arm64/cgencpu.h [moved from src/coreclr/src/vm/arm64/cgencpu.h with 100% similarity]
src/coreclr/vm/arm64/crthelpers.S [moved from src/coreclr/src/vm/arm64/crthelpers.S with 100% similarity]
src/coreclr/vm/arm64/crthelpers.asm [moved from src/coreclr/src/vm/arm64/crthelpers.asm with 100% similarity]
src/coreclr/vm/arm64/excepcpu.h [moved from src/coreclr/src/vm/arm64/excepcpu.h with 100% similarity]
src/coreclr/vm/arm64/gmscpu.h [moved from src/coreclr/src/vm/arm64/gmscpu.h with 100% similarity]
src/coreclr/vm/arm64/pinvokestubs.S [moved from src/coreclr/src/vm/arm64/pinvokestubs.S with 100% similarity]
src/coreclr/vm/arm64/profiler.cpp [moved from src/coreclr/src/vm/arm64/profiler.cpp with 100% similarity]
src/coreclr/vm/arm64/stubs.cpp [moved from src/coreclr/src/vm/arm64/stubs.cpp with 100% similarity]
src/coreclr/vm/arm64/unixstubs.cpp [moved from src/coreclr/src/vm/arm64/unixstubs.cpp with 100% similarity]
src/coreclr/vm/arm64/virtualcallstubcpu.hpp [moved from src/coreclr/src/vm/arm64/virtualcallstubcpu.hpp with 100% similarity]
src/coreclr/vm/arm64singlestepper.h [moved from src/coreclr/src/vm/arm64singlestepper.h with 100% similarity]
src/coreclr/vm/armsinglestepper.h [moved from src/coreclr/src/vm/armsinglestepper.h with 100% similarity]
src/coreclr/vm/array.cpp [moved from src/coreclr/src/vm/array.cpp with 100% similarity]
src/coreclr/vm/array.h [moved from src/coreclr/src/vm/array.h with 100% similarity]
src/coreclr/vm/assembly.cpp [moved from src/coreclr/src/vm/assembly.cpp with 100% similarity]
src/coreclr/vm/assembly.hpp [moved from src/coreclr/src/vm/assembly.hpp with 100% similarity]
src/coreclr/vm/assemblyloadcontext.cpp [moved from src/coreclr/src/vm/assemblyloadcontext.cpp with 100% similarity]
src/coreclr/vm/assemblyloadcontext.h [moved from src/coreclr/src/vm/assemblyloadcontext.h with 100% similarity]
src/coreclr/vm/assemblyname.cpp [moved from src/coreclr/src/vm/assemblyname.cpp with 100% similarity]
src/coreclr/vm/assemblyname.hpp [moved from src/coreclr/src/vm/assemblyname.hpp with 100% similarity]
src/coreclr/vm/assemblynative.cpp [moved from src/coreclr/src/vm/assemblynative.cpp with 100% similarity]
src/coreclr/vm/assemblynative.hpp [moved from src/coreclr/src/vm/assemblynative.hpp with 100% similarity]
src/coreclr/vm/assemblyspec.cpp [moved from src/coreclr/src/vm/assemblyspec.cpp with 100% similarity]
src/coreclr/vm/assemblyspec.hpp [moved from src/coreclr/src/vm/assemblyspec.hpp with 100% similarity]
src/coreclr/vm/assemblyspecbase.h [moved from src/coreclr/src/vm/assemblyspecbase.h with 100% similarity]
src/coreclr/vm/autotrace.cpp [moved from src/coreclr/src/vm/autotrace.cpp with 100% similarity]
src/coreclr/vm/autotrace.h [moved from src/coreclr/src/vm/autotrace.h with 100% similarity]
src/coreclr/vm/baseassemblyspec.cpp [moved from src/coreclr/src/vm/baseassemblyspec.cpp with 100% similarity]
src/coreclr/vm/baseassemblyspec.h [moved from src/coreclr/src/vm/baseassemblyspec.h with 100% similarity]
src/coreclr/vm/baseassemblyspec.inl [moved from src/coreclr/src/vm/baseassemblyspec.inl with 100% similarity]
src/coreclr/vm/binder.cpp [moved from src/coreclr/src/vm/binder.cpp with 100% similarity]
src/coreclr/vm/binder.h [moved from src/coreclr/src/vm/binder.h with 100% similarity]
src/coreclr/vm/bundle.cpp [moved from src/coreclr/src/vm/bundle.cpp with 100% similarity]
src/coreclr/vm/cachelinealloc.cpp [moved from src/coreclr/src/vm/cachelinealloc.cpp with 100% similarity]
src/coreclr/vm/cachelinealloc.h [moved from src/coreclr/src/vm/cachelinealloc.h with 100% similarity]
src/coreclr/vm/callcounting.cpp [moved from src/coreclr/src/vm/callcounting.cpp with 100% similarity]
src/coreclr/vm/callcounting.h [moved from src/coreclr/src/vm/callcounting.h with 100% similarity]
src/coreclr/vm/callhelpers.cpp [moved from src/coreclr/src/vm/callhelpers.cpp with 100% similarity]
src/coreclr/vm/callhelpers.h [moved from src/coreclr/src/vm/callhelpers.h with 100% similarity]
src/coreclr/vm/callingconvention.h [moved from src/coreclr/src/vm/callingconvention.h with 100% similarity]
src/coreclr/vm/callsiteinspect.cpp [moved from src/coreclr/src/vm/callsiteinspect.cpp with 100% similarity]
src/coreclr/vm/callsiteinspect.h [moved from src/coreclr/src/vm/callsiteinspect.h with 100% similarity]
src/coreclr/vm/castcache.cpp [moved from src/coreclr/src/vm/castcache.cpp with 100% similarity]
src/coreclr/vm/castcache.h [moved from src/coreclr/src/vm/castcache.h with 100% similarity]
src/coreclr/vm/ceeload.cpp [moved from src/coreclr/src/vm/ceeload.cpp with 100% similarity]
src/coreclr/vm/ceeload.h [moved from src/coreclr/src/vm/ceeload.h with 100% similarity]
src/coreclr/vm/ceeload.inl [moved from src/coreclr/src/vm/ceeload.inl with 100% similarity]
src/coreclr/vm/ceemain.cpp [moved from src/coreclr/src/vm/ceemain.cpp with 100% similarity]
src/coreclr/vm/ceemain.h [moved from src/coreclr/src/vm/ceemain.h with 100% similarity]
src/coreclr/vm/cgensys.h [moved from src/coreclr/src/vm/cgensys.h with 100% similarity]
src/coreclr/vm/class.cpp [moved from src/coreclr/src/vm/class.cpp with 100% similarity]
src/coreclr/vm/class.h [moved from src/coreclr/src/vm/class.h with 100% similarity]
src/coreclr/vm/class.inl [moved from src/coreclr/src/vm/class.inl with 100% similarity]
src/coreclr/vm/classcompat.cpp [moved from src/coreclr/src/vm/classcompat.cpp with 100% similarity]
src/coreclr/vm/classcompat.h [moved from src/coreclr/src/vm/classcompat.h with 100% similarity]
src/coreclr/vm/classhash.cpp [moved from src/coreclr/src/vm/classhash.cpp with 100% similarity]
src/coreclr/vm/classhash.h [moved from src/coreclr/src/vm/classhash.h with 100% similarity]
src/coreclr/vm/classhash.inl [moved from src/coreclr/src/vm/classhash.inl with 100% similarity]
src/coreclr/vm/classlayoutinfo.cpp [moved from src/coreclr/src/vm/classlayoutinfo.cpp with 100% similarity]
src/coreclr/vm/classloadlevel.h [moved from src/coreclr/src/vm/classloadlevel.h with 100% similarity]
src/coreclr/vm/classnames.h [moved from src/coreclr/src/vm/classnames.h with 100% similarity]
src/coreclr/vm/clrconfignative.cpp [moved from src/coreclr/src/vm/clrconfignative.cpp with 100% similarity]
src/coreclr/vm/clrconfignative.h [moved from src/coreclr/src/vm/clrconfignative.h with 100% similarity]
src/coreclr/vm/clrex.cpp [moved from src/coreclr/src/vm/clrex.cpp with 100% similarity]
src/coreclr/vm/clrex.h [moved from src/coreclr/src/vm/clrex.h with 100% similarity]
src/coreclr/vm/clrex.inl [moved from src/coreclr/src/vm/clrex.inl with 100% similarity]
src/coreclr/vm/clrtocomcall.cpp [moved from src/coreclr/src/vm/clrtocomcall.cpp with 100% similarity]
src/coreclr/vm/clrtocomcall.h [moved from src/coreclr/src/vm/clrtocomcall.h with 100% similarity]
src/coreclr/vm/clrtracelogging.cpp [moved from src/coreclr/src/vm/clrtracelogging.cpp with 100% similarity]
src/coreclr/vm/clrvarargs.cpp [moved from src/coreclr/src/vm/clrvarargs.cpp with 100% similarity]
src/coreclr/vm/clrvarargs.h [moved from src/coreclr/src/vm/clrvarargs.h with 100% similarity]
src/coreclr/vm/clsload.cpp [moved from src/coreclr/src/vm/clsload.cpp with 100% similarity]
src/coreclr/vm/clsload.hpp [moved from src/coreclr/src/vm/clsload.hpp with 100% similarity]
src/coreclr/vm/clsload.inl [moved from src/coreclr/src/vm/clsload.inl with 100% similarity]
src/coreclr/vm/codeman.cpp [moved from src/coreclr/src/vm/codeman.cpp with 100% similarity]
src/coreclr/vm/codeman.h [moved from src/coreclr/src/vm/codeman.h with 100% similarity]
src/coreclr/vm/codeman.inl [moved from src/coreclr/src/vm/codeman.inl with 100% similarity]
src/coreclr/vm/codepitchingmanager.cpp [moved from src/coreclr/src/vm/codepitchingmanager.cpp with 100% similarity]
src/coreclr/vm/codeversion.cpp [moved from src/coreclr/src/vm/codeversion.cpp with 100% similarity]
src/coreclr/vm/codeversion.h [moved from src/coreclr/src/vm/codeversion.h with 100% similarity]
src/coreclr/vm/comcache.cpp [moved from src/coreclr/src/vm/comcache.cpp with 100% similarity]
src/coreclr/vm/comcache.h [moved from src/coreclr/src/vm/comcache.h with 100% similarity]
src/coreclr/vm/comcallablewrapper.cpp [moved from src/coreclr/src/vm/comcallablewrapper.cpp with 100% similarity]
src/coreclr/vm/comcallablewrapper.h [moved from src/coreclr/src/vm/comcallablewrapper.h with 100% similarity]
src/coreclr/vm/comconnectionpoints.cpp [moved from src/coreclr/src/vm/comconnectionpoints.cpp with 100% similarity]
src/coreclr/vm/comconnectionpoints.h [moved from src/coreclr/src/vm/comconnectionpoints.h with 100% similarity]
src/coreclr/vm/comdatetime.cpp [moved from src/coreclr/src/vm/comdatetime.cpp with 100% similarity]
src/coreclr/vm/comdatetime.h [moved from src/coreclr/src/vm/comdatetime.h with 100% similarity]
src/coreclr/vm/comdelegate.cpp [moved from src/coreclr/src/vm/comdelegate.cpp with 100% similarity]
src/coreclr/vm/comdelegate.h [moved from src/coreclr/src/vm/comdelegate.h with 100% similarity]
src/coreclr/vm/comdependenthandle.cpp [moved from src/coreclr/src/vm/comdependenthandle.cpp with 100% similarity]
src/coreclr/vm/comdependenthandle.h [moved from src/coreclr/src/vm/comdependenthandle.h with 100% similarity]
src/coreclr/vm/comdynamic.cpp [moved from src/coreclr/src/vm/comdynamic.cpp with 100% similarity]
src/coreclr/vm/comdynamic.h [moved from src/coreclr/src/vm/comdynamic.h with 100% similarity]
src/coreclr/vm/cominterfacemarshaler.cpp [moved from src/coreclr/src/vm/cominterfacemarshaler.cpp with 100% similarity]
src/coreclr/vm/cominterfacemarshaler.h [moved from src/coreclr/src/vm/cominterfacemarshaler.h with 100% similarity]
src/coreclr/vm/commodule.cpp [moved from src/coreclr/src/vm/commodule.cpp with 100% similarity]
src/coreclr/vm/commodule.h [moved from src/coreclr/src/vm/commodule.h with 100% similarity]
src/coreclr/vm/common.h [moved from src/coreclr/src/vm/common.h with 100% similarity]
src/coreclr/vm/commtmemberinfomap.cpp [moved from src/coreclr/src/vm/commtmemberinfomap.cpp with 100% similarity]
src/coreclr/vm/commtmemberinfomap.h [moved from src/coreclr/src/vm/commtmemberinfomap.h with 100% similarity]
src/coreclr/vm/compatibilityswitch.cpp [moved from src/coreclr/src/vm/compatibilityswitch.cpp with 100% similarity]
src/coreclr/vm/compatibilityswitch.h [moved from src/coreclr/src/vm/compatibilityswitch.h with 100% similarity]
src/coreclr/vm/compile.cpp [moved from src/coreclr/src/vm/compile.cpp with 100% similarity]
src/coreclr/vm/compile.h [moved from src/coreclr/src/vm/compile.h with 100% similarity]
src/coreclr/vm/comreflectioncache.hpp [moved from src/coreclr/src/vm/comreflectioncache.hpp with 100% similarity]
src/coreclr/vm/comreflectioncache.inl [moved from src/coreclr/src/vm/comreflectioncache.inl with 100% similarity]
src/coreclr/vm/comsynchronizable.cpp [moved from src/coreclr/src/vm/comsynchronizable.cpp with 100% similarity]
src/coreclr/vm/comsynchronizable.h [moved from src/coreclr/src/vm/comsynchronizable.h with 100% similarity]
src/coreclr/vm/comthreadpool.cpp [moved from src/coreclr/src/vm/comthreadpool.cpp with 100% similarity]
src/coreclr/vm/comthreadpool.h [moved from src/coreclr/src/vm/comthreadpool.h with 100% similarity]
src/coreclr/vm/comtoclrcall.cpp [moved from src/coreclr/src/vm/comtoclrcall.cpp with 100% similarity]
src/coreclr/vm/comtoclrcall.h [moved from src/coreclr/src/vm/comtoclrcall.h with 100% similarity]
src/coreclr/vm/comutilnative.cpp [moved from src/coreclr/src/vm/comutilnative.cpp with 100% similarity]
src/coreclr/vm/comutilnative.h [moved from src/coreclr/src/vm/comutilnative.h with 100% similarity]
src/coreclr/vm/comwaithandle.cpp [moved from src/coreclr/src/vm/comwaithandle.cpp with 100% similarity]
src/coreclr/vm/comwaithandle.h [moved from src/coreclr/src/vm/comwaithandle.h with 100% similarity]
src/coreclr/vm/contractimpl.cpp [moved from src/coreclr/src/vm/contractimpl.cpp with 100% similarity]
src/coreclr/vm/contractimpl.h [moved from src/coreclr/src/vm/contractimpl.h with 100% similarity]
src/coreclr/vm/coreassemblyspec.cpp [moved from src/coreclr/src/vm/coreassemblyspec.cpp with 100% similarity]
src/coreclr/vm/corebindresult.cpp [moved from src/coreclr/src/vm/corebindresult.cpp with 100% similarity]
src/coreclr/vm/coreclr/corebindresult.h [moved from src/coreclr/src/vm/coreclr/corebindresult.h with 100% similarity]
src/coreclr/vm/coreclr/corebindresult.inl [moved from src/coreclr/src/vm/coreclr/corebindresult.inl with 100% similarity]
src/coreclr/vm/corelib.cpp [moved from src/coreclr/src/vm/corelib.cpp with 100% similarity]
src/coreclr/vm/corelib.h [moved from src/coreclr/src/vm/corelib.h with 100% similarity]
src/coreclr/vm/corhost.cpp [moved from src/coreclr/src/vm/corhost.cpp with 100% similarity]
src/coreclr/vm/crossgen/CMakeLists.txt [moved from src/coreclr/src/vm/crossgen/CMakeLists.txt with 99% similarity]
src/coreclr/vm/crossgencompile.cpp [moved from src/coreclr/src/vm/crossgencompile.cpp with 100% similarity]
src/coreclr/vm/crossloaderallocatorhash.h [moved from src/coreclr/src/vm/crossloaderallocatorhash.h with 100% similarity]
src/coreclr/vm/crossloaderallocatorhash.inl [moved from src/coreclr/src/vm/crossloaderallocatorhash.inl with 100% similarity]
src/coreclr/vm/crst.cpp [moved from src/coreclr/src/vm/crst.cpp with 100% similarity]
src/coreclr/vm/crst.h [moved from src/coreclr/src/vm/crst.h with 100% similarity]
src/coreclr/vm/ctxtcall.h [moved from src/coreclr/src/vm/ctxtcall.h with 100% similarity]
src/coreclr/vm/customattribute.cpp [moved from src/coreclr/src/vm/customattribute.cpp with 100% similarity]
src/coreclr/vm/customattribute.h [moved from src/coreclr/src/vm/customattribute.h with 100% similarity]
src/coreclr/vm/custommarshalerinfo.cpp [moved from src/coreclr/src/vm/custommarshalerinfo.cpp with 100% similarity]
src/coreclr/vm/custommarshalerinfo.h [moved from src/coreclr/src/vm/custommarshalerinfo.h with 100% similarity]
src/coreclr/vm/dataimage.cpp [moved from src/coreclr/src/vm/dataimage.cpp with 100% similarity]
src/coreclr/vm/dataimage.h [moved from src/coreclr/src/vm/dataimage.h with 100% similarity]
src/coreclr/vm/dataimagesection.h [moved from src/coreclr/src/vm/dataimagesection.h with 100% similarity]
src/coreclr/vm/dbginterface.h [moved from src/coreclr/src/vm/dbginterface.h with 100% similarity]
src/coreclr/vm/debugdebugger.cpp [moved from src/coreclr/src/vm/debugdebugger.cpp with 100% similarity]
src/coreclr/vm/debugdebugger.h [moved from src/coreclr/src/vm/debugdebugger.h with 100% similarity]
src/coreclr/vm/debughelp.cpp [moved from src/coreclr/src/vm/debughelp.cpp with 100% similarity]
src/coreclr/vm/debuginfostore.cpp [moved from src/coreclr/src/vm/debuginfostore.cpp with 100% similarity]
src/coreclr/vm/debuginfostore.h [moved from src/coreclr/src/vm/debuginfostore.h with 100% similarity]
src/coreclr/vm/decodemd.cpp [moved from src/coreclr/src/vm/decodemd.cpp with 100% similarity]
src/coreclr/vm/decodemd.h [moved from src/coreclr/src/vm/decodemd.h with 100% similarity]
src/coreclr/vm/delegateinfo.h [moved from src/coreclr/src/vm/delegateinfo.h with 100% similarity]
src/coreclr/vm/diagnosticserver.cpp [moved from src/coreclr/src/vm/diagnosticserver.cpp with 100% similarity]
src/coreclr/vm/diagnosticserver.h [moved from src/coreclr/src/vm/diagnosticserver.h with 100% similarity]
src/coreclr/vm/diagnosticsprotocol.h [moved from src/coreclr/src/vm/diagnosticsprotocol.h with 100% similarity]
src/coreclr/vm/disassembler.cpp [moved from src/coreclr/src/vm/disassembler.cpp with 100% similarity]
src/coreclr/vm/disassembler.h [moved from src/coreclr/src/vm/disassembler.h with 100% similarity]
src/coreclr/vm/dispatchinfo.cpp [moved from src/coreclr/src/vm/dispatchinfo.cpp with 100% similarity]
src/coreclr/vm/dispatchinfo.h [moved from src/coreclr/src/vm/dispatchinfo.h with 100% similarity]
src/coreclr/vm/dispparammarshaler.cpp [moved from src/coreclr/src/vm/dispparammarshaler.cpp with 100% similarity]
src/coreclr/vm/dispparammarshaler.h [moved from src/coreclr/src/vm/dispparammarshaler.h with 100% similarity]
src/coreclr/vm/dllimport.cpp [moved from src/coreclr/src/vm/dllimport.cpp with 100% similarity]
src/coreclr/vm/dllimport.h [moved from src/coreclr/src/vm/dllimport.h with 100% similarity]
src/coreclr/vm/dllimportcallback.cpp [moved from src/coreclr/src/vm/dllimportcallback.cpp with 100% similarity]
src/coreclr/vm/dllimportcallback.h [moved from src/coreclr/src/vm/dllimportcallback.h with 100% similarity]
src/coreclr/vm/domainfile.cpp [moved from src/coreclr/src/vm/domainfile.cpp with 100% similarity]
src/coreclr/vm/domainfile.h [moved from src/coreclr/src/vm/domainfile.h with 100% similarity]
src/coreclr/vm/domainfile.inl [moved from src/coreclr/src/vm/domainfile.inl with 100% similarity]
src/coreclr/vm/dumpdiagnosticprotocolhelper.cpp [moved from src/coreclr/src/vm/dumpdiagnosticprotocolhelper.cpp with 100% similarity]
src/coreclr/vm/dumpdiagnosticprotocolhelper.h [moved from src/coreclr/src/vm/dumpdiagnosticprotocolhelper.h with 100% similarity]
src/coreclr/vm/dwbucketmanager.hpp [moved from src/coreclr/src/vm/dwbucketmanager.hpp with 100% similarity]
src/coreclr/vm/dwreport.cpp [moved from src/coreclr/src/vm/dwreport.cpp with 100% similarity]
src/coreclr/vm/dwreport.h [moved from src/coreclr/src/vm/dwreport.h with 100% similarity]
src/coreclr/vm/dynamicinterfacecastable.cpp [moved from src/coreclr/src/vm/dynamicinterfacecastable.cpp with 100% similarity]
src/coreclr/vm/dynamicinterfacecastable.h [moved from src/coreclr/src/vm/dynamicinterfacecastable.h with 100% similarity]
src/coreclr/vm/dynamicmethod.cpp [moved from src/coreclr/src/vm/dynamicmethod.cpp with 100% similarity]
src/coreclr/vm/dynamicmethod.h [moved from src/coreclr/src/vm/dynamicmethod.h with 100% similarity]
src/coreclr/vm/ecall.cpp [moved from src/coreclr/src/vm/ecall.cpp with 100% similarity]
src/coreclr/vm/ecall.h [moved from src/coreclr/src/vm/ecall.h with 100% similarity]
src/coreclr/vm/ecalllist.h [moved from src/coreclr/src/vm/ecalllist.h with 100% similarity]
src/coreclr/vm/eeconfig.cpp [moved from src/coreclr/src/vm/eeconfig.cpp with 100% similarity]
src/coreclr/vm/eeconfig.h [moved from src/coreclr/src/vm/eeconfig.h with 100% similarity]
src/coreclr/vm/eecontract.cpp [moved from src/coreclr/src/vm/eecontract.cpp with 100% similarity]
src/coreclr/vm/eecontract.h [moved from src/coreclr/src/vm/eecontract.h with 100% similarity]
src/coreclr/vm/eedbginterface.h [moved from src/coreclr/src/vm/eedbginterface.h with 100% similarity]
src/coreclr/vm/eedbginterfaceimpl.cpp [moved from src/coreclr/src/vm/eedbginterfaceimpl.cpp with 100% similarity]
src/coreclr/vm/eedbginterfaceimpl.h [moved from src/coreclr/src/vm/eedbginterfaceimpl.h with 100% similarity]
src/coreclr/vm/eedbginterfaceimpl.inl [moved from src/coreclr/src/vm/eedbginterfaceimpl.inl with 100% similarity]
src/coreclr/vm/eehash.cpp [moved from src/coreclr/src/vm/eehash.cpp with 100% similarity]
src/coreclr/vm/eehash.h [moved from src/coreclr/src/vm/eehash.h with 100% similarity]
src/coreclr/vm/eehash.inl [moved from src/coreclr/src/vm/eehash.inl with 100% similarity]
src/coreclr/vm/eemessagebox.cpp [moved from src/coreclr/src/vm/eemessagebox.cpp with 100% similarity]
src/coreclr/vm/eemessagebox.h [moved from src/coreclr/src/vm/eemessagebox.h with 100% similarity]
src/coreclr/vm/eepolicy.cpp [moved from src/coreclr/src/vm/eepolicy.cpp with 100% similarity]
src/coreclr/vm/eepolicy.h [moved from src/coreclr/src/vm/eepolicy.h with 100% similarity]
src/coreclr/vm/eeprofinterfaces.h [moved from src/coreclr/src/vm/eeprofinterfaces.h with 100% similarity]
src/coreclr/vm/eeprofinterfaces.inl [moved from src/coreclr/src/vm/eeprofinterfaces.inl with 100% similarity]
src/coreclr/vm/eetoprofinterfaceimpl.cpp [moved from src/coreclr/src/vm/eetoprofinterfaceimpl.cpp with 100% similarity]
src/coreclr/vm/eetoprofinterfaceimpl.h [moved from src/coreclr/src/vm/eetoprofinterfaceimpl.h with 100% similarity]
src/coreclr/vm/eetoprofinterfaceimpl.inl [moved from src/coreclr/src/vm/eetoprofinterfaceimpl.inl with 100% similarity]
src/coreclr/vm/eetoprofinterfacewrapper.inl [moved from src/coreclr/src/vm/eetoprofinterfacewrapper.inl with 100% similarity]
src/coreclr/vm/eetwain.cpp [moved from src/coreclr/src/vm/eetwain.cpp with 100% similarity]
src/coreclr/vm/encee.cpp [moved from src/coreclr/src/vm/encee.cpp with 100% similarity]
src/coreclr/vm/encee.h [moved from src/coreclr/src/vm/encee.h with 100% similarity]
src/coreclr/vm/eventing/CMakeLists.txt [moved from src/coreclr/src/vm/eventing/CMakeLists.txt with 94% similarity]
src/coreclr/vm/eventing/EtwProvider/CMakeLists.txt [moved from src/coreclr/src/vm/eventing/EtwProvider/CMakeLists.txt with 90% similarity]
src/coreclr/vm/eventing/eventpipe/CMakeLists.txt [moved from src/coreclr/src/vm/eventing/eventpipe/CMakeLists.txt with 95% similarity]
src/coreclr/vm/eventpipe.cpp [moved from src/coreclr/src/vm/eventpipe.cpp with 100% similarity]
src/coreclr/vm/eventpipe.h [moved from src/coreclr/src/vm/eventpipe.h with 100% similarity]
src/coreclr/vm/eventpipeblock.cpp [moved from src/coreclr/src/vm/eventpipeblock.cpp with 100% similarity]
src/coreclr/vm/eventpipeblock.h [moved from src/coreclr/src/vm/eventpipeblock.h with 100% similarity]
src/coreclr/vm/eventpipebuffer.cpp [moved from src/coreclr/src/vm/eventpipebuffer.cpp with 100% similarity]
src/coreclr/vm/eventpipebuffer.h [moved from src/coreclr/src/vm/eventpipebuffer.h with 100% similarity]
src/coreclr/vm/eventpipebuffermanager.cpp [moved from src/coreclr/src/vm/eventpipebuffermanager.cpp with 100% similarity]
src/coreclr/vm/eventpipebuffermanager.h [moved from src/coreclr/src/vm/eventpipebuffermanager.h with 100% similarity]
src/coreclr/vm/eventpipecommontypes.cpp [moved from src/coreclr/src/vm/eventpipecommontypes.cpp with 100% similarity]
src/coreclr/vm/eventpipecommontypes.h [moved from src/coreclr/src/vm/eventpipecommontypes.h with 100% similarity]
src/coreclr/vm/eventpipeconfiguration.cpp [moved from src/coreclr/src/vm/eventpipeconfiguration.cpp with 100% similarity]
src/coreclr/vm/eventpipeconfiguration.h [moved from src/coreclr/src/vm/eventpipeconfiguration.h with 100% similarity]
src/coreclr/vm/eventpipeevent.cpp [moved from src/coreclr/src/vm/eventpipeevent.cpp with 100% similarity]
src/coreclr/vm/eventpipeevent.h [moved from src/coreclr/src/vm/eventpipeevent.h with 100% similarity]
src/coreclr/vm/eventpipeeventinstance.cpp [moved from src/coreclr/src/vm/eventpipeeventinstance.cpp with 100% similarity]
src/coreclr/vm/eventpipeeventinstance.h [moved from src/coreclr/src/vm/eventpipeeventinstance.h with 100% similarity]
src/coreclr/vm/eventpipeeventpayload.cpp [moved from src/coreclr/src/vm/eventpipeeventpayload.cpp with 100% similarity]
src/coreclr/vm/eventpipeeventpayload.h [moved from src/coreclr/src/vm/eventpipeeventpayload.h with 100% similarity]
src/coreclr/vm/eventpipeeventsource.cpp [moved from src/coreclr/src/vm/eventpipeeventsource.cpp with 100% similarity]
src/coreclr/vm/eventpipeeventsource.h [moved from src/coreclr/src/vm/eventpipeeventsource.h with 100% similarity]
src/coreclr/vm/eventpipefile.cpp [moved from src/coreclr/src/vm/eventpipefile.cpp with 100% similarity]
src/coreclr/vm/eventpipefile.h [moved from src/coreclr/src/vm/eventpipefile.h with 100% similarity]
src/coreclr/vm/eventpipeinternal.cpp [moved from src/coreclr/src/vm/eventpipeinternal.cpp with 100% similarity]
src/coreclr/vm/eventpipeinternal.h [moved from src/coreclr/src/vm/eventpipeinternal.h with 100% similarity]
src/coreclr/vm/eventpipejsonfile.cpp [moved from src/coreclr/src/vm/eventpipejsonfile.cpp with 100% similarity]
src/coreclr/vm/eventpipejsonfile.h [moved from src/coreclr/src/vm/eventpipejsonfile.h with 100% similarity]
src/coreclr/vm/eventpipemetadatagenerator.cpp [moved from src/coreclr/src/vm/eventpipemetadatagenerator.cpp with 100% similarity]
src/coreclr/vm/eventpipemetadatagenerator.h [moved from src/coreclr/src/vm/eventpipemetadatagenerator.h with 100% similarity]
src/coreclr/vm/eventpipeprotocolhelper.cpp [moved from src/coreclr/src/vm/eventpipeprotocolhelper.cpp with 100% similarity]
src/coreclr/vm/eventpipeprotocolhelper.h [moved from src/coreclr/src/vm/eventpipeprotocolhelper.h with 100% similarity]
src/coreclr/vm/eventpipeprovider.cpp [moved from src/coreclr/src/vm/eventpipeprovider.cpp with 100% similarity]
src/coreclr/vm/eventpipeprovider.h [moved from src/coreclr/src/vm/eventpipeprovider.h with 100% similarity]
src/coreclr/vm/eventpipesession.cpp [moved from src/coreclr/src/vm/eventpipesession.cpp with 100% similarity]
src/coreclr/vm/eventpipesession.h [moved from src/coreclr/src/vm/eventpipesession.h with 100% similarity]
src/coreclr/vm/eventpipesessionprovider.cpp [moved from src/coreclr/src/vm/eventpipesessionprovider.cpp with 100% similarity]
src/coreclr/vm/eventpipesessionprovider.h [moved from src/coreclr/src/vm/eventpipesessionprovider.h with 100% similarity]
src/coreclr/vm/eventpipethread.cpp [moved from src/coreclr/src/vm/eventpipethread.cpp with 100% similarity]
src/coreclr/vm/eventpipethread.h [moved from src/coreclr/src/vm/eventpipethread.h with 100% similarity]
src/coreclr/vm/eventreporter.cpp [moved from src/coreclr/src/vm/eventreporter.cpp with 100% similarity]
src/coreclr/vm/eventreporter.h [moved from src/coreclr/src/vm/eventreporter.h with 100% similarity]
src/coreclr/vm/eventstore.cpp [moved from src/coreclr/src/vm/eventstore.cpp with 100% similarity]
src/coreclr/vm/eventstore.hpp [moved from src/coreclr/src/vm/eventstore.hpp with 100% similarity]
src/coreclr/vm/eventtrace.cpp [moved from src/coreclr/src/vm/eventtrace.cpp with 100% similarity]
src/coreclr/vm/eventtrace.inl [moved from src/coreclr/src/vm/eventtrace.inl with 100% similarity]
src/coreclr/vm/eventtracepriv.h [moved from src/coreclr/src/vm/eventtracepriv.h with 100% similarity]
src/coreclr/vm/excep.cpp [moved from src/coreclr/src/vm/excep.cpp with 100% similarity]
src/coreclr/vm/excep.h [moved from src/coreclr/src/vm/excep.h with 100% similarity]
src/coreclr/vm/exceptionhandling.cpp [moved from src/coreclr/src/vm/exceptionhandling.cpp with 100% similarity]
src/coreclr/vm/exceptionhandling.h [moved from src/coreclr/src/vm/exceptionhandling.h with 100% similarity]
src/coreclr/vm/exceptmacros.h [moved from src/coreclr/src/vm/exceptmacros.h with 100% similarity]
src/coreclr/vm/exinfo.cpp [moved from src/coreclr/src/vm/exinfo.cpp with 100% similarity]
src/coreclr/vm/exinfo.h [moved from src/coreclr/src/vm/exinfo.h with 100% similarity]
src/coreclr/vm/exstate.cpp [moved from src/coreclr/src/vm/exstate.cpp with 100% similarity]
src/coreclr/vm/exstate.h [moved from src/coreclr/src/vm/exstate.h with 100% similarity]
src/coreclr/vm/exstatecommon.h [moved from src/coreclr/src/vm/exstatecommon.h with 100% similarity]
src/coreclr/vm/fastserializableobject.h [moved from src/coreclr/src/vm/fastserializableobject.h with 100% similarity]
src/coreclr/vm/fastserializer.cpp [moved from src/coreclr/src/vm/fastserializer.cpp with 100% similarity]
src/coreclr/vm/fastserializer.h [moved from src/coreclr/src/vm/fastserializer.h with 100% similarity]
src/coreclr/vm/fcall.cpp [moved from src/coreclr/src/vm/fcall.cpp with 100% similarity]
src/coreclr/vm/fcall.h [moved from src/coreclr/src/vm/fcall.h with 100% similarity]
src/coreclr/vm/field.cpp [moved from src/coreclr/src/vm/field.cpp with 100% similarity]
src/coreclr/vm/field.h [moved from src/coreclr/src/vm/field.h with 100% similarity]
src/coreclr/vm/fieldmarshaler.cpp [moved from src/coreclr/src/vm/fieldmarshaler.cpp with 100% similarity]
src/coreclr/vm/fieldmarshaler.h [moved from src/coreclr/src/vm/fieldmarshaler.h with 100% similarity]
src/coreclr/vm/finalizerthread.cpp [moved from src/coreclr/src/vm/finalizerthread.cpp with 100% similarity]
src/coreclr/vm/finalizerthread.h [moved from src/coreclr/src/vm/finalizerthread.h with 100% similarity]
src/coreclr/vm/formattype.cpp [moved from src/coreclr/src/vm/formattype.cpp with 100% similarity]
src/coreclr/vm/fptrstubs.cpp [moved from src/coreclr/src/vm/fptrstubs.cpp with 100% similarity]
src/coreclr/vm/fptrstubs.h [moved from src/coreclr/src/vm/fptrstubs.h with 100% similarity]
src/coreclr/vm/frames.cpp [moved from src/coreclr/src/vm/frames.cpp with 100% similarity]
src/coreclr/vm/frames.h [moved from src/coreclr/src/vm/frames.h with 100% similarity]
src/coreclr/vm/gccover.cpp [moved from src/coreclr/src/vm/gccover.cpp with 100% similarity]
src/coreclr/vm/gccover.h [moved from src/coreclr/src/vm/gccover.h with 100% similarity]
src/coreclr/vm/gcdecode.cpp [moved from src/coreclr/src/vm/gcdecode.cpp with 100% similarity]
src/coreclr/vm/gcdesc.h [moved from src/coreclr/src/vm/gcdesc.h with 100% similarity]
src/coreclr/vm/gcenv.ee.common.cpp [moved from src/coreclr/src/vm/gcenv.ee.common.cpp with 100% similarity]
src/coreclr/vm/gcenv.ee.cpp [moved from src/coreclr/src/vm/gcenv.ee.cpp with 100% similarity]
src/coreclr/vm/gcenv.ee.h [moved from src/coreclr/src/vm/gcenv.ee.h with 100% similarity]
src/coreclr/vm/gcenv.ee.standalone.cpp [moved from src/coreclr/src/vm/gcenv.ee.standalone.cpp with 100% similarity]
src/coreclr/vm/gcenv.ee.static.cpp [moved from src/coreclr/src/vm/gcenv.ee.static.cpp with 100% similarity]
src/coreclr/vm/gcenv.h [moved from src/coreclr/src/vm/gcenv.h with 100% similarity]
src/coreclr/vm/gcenv.interlocked.h [moved from src/coreclr/src/vm/gcenv.interlocked.h with 100% similarity]
src/coreclr/vm/gcenv.interlocked.inl [moved from src/coreclr/src/vm/gcenv.interlocked.inl with 100% similarity]
src/coreclr/vm/gcenv.os.cpp [moved from src/coreclr/src/vm/gcenv.os.cpp with 100% similarity]
src/coreclr/vm/gcenv.os.h [moved from src/coreclr/src/vm/gcenv.os.h with 100% similarity]
src/coreclr/vm/gcenv.unix.inl [moved from src/coreclr/src/vm/gcenv.unix.inl with 100% similarity]
src/coreclr/vm/gcenv.windows.inl [moved from src/coreclr/src/vm/gcenv.windows.inl with 100% similarity]
src/coreclr/vm/gchandleutilities.cpp [moved from src/coreclr/src/vm/gchandleutilities.cpp with 100% similarity]
src/coreclr/vm/gchandleutilities.h [moved from src/coreclr/src/vm/gchandleutilities.h with 100% similarity]
src/coreclr/vm/gcheaphashtable.h [moved from src/coreclr/src/vm/gcheaphashtable.h with 100% similarity]
src/coreclr/vm/gcheaphashtable.inl [moved from src/coreclr/src/vm/gcheaphashtable.inl with 100% similarity]
src/coreclr/vm/gcheaputilities.cpp [moved from src/coreclr/src/vm/gcheaputilities.cpp with 100% similarity]
src/coreclr/vm/gcheaputilities.h [moved from src/coreclr/src/vm/gcheaputilities.h with 100% similarity]
src/coreclr/vm/gchelpers.cpp [moved from src/coreclr/src/vm/gchelpers.cpp with 100% similarity]
src/coreclr/vm/gchelpers.h [moved from src/coreclr/src/vm/gchelpers.h with 100% similarity]
src/coreclr/vm/gchelpers.inl [moved from src/coreclr/src/vm/gchelpers.inl with 100% similarity]
src/coreclr/vm/gcinfodecoder.cpp [moved from src/coreclr/src/vm/gcinfodecoder.cpp with 100% similarity]
src/coreclr/vm/gcinterface.h [moved from src/coreclr/src/vm/gcinterface.h with 100% similarity]
src/coreclr/vm/gcstress.h [moved from src/coreclr/src/vm/gcstress.h with 100% similarity]
src/coreclr/vm/gctoclreventsink.cpp [moved from src/coreclr/src/vm/gctoclreventsink.cpp with 100% similarity]
src/coreclr/vm/gctoclreventsink.h [moved from src/coreclr/src/vm/gctoclreventsink.h with 100% similarity]
src/coreclr/vm/gdbjit.cpp [moved from src/coreclr/src/vm/gdbjit.cpp with 100% similarity]
src/coreclr/vm/gdbjit.h [moved from src/coreclr/src/vm/gdbjit.h with 100% similarity]
src/coreclr/vm/gdbjithelpers.h [moved from src/coreclr/src/vm/gdbjithelpers.h with 100% similarity]
src/coreclr/vm/genanalysis.cpp [moved from src/coreclr/src/vm/genanalysis.cpp with 100% similarity]
src/coreclr/vm/genanalysis.h [moved from src/coreclr/src/vm/genanalysis.h with 100% similarity]
src/coreclr/vm/genericdict.cpp [moved from src/coreclr/src/vm/genericdict.cpp with 100% similarity]
src/coreclr/vm/genericdict.h [moved from src/coreclr/src/vm/genericdict.h with 100% similarity]
src/coreclr/vm/generics.cpp [moved from src/coreclr/src/vm/generics.cpp with 100% similarity]
src/coreclr/vm/generics.h [moved from src/coreclr/src/vm/generics.h with 100% similarity]
src/coreclr/vm/genmeth.cpp [moved from src/coreclr/src/vm/genmeth.cpp with 100% similarity]
src/coreclr/vm/gms.h [moved from src/coreclr/src/vm/gms.h with 100% similarity]
src/coreclr/vm/h2inc.pl [moved from src/coreclr/src/vm/h2inc.pl with 100% similarity]
src/coreclr/vm/h2inc.ps1 [moved from src/coreclr/src/vm/h2inc.ps1 with 100% similarity]
src/coreclr/vm/hash.cpp [moved from src/coreclr/src/vm/hash.cpp with 100% similarity]
src/coreclr/vm/hash.h [moved from src/coreclr/src/vm/hash.h with 100% similarity]
src/coreclr/vm/hillclimbing.cpp [moved from src/coreclr/src/vm/hillclimbing.cpp with 100% similarity]
src/coreclr/vm/hillclimbing.h [moved from src/coreclr/src/vm/hillclimbing.h with 100% similarity]
src/coreclr/vm/hosting.cpp [moved from src/coreclr/src/vm/hosting.cpp with 100% similarity]
src/coreclr/vm/i386/AsmMacros.inc [moved from src/coreclr/src/vm/i386/AsmMacros.inc with 100% similarity]
src/coreclr/vm/i386/PInvokeStubs.asm [moved from src/coreclr/src/vm/i386/PInvokeStubs.asm with 100% similarity]
src/coreclr/vm/i386/RedirectedHandledJITCase.asm [moved from src/coreclr/src/vm/i386/RedirectedHandledJITCase.asm with 100% similarity]
src/coreclr/vm/i386/asmconstants.h [moved from src/coreclr/src/vm/i386/asmconstants.h with 100% similarity]
src/coreclr/vm/i386/asmhelpers.S [moved from src/coreclr/src/vm/i386/asmhelpers.S with 100% similarity]
src/coreclr/vm/i386/asmhelpers.asm [moved from src/coreclr/src/vm/i386/asmhelpers.asm with 100% similarity]
src/coreclr/vm/i386/cgencpu.h [moved from src/coreclr/src/vm/i386/cgencpu.h with 100% similarity]
src/coreclr/vm/i386/cgenx86.cpp [moved from src/coreclr/src/vm/i386/cgenx86.cpp with 100% similarity]
src/coreclr/vm/i386/ehhelpers.S [moved from src/coreclr/src/vm/i386/ehhelpers.S with 100% similarity]
src/coreclr/vm/i386/excepcpu.h [moved from src/coreclr/src/vm/i386/excepcpu.h with 100% similarity]
src/coreclr/vm/i386/excepx86.cpp [moved from src/coreclr/src/vm/i386/excepx86.cpp with 100% similarity]
src/coreclr/vm/i386/gmsasm.S [moved from src/coreclr/src/vm/i386/gmsasm.S with 100% similarity]
src/coreclr/vm/i386/gmsasm.asm [moved from src/coreclr/src/vm/i386/gmsasm.asm with 100% similarity]
src/coreclr/vm/i386/gmscpu.h [moved from src/coreclr/src/vm/i386/gmscpu.h with 100% similarity]
src/coreclr/vm/i386/gmsx86.cpp [moved from src/coreclr/src/vm/i386/gmsx86.cpp with 100% similarity]
src/coreclr/vm/i386/jithelp.S [moved from src/coreclr/src/vm/i386/jithelp.S with 100% similarity]
src/coreclr/vm/i386/jithelp.asm [moved from src/coreclr/src/vm/i386/jithelp.asm with 100% similarity]
src/coreclr/vm/i386/jitinterfacex86.cpp [moved from src/coreclr/src/vm/i386/jitinterfacex86.cpp with 100% similarity]
src/coreclr/vm/i386/pinvokestubs.S [moved from src/coreclr/src/vm/i386/pinvokestubs.S with 100% similarity]
src/coreclr/vm/i386/profiler.cpp [moved from src/coreclr/src/vm/i386/profiler.cpp with 100% similarity]
src/coreclr/vm/i386/stublinkerx86.cpp [moved from src/coreclr/src/vm/i386/stublinkerx86.cpp with 100% similarity]
src/coreclr/vm/i386/stublinkerx86.h [moved from src/coreclr/src/vm/i386/stublinkerx86.h with 100% similarity]
src/coreclr/vm/i386/umthunkstub.S [moved from src/coreclr/src/vm/i386/umthunkstub.S with 100% similarity]
src/coreclr/vm/i386/unixstubs.cpp [moved from src/coreclr/src/vm/i386/unixstubs.cpp with 100% similarity]
src/coreclr/vm/i386/virtualcallstubcpu.hpp [moved from src/coreclr/src/vm/i386/virtualcallstubcpu.hpp with 100% similarity]
src/coreclr/vm/ibclogger.cpp [moved from src/coreclr/src/vm/ibclogger.cpp with 100% similarity]
src/coreclr/vm/ibclogger.h [moved from src/coreclr/src/vm/ibclogger.h with 100% similarity]
src/coreclr/vm/ildump.h [moved from src/coreclr/src/vm/ildump.h with 100% similarity]
src/coreclr/vm/ilinstrumentation.cpp [moved from src/coreclr/src/vm/ilinstrumentation.cpp with 100% similarity]
src/coreclr/vm/ilinstrumentation.h [moved from src/coreclr/src/vm/ilinstrumentation.h with 100% similarity]
src/coreclr/vm/ilmarshalers.cpp [moved from src/coreclr/src/vm/ilmarshalers.cpp with 100% similarity]
src/coreclr/vm/ilmarshalers.h [moved from src/coreclr/src/vm/ilmarshalers.h with 100% similarity]
src/coreclr/vm/ilstubcache.cpp [moved from src/coreclr/src/vm/ilstubcache.cpp with 100% similarity]
src/coreclr/vm/ilstubcache.h [moved from src/coreclr/src/vm/ilstubcache.h with 100% similarity]
src/coreclr/vm/ilstubresolver.cpp [moved from src/coreclr/src/vm/ilstubresolver.cpp with 100% similarity]
src/coreclr/vm/ilstubresolver.h [moved from src/coreclr/src/vm/ilstubresolver.h with 100% similarity]
src/coreclr/vm/inlinetracking.cpp [moved from src/coreclr/src/vm/inlinetracking.cpp with 100% similarity]
src/coreclr/vm/inlinetracking.h [moved from src/coreclr/src/vm/inlinetracking.h with 100% similarity]
src/coreclr/vm/instmethhash.cpp [moved from src/coreclr/src/vm/instmethhash.cpp with 100% similarity]
src/coreclr/vm/instmethhash.h [moved from src/coreclr/src/vm/instmethhash.h with 100% similarity]
src/coreclr/vm/interopconverter.cpp [moved from src/coreclr/src/vm/interopconverter.cpp with 100% similarity]
src/coreclr/vm/interopconverter.h [moved from src/coreclr/src/vm/interopconverter.h with 100% similarity]
src/coreclr/vm/interoplibinterface.cpp [moved from src/coreclr/src/vm/interoplibinterface.cpp with 100% similarity]
src/coreclr/vm/interoplibinterface.h [moved from src/coreclr/src/vm/interoplibinterface.h with 100% similarity]
src/coreclr/vm/interoputil.cpp [moved from src/coreclr/src/vm/interoputil.cpp with 100% similarity]
src/coreclr/vm/interoputil.h [moved from src/coreclr/src/vm/interoputil.h with 100% similarity]
src/coreclr/vm/interoputil.inl [moved from src/coreclr/src/vm/interoputil.inl with 100% similarity]
src/coreclr/vm/interpreter.cpp [moved from src/coreclr/src/vm/interpreter.cpp with 100% similarity]
src/coreclr/vm/interpreter.h [moved from src/coreclr/src/vm/interpreter.h with 100% similarity]
src/coreclr/vm/interpreter.hpp [moved from src/coreclr/src/vm/interpreter.hpp with 100% similarity]
src/coreclr/vm/invokeutil.cpp [moved from src/coreclr/src/vm/invokeutil.cpp with 100% similarity]
src/coreclr/vm/invokeutil.h [moved from src/coreclr/src/vm/invokeutil.h with 100% similarity]
src/coreclr/vm/ipcstreamfactory.cpp [moved from src/coreclr/src/vm/ipcstreamfactory.cpp with 100% similarity]
src/coreclr/vm/ipcstreamfactory.h [moved from src/coreclr/src/vm/ipcstreamfactory.h with 100% similarity]
src/coreclr/vm/iterator_util.h [moved from src/coreclr/src/vm/iterator_util.h with 100% similarity]
src/coreclr/vm/jithelpers.cpp [moved from src/coreclr/src/vm/jithelpers.cpp with 100% similarity]
src/coreclr/vm/jithost.cpp [moved from src/coreclr/src/vm/jithost.cpp with 100% similarity]
src/coreclr/vm/jithost.h [moved from src/coreclr/src/vm/jithost.h with 100% similarity]
src/coreclr/vm/jitinterface.cpp [moved from src/coreclr/src/vm/jitinterface.cpp with 100% similarity]
src/coreclr/vm/jitinterface.h [moved from src/coreclr/src/vm/jitinterface.h with 100% similarity]
src/coreclr/vm/jitinterfacegen.cpp [moved from src/coreclr/src/vm/jitinterfacegen.cpp with 100% similarity]
src/coreclr/vm/listlock.h [moved from src/coreclr/src/vm/listlock.h with 100% similarity]
src/coreclr/vm/loaderallocator.cpp [moved from src/coreclr/src/vm/loaderallocator.cpp with 100% similarity]
src/coreclr/vm/loaderallocator.hpp [moved from src/coreclr/src/vm/loaderallocator.hpp with 100% similarity]
src/coreclr/vm/loaderallocator.inl [moved from src/coreclr/src/vm/loaderallocator.inl with 100% similarity]
src/coreclr/vm/lockedrangelist.h [moved from src/coreclr/src/vm/lockedrangelist.h with 100% similarity]
src/coreclr/vm/managedmdimport.cpp [moved from src/coreclr/src/vm/managedmdimport.cpp with 100% similarity]
src/coreclr/vm/managedmdimport.hpp [moved from src/coreclr/src/vm/managedmdimport.hpp with 100% similarity]
src/coreclr/vm/marshalnative.cpp [moved from src/coreclr/src/vm/marshalnative.cpp with 100% similarity]
src/coreclr/vm/marshalnative.h [moved from src/coreclr/src/vm/marshalnative.h with 100% similarity]
src/coreclr/vm/memberload.cpp [moved from src/coreclr/src/vm/memberload.cpp with 100% similarity]
src/coreclr/vm/memberload.h [moved from src/coreclr/src/vm/memberload.h with 100% similarity]
src/coreclr/vm/metasig.h [moved from src/coreclr/src/vm/metasig.h with 100% similarity]
src/coreclr/vm/method.cpp [moved from src/coreclr/src/vm/method.cpp with 100% similarity]
src/coreclr/vm/method.hpp [moved from src/coreclr/src/vm/method.hpp with 100% similarity]
src/coreclr/vm/method.inl [moved from src/coreclr/src/vm/method.inl with 100% similarity]
src/coreclr/vm/methoddescbackpatchinfo.cpp [moved from src/coreclr/src/vm/methoddescbackpatchinfo.cpp with 100% similarity]
src/coreclr/vm/methoddescbackpatchinfo.h [moved from src/coreclr/src/vm/methoddescbackpatchinfo.h with 100% similarity]
src/coreclr/vm/methodimpl.cpp [moved from src/coreclr/src/vm/methodimpl.cpp with 100% similarity]
src/coreclr/vm/methodimpl.h [moved from src/coreclr/src/vm/methodimpl.h with 100% similarity]
src/coreclr/vm/methoditer.cpp [moved from src/coreclr/src/vm/methoditer.cpp with 100% similarity]
src/coreclr/vm/methoditer.h [moved from src/coreclr/src/vm/methoditer.h with 100% similarity]
src/coreclr/vm/methodtable.cpp [moved from src/coreclr/src/vm/methodtable.cpp with 100% similarity]
src/coreclr/vm/methodtable.h [moved from src/coreclr/src/vm/methodtable.h with 100% similarity]
src/coreclr/vm/methodtable.inl [moved from src/coreclr/src/vm/methodtable.inl with 100% similarity]
src/coreclr/vm/methodtablebuilder.cpp [moved from src/coreclr/src/vm/methodtablebuilder.cpp with 100% similarity]
src/coreclr/vm/methodtablebuilder.h [moved from src/coreclr/src/vm/methodtablebuilder.h with 100% similarity]
src/coreclr/vm/methodtablebuilder.inl [moved from src/coreclr/src/vm/methodtablebuilder.inl with 100% similarity]
src/coreclr/vm/mlinfo.cpp [moved from src/coreclr/src/vm/mlinfo.cpp with 100% similarity]
src/coreclr/vm/mlinfo.h [moved from src/coreclr/src/vm/mlinfo.h with 100% similarity]
src/coreclr/vm/mngstdinterfaces.cpp [moved from src/coreclr/src/vm/mngstdinterfaces.cpp with 100% similarity]
src/coreclr/vm/mngstdinterfaces.h [moved from src/coreclr/src/vm/mngstdinterfaces.h with 100% similarity]
src/coreclr/vm/mngstditflist.h [moved from src/coreclr/src/vm/mngstditflist.h with 100% similarity]
src/coreclr/vm/mtypes.h [moved from src/coreclr/src/vm/mtypes.h with 100% similarity]
src/coreclr/vm/multicorejit.cpp [moved from src/coreclr/src/vm/multicorejit.cpp with 100% similarity]
src/coreclr/vm/multicorejit.h [moved from src/coreclr/src/vm/multicorejit.h with 100% similarity]
src/coreclr/vm/multicorejitimpl.h [moved from src/coreclr/src/vm/multicorejitimpl.h with 100% similarity]
src/coreclr/vm/multicorejitplayer.cpp [moved from src/coreclr/src/vm/multicorejitplayer.cpp with 100% similarity]
src/coreclr/vm/namespace.h [moved from src/coreclr/src/vm/namespace.h with 100% similarity]
src/coreclr/vm/nativeeventsource.cpp [moved from src/coreclr/src/vm/nativeeventsource.cpp with 100% similarity]
src/coreclr/vm/nativeeventsource.h [moved from src/coreclr/src/vm/nativeeventsource.h with 100% similarity]
src/coreclr/vm/nativeformatreader.h [moved from src/coreclr/src/vm/nativeformatreader.h with 100% similarity]
src/coreclr/vm/nativeimage.cpp [moved from src/coreclr/src/vm/nativeimage.cpp with 100% similarity]
src/coreclr/vm/nativeimage.h [moved from src/coreclr/src/vm/nativeimage.h with 100% similarity]
src/coreclr/vm/nativelibrarynative.cpp [moved from src/coreclr/src/vm/nativelibrarynative.cpp with 100% similarity]
src/coreclr/vm/nativelibrarynative.h [moved from src/coreclr/src/vm/nativelibrarynative.h with 100% similarity]
src/coreclr/vm/nativeoverlapped.cpp [moved from src/coreclr/src/vm/nativeoverlapped.cpp with 100% similarity]
src/coreclr/vm/nativeoverlapped.h [moved from src/coreclr/src/vm/nativeoverlapped.h with 100% similarity]
src/coreclr/vm/ngenhash.h [moved from src/coreclr/src/vm/ngenhash.h with 100% similarity]
src/coreclr/vm/ngenhash.inl [moved from src/coreclr/src/vm/ngenhash.inl with 100% similarity]
src/coreclr/vm/notifyexternals.cpp [moved from src/coreclr/src/vm/notifyexternals.cpp with 100% similarity]
src/coreclr/vm/notifyexternals.h [moved from src/coreclr/src/vm/notifyexternals.h with 100% similarity]
src/coreclr/vm/object.cpp [moved from src/coreclr/src/vm/object.cpp with 100% similarity]
src/coreclr/vm/object.h [moved from src/coreclr/src/vm/object.h with 100% similarity]
src/coreclr/vm/object.inl [moved from src/coreclr/src/vm/object.inl with 100% similarity]
src/coreclr/vm/objectlist.cpp [moved from src/coreclr/src/vm/objectlist.cpp with 100% similarity]
src/coreclr/vm/objectlist.h [moved from src/coreclr/src/vm/objectlist.h with 100% similarity]
src/coreclr/vm/olecontexthelpers.cpp [moved from src/coreclr/src/vm/olecontexthelpers.cpp with 100% similarity]
src/coreclr/vm/olecontexthelpers.h [moved from src/coreclr/src/vm/olecontexthelpers.h with 100% similarity]
src/coreclr/vm/oletls.h [moved from src/coreclr/src/vm/oletls.h with 100% similarity]
src/coreclr/vm/olevariant.cpp [moved from src/coreclr/src/vm/olevariant.cpp with 100% similarity]
src/coreclr/vm/olevariant.h [moved from src/coreclr/src/vm/olevariant.h with 100% similarity]
src/coreclr/vm/onstackreplacement.cpp [moved from src/coreclr/src/vm/onstackreplacement.cpp with 100% similarity]
src/coreclr/vm/onstackreplacement.h [moved from src/coreclr/src/vm/onstackreplacement.h with 100% similarity]
src/coreclr/vm/packedfields.inl [moved from src/coreclr/src/vm/packedfields.inl with 100% similarity]
src/coreclr/vm/pefile.cpp [moved from src/coreclr/src/vm/pefile.cpp with 100% similarity]
src/coreclr/vm/pefile.h [moved from src/coreclr/src/vm/pefile.h with 100% similarity]
src/coreclr/vm/pefile.inl [moved from src/coreclr/src/vm/pefile.inl with 100% similarity]
src/coreclr/vm/peimage.cpp [moved from src/coreclr/src/vm/peimage.cpp with 100% similarity]
src/coreclr/vm/peimage.h [moved from src/coreclr/src/vm/peimage.h with 100% similarity]
src/coreclr/vm/peimage.inl [moved from src/coreclr/src/vm/peimage.inl with 100% similarity]
src/coreclr/vm/peimagelayout.cpp [moved from src/coreclr/src/vm/peimagelayout.cpp with 100% similarity]
src/coreclr/vm/peimagelayout.h [moved from src/coreclr/src/vm/peimagelayout.h with 100% similarity]
src/coreclr/vm/peimagelayout.inl [moved from src/coreclr/src/vm/peimagelayout.inl with 100% similarity]
src/coreclr/vm/pendingload.cpp [moved from src/coreclr/src/vm/pendingload.cpp with 100% similarity]
src/coreclr/vm/pendingload.h [moved from src/coreclr/src/vm/pendingload.h with 100% similarity]
src/coreclr/vm/perfinfo.cpp [moved from src/coreclr/src/vm/perfinfo.cpp with 100% similarity]
src/coreclr/vm/perfinfo.h [moved from src/coreclr/src/vm/perfinfo.h with 100% similarity]
src/coreclr/vm/perfmap.cpp [moved from src/coreclr/src/vm/perfmap.cpp with 100% similarity]
src/coreclr/vm/perfmap.h [moved from src/coreclr/src/vm/perfmap.h with 100% similarity]
src/coreclr/vm/pgo.cpp [moved from src/coreclr/src/vm/pgo.cpp with 100% similarity]
src/coreclr/vm/pgo.h [moved from src/coreclr/src/vm/pgo.h with 100% similarity]
src/coreclr/vm/pinvokeoverride.cpp [moved from src/coreclr/src/vm/pinvokeoverride.cpp with 100% similarity]
src/coreclr/vm/precode.cpp [moved from src/coreclr/src/vm/precode.cpp with 100% similarity]
src/coreclr/vm/precode.h [moved from src/coreclr/src/vm/precode.h with 100% similarity]
src/coreclr/vm/prestub.cpp [moved from src/coreclr/src/vm/prestub.cpp with 100% similarity]
src/coreclr/vm/processdiagnosticsprotocolhelper.cpp [moved from src/coreclr/src/vm/processdiagnosticsprotocolhelper.cpp with 100% similarity]
src/coreclr/vm/processdiagnosticsprotocolhelper.h [moved from src/coreclr/src/vm/processdiagnosticsprotocolhelper.h with 100% similarity]
src/coreclr/vm/profdetach.cpp [moved from src/coreclr/src/vm/profdetach.cpp with 100% similarity]
src/coreclr/vm/profdetach.h [moved from src/coreclr/src/vm/profdetach.h with 100% similarity]
src/coreclr/vm/profilerdiagnosticprotocolhelper.cpp [moved from src/coreclr/src/vm/profilerdiagnosticprotocolhelper.cpp with 100% similarity]
src/coreclr/vm/profilerdiagnosticprotocolhelper.h [moved from src/coreclr/src/vm/profilerdiagnosticprotocolhelper.h with 100% similarity]
src/coreclr/vm/profilermetadataemitvalidator.cpp [moved from src/coreclr/src/vm/profilermetadataemitvalidator.cpp with 100% similarity]
src/coreclr/vm/profilermetadataemitvalidator.h [moved from src/coreclr/src/vm/profilermetadataemitvalidator.h with 100% similarity]
src/coreclr/vm/profilingenumerators.cpp [moved from src/coreclr/src/vm/profilingenumerators.cpp with 100% similarity]
src/coreclr/vm/profilingenumerators.h [moved from src/coreclr/src/vm/profilingenumerators.h with 100% similarity]
src/coreclr/vm/profilinghelper.cpp [moved from src/coreclr/src/vm/profilinghelper.cpp with 100% similarity]
src/coreclr/vm/profilinghelper.h [moved from src/coreclr/src/vm/profilinghelper.h with 100% similarity]
src/coreclr/vm/profilinghelper.inl [moved from src/coreclr/src/vm/profilinghelper.inl with 100% similarity]
src/coreclr/vm/proftoeeinterfaceimpl.cpp [moved from src/coreclr/src/vm/proftoeeinterfaceimpl.cpp with 100% similarity]
src/coreclr/vm/proftoeeinterfaceimpl.h [moved from src/coreclr/src/vm/proftoeeinterfaceimpl.h with 100% similarity]
src/coreclr/vm/proftoeeinterfaceimpl.inl [moved from src/coreclr/src/vm/proftoeeinterfaceimpl.inl with 100% similarity]
src/coreclr/vm/qcall.cpp [moved from src/coreclr/src/vm/qcall.cpp with 100% similarity]
src/coreclr/vm/qcall.h [moved from src/coreclr/src/vm/qcall.h with 100% similarity]
src/coreclr/vm/rcwrefcache.cpp [moved from src/coreclr/src/vm/rcwrefcache.cpp with 100% similarity]
src/coreclr/vm/rcwrefcache.h [moved from src/coreclr/src/vm/rcwrefcache.h with 100% similarity]
src/coreclr/vm/readytoruninfo.cpp [moved from src/coreclr/src/vm/readytoruninfo.cpp with 100% similarity]
src/coreclr/vm/readytoruninfo.h [moved from src/coreclr/src/vm/readytoruninfo.h with 100% similarity]
src/coreclr/vm/reflectclasswriter.cpp [moved from src/coreclr/src/vm/reflectclasswriter.cpp with 100% similarity]
src/coreclr/vm/reflectclasswriter.h [moved from src/coreclr/src/vm/reflectclasswriter.h with 100% similarity]
src/coreclr/vm/reflectioninvocation.cpp [moved from src/coreclr/src/vm/reflectioninvocation.cpp with 100% similarity]
src/coreclr/vm/reflectioninvocation.h [moved from src/coreclr/src/vm/reflectioninvocation.h with 100% similarity]
src/coreclr/vm/rejit.cpp [moved from src/coreclr/src/vm/rejit.cpp with 100% similarity]
src/coreclr/vm/rejit.h [moved from src/coreclr/src/vm/rejit.h with 100% similarity]
src/coreclr/vm/rejit.inl [moved from src/coreclr/src/vm/rejit.inl with 100% similarity]
src/coreclr/vm/rexcep.h [moved from src/coreclr/src/vm/rexcep.h with 100% similarity]
src/coreclr/vm/rtlfunctions.cpp [moved from src/coreclr/src/vm/rtlfunctions.cpp with 100% similarity]
src/coreclr/vm/rtlfunctions.h [moved from src/coreclr/src/vm/rtlfunctions.h with 100% similarity]
src/coreclr/vm/runtimecallablewrapper.cpp [moved from src/coreclr/src/vm/runtimecallablewrapper.cpp with 100% similarity]
src/coreclr/vm/runtimecallablewrapper.h [moved from src/coreclr/src/vm/runtimecallablewrapper.h with 100% similarity]
src/coreclr/vm/runtimeexceptionkind.h [moved from src/coreclr/src/vm/runtimeexceptionkind.h with 100% similarity]
src/coreclr/vm/runtimehandles.cpp [moved from src/coreclr/src/vm/runtimehandles.cpp with 100% similarity]
src/coreclr/vm/runtimehandles.h [moved from src/coreclr/src/vm/runtimehandles.h with 100% similarity]
src/coreclr/vm/safehandle.cpp [moved from src/coreclr/src/vm/safehandle.cpp with 100% similarity]
src/coreclr/vm/sampleprofiler.cpp [moved from src/coreclr/src/vm/sampleprofiler.cpp with 100% similarity]
src/coreclr/vm/sampleprofiler.h [moved from src/coreclr/src/vm/sampleprofiler.h with 100% similarity]
src/coreclr/vm/sigformat.cpp [moved from src/coreclr/src/vm/sigformat.cpp with 100% similarity]
src/coreclr/vm/sigformat.h [moved from src/coreclr/src/vm/sigformat.h with 100% similarity]
src/coreclr/vm/siginfo.cpp [moved from src/coreclr/src/vm/siginfo.cpp with 100% similarity]
src/coreclr/vm/siginfo.hpp [moved from src/coreclr/src/vm/siginfo.hpp with 100% similarity]
src/coreclr/vm/simplerwlock.cpp [moved from src/coreclr/src/vm/simplerwlock.cpp with 100% similarity]
src/coreclr/vm/simplerwlock.hpp [moved from src/coreclr/src/vm/simplerwlock.hpp with 100% similarity]
src/coreclr/vm/sourceline.cpp [moved from src/coreclr/src/vm/sourceline.cpp with 100% similarity]
src/coreclr/vm/sourceline.h [moved from src/coreclr/src/vm/sourceline.h with 100% similarity]
src/coreclr/vm/specialstatics.h [moved from src/coreclr/src/vm/specialstatics.h with 100% similarity]
src/coreclr/vm/spinlock.cpp [moved from src/coreclr/src/vm/spinlock.cpp with 100% similarity]
src/coreclr/vm/spinlock.h [moved from src/coreclr/src/vm/spinlock.h with 100% similarity]
src/coreclr/vm/stackcontents.h [moved from src/coreclr/src/vm/stackcontents.h with 100% similarity]
src/coreclr/vm/stackingallocator.cpp [moved from src/coreclr/src/vm/stackingallocator.cpp with 100% similarity]
src/coreclr/vm/stackingallocator.h [moved from src/coreclr/src/vm/stackingallocator.h with 100% similarity]
src/coreclr/vm/stacksampler.cpp [moved from src/coreclr/src/vm/stacksampler.cpp with 100% similarity]
src/coreclr/vm/stacksampler.h [moved from src/coreclr/src/vm/stacksampler.h with 100% similarity]
src/coreclr/vm/stackwalk.cpp [moved from src/coreclr/src/vm/stackwalk.cpp with 100% similarity]
src/coreclr/vm/stackwalk.h [moved from src/coreclr/src/vm/stackwalk.h with 100% similarity]
src/coreclr/vm/stackwalktypes.h [moved from src/coreclr/src/vm/stackwalktypes.h with 100% similarity]
src/coreclr/vm/staticallocationhelpers.inl [moved from src/coreclr/src/vm/staticallocationhelpers.inl with 100% similarity]
src/coreclr/vm/stdinterfaces.cpp [moved from src/coreclr/src/vm/stdinterfaces.cpp with 100% similarity]
src/coreclr/vm/stdinterfaces.h [moved from src/coreclr/src/vm/stdinterfaces.h with 100% similarity]
src/coreclr/vm/stdinterfaces_internal.h [moved from src/coreclr/src/vm/stdinterfaces_internal.h with 100% similarity]
src/coreclr/vm/stdinterfaces_wrapper.cpp [moved from src/coreclr/src/vm/stdinterfaces_wrapper.cpp with 100% similarity]
src/coreclr/vm/stringliteralmap.cpp [moved from src/coreclr/src/vm/stringliteralmap.cpp with 100% similarity]
src/coreclr/vm/stringliteralmap.h [moved from src/coreclr/src/vm/stringliteralmap.h with 100% similarity]
src/coreclr/vm/stubcache.cpp [moved from src/coreclr/src/vm/stubcache.cpp with 100% similarity]
src/coreclr/vm/stubcache.h [moved from src/coreclr/src/vm/stubcache.h with 100% similarity]
src/coreclr/vm/stubgen.cpp [moved from src/coreclr/src/vm/stubgen.cpp with 100% similarity]
src/coreclr/vm/stubgen.h [moved from src/coreclr/src/vm/stubgen.h with 100% similarity]
src/coreclr/vm/stubhelpers.cpp [moved from src/coreclr/src/vm/stubhelpers.cpp with 100% similarity]
src/coreclr/vm/stubhelpers.h [moved from src/coreclr/src/vm/stubhelpers.h with 100% similarity]
src/coreclr/vm/stublink.cpp [moved from src/coreclr/src/vm/stublink.cpp with 100% similarity]
src/coreclr/vm/stublink.h [moved from src/coreclr/src/vm/stublink.h with 100% similarity]
src/coreclr/vm/stublink.inl [moved from src/coreclr/src/vm/stublink.inl with 100% similarity]
src/coreclr/vm/stubmgr.cpp [moved from src/coreclr/src/vm/stubmgr.cpp with 100% similarity]
src/coreclr/vm/stubmgr.h [moved from src/coreclr/src/vm/stubmgr.h with 100% similarity]
src/coreclr/vm/syncblk.cpp [moved from src/coreclr/src/vm/syncblk.cpp with 100% similarity]
src/coreclr/vm/syncblk.h [moved from src/coreclr/src/vm/syncblk.h with 100% similarity]
src/coreclr/vm/syncblk.inl [moved from src/coreclr/src/vm/syncblk.inl with 100% similarity]
src/coreclr/vm/syncclean.cpp [moved from src/coreclr/src/vm/syncclean.cpp with 100% similarity]
src/coreclr/vm/syncclean.hpp [moved from src/coreclr/src/vm/syncclean.hpp with 100% similarity]
src/coreclr/vm/synch.cpp [moved from src/coreclr/src/vm/synch.cpp with 100% similarity]
src/coreclr/vm/synch.h [moved from src/coreclr/src/vm/synch.h with 100% similarity]
src/coreclr/vm/tailcallhelp.cpp [moved from src/coreclr/src/vm/tailcallhelp.cpp with 100% similarity]
src/coreclr/vm/tailcallhelp.h [moved from src/coreclr/src/vm/tailcallhelp.h with 100% similarity]
src/coreclr/vm/threaddebugblockinginfo.cpp [moved from src/coreclr/src/vm/threaddebugblockinginfo.cpp with 100% similarity]
src/coreclr/vm/threaddebugblockinginfo.h [moved from src/coreclr/src/vm/threaddebugblockinginfo.h with 100% similarity]
src/coreclr/vm/threadpoolrequest.cpp [moved from src/coreclr/src/vm/threadpoolrequest.cpp with 100% similarity]
src/coreclr/vm/threadpoolrequest.h [moved from src/coreclr/src/vm/threadpoolrequest.h with 100% similarity]
src/coreclr/vm/threads.cpp [moved from src/coreclr/src/vm/threads.cpp with 100% similarity]
src/coreclr/vm/threads.h [moved from src/coreclr/src/vm/threads.h with 100% similarity]
src/coreclr/vm/threads.inl [moved from src/coreclr/src/vm/threads.inl with 100% similarity]
src/coreclr/vm/threadstatics.cpp [moved from src/coreclr/src/vm/threadstatics.cpp with 100% similarity]
src/coreclr/vm/threadstatics.h [moved from src/coreclr/src/vm/threadstatics.h with 100% similarity]
src/coreclr/vm/threadsuspend.cpp [moved from src/coreclr/src/vm/threadsuspend.cpp with 100% similarity]
src/coreclr/vm/threadsuspend.h [moved from src/coreclr/src/vm/threadsuspend.h with 100% similarity]
src/coreclr/vm/tieredcompilation.cpp [moved from src/coreclr/src/vm/tieredcompilation.cpp with 100% similarity]
src/coreclr/vm/tieredcompilation.h [moved from src/coreclr/src/vm/tieredcompilation.h with 100% similarity]
src/coreclr/vm/typectxt.cpp [moved from src/coreclr/src/vm/typectxt.cpp with 100% similarity]
src/coreclr/vm/typectxt.h [moved from src/coreclr/src/vm/typectxt.h with 100% similarity]
src/coreclr/vm/typedesc.cpp [moved from src/coreclr/src/vm/typedesc.cpp with 100% similarity]
src/coreclr/vm/typedesc.h [moved from src/coreclr/src/vm/typedesc.h with 100% similarity]
src/coreclr/vm/typedesc.inl [moved from src/coreclr/src/vm/typedesc.inl with 100% similarity]
src/coreclr/vm/typeequivalencehash.cpp [moved from src/coreclr/src/vm/typeequivalencehash.cpp with 100% similarity]
src/coreclr/vm/typeequivalencehash.hpp [moved from src/coreclr/src/vm/typeequivalencehash.hpp with 100% similarity]
src/coreclr/vm/typehandle.cpp [moved from src/coreclr/src/vm/typehandle.cpp with 100% similarity]
src/coreclr/vm/typehandle.h [moved from src/coreclr/src/vm/typehandle.h with 100% similarity]
src/coreclr/vm/typehandle.inl [moved from src/coreclr/src/vm/typehandle.inl with 100% similarity]
src/coreclr/vm/typehash.cpp [moved from src/coreclr/src/vm/typehash.cpp with 100% similarity]
src/coreclr/vm/typehash.h [moved from src/coreclr/src/vm/typehash.h with 100% similarity]
src/coreclr/vm/typehashingalgorithms.h [moved from src/coreclr/src/vm/typehashingalgorithms.h with 100% similarity]
src/coreclr/vm/typekey.h [moved from src/coreclr/src/vm/typekey.h with 100% similarity]
src/coreclr/vm/typeparse.cpp [moved from src/coreclr/src/vm/typeparse.cpp with 100% similarity]
src/coreclr/vm/typeparse.h [moved from src/coreclr/src/vm/typeparse.h with 100% similarity]
src/coreclr/vm/typestring.cpp [moved from src/coreclr/src/vm/typestring.cpp with 100% similarity]
src/coreclr/vm/typestring.h [moved from src/coreclr/src/vm/typestring.h with 100% similarity]
src/coreclr/vm/util.cpp [moved from src/coreclr/src/vm/util.cpp with 100% similarity]
src/coreclr/vm/util.hpp [moved from src/coreclr/src/vm/util.hpp with 100% similarity]
src/coreclr/vm/vars.cpp [moved from src/coreclr/src/vm/vars.cpp with 100% similarity]
src/coreclr/vm/vars.hpp [moved from src/coreclr/src/vm/vars.hpp with 100% similarity]
src/coreclr/vm/versionresilienthashcode.cpp [moved from src/coreclr/src/vm/versionresilienthashcode.cpp with 100% similarity]
src/coreclr/vm/versionresilienthashcode.h [moved from src/coreclr/src/vm/versionresilienthashcode.h with 100% similarity]
src/coreclr/vm/virtualcallstub.cpp [moved from src/coreclr/src/vm/virtualcallstub.cpp with 100% similarity]
src/coreclr/vm/virtualcallstub.h [moved from src/coreclr/src/vm/virtualcallstub.h with 100% similarity]
src/coreclr/vm/vmholder.h [moved from src/coreclr/src/vm/vmholder.h with 100% similarity]
src/coreclr/vm/weakreferencenative.cpp [moved from src/coreclr/src/vm/weakreferencenative.cpp with 100% similarity]
src/coreclr/vm/weakreferencenative.h [moved from src/coreclr/src/vm/weakreferencenative.h with 100% similarity]
src/coreclr/vm/wellknownattributes.h [moved from src/coreclr/src/vm/wellknownattributes.h with 100% similarity]
src/coreclr/vm/win32threadpool.cpp [moved from src/coreclr/src/vm/win32threadpool.cpp with 100% similarity]
src/coreclr/vm/win32threadpool.h [moved from src/coreclr/src/vm/win32threadpool.h with 100% similarity]
src/coreclr/vm/wks/CMakeLists.txt [moved from src/coreclr/src/vm/wks/CMakeLists.txt with 100% similarity]
src/coreclr/vm/wrappers.h [moved from src/coreclr/src/vm/wrappers.h with 100% similarity]
src/coreclr/vm/yieldprocessornormalized.cpp [moved from src/coreclr/src/vm/yieldprocessornormalized.cpp with 100% similarity]
src/coreclr/vm/zapsig.cpp [moved from src/coreclr/src/vm/zapsig.cpp with 100% similarity]
src/coreclr/vm/zapsig.h [moved from src/coreclr/src/vm/zapsig.h with 100% similarity]
src/coreclr/zap/CMakeLists.txt [moved from src/coreclr/src/zap/CMakeLists.txt with 100% similarity]
src/coreclr/zap/common.h [moved from src/coreclr/src/zap/common.h with 100% similarity]
src/coreclr/zap/nativeformatwriter.cpp [moved from src/coreclr/src/zap/nativeformatwriter.cpp with 100% similarity]
src/coreclr/zap/nativeformatwriter.h [moved from src/coreclr/src/zap/nativeformatwriter.h with 100% similarity]
src/coreclr/zap/svcworker.cpp [moved from src/coreclr/src/zap/svcworker.cpp with 100% similarity]
src/coreclr/zap/zapcode.cpp [moved from src/coreclr/src/zap/zapcode.cpp with 100% similarity]
src/coreclr/zap/zapcode.h [moved from src/coreclr/src/zap/zapcode.h with 100% similarity]
src/coreclr/zap/zapheaders.cpp [moved from src/coreclr/src/zap/zapheaders.cpp with 100% similarity]
src/coreclr/zap/zapheaders.h [moved from src/coreclr/src/zap/zapheaders.h with 100% similarity]
src/coreclr/zap/zapimage.cpp [moved from src/coreclr/src/zap/zapimage.cpp with 100% similarity]
src/coreclr/zap/zapimage.h [moved from src/coreclr/src/zap/zapimage.h with 100% similarity]
src/coreclr/zap/zapimport.cpp [moved from src/coreclr/src/zap/zapimport.cpp with 100% similarity]
src/coreclr/zap/zapimport.h [moved from src/coreclr/src/zap/zapimport.h with 100% similarity]
src/coreclr/zap/zapinfo.cpp [moved from src/coreclr/src/zap/zapinfo.cpp with 100% similarity]
src/coreclr/zap/zapinfo.h [moved from src/coreclr/src/zap/zapinfo.h with 100% similarity]
src/coreclr/zap/zapinnerptr.cpp [moved from src/coreclr/src/zap/zapinnerptr.cpp with 100% similarity]
src/coreclr/zap/zapinnerptr.h [moved from src/coreclr/src/zap/zapinnerptr.h with 100% similarity]
src/coreclr/zap/zaplog.h [moved from src/coreclr/src/zap/zaplog.h with 100% similarity]
src/coreclr/zap/zapmetadata.cpp [moved from src/coreclr/src/zap/zapmetadata.cpp with 100% similarity]
src/coreclr/zap/zapmetadata.h [moved from src/coreclr/src/zap/zapmetadata.h with 100% similarity]
src/coreclr/zap/zapnodetype.h [moved from src/coreclr/src/zap/zapnodetype.h with 100% similarity]
src/coreclr/zap/zapper.cpp [moved from src/coreclr/src/zap/zapper.cpp with 100% similarity]
src/coreclr/zap/zapperstats.cpp [moved from src/coreclr/src/zap/zapperstats.cpp with 100% similarity]
src/coreclr/zap/zapperstats.h [moved from src/coreclr/src/zap/zapperstats.h with 100% similarity]
src/coreclr/zap/zapreadytorun.cpp [moved from src/coreclr/src/zap/zapreadytorun.cpp with 100% similarity]
src/coreclr/zap/zapreadytorun.h [moved from src/coreclr/src/zap/zapreadytorun.h with 100% similarity]
src/coreclr/zap/zaprelocs.cpp [moved from src/coreclr/src/zap/zaprelocs.cpp with 100% similarity]
src/coreclr/zap/zaprelocs.h [moved from src/coreclr/src/zap/zaprelocs.h with 100% similarity]
src/coreclr/zap/zapwrapper.cpp [moved from src/coreclr/src/zap/zapwrapper.cpp with 100% similarity]
src/coreclr/zap/zapwrapper.h [moved from src/coreclr/src/zap/zapwrapper.h with 100% similarity]
src/coreclr/zap/zapwriter.cpp [moved from src/coreclr/src/zap/zapwriter.cpp with 100% similarity]
src/coreclr/zap/zapwriter.h [moved from src/coreclr/src/zap/zapwriter.h with 100% similarity]
src/tests/CMakeLists.txt
src/tests/Common/scripts/format.py
src/tests/ilverify/ILVerification.Tests.csproj
src/tests/profiler/native/CMakeLists.txt