Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
Chris Lattner | 9b43ac0 | 2008-05-13 20:56:51 +0000 | [diff] [blame] | 4 | Version="9.00" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 5 | Name="CodeGen" |
| 6 | ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 7 | Keyword="Win32Proj" |
Chris Lattner | 9b43ac0 | 2008-05-13 20:56:51 +0000 | [diff] [blame] | 8 | TargetFrameworkVersion="131072" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 9 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 10 | <Platforms> |
| 11 | <Platform |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 12 | Name="Win32" |
| 13 | /> |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 14 | <Platform |
| 15 | Name="x64" |
| 16 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 17 | </Platforms> |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 18 | <ToolFiles> |
| 19 | </ToolFiles> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 20 | <Configurations> |
| 21 | <Configuration |
| 22 | Name="Debug|Win32" |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 23 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 24 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 25 | ConfigurationType="4" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 26 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 27 | CharacterSet="2" |
| 28 | > |
| 29 | <Tool |
| 30 | Name="VCPreBuildEventTool" |
| 31 | /> |
| 32 | <Tool |
| 33 | Name="VCCustomBuildTool" |
| 34 | /> |
| 35 | <Tool |
| 36 | Name="VCXMLDataGeneratorTool" |
| 37 | /> |
| 38 | <Tool |
| 39 | Name="VCWebServiceProxyGeneratorTool" |
| 40 | /> |
| 41 | <Tool |
| 42 | Name="VCMIDLTool" |
| 43 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 44 | <Tool |
| 45 | Name="VCCLCompilerTool" |
| 46 | Optimization="0" |
| 47 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | abaff88 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 48 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 49 | StringPooling="true" |
| 50 | MinimalRebuild="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 51 | BasicRuntimeChecks="3" |
| 52 | RuntimeLibrary="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 53 | ForceConformanceInForLoopScope="true" |
| 54 | RuntimeTypeInfo="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 55 | UsePrecompiledHeader="0" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 56 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Jeff Cohen | 91c3e2d | 2004-12-19 02:29:00 +0000 | [diff] [blame] | 57 | BrowseInformation="1" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 58 | WarningLevel="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 59 | Detect64BitPortabilityProblems="false" |
| 60 | DebugInformationFormat="3" |
| 61 | DisableSpecificWarnings="4355,4146,4800" |
| 62 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 63 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 64 | Name="VCManagedResourceCompilerTool" |
| 65 | /> |
| 66 | <Tool |
| 67 | Name="VCResourceCompilerTool" |
| 68 | /> |
| 69 | <Tool |
| 70 | Name="VCPreLinkEventTool" |
| 71 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 72 | <Tool |
| 73 | Name="VCLibrarianTool" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 74 | OutputFile="$(OutDir)/CodeGen.lib" |
| 75 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 76 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 77 | Name="VCALinkTool" |
| 78 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 79 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 80 | Name="VCXDCMakeTool" |
| 81 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 82 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 83 | Name="VCBscMakeTool" |
| 84 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 85 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 86 | Name="VCFxCopTool" |
| 87 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 88 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 89 | Name="VCPostBuildEventTool" |
| 90 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 91 | </Configuration> |
| 92 | <Configuration |
| 93 | Name="Release|Win32" |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 94 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 95 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 96 | ConfigurationType="4" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 97 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 98 | CharacterSet="2" |
| 99 | > |
| 100 | <Tool |
| 101 | Name="VCPreBuildEventTool" |
| 102 | /> |
| 103 | <Tool |
| 104 | Name="VCCustomBuildTool" |
| 105 | /> |
| 106 | <Tool |
| 107 | Name="VCXMLDataGeneratorTool" |
| 108 | /> |
| 109 | <Tool |
| 110 | Name="VCWebServiceProxyGeneratorTool" |
| 111 | /> |
| 112 | <Tool |
| 113 | Name="VCMIDLTool" |
| 114 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 115 | <Tool |
| 116 | Name="VCCLCompilerTool" |
| 117 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | abaff88 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 118 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 119 | StringPooling="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 120 | RuntimeLibrary="2" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 121 | ForceConformanceInForLoopScope="true" |
| 122 | RuntimeTypeInfo="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 123 | UsePrecompiledHeader="0" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 124 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 125 | WarningLevel="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 126 | Detect64BitPortabilityProblems="false" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 127 | DebugInformationFormat="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 128 | DisableSpecificWarnings="4355,4146,4800" |
| 129 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 130 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 131 | Name="VCManagedResourceCompilerTool" |
| 132 | /> |
| 133 | <Tool |
| 134 | Name="VCResourceCompilerTool" |
| 135 | /> |
| 136 | <Tool |
| 137 | Name="VCPreLinkEventTool" |
| 138 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 139 | <Tool |
| 140 | Name="VCLibrarianTool" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 141 | OutputFile="$(OutDir)/CodeGen.lib" |
| 142 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 143 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 144 | Name="VCALinkTool" |
| 145 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 146 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 147 | Name="VCXDCMakeTool" |
| 148 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 149 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 150 | Name="VCBscMakeTool" |
| 151 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 152 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 153 | Name="VCFxCopTool" |
| 154 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 155 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 156 | Name="VCPostBuildEventTool" |
| 157 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 158 | </Configuration> |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 159 | <Configuration |
| 160 | Name="Debug|x64" |
| 161 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 162 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 163 | ConfigurationType="4" |
| 164 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 165 | CharacterSet="2" |
| 166 | > |
| 167 | <Tool |
| 168 | Name="VCPreBuildEventTool" |
| 169 | /> |
| 170 | <Tool |
| 171 | Name="VCCustomBuildTool" |
| 172 | /> |
| 173 | <Tool |
| 174 | Name="VCXMLDataGeneratorTool" |
| 175 | /> |
| 176 | <Tool |
| 177 | Name="VCWebServiceProxyGeneratorTool" |
| 178 | /> |
| 179 | <Tool |
| 180 | Name="VCMIDLTool" |
| 181 | TargetEnvironment="3" |
| 182 | /> |
| 183 | <Tool |
| 184 | Name="VCCLCompilerTool" |
| 185 | Optimization="0" |
| 186 | AdditionalIncludeDirectories="..\..\include;.." |
| 187 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" |
| 188 | StringPooling="true" |
| 189 | MinimalRebuild="true" |
| 190 | BasicRuntimeChecks="3" |
| 191 | RuntimeLibrary="3" |
| 192 | ForceConformanceInForLoopScope="true" |
| 193 | RuntimeTypeInfo="true" |
| 194 | UsePrecompiledHeader="0" |
| 195 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 196 | BrowseInformation="1" |
| 197 | WarningLevel="3" |
| 198 | Detect64BitPortabilityProblems="false" |
| 199 | DebugInformationFormat="3" |
| 200 | DisableSpecificWarnings="4355,4146,4800" |
| 201 | /> |
| 202 | <Tool |
| 203 | Name="VCManagedResourceCompilerTool" |
| 204 | /> |
| 205 | <Tool |
| 206 | Name="VCResourceCompilerTool" |
| 207 | /> |
| 208 | <Tool |
| 209 | Name="VCPreLinkEventTool" |
| 210 | /> |
| 211 | <Tool |
| 212 | Name="VCLibrarianTool" |
| 213 | OutputFile="$(OutDir)/CodeGen.lib" |
| 214 | /> |
| 215 | <Tool |
| 216 | Name="VCALinkTool" |
| 217 | /> |
| 218 | <Tool |
| 219 | Name="VCXDCMakeTool" |
| 220 | /> |
| 221 | <Tool |
| 222 | Name="VCBscMakeTool" |
| 223 | /> |
| 224 | <Tool |
| 225 | Name="VCFxCopTool" |
| 226 | /> |
| 227 | <Tool |
| 228 | Name="VCPostBuildEventTool" |
| 229 | /> |
| 230 | </Configuration> |
| 231 | <Configuration |
| 232 | Name="Release|x64" |
| 233 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 234 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
| 235 | ConfigurationType="4" |
| 236 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 237 | CharacterSet="2" |
| 238 | > |
| 239 | <Tool |
| 240 | Name="VCPreBuildEventTool" |
| 241 | /> |
| 242 | <Tool |
| 243 | Name="VCCustomBuildTool" |
| 244 | /> |
| 245 | <Tool |
| 246 | Name="VCXMLDataGeneratorTool" |
| 247 | /> |
| 248 | <Tool |
| 249 | Name="VCWebServiceProxyGeneratorTool" |
| 250 | /> |
| 251 | <Tool |
| 252 | Name="VCMIDLTool" |
| 253 | TargetEnvironment="3" |
| 254 | /> |
| 255 | <Tool |
| 256 | Name="VCCLCompilerTool" |
| 257 | AdditionalIncludeDirectories="..\..\include;.." |
| 258 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
| 259 | StringPooling="true" |
| 260 | RuntimeLibrary="2" |
| 261 | ForceConformanceInForLoopScope="true" |
| 262 | RuntimeTypeInfo="true" |
| 263 | UsePrecompiledHeader="0" |
| 264 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
| 265 | WarningLevel="3" |
| 266 | Detect64BitPortabilityProblems="false" |
| 267 | DebugInformationFormat="3" |
| 268 | DisableSpecificWarnings="4355,4146,4800" |
| 269 | /> |
| 270 | <Tool |
| 271 | Name="VCManagedResourceCompilerTool" |
| 272 | /> |
| 273 | <Tool |
| 274 | Name="VCResourceCompilerTool" |
| 275 | /> |
| 276 | <Tool |
| 277 | Name="VCPreLinkEventTool" |
| 278 | /> |
| 279 | <Tool |
| 280 | Name="VCLibrarianTool" |
| 281 | OutputFile="$(OutDir)/CodeGen.lib" |
| 282 | /> |
| 283 | <Tool |
| 284 | Name="VCALinkTool" |
| 285 | /> |
| 286 | <Tool |
| 287 | Name="VCXDCMakeTool" |
| 288 | /> |
| 289 | <Tool |
| 290 | Name="VCBscMakeTool" |
| 291 | /> |
| 292 | <Tool |
| 293 | Name="VCFxCopTool" |
| 294 | /> |
| 295 | <Tool |
| 296 | Name="VCPostBuildEventTool" |
| 297 | /> |
| 298 | </Configuration> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 299 | </Configurations> |
| 300 | <References> |
| 301 | </References> |
| 302 | <Files> |
| 303 | <Filter |
| 304 | Name="Source Files" |
| 305 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 306 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 307 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 308 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 309 | RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp" |
| 310 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 311 | </File> |
| 312 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 313 | RelativePath="..\..\lib\CodeGen\BranchFolding.cpp" |
| 314 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 315 | </File> |
| 316 | <File |
Chuck Rose III | 9a79de3 | 2008-01-15 21:43:17 +0000 | [diff] [blame] | 317 | RelativePath="..\..\lib\CodeGen\Collector.cpp" |
| 318 | > |
| 319 | </File> |
| 320 | <File |
Hartmut Kaiser | 73184fc | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 321 | RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp" |
| 322 | > |
| 323 | </File> |
| 324 | <File |
| 325 | RelativePath="..\..\lib\CodeGen\Collectors.cpp" |
| 326 | > |
| 327 | </File> |
| 328 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 329 | RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp" |
| 330 | > |
Jeff Cohen | 0b4e244 | 2005-12-22 01:50:11 +0000 | [diff] [blame] | 331 | </File> |
| 332 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 333 | RelativePath="..\..\lib\CodeGen\ELFWriter.cpp" |
| 334 | > |
Jeff Cohen | 373f9e7 | 2005-06-28 02:43:03 +0000 | [diff] [blame] | 335 | </File> |
| 336 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 337 | RelativePath="..\..\lib\CodeGen\ELFWriter.h" |
| 338 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 339 | </File> |
| 340 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 341 | RelativePath="..\..\lib\CodeGen\IfConversion.cpp" |
| 342 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 343 | </File> |
| 344 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 345 | RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp" |
| 346 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 347 | </File> |
| 348 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 349 | RelativePath="..\..\lib\CodeGen\LiveInterval.cpp" |
| 350 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 351 | </File> |
| 352 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 353 | RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp" |
| 354 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 355 | </File> |
| 356 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 357 | RelativePath="..\..\lib\CodeGen\LiveVariables.cpp" |
| 358 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 359 | </File> |
| 360 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 361 | RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp" |
| 362 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 363 | </File> |
| 364 | <File |
Chuck Rose III | 5b0c855 | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 365 | RelativePath="..\..\lib\CodeGen\LoopAligner.cpp" |
| 366 | > |
| 367 | </File> |
| 368 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 369 | RelativePath="..\..\lib\CodeGen\LowerSubregs.cpp" |
| 370 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 371 | </File> |
| 372 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 373 | RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp" |
| 374 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 375 | </File> |
| 376 | <File |
Hartmut Kaiser | f2af25b | 2007-11-02 01:44:08 +0000 | [diff] [blame] | 377 | RelativePath="..\..\lib\CodeGen\MachineDominators.cpp" |
| 378 | > |
| 379 | </File> |
| 380 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 381 | RelativePath="..\..\lib\CodeGen\MachineFunction.cpp" |
| 382 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 383 | </File> |
| 384 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 385 | RelativePath="..\..\lib\CodeGen\MachineInstr.cpp" |
| 386 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 387 | </File> |
| 388 | <File |
Chuck Rose III | e5839f8 | 2007-12-08 00:53:13 +0000 | [diff] [blame] | 389 | RelativePath="..\..\lib\CodeGen\MachineLICM.cpp" |
| 390 | > |
| 391 | </File> |
| 392 | <File |
| 393 | RelativePath="..\..\lib\CodeGen\MachineLoopInfo.cpp" |
| 394 | > |
| 395 | </File> |
| 396 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 397 | RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp" |
| 398 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 399 | </File> |
| 400 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 401 | RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp" |
| 402 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 403 | </File> |
| 404 | <File |
Chris Lattner | b08b8e6 | 2008-01-02 21:30:58 +0000 | [diff] [blame] | 405 | RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp" |
| 406 | > |
| 407 | </File> |
| 408 | <File |
Chuck Rose III | 9a79de3 | 2008-01-15 21:43:17 +0000 | [diff] [blame] | 409 | RelativePath="..\..\lib\CodeGen\MachineSink.cpp" |
| 410 | > |
| 411 | </File> |
| 412 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 413 | RelativePath="..\..\lib\CodeGen\MachOWriter.cpp" |
| 414 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 415 | </File> |
| 416 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 417 | RelativePath="..\..\lib\CodeGen\MachOWriter.h" |
| 418 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 419 | </File> |
| 420 | <File |
Chuck Rose III | 9a79de3 | 2008-01-15 21:43:17 +0000 | [diff] [blame] | 421 | RelativePath="..\..\lib\CodeGen\OcamlCollector.cpp" |
| 422 | > |
| 423 | </File> |
| 424 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 425 | RelativePath="..\..\lib\CodeGen\Passes.cpp" |
| 426 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 427 | </File> |
| 428 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 429 | RelativePath="..\..\lib\CodeGen\PHIElimination.cpp" |
| 430 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 431 | </File> |
| 432 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 433 | RelativePath="..\..\lib\CodeGen\PostRASchedulerList.cpp" |
| 434 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 435 | </File> |
| 436 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 437 | RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp" |
| 438 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 439 | </File> |
| 440 | <File |
Chuck Rose III | 5b0c855 | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 441 | RelativePath="..\..\lib\CodeGen\PseudoSourceValue.cpp" |
| 442 | > |
| 443 | </File> |
| 444 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 445 | RelativePath="..\..\lib\CodeGen\RegAllocBigBlock.cpp" |
| 446 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 447 | </File> |
| 448 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 449 | RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp" |
| 450 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 451 | </File> |
| 452 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 453 | RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp" |
| 454 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 455 | </File> |
| 456 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 457 | RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp" |
| 458 | > |
| 459 | </File> |
| 460 | <File |
Hartmut Kaiser | 73184fc | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 461 | RelativePath="..\..\lib\CodeGen\RegisterCoalescer.cpp" |
| 462 | > |
| 463 | </File> |
| 464 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 465 | RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp" |
| 466 | > |
| 467 | </File> |
| 468 | <File |
Chuck Rose III | 9a79de3 | 2008-01-15 21:43:17 +0000 | [diff] [blame] | 469 | RelativePath="..\..\lib\CodeGen\ShadowStackCollector.cpp" |
| 470 | > |
| 471 | </File> |
| 472 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 473 | RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp" |
| 474 | > |
| 475 | </File> |
| 476 | <File |
Hartmut Kaiser | f2af25b | 2007-11-02 01:44:08 +0000 | [diff] [blame] | 477 | RelativePath="..\..\lib\CodeGen\StrongPHIElimination.cpp" |
| 478 | > |
| 479 | </File> |
| 480 | <File |
Chuck Rose III | 0b58991 | 2008-01-03 19:53:03 +0000 | [diff] [blame] | 481 | RelativePath="..\..\lib\CodeGen\TargetInstrInfoImpl.cpp" |
| 482 | > |
| 483 | </File> |
| 484 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 485 | RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp" |
| 486 | > |
| 487 | </File> |
| 488 | <File |
| 489 | RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp" |
| 490 | > |
| 491 | </File> |
| 492 | <File |
| 493 | RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp" |
| 494 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 495 | </File> |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 496 | <Filter |
| 497 | Name="SelectionDAG" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 498 | > |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 499 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 500 | RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp" |
| 501 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 502 | </File> |
| 503 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 504 | RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp" |
| 505 | > |
Jeff Cohen | c4dd1a4 | 2005-09-10 02:33:17 +0000 | [diff] [blame] | 506 | </File> |
| 507 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 508 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp" |
| 509 | > |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 510 | </File> |
| 511 | <File |
Chuck Rose III | 1a4ab52 | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 512 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.cpp" |
| 513 | > |
| 514 | </File> |
| 515 | <File |
| 516 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesExpand.cpp" |
| 517 | > |
| 518 | </File> |
| 519 | <File |
Chuck Rose III | 5b0c855 | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 520 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesFloatToInt.cpp" |
| 521 | > |
| 522 | </File> |
| 523 | <File |
Chuck Rose III | 1a4ab52 | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 524 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesPromote.cpp" |
| 525 | > |
| 526 | </File> |
| 527 | <File |
| 528 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesScalarize.cpp" |
| 529 | > |
| 530 | </File> |
| 531 | <File |
| 532 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesSplit.cpp" |
| 533 | > |
| 534 | </File> |
| 535 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 536 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp" |
| 537 | > |
Jeff Cohen | c4dd1a4 | 2005-09-10 02:33:17 +0000 | [diff] [blame] | 538 | </File> |
| 539 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 540 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp" |
| 541 | > |
Jeff Cohen | 93c56e7 | 2006-01-24 04:40:54 +0000 | [diff] [blame] | 542 | </File> |
| 543 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 544 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp" |
| 545 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 546 | </File> |
| 547 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 548 | RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp" |
| 549 | > |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 550 | </File> |
| 551 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 552 | RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp" |
| 553 | > |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 554 | </File> |
Jeff Cohen | bf7c152 | 2005-01-12 04:32:42 +0000 | [diff] [blame] | 555 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 556 | RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp" |
| 557 | > |
Jeff Cohen | bf7c152 | 2005-01-12 04:32:42 +0000 | [diff] [blame] | 558 | </File> |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 559 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 560 | RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp" |
| 561 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 562 | </File> |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 563 | </Filter> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 564 | </Filter> |
| 565 | <Filter |
| 566 | Name="Header Files" |
| 567 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 568 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 569 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 570 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 571 | RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h" |
| 572 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 573 | </File> |
| 574 | <File |
Hartmut Kaiser | 7de5a94 | 2007-11-12 01:24:50 +0000 | [diff] [blame] | 575 | RelativePath="..\..\include\llvm\CodeGen\BreakCriticalMachineEdge.h" |
| 576 | > |
| 577 | </File> |
| 578 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 579 | RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h" |
| 580 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 581 | </File> |
| 582 | <File |
Hartmut Kaiser | 73184fc | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 583 | RelativePath="..\..\include\llvm\CodeGen\Collector.h" |
| 584 | > |
| 585 | </File> |
| 586 | <File |
| 587 | RelativePath="..\..\include\llvm\CodeGen\CollectorMetadata.h" |
| 588 | > |
| 589 | </File> |
| 590 | <File |
| 591 | RelativePath="..\..\include\llvm\CodeGen\Collectors.h" |
| 592 | > |
| 593 | </File> |
| 594 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 595 | RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h" |
| 596 | > |
Jeff Cohen | 0b4e244 | 2005-12-22 01:50:11 +0000 | [diff] [blame] | 597 | </File> |
| 598 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 599 | RelativePath="..\..\include\llvm\CodeGen\FileWriters.h" |
| 600 | > |
Jeff Cohen | 373f9e7 | 2005-06-28 02:43:03 +0000 | [diff] [blame] | 601 | </File> |
| 602 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 603 | RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h" |
| 604 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 605 | </File> |
| 606 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 607 | RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h" |
| 608 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 609 | </File> |
| 610 | <File |
Chuck Rose III | 1a4ab52 | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 611 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.h" |
| 612 | > |
| 613 | </File> |
| 614 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 615 | RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h" |
| 616 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 617 | </File> |
| 618 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 619 | RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h" |
| 620 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 621 | </File> |
| 622 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 623 | RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h" |
| 624 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 625 | </File> |
| 626 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 627 | RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h" |
| 628 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 629 | </File> |
| 630 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 631 | RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h" |
| 632 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 633 | </File> |
| 634 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 635 | RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h" |
| 636 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 637 | </File> |
| 638 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 639 | RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h" |
| 640 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 641 | </File> |
| 642 | <File |
Hartmut Kaiser | e476a66 | 2007-10-29 21:56:15 +0000 | [diff] [blame] | 643 | RelativePath="..\..\include\llvm\CodeGen\MachineDominators.h" |
| 644 | > |
| 645 | </File> |
| 646 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 647 | RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h" |
| 648 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 649 | </File> |
| 650 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 651 | RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h" |
| 652 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 653 | </File> |
| 654 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 655 | RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h" |
| 656 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 657 | </File> |
| 658 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 659 | RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h" |
| 660 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 661 | </File> |
| 662 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 663 | RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h" |
| 664 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 665 | </File> |
| 666 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 667 | RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h" |
| 668 | > |
Jeff Cohen | 84bfed0 | 2006-04-23 04:37:08 +0000 | [diff] [blame] | 669 | </File> |
| 670 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 671 | RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h" |
| 672 | > |
Jeff Cohen | b52a5d9 | 2006-03-24 02:18:52 +0000 | [diff] [blame] | 673 | </File> |
| 674 | <File |
Chuck Rose III | e5839f8 | 2007-12-08 00:53:13 +0000 | [diff] [blame] | 675 | RelativePath="..\..\include\llvm\CodeGen\MachineLoopInfo.h" |
| 676 | > |
| 677 | </File> |
| 678 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 679 | RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h" |
| 680 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 681 | </File> |
| 682 | <File |
Chuck Rose III | 0b58991 | 2008-01-03 19:53:03 +0000 | [diff] [blame] | 683 | RelativePath="..\..\include\llvm\CodeGen\MachineOperand.h" |
| 684 | > |
| 685 | </File> |
| 686 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 687 | RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h" |
| 688 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 689 | </File> |
| 690 | <File |
Chuck Rose III | 0b58991 | 2008-01-03 19:53:03 +0000 | [diff] [blame] | 691 | RelativePath="..\..\include\llvm\CodeGen\MachineRegisterInfo.h" |
| 692 | > |
| 693 | </File> |
| 694 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 695 | RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h" |
| 696 | > |
Jeff Cohen | 4c20532 | 2005-01-03 16:37:16 +0000 | [diff] [blame] | 697 | </File> |
| 698 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 699 | RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h" |
| 700 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 701 | </File> |
| 702 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 703 | RelativePath="..\..\include\llvm\CodeGen\Passes.h" |
| 704 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 705 | </File> |
| 706 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 707 | RelativePath="..\..\lib\CodeGen\PhysRegTracker.h" |
| 708 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 709 | </File> |
| 710 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 711 | RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h" |
| 712 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 713 | </File> |
| 714 | <File |
Hartmut Kaiser | 73184fc | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 715 | RelativePath="..\..\include\llvm\CodeGen\RegisterCoalescer.h" |
| 716 | > |
| 717 | </File> |
| 718 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 719 | RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h" |
| 720 | > |
Jeff Cohen | ca5183d | 2007-03-05 00:00:42 +0000 | [diff] [blame] | 721 | </File> |
| 722 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 723 | RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h" |
| 724 | > |
Jeff Cohen | 1b30754 | 2007-01-15 20:27:18 +0000 | [diff] [blame] | 725 | </File> |
| 726 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 727 | RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h" |
| 728 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 729 | </File> |
| 730 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 731 | RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h" |
| 732 | > |
Jeff Cohen | 96f20d9 | 2006-01-22 20:37:25 +0000 | [diff] [blame] | 733 | </File> |
| 734 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 735 | RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h" |
| 736 | > |
Jeff Cohen | d41b30d | 2006-11-05 19:31:28 +0000 | [diff] [blame] | 737 | </File> |
| 738 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 739 | RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h" |
| 740 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 741 | </File> |
| 742 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 743 | RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h" |
| 744 | > |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 745 | </File> |
| 746 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 747 | RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h" |
| 748 | > |
Jeff Cohen | bb66a9f | 2005-01-07 15:52:36 +0000 | [diff] [blame] | 749 | </File> |
| 750 | <File |
Hartmut Kaiser | abaff88 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 751 | RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.h" |
| 752 | > |
| 753 | </File> |
| 754 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 755 | RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h" |
| 756 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 757 | </File> |
| 758 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 759 | RelativePath="..\..\lib\CodeGen\VirtRegMap.h" |
| 760 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 761 | </File> |
| 762 | </Filter> |
| 763 | </Files> |
| 764 | <Globals> |
| 765 | </Globals> |
| 766 | </VisualStudioProject> |