2004-11-03 16:13:14 +00:00
|
|
|
<?xml version="1.0" encoding="Windows-1252"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="7.10"
|
|
|
|
Name="CodeGen"
|
|
|
|
ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
|
|
|
|
Keyword="Win32Proj">
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"/>
|
|
|
|
</Platforms>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="..\Debug"
|
|
|
|
IntermediateDirectory="Debug"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
Optimization="0"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;.."
|
2006-01-30 04:07:08 +00:00
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
|
2005-12-17 00:14:47 +00:00
|
|
|
StringPooling="TRUE"
|
2004-11-03 16:13:14 +00:00
|
|
|
MinimalRebuild="TRUE"
|
|
|
|
BasicRuntimeChecks="3"
|
|
|
|
RuntimeLibrary="3"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
2004-12-19 02:29:00 +00:00
|
|
|
BrowseInformation="1"
|
2004-11-03 16:13:14 +00:00
|
|
|
WarningLevel="3"
|
2004-12-18 06:55:41 +00:00
|
|
|
Detect64BitPortabilityProblems="FALSE"
|
2004-11-03 16:13:14 +00:00
|
|
|
DebugInformationFormat="4"
|
2005-01-30 17:54:12 +00:00
|
|
|
DisableSpecificWarnings="4355,4146,4800"/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/CodeGen.lib"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
|
|
|
OutputDirectory="..\Release"
|
|
|
|
IntermediateDirectory="Release"
|
|
|
|
ConfigurationType="4"
|
|
|
|
CharacterSet="2">
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories="..\..\include;.."
|
2006-01-30 04:07:08 +00:00
|
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
|
2005-12-17 00:14:47 +00:00
|
|
|
StringPooling="TRUE"
|
2004-11-03 16:13:14 +00:00
|
|
|
RuntimeLibrary="2"
|
|
|
|
ForceConformanceInForLoopScope="TRUE"
|
|
|
|
RuntimeTypeInfo="TRUE"
|
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
WarningLevel="3"
|
2004-12-18 07:05:59 +00:00
|
|
|
Detect64BitPortabilityProblems="FALSE"
|
2004-11-03 16:13:14 +00:00
|
|
|
DebugInformationFormat="3"
|
2005-01-30 17:54:12 +00:00
|
|
|
DisableSpecificWarnings="4355,4146,4800"/>
|
2004-11-03 16:13:14 +00:00
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLibrarianTool"
|
|
|
|
OutputFile="$(OutDir)/CodeGen.lib"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedWrapperGeneratorTool"/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source Files"
|
|
|
|
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
|
|
|
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp">
|
|
|
|
</File>
|
2005-12-22 01:50:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp">
|
|
|
|
</File>
|
2005-06-28 02:43:03 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\ELFWriter.cpp">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\ELFWriter.h">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\LiveInterval.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\LiveVariables.cpp">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineFunction.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineInstr.cpp">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\MachOWriter.h">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\Passes.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\PHIElimination.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp">
|
|
|
|
</File>
|
2005-01-07 15:52:36 +00:00
|
|
|
<Filter
|
|
|
|
Name="SelectionDAG"
|
|
|
|
Filter="">
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp">
|
|
|
|
</File>
|
2005-09-10 02:33:17 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp">
|
|
|
|
</File>
|
2005-01-07 15:52:36 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp">
|
|
|
|
</File>
|
2005-09-10 02:33:17 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp">
|
|
|
|
</File>
|
2006-01-24 04:40:54 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp">
|
|
|
|
</File>
|
2006-01-22 20:37:25 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp">
|
|
|
|
</File>
|
2005-01-07 15:52:36 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp">
|
|
|
|
</File>
|
2005-01-12 04:32:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp">
|
|
|
|
</File>
|
2005-01-07 15:52:36 +00:00
|
|
|
</Filter>
|
2004-11-03 16:13:14 +00:00
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Header Files"
|
|
|
|
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h">
|
|
|
|
</File>
|
2005-12-22 01:50:11 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h">
|
|
|
|
</File>
|
2005-06-28 02:43:03 +00:00
|
|
|
<File
|
2007-03-05 00:00:42 +00:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\FileWriters.h">
|
2005-06-28 02:43:03 +00:00
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
2005-09-25 19:04:43 +00:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h">
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
|
|
|
<File
|
2005-09-25 19:04:43 +00:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h">
|
2004-11-03 16:13:14 +00:00
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h">
|
|
|
|
</File>
|
2006-04-23 04:37:08 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h">
|
|
|
|
</File>
|
2006-03-24 02:18:52 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h">
|
|
|
|
</File>
|
2005-01-03 16:37:16 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
2007-03-05 00:00:42 +00:00
|
|
|
RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h">
|
2006-11-05 19:31:28 +00:00
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\Passes.h">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\PhysRegTracker.h">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h">
|
|
|
|
</File>
|
2007-03-05 00:00:42 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h">
|
|
|
|
</File>
|
2007-01-15 20:27:18 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h">
|
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h">
|
|
|
|
</File>
|
2006-01-22 20:37:25 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h">
|
|
|
|
</File>
|
2006-11-05 19:31:28 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h">
|
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h">
|
|
|
|
</File>
|
2005-01-07 15:52:36 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h">
|
|
|
|
</File>
|
2004-12-04 19:14:38 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h">
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h">
|
|
|
|
</File>
|
2004-11-03 16:13:14 +00:00
|
|
|
<File
|
|
|
|
RelativePath="..\..\lib\CodeGen\VirtRegMap.h">
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|