<?xml version="1.0" encoding="Windows-1252"?> | |
<VisualStudioProject | |
ProjectType="Visual C++" | |
Version="9.00" | |
Name="CodeGen" | |
ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}" | |
Keyword="Win32Proj" | |
TargetFrameworkVersion="131072" | |
> | |
<Platforms> | |
<Platform | |
Name="Win32" | |
/> | |
<Platform | |
Name="x64" | |
/> | |
</Platforms> | |
<ToolFiles> | |
</ToolFiles> | |
<Configurations> | |
<Configuration | |
Name="Debug|Win32" | |
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" | |
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
ConfigurationType="4" | |
CharacterSet="2" | |
> | |
<Tool | |
Name="VCPreBuildEventTool" | |
/> | |
<Tool | |
Name="VCCustomBuildTool" | |
/> | |
<Tool | |
Name="VCXMLDataGeneratorTool" | |
/> | |
<Tool | |
Name="VCWebServiceProxyGeneratorTool" | |
/> | |
<Tool | |
Name="VCMIDLTool" | |
/> | |
<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" | |
ExceptionHandling="1" | |
BasicRuntimeChecks="3" | |
RuntimeLibrary="1" | |
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="Debug|x64" | |
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" | |
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
ConfigurationType="4" | |
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" | |
ExceptionHandling="1" | |
BasicRuntimeChecks="3" | |
RuntimeLibrary="1" | |
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|Win32" | |
OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" | |
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
ConfigurationType="4" | |
CharacterSet="2" | |
> | |
<Tool | |
Name="VCPreBuildEventTool" | |
/> | |
<Tool | |
Name="VCCustomBuildTool" | |
/> | |
<Tool | |
Name="VCXMLDataGeneratorTool" | |
/> | |
<Tool | |
Name="VCWebServiceProxyGeneratorTool" | |
/> | |
<Tool | |
Name="VCMIDLTool" | |
/> | |
<Tool | |
Name="VCCLCompilerTool" | |
Optimization="2" | |
OmitFramePointers="true" | |
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;_SECURE_SCL=0;_HAS_EXCEPTIONS=0" | |
StringPooling="true" | |
ExceptionHandling="1" | |
BasicRuntimeChecks="0" | |
RuntimeLibrary="0" | |
BufferSecurityCheck="false" | |
ForceConformanceInForLoopScope="true" | |
RuntimeTypeInfo="true" | |
UsePrecompiledHeader="0" | |
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" | |
WarningLevel="3" | |
Detect64BitPortabilityProblems="false" | |
DebugInformationFormat="0" | |
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="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" | |
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | |
ConfigurationType="4" | |
CharacterSet="2" | |
> | |
<Tool | |
Name="VCPreBuildEventTool" | |
/> | |
<Tool | |
Name="VCCustomBuildTool" | |
/> | |
<Tool | |
Name="VCXMLDataGeneratorTool" | |
/> | |
<Tool | |
Name="VCWebServiceProxyGeneratorTool" | |
/> | |
<Tool | |
Name="VCMIDLTool" | |
TargetEnvironment="3" | |
/> | |
<Tool | |
Name="VCCLCompilerTool" | |
Optimization="2" | |
OmitFramePointers="true" | |
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;_SECURE_SCL=0;_HAS_EXCEPTIONS=0" | |
StringPooling="true" | |
ExceptionHandling="1" | |
BasicRuntimeChecks="0" | |
RuntimeLibrary="0" | |
BufferSecurityCheck="false" | |
ForceConformanceInForLoopScope="true" | |
RuntimeTypeInfo="true" | |
UsePrecompiledHeader="0" | |
ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" | |
WarningLevel="3" | |
Detect64BitPortabilityProblems="false" | |
DebugInformationFormat="0" | |
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> | |
</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\AggressiveAntiDepBreaker.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\Analysis.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\BranchFolding.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\CalcSpillWeights.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\CallingConvLower.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\CodePlacementOpt.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\CriticalAntiDepBreaker.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\DeadMachineInstructionElim.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\InlineSpiller.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LatencyPriorityQueue.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LiveInterval.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LiveStackAnalysis.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LiveVariables.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\LowerSubregs.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineCSE.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineDominators.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineFunction.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineFunctionAnalysis.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineFunctionPass.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineFunctionPrinterPass.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineInstr.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineLICM.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineLoopInfo.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineModuleInfoImpls.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineSink.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\MachineSSAUpdater.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ObjectCodeEmitter.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\OptimizePHIs.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\Passes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PeepholeOptimizer.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PHIElimination.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PostRAHazardRecognizer.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PostRASchedulerList.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PreAllocSplitting.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ProcessImplicitDefs.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PseudoSourceValue.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\RegAllocFast.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\RegisterCoalescer.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ScheduleDAG.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ScheduleDAGEmit.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ScheduleDAGInstrs.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ScheduleDAGPrinter.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ShrinkWrapping.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SlotIndexes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\Spiller.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SplitKit.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\StackProtector.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\StackSlotColoring.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\StrongPHIElimination.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\TailDuplication.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\TargetInstrInfoImpl.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\VirtRegRewriter.cpp" | |
> | |
</File> | |
<Filter | |
Name="SelectionDAG" | |
> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\FunctionLoweringInfo.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\InstrEmitter.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeFloatTypes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeIntegerTypes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypesGeneric.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeVectorOps.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeVectorTypes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGFast.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSDNodes.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGBuilder.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetSelectionDAGInfo.cpp" | |
> | |
</File> | |
</Filter> | |
</Filter> | |
<Filter | |
Name="Header Files" | |
Filter="h;hpp;hxx;hm;inl;inc;xsd" | |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | |
> | |
<File | |
RelativePath="..\..\lib\CodeGen\AggressiveAntiDepBreaker.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\AntiDepBreaker.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\BranchFolding.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\CriticalAntiDepBreaker.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ELF.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ELFCodeEmitter.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ELFWriter.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PHIElimination.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\RenderMachineFunction.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\ScheduleDAGInstrs.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\Spiller.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SplitKit.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\Splitter.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\VirtRegMap.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\VirtRegRewriter.h" | |
> | |
</File> | |
<Filter | |
Name="AsmPrinter" | |
> | |
<File | |
RelativePath="..\..\lib\CodeGen\AsmPrinter\DIE.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\AsmPrinter\DwarfDebug.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\AsmPrinter\DwarfException.h" | |
> | |
</File> | |
</Filter> | |
<Filter | |
Name="SelectionDAG" | |
> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\InstrEmitter.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeTypes.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSDNodes.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SDNodeDbgValue.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SDNodeOrdering.h" | |
> | |
</File> | |
<File | |
RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGBuilder.h" | |
> | |
</File> | |
</Filter> | |
</Filter> | |
</Files> | |
<Globals> | |
</Globals> | |
</VisualStudioProject> |