2004-11-03 17:13:14 +01:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-05-15 20:46:28 +02:00
|
|
|
Version="8.00"
|
2004-11-03 17:13:14 +01:00
|
|
|
Name="CodeGen"
|
|
|
|
ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
|
2007-07-27 20:20:11 +02:00
|
|
|
Keyword="Win32Proj"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Platforms>
|
|
|
|
<Platform
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="Win32"
|
|
|
|
/>
|
2007-11-21 01:37:56 +01:00
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
</Platforms>
|
2007-07-27 20:20:11 +02:00
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2007-11-21 01:37:56 +01:00
|
|
|
OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2004-11-03 17:13:14 +01:00
|
|
|
ConfigurationType="4"
|
2008-06-20 07:35:58 +02:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
|
2007-07-27 20:20:11 +02:00
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;.."
|
2007-11-07 20:34:09 +01:00
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
|
2007-07-27 20:20:11 +02:00
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="true"
|
2004-11-03 17:13:14 +01:00
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
2007-07-27 20:20:11 +02:00
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2004-11-03 17:13:14 +01:00
|
|
|
UsePrecompiledHeader="0"
|
2007-07-27 20:20:11 +02:00
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
2004-12-19 03:29:00 +01:00
|
|
|
BrowseInformation="1"
|
2004-11-03 17:13:14 +01:00
|
|
|
WarningLevel="3"
|
2007-07-27 20:20:11 +02:00
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/CodeGen.lib"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
2007-11-21 01:37:56 +01:00
|
|
|
OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
2008-06-20 07:35:58 +02:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
|
2007-11-21 01:37:56 +01:00
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;.."
|
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
|
|
|
|
StringPooling="true"
|
|
|
|
RuntimeLibrary="2"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/CodeGen.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|x64"
|
|
|
|
OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
TargetEnvironment="3"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;.."
|
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
|
|
|
|
StringPooling="true"
|
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
|
|
|
BrowseInformation="1"
|
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/CodeGen.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|x64"
|
|
|
|
OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2004-11-03 17:13:14 +01:00
|
|
|
ConfigurationType="4"
|
2007-07-27 20:20:11 +02:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
2007-11-21 01:37:56 +01:00
|
|
|
TargetEnvironment="3"
|
2007-07-27 20:20:11 +02:00
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;.."
|
2007-11-07 20:34:09 +01:00
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
|
2007-07-27 20:20:11 +02:00
|
|
|
StringPooling="true"
|
2004-11-03 17:13:14 +01:00
|
|
|
RuntimeLibrary="2"
|
2007-07-27 20:20:11 +02:00
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2004-11-03 17:13:14 +01:00
|
|
|
UsePrecompiledHeader="0"
|
2007-07-27 20:20:11 +02:00
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
2004-11-03 17:13:14 +01:00
|
|
|
WarningLevel="3"
|
2007-07-27 20:20:11 +02:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2004-11-03 17:13:14 +01:00
|
|
|
DebugInformationFormat="3"
|
2007-07-27 20:20:11 +02:00
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/CodeGen.lib"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
<Tool
|
2007-07-27 20:20:11 +02:00
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
2004-11-03 17:13:14 +01:00
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
2007-07-27 20:20:11 +02:00
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-01-15 22:43:17 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\Collector.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-10-10 21:50:09 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\CollectorMetadata.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\Collectors.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-07-27 20:20:11 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\ELFWriter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\ELFWriter.h"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\IfConversion.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2005-12-22 02:50:11 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\LiveInterval.cpp"
|
|
|
|
>
|
2005-12-22 02:50:11 +01:00
|
|
|
</File>
|
2005-06-28 04:43:03 +02:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp"
|
|
|
|
>
|
2005-06-28 04:43:03 +02:00
|
|
|
</File>
|
2008-06-07 21:33:54 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\LiveStackAnalysis.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\LiveVariables.cpp"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2008-03-27 01:02:53 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\LoopAligner.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\LowerSubregs.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2007-11-02 02:44:08 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineDominators.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachineFunction.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachineInstr.cpp"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2007-12-08 01:53:13 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineLICM.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineLoopInfo.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2008-01-02 22:30:58 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-01-15 22:43:17 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineSink.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\MachOWriter.h"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2008-01-15 22:43:17 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\OcamlCollector.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\Passes.cpp"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\PHIElimination.cpp"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\PostRASchedulerList.cpp"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2008-03-27 01:02:53 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\PseudoSourceValue.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocBigBlock.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2007-10-10 21:50:09 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\RegisterCoalescer.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2008-01-15 22:43:17 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\ShadowStackCollector.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2008-06-07 21:33:54 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\StackSlotColoring.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2007-11-02 02:44:08 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\StrongPHIElimination.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2008-01-03 20:53:03 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\TargetInstrInfoImpl.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2005-01-07 16:52:36 +01:00
|
|
|
<Filter
|
|
|
|
Name="SelectionDAG"
|
2007-07-27 20:20:11 +02:00
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2005-09-10 04:33:17 +02:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp"
|
|
|
|
>
|
2005-09-10 04:33:17 +02:00
|
|
|
</File>
|
2005-01-07 16:52:36 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp"
|
|
|
|
>
|
2005-01-07 16:52:36 +01:00
|
|
|
</File>
|
2007-12-10 20:31:09 +01:00
|
|
|
<File
|
2008-06-21 00:19:12 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeFloatTypes.cpp"
|
2007-12-10 20:31:09 +01:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-06-21 00:19:12 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeIntegerTypes.cpp"
|
2007-12-10 20:31:09 +01:00
|
|
|
>
|
|
|
|
</File>
|
2008-03-27 01:02:53 +01:00
|
|
|
<File
|
2008-06-21 00:19:12 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.cpp"
|
2007-12-10 20:31:09 +01:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-06-21 00:19:12 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesGeneric.cpp"
|
2007-12-10 20:31:09 +01:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2008-06-21 00:19:12 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeVectorTypes.cpp"
|
2007-12-10 20:31:09 +01:00
|
|
|
>
|
|
|
|
</File>
|
2005-09-10 04:33:17 +02:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp"
|
|
|
|
>
|
2005-09-10 04:33:17 +02:00
|
|
|
</File>
|
2006-01-24 05:40:54 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"
|
|
|
|
>
|
2006-01-24 05:40:54 +01:00
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2005-01-07 16:52:36 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp"
|
|
|
|
>
|
2005-01-07 16:52:36 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp"
|
|
|
|
>
|
2005-01-07 16:52:36 +01:00
|
|
|
</File>
|
2005-01-12 05:32:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp"
|
|
|
|
>
|
2005-01-12 05:32:42 +01:00
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2005-01-07 16:52:36 +01:00
|
|
|
</Filter>
|
2004-11-03 17:13:14 +01:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
2007-07-27 20:20:11 +02:00
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2007-11-12 02:24:50 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\BreakCriticalMachineEdge.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2007-10-10 21:50:09 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\Collector.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\CollectorMetadata.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\Collectors.h"
|
|
|
|
>
|
|
|
|
</File>
|
2005-12-22 02:50:11 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h"
|
|
|
|
>
|
2005-12-22 02:50:11 +01:00
|
|
|
</File>
|
2005-06-28 04:43:03 +02:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\FileWriters.h"
|
|
|
|
>
|
2005-06-28 04:43:03 +02:00
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2007-12-10 20:31:09 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2007-10-29 22:56:15 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineDominators.h"
|
|
|
|
>
|
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2006-04-23 06:37:08 +02:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h"
|
|
|
|
>
|
2006-04-23 06:37:08 +02:00
|
|
|
</File>
|
2006-03-24 03:18:52 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h"
|
|
|
|
>
|
2006-03-24 03:18:52 +01:00
|
|
|
</File>
|
2007-12-08 01:53:13 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineLoopInfo.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2008-01-03 20:53:03 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineOperand.h"
|
|
|
|
>
|
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2008-01-03 20:53:03 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineRegisterInfo.h"
|
|
|
|
>
|
|
|
|
</File>
|
2005-01-03 17:37:16 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h"
|
|
|
|
>
|
2005-01-03 17:37:16 +01:00
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\Passes.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\PhysRegTracker.h"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2007-10-10 21:50:09 +02:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RegisterCoalescer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2007-03-05 01:00:42 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h"
|
|
|
|
>
|
2007-03-05 01:00:42 +01:00
|
|
|
</File>
|
2007-01-15 21:27:18 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h"
|
|
|
|
>
|
2007-01-15 21:27:18 +01:00
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2006-01-22 21:37:25 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h"
|
|
|
|
>
|
2006-01-22 21:37:25 +01:00
|
|
|
</File>
|
2006-11-05 20:31:28 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h"
|
|
|
|
>
|
2006-11-05 20:31:28 +01:00
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2005-01-07 16:52:36 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h"
|
|
|
|
>
|
2005-01-07 16:52:36 +01:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h"
|
|
|
|
>
|
2005-01-07 16:52:36 +01:00
|
|
|
</File>
|
2007-11-07 20:34:09 +01:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.h"
|
|
|
|
>
|
|
|
|
</File>
|
2004-12-04 20:14:38 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h"
|
|
|
|
>
|
2004-12-04 20:14:38 +01:00
|
|
|
</File>
|
2004-11-03 17:13:14 +01:00
|
|
|
<File
|
2007-07-27 20:20:11 +02:00
|
|
|
RelativePath="..\..\lib\CodeGen\VirtRegMap.h"
|
|
|
|
>
|
2004-11-03 17:13:14 +01:00
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|