2004-11-03 16:13:14 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
2008-09-09 11:38:37 +00:00
|
|
|
Version="8,00"
|
2004-11-03 16:13:14 +00:00
|
|
|
Name="x86"
|
|
|
|
ProjectGUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
|
2005-01-01 18:17:40 +00:00
|
|
|
RootNamespace="x86"
|
2007-07-27 18:20:11 +00:00
|
|
|
Keyword="Win32Proj"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Platforms>
|
|
|
|
<Platform
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="Win32"
|
|
|
|
/>
|
2007-11-21 00:37:56 +00:00
|
|
|
<Platform
|
|
|
|
Name="x64"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Platforms>
|
2007-07-27 18:20:11 +00:00
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
2008-07-14 18:46:16 +00:00
|
|
|
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
|
2007-11-21 00:37:56 +00:00
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
|
|
|
ConfigurationType="4"
|
2008-06-20 05:35:58 +00:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
|
2007-11-21 00:37:56 +00:00
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
2008-08-24 12:30:46 +00:00
|
|
|
AdditionalIncludeDirectories=".;..\..\include;..;..\..\lib\Target\X86"
|
2007-11-21 00:37:56 +00:00
|
|
|
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)/x86.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-17 18:24:26 +00:00
|
|
|
Name="Release|Win32"
|
2008-07-14 18:46:16 +00:00
|
|
|
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
|
2007-11-21 00:37:56 +00:00
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2004-11-03 16:13:14 +00:00
|
|
|
ConfigurationType="4"
|
2007-07-27 18:20:11 +00:00
|
|
|
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
|
|
|
|
CharacterSet="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-24 12:30:46 +00:00
|
|
|
AdditionalIncludeDirectories=".;..\..\include;..;..\..\lib\Target\X86"
|
2008-08-17 18:24:26 +00: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 18:20:11 +00:00
|
|
|
StringPooling="true"
|
2008-08-17 18:24:26 +00:00
|
|
|
RuntimeLibrary="2"
|
2007-07-27 18:20:11 +00:00
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2004-11-03 16:13:14 +00:00
|
|
|
UsePrecompiledHeader="0"
|
2007-07-27 18:20:11 +00:00
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
2004-11-03 16:13:14 +00:00
|
|
|
WarningLevel="3"
|
2007-07-27 18:20:11 +00:00
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/x86.lib"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
2008-08-17 18:24:26 +00:00
|
|
|
Name="Debug|x64"
|
2008-07-14 18:46:16 +00:00
|
|
|
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
|
2007-11-21 00:37:56 +00:00
|
|
|
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"
|
2008-08-17 18:24:26 +00:00
|
|
|
TargetEnvironment="3"
|
2007-11-21 00:37:56 +00:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2008-08-17 18:24:26 +00:00
|
|
|
Optimization="0"
|
2007-11-21 00:37:56 +00:00
|
|
|
AdditionalIncludeDirectories=".;..\..\include;.."
|
2008-08-17 18:24:26 +00: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-11-21 00:37:56 +00:00
|
|
|
StringPooling="true"
|
2008-08-17 18:24:26 +00:00
|
|
|
MinimalRebuild="true"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
2007-11-21 00:37:56 +00:00
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
2008-08-17 18:24:26 +00:00
|
|
|
BrowseInformation="1"
|
2007-11-21 00:37:56 +00:00
|
|
|
WarningLevel="3"
|
|
|
|
Detect64BitPortabilityProblems="false"
|
|
|
|
DebugInformationFormat="3"
|
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/x86.lib"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|x64"
|
2008-07-14 18:46:16 +00:00
|
|
|
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
|
2007-11-21 00:37:56 +00:00
|
|
|
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
|
2004-11-03 16:13:14 +00:00
|
|
|
ConfigurationType="4"
|
2007-07-27 18:20:11 +00: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 00:37:56 +00:00
|
|
|
TargetEnvironment="3"
|
2007-07-27 18:20:11 +00:00
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
2005-01-01 18:17:40 +00:00
|
|
|
AdditionalIncludeDirectories=".;..\..\include;.."
|
2007-11-07 19:34:09 +00: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 18:20:11 +00:00
|
|
|
StringPooling="true"
|
2004-11-03 16:13:14 +00:00
|
|
|
RuntimeLibrary="2"
|
2007-07-27 18:20:11 +00:00
|
|
|
ForceConformanceInForLoopScope="true"
|
|
|
|
RuntimeTypeInfo="true"
|
2004-11-03 16:13:14 +00:00
|
|
|
UsePrecompiledHeader="0"
|
2007-07-27 18:20:11 +00:00
|
|
|
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
|
2004-11-03 16:13:14 +00:00
|
|
|
WarningLevel="3"
|
2007-07-27 18:20:11 +00:00
|
|
|
Detect64BitPortabilityProblems="false"
|
2004-11-03 16:13:14 +00:00
|
|
|
DebugInformationFormat="3"
|
2007-07-27 18:20:11 +00:00
|
|
|
DisableSpecificWarnings="4355,4146,4800"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/x86.lib"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
2007-07-27 18:20:11 +00:00
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86.td"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
<FileConfiguration
|
2007-07-27 18:20:11 +00:00
|
|
|
Name="Debug|Win32"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Performing TableGen Step"
|
2008-08-24 11:56:40 +00:00
|
|
|
CommandLine="echo Building $(InputFileName) register names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc
echo Building $(InputFileName) register information header with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc
echo Building $(InputFileName) register information implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc
echo Building $(InputFileName) instruction names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc
echo Building $(InputFileName) instruction information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc
echo Building $(InputFileName) assembly writer with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc
echo Building $(InputFileName) assembly writer #1 with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc
echo Building $(InputFileName) instruction selector implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc
echo Building $(InputFileName) subtarget information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc
echo Building $(InputFileName) calling convention information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
echo Building $(InputFileName) Fast instruction selection with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-fast-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenFastISel.inc
"
|
2007-11-21 00:37:56 +00:00
|
|
|
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)X86InstrFPStack.td;$(InputDir)X86InstrMMX.td;$(InputDir)X86InstrSSE.td;$(InputDir)X86CallingConv.td;$(InputDir)..\Target.td;$(InputDir)..\TargetSchedule.td;$(InputDir)..\TargetScheduleDAG.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
|
2008-08-24 11:56:40 +00:00
|
|
|
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc;X86GenFastISel.inc"
|
2007-11-21 00:37:56 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-17 18:24:26 +00:00
|
|
|
Name="Release|Win32"
|
2007-11-21 00:37:56 +00:00
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Performing TableGen Step"
|
2008-08-24 11:56:40 +00:00
|
|
|
CommandLine="echo Building $(InputFileName) register names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc
echo Building $(InputFileName) register information header with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc
echo Building $(InputFileName) register information implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc
echo Building $(InputFileName) instruction names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc
echo Building $(InputFileName) instruction information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc
echo Building $(InputFileName) assembly writer with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc
echo Building $(InputFileName) assembly writer #1 with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc
echo Building $(InputFileName) instruction selector implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc
echo Building $(InputFileName) subtarget information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc
echo Building $(InputFileName) calling convention information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
echo Building $(InputFileName) Fast instruction selection with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-fast-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenFastISel.inc
"
|
2007-03-05 00:00:42 +00:00
|
|
|
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)X86InstrFPStack.td;$(InputDir)X86InstrMMX.td;$(InputDir)X86InstrSSE.td;$(InputDir)X86CallingConv.td;$(InputDir)..\Target.td;$(InputDir)..\TargetSchedule.td;$(InputDir)..\TargetScheduleDAG.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
|
2008-08-24 11:56:40 +00:00
|
|
|
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc;X86GenFastISel.inc"
|
2007-07-27 18:20:11 +00:00
|
|
|
/>
|
2005-01-01 18:17:40 +00:00
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
2008-08-17 18:24:26 +00:00
|
|
|
Name="Debug|x64"
|
2007-07-27 18:20:11 +00:00
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Performing TableGen Step"
|
2008-08-24 11:56:40 +00:00
|
|
|
CommandLine="echo Building $(InputFileName) register names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc
echo Building $(InputFileName) register information header with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc
echo Building $(InputFileName) register information implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc
echo Building $(InputFileName) instruction names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc
echo Building $(InputFileName) instruction information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc
echo Building $(InputFileName) assembly writer with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc
echo Building $(InputFileName) assembly writer #1 with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc
echo Building $(InputFileName) instruction selector implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc
echo Building $(InputFileName) subtarget information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc
echo Building $(InputFileName) calling convention information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
echo Building $(InputFileName) Fast instruction selection with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-fast-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenFastISel.inc
"
|
2007-11-21 00:37:56 +00:00
|
|
|
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)X86InstrFPStack.td;$(InputDir)X86InstrMMX.td;$(InputDir)X86InstrSSE.td;$(InputDir)X86CallingConv.td;$(InputDir)..\Target.td;$(InputDir)..\TargetSchedule.td;$(InputDir)..\TargetScheduleDAG.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
|
2008-08-24 11:56:40 +00:00
|
|
|
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc;X86GenFastISel.inc"
|
2007-11-21 00:37:56 +00:00
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
Description="Performing TableGen Step"
|
2008-08-24 11:56:40 +00:00
|
|
|
CommandLine="echo Building $(InputFileName) register names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc
echo Building $(InputFileName) register information header with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc
echo Building $(InputFileName) register information implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc
echo Building $(InputFileName) instruction names with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc
echo Building $(InputFileName) instruction information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc
echo Building $(InputFileName) assembly writer with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc
echo Building $(InputFileName) assembly writer #1 with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc
echo Building $(InputFileName) instruction selector implementation with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc
echo Building $(InputFileName) subtarget information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc
echo Building $(InputFileName) calling convention information with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
echo Building $(InputFileName) Fast instruction selection with tblgen
$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)\TableGen.exe -gen-fast-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenFastISel.inc
"
|
2007-03-05 00:00:42 +00:00
|
|
|
AdditionalDependencies="$(InputDir)X86InstrInfo.td;$(InputDir)X86RegisterInfo.td;$(InputDir)X86InstrFPStack.td;$(InputDir)X86InstrMMX.td;$(InputDir)X86InstrSSE.td;$(InputDir)X86CallingConv.td;$(InputDir)..\Target.td;$(InputDir)..\TargetSchedule.td;$(InputDir)..\TargetScheduleDAG.td;$(ProjectDir)..\$(IntDir)\TableGen.exe"
|
2008-08-24 11:56:40 +00:00
|
|
|
Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc;X86GenFastISel.inc"
|
2007-07-27 18:20:11 +00:00
|
|
|
/>
|
2005-01-01 18:17:40 +00:00
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86COFF.h"
|
|
|
|
>
|
2007-03-05 00:00:42 +00:00
|
|
|
</File>
|
2008-04-03 20:28:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\X86CompilationCallback_Win64.asm"
|
|
|
|
>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Debug|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="ml64.exe /c /nologo /Fo "$(IntDir)X86CompilationCallback_Win64.obj" /Zi $(InputPath)"
|
|
|
|
Outputs=""$(IntDir)X86CompilationCallback_Win64.obj""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
<FileConfiguration
|
|
|
|
Name="Release|x64"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
CommandLine="ml64.exe /c /nologo /Fo "$(IntDir)X86CompilationCallback_Win64.obj" /Zi $(InputPath)"
|
|
|
|
Outputs=""$(IntDir)X86CompilationCallback_Win64.obj""
|
|
|
|
/>
|
|
|
|
</FileConfiguration>
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp"
|
|
|
|
>
|
2007-03-05 00:00:42 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h"
|
|
|
|
>
|
2005-06-28 02:43:03 +00:00
|
|
|
</File>
|
2008-08-24 11:56:40 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\X86FastISel.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\X86FastISel.h"
|
|
|
|
>
|
|
|
|
</File>
|
2005-06-28 02:43:03 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2007-08-28 18:59:02 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrFormats.td"
|
|
|
|
>
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrX86-64.td"
|
|
|
|
>
|
2006-11-05 19:31:28 +00:00
|
|
|
</File>
|
2005-11-16 06:10:53 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86ISelDAGToDAG.cpp"
|
|
|
|
>
|
2005-11-16 06:10:53 +00:00
|
|
|
</File>
|
2005-11-15 16:11:55 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp"
|
|
|
|
>
|
2005-11-15 16:11:55 +00:00
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp"
|
|
|
|
>
|
2004-12-04 19:14:38 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2008-09-09 11:38:37 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\X86Relocations.h"
|
|
|
|
>
|
|
|
|
</File>
|
2005-07-12 03:00:20 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp"
|
|
|
|
>
|
2005-07-12 03:00:20 +00:00
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.cpp"
|
|
|
|
>
|
2006-11-05 19:31:28 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2008-08-17 18:24:26 +00:00
|
|
|
<Filter
|
|
|
|
Name="AsmPrinter"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\AsmPrinter\X86AsmPrinter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\AsmPrinter\X86AsmPrinter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\AsmPrinter\X86ATTAsmPrinter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\AsmPrinter\X86ATTAsmPrinter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\AsmPrinter\X86IntelAsmPrinter.cpp"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\Target\X86\AsmPrinter\X86IntelAsmPrinter.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
2007-07-27 18:20:11 +00:00
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\Target.td"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
2006-04-02 05:20:53 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\TargetSchedule.td"
|
|
|
|
>
|
2006-04-02 05:20:53 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\TargetSelectionDAG.td"
|
|
|
|
>
|
2006-04-02 05:20:53 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86.h"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2005-07-02 02:04:26 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.h"
|
|
|
|
>
|
2005-07-02 02:04:26 +00:00
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86CallingConv.td"
|
|
|
|
>
|
2007-03-05 00:00:42 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2006-04-02 05:20:53 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrFPStack.td"
|
|
|
|
>
|
2006-04-02 05:20:53 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrInfo.h"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2005-01-01 18:17:40 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrInfo.td"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
2006-04-02 05:20:53 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrMMX.td"
|
|
|
|
>
|
2006-04-02 05:20:53 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86InstrSSE.td"
|
|
|
|
>
|
2006-04-02 05:20:53 +00:00
|
|
|
</File>
|
2005-07-02 02:04:26 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h"
|
|
|
|
>
|
2005-07-02 02:04:26 +00:00
|
|
|
</File>
|
2005-11-15 16:11:55 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86ISelLowering.h"
|
|
|
|
>
|
2005-11-15 16:11:55 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86JITInfo.h"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86MachineFunctionInfo.h"
|
|
|
|
>
|
2006-11-05 19:31:28 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h"
|
|
|
|
>
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2005-01-01 18:17:40 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
2005-07-12 03:00:20 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86Subtarget.h"
|
|
|
|
>
|
2005-07-12 03:00:20 +00:00
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.h"
|
|
|
|
>
|
2006-11-05 19:31:28 +00:00
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath="..\..\lib\Target\X86\X86TargetMachine.h"
|
|
|
|
>
|
2004-12-04 19:14:38 +00:00
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Filter>
|
2005-01-01 18:17:40 +00:00
|
|
|
<Filter
|
|
|
|
Name="Generated Tablegen Files"
|
2007-07-27 18:20:11 +00:00
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenAsmWriter.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenAsmWriter1.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
2005-11-16 06:10:53 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenDAGISel.inc"
|
|
|
|
>
|
2005-11-16 06:10:53 +00:00
|
|
|
</File>
|
2008-08-24 12:30:46 +00:00
|
|
|
<File
|
|
|
|
RelativePath=".\X86GenFastISel.inc"
|
|
|
|
>
|
|
|
|
</File>
|
2005-01-01 18:17:40 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenInstrInfo.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenInstrNames.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenRegisterInfo.h.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenRegisterInfo.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenRegisterNames.inc"
|
|
|
|
>
|
2005-01-01 18:17:40 +00:00
|
|
|
</File>
|
2006-01-26 16:49:00 +00:00
|
|
|
<File
|
2007-07-27 18:20:11 +00:00
|
|
|
RelativePath=".\X86GenSubtarget.inc"
|
|
|
|
>
|
2006-01-26 16:49:00 +00:00
|
|
|
</File>
|
2005-01-01 18:17:40 +00:00
|
|
|
</Filter>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|