Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 2 | <Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 3 | <ItemGroup Label="ProjectConfigurations">
|
| 4 | <ProjectConfiguration Include="Debug|Win32">
|
| 5 | <Configuration>Debug</Configuration>
|
| 6 | <Platform>Win32</Platform>
|
| 7 | </ProjectConfiguration>
|
| 8 | <ProjectConfiguration Include="Debug|x64">
|
| 9 | <Configuration>Debug</Configuration>
|
| 10 | <Platform>x64</Platform>
|
| 11 | </ProjectConfiguration>
|
| 12 | <ProjectConfiguration Include="Release|Win32">
|
| 13 | <Configuration>Release</Configuration>
|
| 14 | <Platform>Win32</Platform>
|
| 15 | </ProjectConfiguration>
|
| 16 | <ProjectConfiguration Include="Release|x64">
|
| 17 | <Configuration>Release</Configuration>
|
| 18 | <Platform>x64</Platform>
|
| 19 | </ProjectConfiguration>
|
| 20 | </ItemGroup>
|
| 21 | <PropertyGroup Label="Globals">
|
| 22 | <ProjectGuid>{0EB31AEC-B020-46AB-BA05-730F6D01C29B}</ProjectGuid>
|
| 23 | <Keyword>Win32Proj</Keyword>
|
| 24 | <RootNamespace>Subzero</RootNamespace>
|
Alexis Hetu | 66fff4e | 2017-10-19 14:53:33 -0400 | [diff] [blame] | 25 | <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
|
Nicolas Capens | 0475688 | 2019-03-28 10:54:21 -0400 | [diff] [blame] | 26 | <PreferredToolArchitecture>x64</PreferredToolArchitecture>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 27 | </PropertyGroup>
|
| 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
| 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
| 30 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 31 | <UseDebugLibraries>true</UseDebugLibraries>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 32 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 33 | <CharacterSet>NotSet</CharacterSet>
|
| 34 | </PropertyGroup>
|
| 35 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
| 36 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 37 | <UseDebugLibraries>true</UseDebugLibraries>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 38 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 39 | <CharacterSet>NotSet</CharacterSet>
|
| 40 | </PropertyGroup>
|
| 41 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
| 42 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 43 | <UseDebugLibraries>false</UseDebugLibraries>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 44 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 45 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 46 | <CharacterSet>NotSet</CharacterSet>
|
| 47 | </PropertyGroup>
|
| 48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
| 49 | <ConfigurationType>StaticLibrary</ConfigurationType>
|
| 50 | <UseDebugLibraries>false</UseDebugLibraries>
|
Nicolas Capens | 8c59ccd | 2017-10-04 13:39:16 -0400 | [diff] [blame] | 51 | <PlatformToolset>v141</PlatformToolset>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 52 | <WholeProgramOptimization>true</WholeProgramOptimization>
|
| 53 | <CharacterSet>NotSet</CharacterSet>
|
| 54 | </PropertyGroup>
|
| 55 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
| 56 | <ImportGroup Label="ExtensionSettings">
|
| 57 | </ImportGroup>
|
| 58 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 59 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 60 | </ImportGroup>
|
| 61 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
|
| 62 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 63 | </ImportGroup>
|
| 64 | <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 66 | </ImportGroup>
|
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
|
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
| 69 | </ImportGroup>
|
| 70 | <PropertyGroup Label="UserMacros" />
|
| 71 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 72 | <LinkIncremental>true</LinkIncremental>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 73 | <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 74 | <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 75 | </PropertyGroup>
|
| 76 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 77 | <LinkIncremental>true</LinkIncremental>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 78 | <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 79 | <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 80 | </PropertyGroup>
|
| 81 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 82 | <LinkIncremental>false</LinkIncremental>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 83 | <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 84 | <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 85 | </PropertyGroup>
|
| 86 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 87 | <LinkIncremental>false</LinkIncremental>
|
Nicolas Capens | 8b56197 | 2018-10-09 14:22:04 -0400 | [diff] [blame] | 88 | <IntDir>$(SolutionDir)obj\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</IntDir>
|
| 89 | <OutDir>$(SolutionDir)bin\$(MSBuildProjectName)\$(Platform)\$(Configuration)\</OutDir>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 90 | </PropertyGroup>
|
| 91 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
| 92 | <ClCompile>
|
| 93 | <PrecompiledHeader>
|
| 94 | </PrecompiledHeader>
|
| 95 | <WarningLevel>Level3</WarningLevel>
|
| 96 | <Optimization>Disabled</Optimization>
|
Nicolas Capens | 19291ef | 2017-01-09 13:35:14 -0500 | [diff] [blame] | 97 | <PreprocessorDefinitions>SZTARGET=X8632;ALLOW_DUMP=0;ALLOW_TIMERS=0;ALLOW_LLVM_CL=0;ALLOW_LLVM_IR=0;ALLOW_LLVM_IR_AS_INPUT=0;ALLOW_MINIMAL_BUILD=0;ALLOW_WASM=0;ICE_THREAD_LOCAL_HACK=0;SUBZERO_USE_MICROSOFT_ABI;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 98 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 99 | <AdditionalIncludeDirectories>$(SolutionDir)third_party\subzero;$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include;$(SolutionDir)third_party\subzero\pnacl-llvm\include</AdditionalIncludeDirectories>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 100 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 101 | <ForcedIncludeFiles>src/IceTypes.h</ForcedIncludeFiles>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 102 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 103 | <TreatSpecificWarningsAsErrors>5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 104 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 105 | </ClCompile>
|
| 106 | <Link>
|
| 107 | <SubSystem>Console</SubSystem>
|
| 108 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 109 | </Link>
|
| 110 | </ItemDefinitionGroup>
|
| 111 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
| 112 | <ClCompile>
|
| 113 | <PrecompiledHeader>
|
| 114 | </PrecompiledHeader>
|
| 115 | <WarningLevel>Level3</WarningLevel>
|
| 116 | <Optimization>Disabled</Optimization>
|
Nicolas Capens | 19291ef | 2017-01-09 13:35:14 -0500 | [diff] [blame] | 117 | <PreprocessorDefinitions>SZTARGET=X8664;ALLOW_DUMP=0;ALLOW_TIMERS=0;ALLOW_LLVM_CL=0;ALLOW_LLVM_IR=0;ALLOW_LLVM_IR_AS_INPUT=0;ALLOW_MINIMAL_BUILD=0;ALLOW_WASM=0;ICE_THREAD_LOCAL_HACK=0;SUBZERO_USE_MICROSOFT_ABI;WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 118 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 119 | <AdditionalIncludeDirectories>$(SolutionDir)third_party\subzero;$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include;$(SolutionDir)third_party\subzero\pnacl-llvm\include</AdditionalIncludeDirectories>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 120 | <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 121 | <ForcedIncludeFiles>src/IceTypes.h</ForcedIncludeFiles>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 122 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 123 | <TreatSpecificWarningsAsErrors>5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 124 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 125 | </ClCompile>
|
| 126 | <Link>
|
| 127 | <SubSystem>Console</SubSystem>
|
| 128 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 129 | </Link>
|
| 130 | </ItemDefinitionGroup>
|
| 131 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
| 132 | <ClCompile>
|
| 133 | <WarningLevel>Level3</WarningLevel>
|
| 134 | <PrecompiledHeader>
|
| 135 | </PrecompiledHeader>
|
| 136 | <Optimization>MaxSpeed</Optimization>
|
| 137 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 138 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
Nicolas Capens | 19291ef | 2017-01-09 13:35:14 -0500 | [diff] [blame] | 139 | <PreprocessorDefinitions>SZTARGET=X8632;ALLOW_DUMP=0;ALLOW_TIMERS=0;ALLOW_LLVM_CL=0;ALLOW_LLVM_IR=0;ALLOW_LLVM_IR_AS_INPUT=0;ALLOW_MINIMAL_BUILD=0;ALLOW_WASM=0;ICE_THREAD_LOCAL_HACK=0;SUBZERO_USE_MICROSOFT_ABI;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 140 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 141 | <AdditionalIncludeDirectories>$(SolutionDir)third_party\subzero;$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include;$(SolutionDir)third_party\subzero\pnacl-llvm\include</AdditionalIncludeDirectories>
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 142 | <ForcedIncludeFiles>src/IceTypes.h</ForcedIncludeFiles>
|
Nicolas Capens | e1d8530 | 2016-11-09 16:47:47 -0500 | [diff] [blame] | 143 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 144 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 145 | <TreatSpecificWarningsAsErrors>5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 146 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 147 | </ClCompile>
|
| 148 | <Link>
|
| 149 | <SubSystem>Console</SubSystem>
|
| 150 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 151 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 152 | <OptimizeReferences>true</OptimizeReferences>
|
| 153 | </Link>
|
| 154 | </ItemDefinitionGroup>
|
| 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
| 156 | <ClCompile>
|
| 157 | <WarningLevel>Level3</WarningLevel>
|
| 158 | <PrecompiledHeader>
|
| 159 | </PrecompiledHeader>
|
| 160 | <Optimization>Full</Optimization>
|
| 161 | <FunctionLevelLinking>true</FunctionLevelLinking>
|
| 162 | <IntrinsicFunctions>true</IntrinsicFunctions>
|
Nicolas Capens | 19291ef | 2017-01-09 13:35:14 -0500 | [diff] [blame] | 163 | <PreprocessorDefinitions>SZTARGET=X8664;ALLOW_DUMP=0;ALLOW_TIMERS=0;ALLOW_LLVM_CL=0;ALLOW_LLVM_IR=0;ALLOW_LLVM_IR_AS_INPUT=0;ALLOW_MINIMAL_BUILD=0;ALLOW_WASM=0;ICE_THREAD_LOCAL_HACK=0;SUBZERO_USE_MICROSOFT_ABI;WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 164 | <AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 165 | <AdditionalIncludeDirectories>$(SolutionDir)third_party\subzero;$(SolutionDir)third_party\llvm-subzero\include;$(SolutionDir)third_party\llvm-subzero\build\Windows\include;$(SolutionDir)third_party\subzero\pnacl-llvm\include</AdditionalIncludeDirectories>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 166 | <FavorSizeOrSpeed>Size</FavorSizeOrSpeed>
|
| 167 | <OmitFramePointers>true</OmitFramePointers>
|
| 168 | <EnableFiberSafeOptimizations>true</EnableFiberSafeOptimizations>
|
| 169 | <InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 170 | <ForcedIncludeFiles>src/IceTypes.h</ForcedIncludeFiles>
|
Nicolas Capens | e1d8530 | 2016-11-09 16:47:47 -0500 | [diff] [blame] | 171 | <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
Nicolas Capens | 93a6458 | 2016-10-21 16:23:24 -0400 | [diff] [blame] | 172 | <MultiProcessorCompilation>true</MultiProcessorCompilation>
|
Nicolas Capens | b41a9d6 | 2018-06-27 17:15:10 -0400 | [diff] [blame] | 173 | <TreatSpecificWarningsAsErrors>5038;4838</TreatSpecificWarningsAsErrors>
|
Alexis Hetu | e70c351 | 2018-10-17 13:18:04 -0400 | [diff] [blame] | 174 | <AdditionalOptions>/permissive- %(AdditionalOptions)</AdditionalOptions>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 175 | </ClCompile>
|
| 176 | <Link>
|
| 177 | <SubSystem>Console</SubSystem>
|
| 178 | <GenerateDebugInformation>true</GenerateDebugInformation>
|
| 179 | <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
| 180 | <OptimizeReferences>true</OptimizeReferences>
|
| 181 | </Link>
|
| 182 | </ItemDefinitionGroup>
|
| 183 | <ItemGroup>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 184 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceInstX8632.cpp">
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 185 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 186 | </ClCompile>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 187 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceInstX8664.cpp">
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 188 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
| 189 | </ClCompile>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 190 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8632.cpp">
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 191 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
|
| 192 | </ClCompile>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 193 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8664.cpp">
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 194 | <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
| 195 | </ClCompile>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 196 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceAssembler.cpp" />
|
| 197 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceCfg.cpp" />
|
| 198 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceCfgNode.cpp" />
|
| 199 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceClFlags.cpp" />
|
| 200 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceELFObjectWriter.cpp" />
|
| 201 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceELFSection.cpp" />
|
| 202 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceFixups.cpp" />
|
| 203 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceGlobalContext.cpp" />
|
| 204 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceGlobalInits.cpp" />
|
| 205 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceInst.cpp" />
|
| 206 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceInstrumentation.cpp" />
|
| 207 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceIntrinsics.cpp" />
|
| 208 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceLiveness.cpp" />
|
| 209 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceLoopAnalyzer.cpp" />
|
| 210 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceMangling.cpp" />
|
| 211 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceMemory.cpp" />
|
| 212 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceOperand.cpp" />
|
| 213 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceRangeSpec.cpp" />
|
| 214 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceRegAlloc.cpp" />
|
| 215 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceRevision.cpp" />
|
| 216 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceRNG.cpp" />
|
| 217 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceSwitchLowering.cpp" />
|
| 218 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceTargetLowering.cpp" />
|
| 219 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX86.cpp" />
|
| 220 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceThreading.cpp" />
|
| 221 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceTimerTree.cpp" />
|
| 222 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceTypes.cpp" />
|
| 223 | <ClCompile Include="$(SolutionDir)third_party\subzero\src\IceVariableSplitting.cpp" />
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 224 | <ClCompile Include="CPUID.cpp" />
|
| 225 | <ClCompile Include="Debug.cpp" />
|
Nicolas Capens | 1a3ce87 | 2018-10-10 10:42:36 -0400 | [diff] [blame] | 226 | <ClCompile Include="ExecutableMemory.cpp" />
|
Nicolas Capens | 2ae9d74 | 2016-11-24 14:43:05 -0500 | [diff] [blame] | 227 | <ClCompile Include="Optimizer.cpp" />
|
Nicolas Capens | b6d4ce3 | 2019-03-12 23:00:24 -0400 | [diff] [blame] | 228 | <ClCompile Include="Reactor.cpp" />
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 229 | <ClCompile Include="Routine.cpp" />
|
| 230 | <ClCompile Include="SubzeroReactor.cpp" />
|
| 231 | </ItemGroup>
|
| 232 | <ItemGroup>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 233 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceAssembler.h" />
|
| 234 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceAssemblerX8632.h" />
|
| 235 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceAssemblerX86Base.h" />
|
| 236 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceAssemblerX86BaseImpl.h" />
|
| 237 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceBitVector.h" />
|
| 238 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceBuildDefs.h" />
|
| 239 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceCfg.h" />
|
| 240 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceCfgNode.h" />
|
| 241 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceClFlags.h" />
|
| 242 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceConditionCodesX8632.h" />
|
| 243 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceDefs.h" />
|
| 244 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceELFObjectWriter.h" />
|
| 245 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceELFSection.h" />
|
| 246 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceELFStreamer.h" />
|
| 247 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceFixups.h" />
|
| 248 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceGlobalContext.h" />
|
| 249 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceGlobalInits.h" />
|
| 250 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceInst.h" />
|
| 251 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceInstrumentation.h" />
|
| 252 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceInstVarIter.h" />
|
| 253 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceInstX8632.h" />
|
| 254 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceInstX86Base.h" />
|
| 255 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\iceinstx86baseimpl.h" />
|
| 256 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceIntrinsics.h" />
|
| 257 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceLiveness.h" />
|
| 258 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceLoopAnalyzer.h" />
|
| 259 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceMangling.h" />
|
| 260 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceMemory.h" />
|
| 261 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceOperand.h" />
|
| 262 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IcePhiLoweringImpl.h" />
|
| 263 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRangeSpec.h" />
|
| 264 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRegAlloc.h" />
|
| 265 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRegistersX8632.h" />
|
| 266 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRegList.h" />
|
| 267 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRevision.h" />
|
| 268 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRNG.h" />
|
| 269 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceStringPool.h" />
|
| 270 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceSwitchLowering.h" />
|
| 271 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLowering.h" />
|
| 272 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8632.h" />
|
| 273 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8632Traits.h" />
|
| 274 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX86Base.h" />
|
| 275 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\icetargetloweringx86baseimpl.h" />
|
| 276 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX86RegClass.h" />
|
| 277 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceThreading.h" />
|
| 278 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTimerTree.h" />
|
| 279 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTLS.h" />
|
| 280 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTypes.h" />
|
| 281 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceUtils.h" />
|
| 282 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceVariableSplitting.h" />
|
| 283 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8664.h" />
|
| 284 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8664Traits.h" />
|
| 285 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceAssemblerX8664.h" />
|
| 286 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceConditionCodesX8664.h" />
|
| 287 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceInstX8664.h" />
|
| 288 | <ClInclude Include="$(SolutionDir)third_party\subzero\src\IceRegistersX8664.h" />
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 289 | <ClInclude Include="CPUID.hpp" />
|
| 290 | <ClInclude Include="Debug.hpp" />
|
Nicolas Capens | 2ae9d74 | 2016-11-24 14:43:05 -0500 | [diff] [blame] | 291 | <ClInclude Include="Optimizer.hpp" />
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 292 | </ItemGroup>
|
| 293 | <ItemGroup>
|
Nicolas Capens | 5aebe18 | 2017-05-03 14:23:06 -0400 | [diff] [blame] | 294 | <None Include="$(SolutionDir)third_party\subzero\src\IceClFlags.def" />
|
| 295 | <None Include="$(SolutionDir)third_party\subzero\src\IceInst.def" />
|
| 296 | <None Include="$(SolutionDir)third_party\subzero\src\IceTargetLowering.def" />
|
| 297 | <None Include="$(SolutionDir)third_party\subzero\src\IceTimerTree.def" />
|
| 298 | <None Include="$(SolutionDir)third_party\subzero\src\IceTypes.def" />
|
| 299 | <None Include="$(SolutionDir)third_party\subzero\src\SZTargets.def" />
|
| 300 | <None Include="$(SolutionDir)third_party\subzero\src\IceInstX8632.def" />
|
| 301 | <None Include="$(SolutionDir)third_party\subzero\src\IceInstX8664.def" />
|
| 302 | <None Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8632.def" />
|
| 303 | <None Include="$(SolutionDir)third_party\subzero\src\IceTargetLoweringX8664.def" />
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 304 | </ItemGroup>
|
| 305 | <ItemGroup>
|
| 306 | <ProjectReference Include="SubzeroLLVMDependencies.vcxproj">
|
| 307 | <Project>{e3bbd7da-45c1-43ef-9c87-3f411031bde4}</Project>
|
Nicolas Capens | c07dc4b | 2018-08-06 14:20:45 -0400 | [diff] [blame] | 308 | <LinkLibraryDependencies>false</LinkLibraryDependencies>
|
| 309 | <UseLibraryDependencyInputs>false</UseLibraryDependencyInputs>
|
Nicolas Capens | 2a29271 | 2016-10-12 13:17:24 -0400 | [diff] [blame] | 310 | </ProjectReference>
|
Nicolas Capens | 598f8d8 | 2016-09-26 15:09:10 -0400 | [diff] [blame] | 311 | </ItemGroup>
|
| 312 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
| 313 | <ImportGroup Label="ExtensionTargets">
|
| 314 | </ImportGroup>
|
| 315 | </Project> |