summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChuck Rose III <cfr@adobe.com>2007-07-27 18:20:11 +0000
committerChuck Rose III <cfr@adobe.com>2007-07-27 18:20:11 +0000
commit7c2c2e71edf27bd23fd37eb479caa6abf5a2c9cc (patch)
treed9197ccb480c5a005abc562c9ba2b96b7e5cb20c
parente992a56ae93140171f5044079e8d317f784c8cc1 (diff)
downloadllvm-7c2c2e71edf27bd23fd37eb479caa6abf5a2c9cc.tar.gz
llvm-7c2c2e71edf27bd23fd37eb479caa6abf5a2c9cc.tar.bz2
llvm-7c2c2e71edf27bd23fd37eb479caa6abf5a2c9cc.tar.xz
Updates to the VStudio project files:
1. Switch from VStudio 2k3 to VStudio 2k5 2. All pdb files now will be placed as $(OutputDir)/$(ProjectName).pdb. This puts them alongside the binaries with the same base name as the binary. If you need to copy the results of your llvm build into another project's tree, this will simplify that process. 3. Recent files added to the tree were added to the proejects within the VStudio project 4. Project build dependency order fixed so that the build can take place in one pass. A generated file was not being built at the correct time, causing a build error in about half the projects until the build was run a second time. Note you will need flex and bison installed an in your path in order to build properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40557 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--win32/Analysis/Analysis.vcproj313
-rw-r--r--win32/Archive/Archive.vcproj181
-rw-r--r--win32/AsmParser/AsmParser.vcproj206
-rw-r--r--win32/Bitcode/Bitcode.vcproj185
-rw-r--r--win32/CBackend/CBackend.vcproj154
-rw-r--r--win32/CodeGen/CodeGen.vcproj398
-rw-r--r--win32/Configure/Configure.vcproj145
-rw-r--r--win32/ExecutionEngine/ExecutionEngine.vcproj200
-rw-r--r--win32/Fibonacci/Fibonacci.vcproj165
-rw-r--r--win32/Linker/Linker.vcproj163
-rw-r--r--win32/Support/Support.vcproj429
-rw-r--r--win32/System/System.vcproj256
-rw-r--r--win32/TableGen/TableGen.vcproj317
-rw-r--r--win32/Target/Target.vcproj223
-rw-r--r--win32/Transforms/Transforms.vcproj436
-rw-r--r--win32/VMCore/VMCore.vcproj368
-rw-r--r--win32/bugpoint/bugpoint.vcproj201
-rw-r--r--win32/llc/llc.vcproj165
-rw-r--r--win32/lli/lli.vcproj165
-rw-r--r--win32/llvm-ar/llvm-ar.vcproj165
-rw-r--r--win32/llvm-as/llvm-as.vcproj165
-rw-r--r--win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj165
-rw-r--r--win32/llvm-dis/llvm-dis.vcproj165
-rw-r--r--win32/llvm-ld/llvm-ld.vcproj168
-rw-r--r--win32/llvm-link/llvm-link.vcproj165
-rw-r--r--win32/llvm-nm/llvm-nm.vcproj165
-rw-r--r--win32/llvm-prof/llvm-prof.vcproj165
-rw-r--r--win32/llvm-ranlib/llvm-ranlib.vcproj165
-rw-r--r--win32/llvm.sln517
-rw-r--r--win32/opt/opt.vcproj174
-rw-r--r--win32/x86/x86.vcproj350
31 files changed, 4838 insertions, 2361 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj
index 56befeac40..bce9b4c564 100644
--- a/win32/Analysis/Analysis.vcproj
+++ b/win32/Analysis/Analysis.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Analysis"
ProjectGUID="{0622E827-8464-489D-8B1C-B0B496F35C08}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Analysis.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Analysis.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Analysis.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Analysis.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,174 +159,233 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\lib\Analysis\AliasAnalysis.cpp"
+ >
+ </File>
<File
- RelativePath="..\..\lib\Analysis\AliasAnalysis.cpp">
+ RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp">
+ RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp">
+ RelativePath="..\..\lib\Analysis\AliasDebugger.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\AliasDebugger.cpp">
+ RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp">
+ RelativePath="..\..\lib\Analysis\BasicAliasAnalysis.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\BasicAliasAnalysis.cpp">
+ RelativePath="..\..\lib\Analysis\CFGPrinter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
+ RelativePath="..\..\lib\Analysis\ConstantFolding.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ConstantFolding.cpp">
+ RelativePath="..\..\lib\Analysis\InstCount.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\InstCount.cpp">
+ RelativePath="..\..\lib\Analysis\Interval.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Interval.cpp">
+ RelativePath="..\..\lib\Analysis\IntervalPartition.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\IntervalPartition.cpp">
+ RelativePath="..\..\lib\Analysis\LoadValueNumbering.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\LoadValueNumbering.cpp">
+ RelativePath="..\..\lib\Analysis\LoopInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\LoopInfo.cpp">
+ RelativePath="..\..\lib\Analysis\LoopPass.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\LoopPass.cpp">
+ RelativePath="..\..\lib\Analysis\MemoryDependenceAnalysis.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\PostDominators.cpp">
+ RelativePath="..\..\lib\Analysis\PostDominators.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ProfileInfo.cpp">
+ RelativePath="..\..\lib\Analysis\ProfileInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ProfileInfoLoader.cpp">
+ RelativePath="..\..\lib\Analysis\ProfileInfoLoader.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ProfileInfoLoaderPass.cpp">
+ RelativePath="..\..\lib\Analysis\ProfileInfoLoaderPass.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp">
+ RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp">
+ RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Trace.cpp">
+ RelativePath="..\..\lib\Analysis\Trace.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\ValueNumbering.cpp">
+ RelativePath="..\..\lib\Analysis\ValueNumbering.cpp"
+ >
</File>
<Filter
Name="IPA"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\Analysis\Ipa\Andersens.cpp">
+ RelativePath="..\..\lib\Analysis\Ipa\Andersens.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Ipa\CallGraph.cpp">
+ RelativePath="..\..\lib\Analysis\Ipa\CallGraph.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Ipa\CallGraphSCCPass.cpp">
+ RelativePath="..\..\lib\Analysis\Ipa\CallGraphSCCPass.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Ipa\FindUsedTypes.cpp">
+ RelativePath="..\..\lib\Analysis\Ipa\FindUsedTypes.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp">
+ RelativePath="..\..\lib\Analysis\Ipa\GlobalsModRef.cpp"
+ >
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Analysis\AliasAnalysis.h">
+ RelativePath="..\..\include\llvm\Analysis\AliasAnalysis.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\AliasSetTracker.h">
+ RelativePath="..\..\include\llvm\Analysis\AliasSetTracker.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\CallGraph.h">
+ RelativePath="..\..\include\llvm\Analysis\CallGraph.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
+ RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h">
+ RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
+ RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\Dominators.h">
+ RelativePath="..\..\include\llvm\Analysis\Dominators.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ET-Forest.h">
+ RelativePath="..\..\include\llvm\Analysis\ET-Forest.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\FindUsedTypes.h">
+ RelativePath="..\..\include\llvm\Analysis\FindUsedTypes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\Interval.h">
+ RelativePath="..\..\include\llvm\Analysis\Interval.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\IntervalIterator.h">
+ RelativePath="..\..\include\llvm\Analysis\IntervalIterator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\IntervalPartition.h">
+ RelativePath="..\..\include\llvm\Analysis\IntervalPartition.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\LoadValueNumbering.h">
+ RelativePath="..\..\include\llvm\Analysis\LoadValueNumbering.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\LoopInfo.h">
+ RelativePath="..\..\include\llvm\Analysis\LoopInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\LoopPass.h">
+ RelativePath="..\..\include\llvm\Analysis\LoopPass.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\Passes.h">
+ RelativePath="..\..\include\llvm\Analysis\Passes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\PostDominators.h">
+ RelativePath="..\..\include\llvm\Analysis\PostDominators.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ProfileInfo.h">
+ RelativePath="..\..\include\llvm\Analysis\ProfileInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ProfileInfoLoader.h">
+ RelativePath="..\..\include\llvm\Analysis\ProfileInfoLoader.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ProfileInfoTypes.h">
+ RelativePath="..\..\include\llvm\Analysis\ProfileInfoTypes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h">
+ RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h">
+ RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h">
+ RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\Trace.h">
+ RelativePath="..\..\include\llvm\Analysis\Trace.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\ValueNumbering.h">
+ RelativePath="..\..\include\llvm\Analysis\ValueNumbering.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Analysis\Verifier.h">
+ RelativePath="..\..\include\llvm\Analysis\Verifier.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Archive/Archive.vcproj b/win32/Archive/Archive.vcproj
index ab33c0c2a0..a700b2a885 100644
--- a/win32/Archive/Archive.vcproj
+++ b/win32/Archive/Archive.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Archive"
ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Archive.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Archive.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Archive.lib"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Archive.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,26 +159,33 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
- <File
- RelativePath="..\..\lib\Archive\Archive.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Archive\ArchiveInternals.h">
- </File>
- <File
- RelativePath="..\..\lib\Archive\ArchiveReader.cpp">
- </File>
- <File
- RelativePath="..\..\lib\Archive\ArchiveWriter.cpp">
- </File>
- </Filter>
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\lib\Archive\Archive.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Archive\ArchiveInternals.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Archive\ArchiveReader.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Archive\ArchiveWriter.cpp"
+ >
+ </File>
+ </Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Bytecode\Archive.h">
+ RelativePath="..\..\include\llvm\Bytecode\Archive.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
index 1d820cd782..862d976b66 100644
--- a/win32/AsmParser/AsmParser.vcproj
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -1,105 +1,157 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="AsmParser"
ProjectGUID="{3DC216F5-1DDD-478A-84F8-C124E5C31982}"
RootNamespace="AsmParser"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/AsmParser.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/AsmParser.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/AsmParser.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/AsmParser.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -108,71 +160,89 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\AsmParser\Lexer.l">
+ RelativePath="..\..\lib\AsmParser\Lexer.l"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Flexing $(InputFileName)"
- CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)"
- Outputs="$(InputName).cpp"/>
+ CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Flexing $(InputFileName)"
- CommandLine="..\doflex.cmd release $(InputName) $(InputPath)"
- Outputs="$(InputName).cpp"/>
+ CommandLine="..\doflex.cmd release $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\AsmParser\llvmAsmParser.y">
+ RelativePath="..\..\lib\AsmParser\llvmAsmParser.y"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Bisoning $(InputFileName)"
- CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)"
- Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Bisoning $(InputFileName)"
- CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)"
- Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\AsmParser\Parser.cpp">
+ RelativePath="..\..\lib\AsmParser\Parser.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Assembly\Parser.h">
+ RelativePath="..\..\include\llvm\Assembly\Parser.h"
+ >
</File>
<File
- RelativePath="..\..\lib\AsmParser\ParserInternals.h">
+ RelativePath="..\..\lib\AsmParser\ParserInternals.h"
+ >
</File>
</Filter>
<Filter
Name="Generated Files"
- Filter="">
+ >
<File
- RelativePath="Lexer.cpp">
+ RelativePath="Lexer.cpp"
+ >
</File>
<File
- RelativePath="llvmAsmParser.cpp">
+ RelativePath="llvmAsmParser.cpp"
+ >
</File>
<File
- RelativePath="llvmAsmParser.h">
+ RelativePath="llvmAsmParser.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Bitcode/Bitcode.vcproj b/win32/Bitcode/Bitcode.vcproj
index 083947cb7c..ad73381d03 100644
--- a/win32/Bitcode/Bitcode.vcproj
+++ b/win32/Bitcode/Bitcode.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Bitcode"
ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Bitcode.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Bitcode.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Bitcode.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Bitcode.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,52 +159,65 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriterPass.cpp">
+ RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriterPass.cpp"
+ >
</File>
<Filter
Name="Reader"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.cpp">
+ RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.h">
+ RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.h"
+ >
</File>
</Filter>
<Filter
Name="Writer"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriter.cpp">
+ RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.cpp">
+ RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.h">
+ RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.h"
+ >
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Bitcode\Bitcodes.h">
+ RelativePath="..\..\include\llvm\Bitcode\Bitcodes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Bitcode\BitstreamReader.h">
+ RelativePath="..\..\include\llvm\Bitcode\BitstreamReader.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Bitcode\BitstreamWriter.h">
+ RelativePath="..\..\include\llvm\Bitcode\BitstreamWriter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Bitcode\LLVMBitCodes.h">
+ RelativePath="..\..\include\llvm\Bitcode\LLVMBitCodes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Bitcode\ReaderWriter.h">
+ RelativePath="..\..\include\llvm\Bitcode\ReaderWriter.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/CBackend/CBackend.vcproj b/win32/CBackend/CBackend.vcproj
index e194126a33..ace17a719d 100644
--- a/win32/CBackend/CBackend.vcproj
+++ b/win32/CBackend/CBackend.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="CBackend"
ProjectGUID="{057777CD-DED5-46DF-BF9A-6B76DE212549}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CBackend.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CBackend.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CBackend.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CBackend.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,17 +159,21 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\Target\CBackend\CBackend.cpp">
+ RelativePath="..\..\lib\Target\CBackend\CBackend.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\lib\Target\CBackend\CTargetMachine.h">
+ RelativePath="..\..\lib\Target\CBackend\CTargetMachine.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 3486f79d81..d71f1ebafb 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="CodeGen"
ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CodeGen.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGen.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/CodeGen.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGen.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,243 +159,341 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\ELFWriter.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\ELFWriter.h"
+ >
+ </File>
<File
- RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp">
+ RelativePath="..\..\lib\CodeGen\IfConversion.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\BranchFolding.cpp">
+ RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp">
+ RelativePath="..\..\lib\CodeGen\LiveInterval.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\ELFWriter.cpp">
+ RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\ELFWriter.h">
+ RelativePath="..\..\lib\CodeGen\LiveVariables.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp">
+ RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\LiveInterval.cpp">
+ RelativePath="..\..\lib\CodeGen\LowerSubregs.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp">
+ RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\LiveVariables.cpp">
+ RelativePath="..\..\lib\CodeGen\MachineFunction.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp">
+ RelativePath="..\..\lib\CodeGen\MachineInstr.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp">
+ RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachineFunction.cpp">
+ RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachineInstr.cpp">
+ RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp">
+ RelativePath="..\..\lib\CodeGen\MachOWriter.h"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp">
+ RelativePath="..\..\lib\CodeGen\Passes.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachOWriter.cpp">
+ RelativePath="..\..\lib\CodeGen\PHIElimination.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\MachOWriter.h">
+ RelativePath="..\..\lib\CodeGen\PostRASchedulerList.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\Passes.cpp">
+ RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\PHIElimination.cpp">
+ RelativePath="..\..\lib\CodeGen\RegAllocBigBlock.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp">
+ RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp">
+ RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp">
+ RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp">
+ RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp">
+ RelativePath="..\..\lib\CodeGen\SimpleRegisterCoalescing.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp">
+ RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp">
+ RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp">
+ RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp"
+ >
</File>
<Filter
Name="SelectionDAG"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp">
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp"
+ >
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h">
+ RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h">
+ RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h">
+ RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\FileWriters.h">
+ RelativePath="..\..\include\llvm\CodeGen\FileWriters.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h">
+ RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h">
+ RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h">
+ RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h">
+ RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h">
+ RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h">
+ RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h">
+ RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\Passes.h">
+ RelativePath="..\..\include\llvm\CodeGen\Passes.h"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\PhysRegTracker.h">
+ RelativePath="..\..\lib\CodeGen\PhysRegTracker.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h">
+ RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h">
+ RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h">
+ RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h">
+ RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h">
+ RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h">
+ RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h">
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h">
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h">
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h">
+ RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h">
+ RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h"
+ >
</File>
<File
- RelativePath="..\..\lib\CodeGen\VirtRegMap.h">
+ RelativePath="..\..\lib\CodeGen\VirtRegMap.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj
index 0bf56cc292..9a7bcd48ec 100644
--- a/win32/Configure/Configure.vcproj
+++ b/win32/Configure/Configure.vcproj
@@ -1,63 +1,97 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Configure"
ProjectGUID="{19514E48-456C-4B9D-8637-F2285476461E}"
RootNamespace="Configure"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Configure|Win32"
OutputDirectory="$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
- MinimalRebuild="TRUE"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
- RuntimeLibrary="5"
+ RuntimeLibrary="1"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"/>
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/Configure.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/Configure.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -66,72 +100,85 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\include\llvm\Config\config.h.in">
+ RelativePath="..\..\include\llvm\Config\config.h.in"
+ >
<FileConfiguration
- Name="Configure|Win32">
+ Name="Configure|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\Config\config.h"
- CommandLine="copy $(InputPath)+$(SolutionDir)config.h $(ProjectDir)..\llvm\Config\config.h"
+ CommandLine="copy $(InputPath)+$(SolutionDir)config.h $(ProjectDir)..\llvm\Config\config.h&#x0D;&#x0A;"
AdditionalDependencies="$(SolutionDir)config.h"
- Outputs="$(ProjectDir)..\llvm\Config\config.h"/>
+ Outputs="$(ProjectDir)..\llvm\Config\config.h"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\include\llvm\Support\DataTypes.h.in">
+ RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
+ >
<FileConfiguration
- Name="Configure|Win32">
+ Name="Configure|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h
-"
- Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"/>
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\Support\DataTypes.h&#x0D;&#x0A;"
+ Outputs="$(ProjectDir)..\llvm\Support\DataTypes.h"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\include\llvm\Adt\hash_map.in">
+ RelativePath="..\..\include\llvm\Adt\hash_map.in"
+ >
<FileConfiguration
- Name="Configure|Win32">
+ Name="Configure|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_map"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map
-"
- Outputs="$(ProjectDir)..\llvm\ADT\hash_map"/>
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_map&#x0D;&#x0A;"
+ Outputs="$(ProjectDir)..\llvm\ADT\hash_map"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\include\llvm\Adt\hash_set.in">
+ RelativePath="..\..\include\llvm\Adt\hash_set.in"
+ >
<FileConfiguration
- Name="Configure|Win32">
+ Name="Configure|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\hash_set"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set
-"
- Outputs="$(ProjectDir)..\llvm\ADT\hash_set"/>
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\hash_set&#x0D;&#x0A;"
+ Outputs="$(ProjectDir)..\llvm\ADT\hash_set"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\include\llvm\Adt\iterator.in">
+ RelativePath="..\..\include\llvm\Adt\iterator.in"
+ >
<FileConfiguration
- Name="Configure|Win32">
+ Name="Configure|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Generating $(SolutionDir)llvm\ADT\iterator"
- CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator
-"
- Outputs="$(ProjectDir)..\llvm\ADT\iterator"/>
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator&#x0D;&#x0A;"
+ Outputs="$(ProjectDir)..\llvm\ADT\iterator"
+ />
</FileConfiguration>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj
index 26ee9df2e8..bf98b4978b 100644
--- a/win32/ExecutionEngine/ExecutionEngine.vcproj
+++ b/win32/ExecutionEngine/ExecutionEngine.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="ExecutionEngine"
ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/ExecutionEngine.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/ExecutionEngine.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/ExecutionEngine.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/ExecutionEngine.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,67 +159,85 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\ExecutionEngine\ExecutionEngine.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\ExecutionEngine.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\ExecutionEngine\ExecutionEngine.h">
+ RelativePath="..\..\include\llvm\ExecutionEngine\ExecutionEngine.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ExecutionEngine\GenericValue.h">
+ RelativePath="..\..\include\llvm\ExecutionEngine\GenericValue.h"
+ >
</File>
</Filter>
<Filter
Name="JIT"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h">
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h"
+ >
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp"
+ >
</File>
</Filter>
<Filter
Name="Interpreter"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\ExecutionEngine\Interpreter\Execution.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\Execution.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Interpreter\ExternalFunctions.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\ExternalFunctions.cpp"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- DisableSpecificWarnings="4190"/>
+ DisableSpecificWarnings="4190"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- DisableSpecificWarnings="4190"/>
+ DisableSpecificWarnings="4190"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.cpp">
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.h">
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Fibonacci/Fibonacci.vcproj b/win32/Fibonacci/Fibonacci.vcproj
index 4ebb5ff3ed..8aa73d7276 100644
--- a/win32/Fibonacci/Fibonacci.vcproj
+++ b/win32/Fibonacci/Fibonacci.vcproj
@@ -1,123 +1,187 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Fibonacci"
ProjectGUID="{48FB551D-E37E-42EC-BC97-FF7219774867}"
RootNamespace="Fibonacci"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
OutputFile="$(OutDir)/Fibonacci.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
SubSystem="1"
OptimizeReferences="0"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
OutputFile="$(OutDir)/Fibonacci.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -126,15 +190,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\examples\Fibonacci\fibonacci.cpp">
+ RelativePath="..\..\examples\Fibonacci\fibonacci.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/Linker/Linker.vcproj b/win32/Linker/Linker.vcproj
index 9c19d589bc..6af150cabe 100644
--- a/win32/Linker/Linker.vcproj
+++ b/win32/Linker/Linker.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Linker"
ProjectGUID="{342CF48F-760A-4040-A9A1-7D75AA2471CE}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Linker.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Linker.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Linker.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Linker.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,26 +159,33 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\Linker\LinkArchives.cpp">
+ RelativePath="..\..\lib\Linker\LinkArchives.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Linker\Linker.cpp">
+ RelativePath="..\..\lib\Linker\Linker.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Linker\LinkItems.cpp">
+ RelativePath="..\..\lib\Linker\LinkItems.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Linker\LinkModules.cpp">
+ RelativePath="..\..\lib\Linker\LinkModules.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Linker.h">
+ RelativePath="..\..\include\llvm\Linker.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
index e7406d8c5b..1a8804f88f 100644
--- a/win32/Support/Support.vcproj
+++ b/win32/Support/Support.vcproj
@@ -1,105 +1,154 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="support"
ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
- ReferencesPath="">
+ >
+ <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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/support.lib"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/support.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/support.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/support.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -108,300 +157,396 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\Support\Allocator.cpp">
+ RelativePath="..\..\lib\Support\Allocator.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\Annotation.cpp">
+ RelativePath="..\..\lib\Support\Annotation.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\APInt.cpp">
+ RelativePath="..\..\lib\Support\APInt.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\CommandLine.cpp">
+ RelativePath="..\..\lib\Support\CommandLine.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\ConstantRange.cpp">
+ RelativePath="..\..\lib\Support\ConstantRange.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\Debug.cpp">
+ RelativePath="..\..\lib\Support\Debug.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\Dwarf.cpp">
+ RelativePath="..\..\lib\Support\Dwarf.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\FileUtilities.cpp">
+ RelativePath="..\..\lib\Support\FileUtilities.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\FoldingSet.cpp">
+ RelativePath="..\..\lib\Support\FoldingSet.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\GraphWriter.cpp">
+ RelativePath="..\..\lib\Support\GraphWriter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\IsInf.cpp">
+ RelativePath="..\..\lib\Support\IsInf.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\IsNAN.cpp">
+ RelativePath="..\..\lib\Support\IsNAN.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\ManagedStatic.cpp">
+ RelativePath="..\..\lib\Support\ManagedStatic.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\MemoryBuffer.cpp">
+ RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\PluginLoader.cpp">
+ RelativePath="..\..\lib\Support\PluginLoader.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\SlowOperationInformer.cpp">
+ RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
+ >
<FileConfiguration
Name="Debug|Win32"
- ExcludedFromBuild="TRUE">
+ >
<Tool
- Name="VCCLCompilerTool"/>
+ Name="VCCLCompilerTool"
+ />
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
- ExcludedFromBuild="TRUE">
+ ExcludedFromBuild="true"
+ >
<Tool
- Name="VCCLCompilerTool"/>
+ Name="VCCLCompilerTool"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\Support\SmallPtrSet.cpp">
+ RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\Statistic.cpp">
+ RelativePath="..\..\lib\Support\Statistic.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\Streams.cpp">
+ RelativePath="..\..\lib\Support\Streams.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\StringExtras.cpp">
+ RelativePath="..\..\lib\Support\StringExtras.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\StringMap.cpp">
+ RelativePath="..\..\lib\Support\StringMap.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\SystemUtils.cpp">
+ RelativePath="..\..\lib\Support\SystemUtils.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Support\Timer.cpp">
+ RelativePath="..\..\lib\Support\Timer.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h">
+ RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Allocator.h">
+ RelativePath="..\..\include\llvm\Support\Allocator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Annotation.h">
+ RelativePath="..\..\include\llvm\Support\Annotation.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\CallSite.h">
+ RelativePath="..\..\include\llvm\Support\CallSite.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Casting.h">
+ RelativePath="..\..\include\llvm\Support\Casting.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\CFG.h">
+ RelativePath="..\..\include\llvm\Support\CFG.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\CommandLine.h">
+ RelativePath="..\..\include\llvm\Support\CommandLine.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Compiler.h">
+ RelativePath="..\..\include\llvm\Support\Compiler.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\ConstantRange.h">
+ RelativePath="..\..\include\llvm\Support\ConstantRange.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\DataTypes.h">
+ RelativePath="..\..\include\llvm\Support\DataTypes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Debug.h">
+ RelativePath="..\..\include\llvm\Support\Debug.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
+ RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Dwarf.h">
+ RelativePath="..\..\include\llvm\Support\Dwarf.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\ELF.h">
+ RelativePath="..\..\include\llvm\Support\ELF.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\FileUtilities.h">
+ RelativePath="..\..\include\llvm\Support\FileUtilities.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h">
+ RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\GraphWriter.h">
+ RelativePath="..\..\include\llvm\Support\GraphWriter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\InstIterator.h">
+ RelativePath="..\..\include\llvm\Support\InstIterator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\InstVisitor.h">
+ RelativePath="..\..\include\llvm\Support\InstVisitor.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\LeakDetector.h">
+ RelativePath="..\..\include\llvm\Support\LeakDetector.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Linker.h">
+ RelativePath="..\..\include\llvm\Support\Linker.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\MallocAllocator.h">
+ RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\ManagedStatic.h">
+ RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Mangler.h">
+ RelativePath="..\..\include\llvm\Support\Mangler.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\MathExtras.h">
+ RelativePath="..\..\include\llvm\Support\MathExtras.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\MemoryBuffer.h">
+ RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\OutputBuffer.h">
+ RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\PassNameParser.h">
+ RelativePath="..\..\include\llvm\Support\PassNameParser.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\PatternMatch.h">
+ RelativePath="..\..\include\llvm\Support\PatternMatch.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\PluginLoader.h">
+ RelativePath="..\..\include\llvm\Support\PluginLoader.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
+ RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
+ RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Streams.h">
+ RelativePath="..\..\include\llvm\Support\Streams.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\SystemUtils.h">
+ RelativePath="..\..\include\llvm\Support\SystemUtils.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
+ RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h">
+ RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\Timer.h">
+ RelativePath="..\..\include\llvm\Support\Timer.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\type_traits.h">
+ RelativePath="..\..\include\llvm\Support\type_traits.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Support\TypeInfo.h">
+ RelativePath="..\..\include\llvm\Support\TypeInfo.h"
+ >
</File>
</Filter>
<Filter
Name="ADT"
- Filter="">
+ >
<File
- RelativePath="..\..\include\llvm\ADT\APInt.h">
+ RelativePath="..\..\include\llvm\ADT\APInt.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\APSInt.h">
+ RelativePath="..\..\include\llvm\ADT\APSInt.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\BitVector.h">
+ RelativePath="..\..\include\llvm\ADT\BitVector.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\DenseMap.h">
+ RelativePath="..\..\include\llvm\Adt\DenseMap.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
+ RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
+ RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\FoldingSet.h">
+ RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
+ RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\hash_map">
+ RelativePath="..\..\include\llvm\Adt\hash_map"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\hash_set">
+ RelativePath="..\..\include\llvm\Adt\hash_set"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\HashExtras.h">
+ RelativePath="..\..\include\llvm\Adt\HashExtras.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\ilist">
+ RelativePath="..\..\include\llvm\Adt\ilist"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\IndexedMap.h">
+ RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\iterator">
+ RelativePath="..\..\include\llvm\Adt\iterator"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h">
+ RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\SCCIterator.h">
+ RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\SetOperations.h">
+ RelativePath="..\..\include\llvm\Adt\SetOperations.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\SetVector.h">
+ RelativePath="..\..\include\llvm\Adt\SetVector.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h">
+ RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\SmallSet.h">
+ RelativePath="..\..\include\llvm\ADT\SmallSet.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\SmallString.h">
+ RelativePath="..\..\include\llvm\ADT\SmallString.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\SmallVector.h">
+ RelativePath="..\..\include\llvm\ADT\SmallVector.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\Statistic.h">
+ RelativePath="..\..\include\llvm\Adt\Statistic.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\STLExtras.h">
+ RelativePath="..\..\include\llvm\Adt\STLExtras.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\StringExtras.h">
+ RelativePath="..\..\include\llvm\Adt\StringExtras.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ADT\StringMap.h">
+ RelativePath="..\..\include\llvm\ADT\StringMap.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\Tree.h">
+ RelativePath="..\..\include\llvm\Adt\Tree.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\UniqueVector.h">
+ RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
+ RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
index e5cb3e8c98..10f483bff4 100644
--- a/win32/System/System.vcproj
+++ b/win32/System/System.vcproj
@@ -1,105 +1,157 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="System"
ProjectGUID="{0F8407F3-FA23-4CF1-83A9-DCBE0B361489}"
RootNamespace="System"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/System.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/System.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/System.lib"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/System.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -108,117 +160,157 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\System\Alarm.cpp">
+ RelativePath="..\..\lib\System\Alarm.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Disassembler.cpp">
+ RelativePath="..\..\lib\System\Disassembler.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\DynamicLibrary.cpp">
+ RelativePath="..\..\lib\System\DynamicLibrary.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\IncludeFile.cpp">
+ RelativePath="..\..\lib\System\IncludeFile.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\MappedFile.cpp">
+ RelativePath="..\..\lib\System\MappedFile.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Memory.cpp">
+ RelativePath="..\..\lib\System\Memory.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Mutex.cpp">
+ RelativePath="..\..\lib\System\Mutex.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Path.cpp">
+ RelativePath="..\..\lib\System\Path.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Process.cpp">
+ RelativePath="..\..\lib\System\Process.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Program.cpp">
+ RelativePath="..\..\lib\System\Program.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Signals.cpp">
+ RelativePath="..\..\lib\System\Signals.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\System\TimeValue.cpp">
+ RelativePath="..\..\lib\System\TimeValue.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\System\Alarm.h">
+ RelativePath="..\..\include\llvm\System\Alarm.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Disassembler.h">
+ RelativePath="..\..\include\llvm\System\Disassembler.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
+ RelativePath="..\..\include\llvm\System\DynamicLibrary.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\IncludeFile.h">
+ RelativePath="..\..\include\llvm\System\IncludeFile.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\MappedFile.h">
+ RelativePath="..\..\include\llvm\System\MappedFile.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Memory.h">
+ RelativePath="..\..\include\llvm\System\Memory.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Mutex.h">
+ RelativePath="..\..\include\llvm\System\Mutex.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Path.h">
+ RelativePath="..\..\include\llvm\System\Path.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Process.h">
+ RelativePath="..\..\include\llvm\System\Process.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Program.h">
+ RelativePath="..\..\include\llvm\System\Program.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\Signals.h">
+ RelativePath="..\..\include\llvm\System\Signals.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\System\TimeValue.h">
+ RelativePath="..\..\include\llvm\System\TimeValue.h"
+ >
</File>
</Filter>
<Filter
Name="Win32"
- Filter="">
+ >
+ <File
+ RelativePath="..\..\lib\System\Win32\Alarm.inc"
+ >
+ </File>
<File
- RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc">
+ RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\MappedFile.inc">
+ RelativePath="..\..\lib\System\Win32\MappedFile.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Memory.inc">
+ RelativePath="..\..\lib\System\Win32\Memory.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Mutex.inc">
+ RelativePath="..\..\lib\System\Win32\Mutex.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Path.inc">
+ RelativePath="..\..\lib\System\Win32\Path.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Process.inc">
+ RelativePath="..\..\lib\System\Win32\Process.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Program.inc">
+ RelativePath="..\..\lib\System\Win32\Program.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Signals.inc">
+ RelativePath="..\..\lib\System\Win32\Signals.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\TimeValue.inc">
+ RelativePath="..\..\lib\System\Win32\TimeValue.inc"
+ >
</File>
<File
- RelativePath="..\..\lib\System\Win32\Win32.h">
+ RelativePath="..\..\lib\System\Win32\Win32.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj
index 407da44578..4481a4a55c 100644
--- a/win32/TableGen/TableGen.vcproj
+++ b/win32/TableGen/TableGen.vcproj
@@ -1,121 +1,185 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="TableGen"
ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\TableGen.exe"
LinkIncremental="2"
AdditionalLibraryDirectories=""
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
<Tool
Name="VCCLCompilerTool"
AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)\TableGen.exe"
LinkIncremental="1"
AdditionalLibraryDirectories=""
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -124,168 +188,213 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp">
+ RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp">
+ RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\FileLexer.l">
+ RelativePath="..\..\utils\TableGen\FileLexer.l"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Flexing $(InputFileName)"
- CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)
-"
- Outputs="$(InputName).cpp"/>
+ CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Flexing $(InputFileName)"
- CommandLine="..\doflex.cmd release $(InputName) $(InputPath)
-"
- Outputs="$(InputName).cpp"/>
+ CommandLine="..\doflex.cmd release $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\utils\TableGen\FileParser.y">
+ RelativePath="..\..\utils\TableGen\FileParser.y"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Bisoning $(InputFileName)"
- CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
-"
- Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Bisoning $(InputFileName)"
- CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
-"
- Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)&#x0D;&#x0A;"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\Record.cpp">
+ RelativePath="..\..\utils\TableGen\Record.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp">
+ RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\TableGen.cpp">
+ RelativePath="..\..\utils\TableGen\TableGen.cpp"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\TableGenBackend.cpp">
+ RelativePath="..\..\utils\TableGen\TableGenBackend.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
+ RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CallingConvEmitter.h">
+ RelativePath="..\..\utils\TableGen\CallingConvEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
+ RelativePath="..\..\utils\TableGen\CodeEmitterGen.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
+ RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h">
+ RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
+ RelativePath="..\..\utils\TableGen\CodeGenRegisters.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
+ RelativePath="..\..\utils\TableGen\CodeGenTarget.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\DAGISelEmitter.h">
+ RelativePath="..\..\utils\TableGen\DAGISelEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
+ RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h">
+ RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\Record.h">
+ RelativePath="..\..\utils\TableGen\Record.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
+ RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\SubtargetEmitter.h">
+ RelativePath="..\..\utils\TableGen\SubtargetEmitter.h"
+ >
</File>
<File
- RelativePath="..\..\utils\TableGen\TableGenBackend.h">
+ RelativePath="..\..\utils\TableGen\TableGenBackend.h"
+ >
</File>
</Filter>
<Filter
Name="Generated Files"
- Filter="">
+ >
<File
- RelativePath="FileLexer.cpp">
+ RelativePath="FileLexer.cpp"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
+ PreprocessorDefinitions="YY_SKIP_YYWRAP"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
+ PreprocessorDefinitions="YY_SKIP_YYWRAP"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="fileparser.cpp">
+ RelativePath="fileparser.cpp"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- DisableSpecificWarnings="4065"/>
+ DisableSpecificWarnings="4065"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- DisableSpecificWarnings="4065"/>
+ DisableSpecificWarnings="4065"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="fileparser.h">
+ RelativePath="fileparser.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj
index da5f87fbe8..68ba1198c6 100644
--- a/win32/Target/Target.vcproj
+++ b/win32/Target/Target.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Target"
ProjectGUID="{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Target.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Target.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Target.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Target.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,86 +159,113 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\Target\MRegisterInfo.cpp">
+ RelativePath="..\..\lib\Target\MRegisterInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\SubtargetFeature.cpp">
+ RelativePath="..\..\lib\Target\SubtargetFeature.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetAsmInfo.cpp">
+ RelativePath="..\..\lib\Target\TargetAsmInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetData.cpp">
+ RelativePath="..\..\lib\Target\TargetData.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetFrameInfo.cpp">
+ RelativePath="..\..\lib\Target\TargetFrameInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetInstrInfo.cpp">
+ RelativePath="..\..\lib\Target\TargetInstrInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetMachine.cpp">
+ RelativePath="..\..\lib\Target\TargetMachine.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetMachineRegistry.cpp">
+ RelativePath="..\..\lib\Target\TargetMachineRegistry.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetMachOWriterInfo.cpp">
+ RelativePath="..\..\lib\Target\TargetMachOWriterInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetSubtarget.cpp">
+ RelativePath="..\..\lib\Target\TargetSubtarget.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Target\MRegisterInfo.h">
+ RelativePath="..\..\include\llvm\Target\MRegisterInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\SubtargetFeature.h">
+ RelativePath="..\..\include\llvm\Target\SubtargetFeature.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetAsmInfo.h">
+ RelativePath="..\..\include\llvm\Target\TargetAsmInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetData.h">
+ RelativePath="..\..\include\llvm\Target\TargetData.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetELFWriterInfo.h">
+ RelativePath="..\..\include\llvm\Target\TargetELFWriterInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h">
+ RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
+ RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h">
+ RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
+ RelativePath="..\..\include\llvm\Target\TargetJITInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetLowering.h">
+ RelativePath="..\..\include\llvm\Target\TargetLowering.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetMachine.h">
+ RelativePath="..\..\include\llvm\Target\TargetMachine.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetMachineRegistry.h">
+ RelativePath="..\..\include\llvm\Target\TargetMachineRegistry.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetMachOWriterInfo.h">
+ RelativePath="..\..\include\llvm\Target\TargetMachOWriterInfo.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetOptions.h">
+ RelativePath="..\..\include\llvm\Target\TargetOptions.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Target\TargetSubtarget.h">
+ RelativePath="..\..\include\llvm\Target\TargetSubtarget.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index aea8a40580..441ddd4d5a 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -1,104 +1,156 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="Transforms"
ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Transforms.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Transforms.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Transforms.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Transforms.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -107,289 +159,397 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<Filter
Name="Instrumentation"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp">
+ RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
+ RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
+ RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
+ RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp">
+ RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h">
+ RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
+ >
</File>
</Filter>
<Filter
Name="IPO"
- Filter="">
+ >
<File
- RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
+ RelativePath="..\..\lib\Transforms\Ipo\Inliner.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp">
+ RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp">
+ RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
+ >
</File>
</Filter>
<Filter
Name="Scalar"
- Filter="">
+ >
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
+ >
+ </File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\FastDSE.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\RedundantLoadElimination.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp">
+ RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
+ >
</File>
</Filter>
<Filter
Name="Parallel"
- Filter="">
+ >
</Filter>
<Filter
Name="Utils"
- Filter="">
+ >
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
+ >
+ </File>
<File
- RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ ObjectFile="$(IntDir)/$(InputName)1.obj"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
+ RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h">
+ RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h"
+ >
</File>
</Filter>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h">
+ RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h">
+ RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h">
+ RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Instrumentation.h">
+ RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\IPO.h">
+ RelativePath="..\..\include\llvm\Transforms\IPO.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
+ RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h">
+ RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Scalar.h">
+ RelativePath="..\..\include\llvm\Transforms\Scalar.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h">
+ RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 7cb8137079..8f3a61ee7a 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -1,105 +1,157 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="VMCore"
ProjectGUID="{45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}"
RootNamespace="VMCore"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/VMCore.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/VMCore.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/VMCore.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/VMCore.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -108,235 +160,303 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
+ RelativePath="..\..\lib\VMCore\AsmWriter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
+ RelativePath="..\..\lib\VMCore\BasicBlock.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\ConstantFold.cpp">
+ RelativePath="..\..\lib\VMCore\ConstantFold.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Constants.cpp">
+ RelativePath="..\..\lib\VMCore\Constants.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Dominators.cpp">
+ RelativePath="..\..\lib\VMCore\Dominators.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Function.cpp">
+ RelativePath="..\..\lib\VMCore\Function.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Globals.cpp">
+ RelativePath="..\..\lib\VMCore\Globals.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\InlineAsm.cpp">
+ RelativePath="..\..\lib\VMCore\InlineAsm.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Instruction.cpp">
+ RelativePath="..\..\lib\VMCore\Instruction.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Instructions.cpp">
+ RelativePath="..\..\lib\VMCore\Instructions.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\IntrinsicInst.cpp">
+ RelativePath="..\..\lib\VMCore\IntrinsicInst.cpp"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Intrinsics.td">
+ RelativePath="..\..\include\llvm\Intrinsics.td"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Performing TableGen Step"
- CommandLine="echo Building $(InputFileName) code emitter with tblgen
-..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
-"
+ CommandLine="echo Building $(InputFileName) code emitter with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen&#x0D;&#x0A;"
AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td"
- Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
+ Outputs="$(SolutionDir)llvm\intrinsics.gen"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Performing TableGen Step"
- CommandLine="echo Building $(InputFileName) code emitter with tblgen
-..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
-"
+ CommandLine="echo Building $(InputFileName) code emitter with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen&#x0D;&#x0A;"
AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td"
- Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
+ Outputs="$(SolutionDir)llvm\intrinsics.gen"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\VMCore\LeakDetector.cpp">
+ RelativePath="..\..\lib\VMCore\LeakDetector.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Mangler.cpp">
+ RelativePath="..\..\lib\VMCore\Mangler.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Module.cpp">
+ RelativePath="..\..\lib\VMCore\Module.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\ModuleProvider.cpp">
+ RelativePath="..\..\lib\VMCore\ModuleProvider.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Pass.cpp">
+ RelativePath="..\..\lib\VMCore\Pass.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\PassManager.cpp">
+ RelativePath="..\..\lib\VMCore\PassManager.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Type.cpp">
+ RelativePath="..\..\lib\VMCore\Type.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp">
+ RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Value.cpp">
+ RelativePath="..\..\lib\VMCore\Value.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp">
+ RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\ValueTypes.cpp">
+ RelativePath="..\..\lib\VMCore\ValueTypes.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\Verifier.cpp">
+ RelativePath="..\..\lib\VMCore\Verifier.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\include\llvm\AbstractTypeUser.h">
+ RelativePath="..\..\include\llvm\AbstractTypeUser.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Argument.h">
+ RelativePath="..\..\include\llvm\Argument.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
+ RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\BasicBlock.h">
+ RelativePath="..\..\include\llvm\BasicBlock.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
+ RelativePath="..\..\include\llvm\CallGraphSCCPass.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Constant.h">
+ RelativePath="..\..\include\llvm\Constant.h"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\ConstantFold.h">
+ RelativePath="..\..\lib\VMCore\ConstantFold.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Constants.h">
+ RelativePath="..\..\include\llvm\Constants.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\DerivedTypes.h">
+ RelativePath="..\..\include\llvm\DerivedTypes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Function.h">
+ RelativePath="..\..\include\llvm\Function.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\GlobalAlias.h">
+ RelativePath="..\..\include\llvm\GlobalAlias.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\GlobalValue.h">
+ RelativePath="..\..\include\llvm\GlobalValue.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\GlobalVariable.h">
+ RelativePath="..\..\include\llvm\GlobalVariable.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\InlineAsm.h">
+ RelativePath="..\..\include\llvm\InlineAsm.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\InstrTypes.h">
+ RelativePath="..\..\include\llvm\InstrTypes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Instruction.def">
+ RelativePath="..\..\include\llvm\Instruction.def"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Instruction.h">
+ RelativePath="..\..\include\llvm\Instruction.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Instructions.h">
+ RelativePath="..\..\include\llvm\Instructions.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\IntrinsicInst.h">
+ RelativePath="..\..\include\llvm\IntrinsicInst.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Intrinsics.h">
+ RelativePath="..\..\include\llvm\Intrinsics.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td">
+ RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\IntrinsicsX86.td">
+ RelativePath="..\..\include\llvm\IntrinsicsX86.td"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Linker.h">
+ RelativePath="..\..\include\llvm\Linker.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Module.h">
+ RelativePath="..\..\include\llvm\Module.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ModuleProvider.h">
+ RelativePath="..\..\include\llvm\ModuleProvider.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ParameterAttributes.h">
+ RelativePath="..\..\include\llvm\ParameterAttributes.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Pass.h">
+ RelativePath="..\..\include\llvm\Pass.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\PassAnalysisSupport.h">
+ RelativePath="..\..\include\llvm\PassAnalysisSupport.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\PassManager.h">
+ RelativePath="..\..\include\llvm\PassManager.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\PassManagers.h">
+ RelativePath="..\..\include\llvm\PassManagers.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\PassSupport.h">
+ RelativePath="..\..\include\llvm\PassSupport.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h">
+ RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\SymbolTableListTraits.h">
+ RelativePath="..\..\include\llvm\SymbolTableListTraits.h"
+ >
</File>
<File
- RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h">
+ RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Type.h">
+ RelativePath="..\..\include\llvm\Type.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\TypeSymbolTable.h">
+ RelativePath="..\..\include\llvm\TypeSymbolTable.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Use.h">
+ RelativePath="..\..\include\llvm\Use.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\User.h">
+ RelativePath="..\..\include\llvm\User.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Value.h">
+ RelativePath="..\..\include\llvm\Value.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\ValueSymbolTable.h">
+ RelativePath="..\..\include\llvm\ValueSymbolTable.h"
+ >
</File>
<File
- RelativePath="..\..\include\llvm\Assembly\Writer.h">
+ RelativePath="..\..\include\llvm\Assembly\Writer.h"
+ >
</File>
</Filter>
<Filter
Name="Generated Tablegen Files"
- Filter="">
+ >
<File
- RelativePath="..\llvm\intrinsics.gen">
+ RelativePath="..\llvm\intrinsics.gen"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/bugpoint/bugpoint.vcproj b/win32/bugpoint/bugpoint.vcproj
index ab340e8403..a38f90b602 100644
--- a/win32/bugpoint/bugpoint.vcproj
+++ b/win32/bugpoint/bugpoint.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="bugpoint"
ProjectGUID="{57249192-8E29-4D85-8B7A-FEFF1760B1DA}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/bugpoint.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/bugpoint.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/bugpoint.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,50 +187,65 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\bugpoint\BugDriver.cpp">
+ RelativePath="..\..\tools\bugpoint\BugDriver.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\bugpoint.cpp">
+ RelativePath="..\..\tools\bugpoint\bugpoint.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\CrashDebugger.cpp">
+ RelativePath="..\..\tools\bugpoint\CrashDebugger.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\ExecutionDriver.cpp">
+ RelativePath="..\..\tools\bugpoint\ExecutionDriver.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\ExtractFunction.cpp">
+ RelativePath="..\..\tools\bugpoint\ExtractFunction.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\FindBugs.cpp">
+ RelativePath="..\..\tools\bugpoint\FindBugs.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\Miscompilation.cpp">
+ RelativePath="..\..\tools\bugpoint\Miscompilation.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\OptimizerDriver.cpp">
+ RelativePath="..\..\tools\bugpoint\OptimizerDriver.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\TestPasses.cpp">
+ RelativePath="..\..\tools\bugpoint\TestPasses.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\ToolRunner.cpp">
+ RelativePath="..\..\tools\bugpoint\ToolRunner.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\tools\bugpoint\BugDriver.h">
+ RelativePath="..\..\tools\bugpoint\BugDriver.h"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\ListReducer.h">
+ RelativePath="..\..\tools\bugpoint\ListReducer.h"
+ >
</File>
<File
- RelativePath="..\..\tools\bugpoint\ToolRunner.h">
+ RelativePath="..\..\tools\bugpoint\ToolRunner.h"
+ >
</File>
</Filter>
</Files>
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
index 2a066b8875..3856ca3077 100644
--- a/win32/llc/llc.vcproj
+++ b/win32/llc/llc.vcproj
@@ -1,122 +1,186 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llc"
ProjectGUID="{ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llc.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
OutputFile="$(OutDir)/llc.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -125,15 +189,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llc\llc.cpp">
+ RelativePath="..\..\tools\llc\llc.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/lli/lli.vcproj b/win32/lli/lli.vcproj
index 19f7cb6a56..e332ea8891 100644
--- a/win32/lli/lli.vcproj
+++ b/win32/lli/lli.vcproj
@@ -1,122 +1,186 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="lli"
ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
OutputFile="$(OutDir)/lli.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/lli.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
OutputFile="$(OutDir)/lli.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -125,15 +189,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\lli\lli.cpp">
+ RelativePath="..\..\tools\lli\lli.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-ar/llvm-ar.vcproj b/win32/llvm-ar/llvm-ar.vcproj
index 1eb06f141a..37a4d68d09 100644
--- a/win32/llvm-ar/llvm-ar.vcproj
+++ b/win32/llvm-ar/llvm-ar.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-ar"
ProjectGUID="{0FF2B75C-49C1-4B49-A44A-531C93000296}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-ar.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-ar.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-ar.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-ar\llvm-ar.cpp">
+ RelativePath="..\..\tools\llvm-ar\llvm-ar.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-as/llvm-as.vcproj b/win32/llvm-as/llvm-as.vcproj
index a216d0834f..e702d57a89 100644
--- a/win32/llvm-as/llvm-as.vcproj
+++ b/win32/llvm-as/llvm-as.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-as"
ProjectGUID="{4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-as.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-as.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-as.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-as\llvm-as.cpp">
+ RelativePath="..\..\tools\llvm-as\llvm-as.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj b/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj
index 6d450703f5..676275dc0b 100644
--- a/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj
+++ b/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-bcanalyzer"
ProjectGUID="{E0B1E329-BE3E-456D-B372-5F397BE42C84}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-bcanalyzer.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-bcanalyzer.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-bcanalyzer.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-bcanalyzer\llvm-bcanalyzer.cpp">
+ RelativePath="..\..\tools\llvm-bcanalyzer\llvm-bcanalyzer.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-dis/llvm-dis.vcproj b/win32/llvm-dis/llvm-dis.vcproj
index f5813d4ef7..f1a64dcbfd 100644
--- a/win32/llvm-dis/llvm-dis.vcproj
+++ b/win32/llvm-dis/llvm-dis.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-dis"
ProjectGUID="{B13476BC-30AB-4EA0-BC1E-212C0A459405}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-dis.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-dis.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-dis.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-dis\llvm-dis.cpp">
+ RelativePath="..\..\tools\llvm-dis\llvm-dis.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-ld/llvm-ld.vcproj b/win32/llvm-ld/llvm-ld.vcproj
index 68ffcaf4b7..857d36423a 100644
--- a/win32/llvm-ld/llvm-ld.vcproj
+++ b/win32/llvm-ld/llvm-ld.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-ld"
ProjectGUID="{64D8AA46-88DB-41F4-B837-053AE02406B8}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-ld.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-ld.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-ld.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,18 +187,22 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-ld\llvm-ld.cpp">
+ RelativePath="..\..\tools\llvm-ld\llvm-ld.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\llvm-ld\Optimize.cpp">
+ RelativePath="..\..\tools\llvm-ld\Optimize.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-link/llvm-link.vcproj b/win32/llvm-link/llvm-link.vcproj
index 5d2f513869..0ba3e9f4c9 100644
--- a/win32/llvm-link/llvm-link.vcproj
+++ b/win32/llvm-link/llvm-link.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-link"
ProjectGUID="{5E249789-49E1-4600-B12B-8AD2BB6439B2}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-link.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-link.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-link.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-link\llvm-link.cpp">
+ RelativePath="..\..\tools\llvm-link\llvm-link.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-nm/llvm-nm.vcproj b/win32/llvm-nm/llvm-nm.vcproj
index d2bc6d673c..df1fb16558 100644
--- a/win32/llvm-nm/llvm-nm.vcproj
+++ b/win32/llvm-nm/llvm-nm.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-nm"
ProjectGUID="{5FF862CE-80A0-4B48-A80B-68AE325A0432}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-nm.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-nm.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-nm.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-nm\llvm-nm.cpp">
+ RelativePath="..\..\tools\llvm-nm\llvm-nm.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-prof/llvm-prof.vcproj b/win32/llvm-prof/llvm-prof.vcproj
index cb9150265c..c3faccbe52 100644
--- a/win32/llvm-prof/llvm-prof.vcproj
+++ b/win32/llvm-prof/llvm-prof.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-prof"
ProjectGUID="{ACBE81D9-64B1-4133-823A-807A4E60B454}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-prof.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-prof.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-prof.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-prof\llvm-prof.cpp">
+ RelativePath="..\..\tools\llvm-prof\llvm-prof.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm-ranlib/llvm-ranlib.vcproj b/win32/llvm-ranlib/llvm-ranlib.vcproj
index 4ea43faa91..de63c42dd8 100644
--- a/win32/llvm-ranlib/llvm-ranlib.vcproj
+++ b/win32/llvm-ranlib/llvm-ranlib.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="llvm-ranlib"
ProjectGUID="{BB16C7EE-B4ED-4714-B5ED-B775C62A6612}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-ranlib.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/llvm-ranlib.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/llvm-ranlib.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,15 +187,18 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\llvm-ranlib\llvm-ranlib.cpp">
+ RelativePath="..\..\tools\llvm-ranlib\llvm-ranlib.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/llvm.sln b/win32/llvm.sln
index 0910991297..f599f9d8e4 100644
--- a/win32/llvm.sln
+++ b/win32/llvm.sln
@@ -1,4 +1,5 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
+Microsoft Visual Studio Solution File, Format Version 9.00
+# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "support", "Support\Support.vcproj", "{28AA9146-3482-4F41-9CC6-407B1D258508}"
ProjectSection(ProjectDependencies) = postProject
{19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
@@ -6,32 +7,33 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "support", "Support\Support.
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TableGen", "TableGen\TableGen.vcproj", "{339C2249-26B6-4172-B484-85653029AF57}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Fibonacci", "Fibonacci\Fibonacci.vcproj", "{48FB551D-E37E-42EC-BC97-FF7219774867}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
- {76295AE8-A083-460E-9F80-6F2B8923264A} = {76295AE8-A083-460E-9F80-6F2B8923264A}
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
{144EEBF6-8C9B-4473-B715-2C821666AF6C} = {144EEBF6-8C9B-4473-B715-2C821666AF6C}
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {76295AE8-A083-460E-9F80-6F2B8923264A} = {76295AE8-A083-460E-9F80-6F2B8923264A}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExecutionEngine", "ExecutionEngine\ExecutionEngine.vcproj", "{76295AE8-A083-460E-9F80-6F2B8923264A}"
ProjectSection(ProjectDependencies) = postProject
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "VMCore", "VMCore\VMCore.vcproj", "{45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}"
ProjectSection(ProjectDependencies) = postProject
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
{339C2249-26B6-4172-B484-85653029AF57} = {339C2249-26B6-4172-B484-85653029AF57}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Target", "Target\Target.vcproj", "{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
@@ -41,6 +43,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Target", "Target\Target.vcp
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CodeGen", "CodeGen\CodeGen.vcproj", "{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
ProjectSection(ProjectDependencies) = postProject
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {339C2249-26B6-4172-B484-85653029AF57} = {339C2249-26B6-4172-B484-85653029AF57}
{19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
@@ -51,70 +55,70 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "System", "System\System.vcp
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Analysis", "Analysis\Analysis.vcproj", "{0622E827-8464-489D-8B1C-B0B496F35C08}"
ProjectSection(ProjectDependencies) = postProject
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "x86", "x86\x86.vcproj", "{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
ProjectSection(ProjectDependencies) = postProject
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {339C2249-26B6-4172-B484-85653029AF57} = {339C2249-26B6-4172-B484-85653029AF57}
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
{C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
+ {339C2249-26B6-4172-B484-85653029AF57} = {339C2249-26B6-4172-B484-85653029AF57}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Transforms", "Transforms\Transforms.vcproj", "{C59374C1-9FC0-4147-B836-327DFDC52D99}"
ProjectSection(ProjectDependencies) = postProject
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
{45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {339C2249-26B6-4172-B484-85653029AF57} = {339C2249-26B6-4172-B484-85653029AF57}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Configure", "Configure\Configure.vcproj", "{19514E48-456C-4B9D-8637-F2285476461E}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lli", "lli\lli.vcproj", "{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
- {76295AE8-A083-460E-9F80-6F2B8923264A} = {76295AE8-A083-460E-9F80-6F2B8923264A}
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
{144EEBF6-8C9B-4473-B715-2C821666AF6C} = {144EEBF6-8C9B-4473-B715-2C821666AF6C}
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {76295AE8-A083-460E-9F80-6F2B8923264A} = {76295AE8-A083-460E-9F80-6F2B8923264A}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llc", "llc\llc.vcproj", "{ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
- {057777CD-DED5-46DF-BF9A-6B76DE212549} = {057777CD-DED5-46DF-BF9A-6B76DE212549}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
{144EEBF6-8C9B-4473-B715-2C821666AF6C} = {144EEBF6-8C9B-4473-B715-2C821666AF6C}
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {057777CD-DED5-46DF-BF9A-6B76DE212549} = {057777CD-DED5-46DF-BF9A-6B76DE212549}
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897} = {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-dis", "llvm-dis\llvm-dis.vcproj", "{B13476BC-30AB-4EA0-BC1E-212C0A459405}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-as", "llvm-as\llvm-as.vcproj", "{4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
{3DC216F5-1DDD-478A-84F8-C124E5C31982} = {3DC216F5-1DDD-478A-84F8-C124E5C31982}
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsmParser", "AsmParser\AsmParser.vcproj", "{3DC216F5-1DDD-478A-84F8-C124E5C31982}"
@@ -124,254 +128,315 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsmParser", "AsmParser\AsmP
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-ar", "llvm-ar\llvm-ar.vcproj", "{0FF2B75C-49C1-4B49-A44A-531C93000296}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-ranlib", "llvm-ranlib\llvm-ranlib.vcproj", "{BB16C7EE-B4ED-4714-B5ED-B775C62A6612}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-link", "llvm-link\llvm-link.vcproj", "{5E249789-49E1-4600-B12B-8AD2BB6439B2}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {342CF48F-760A-4040-A9A1-7D75AA2471CE} = {342CF48F-760A-4040-A9A1-7D75AA2471CE}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE} = {342CF48F-760A-4040-A9A1-7D75AA2471CE}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Linker", "Linker\Linker.vcproj", "{342CF48F-760A-4040-A9A1-7D75AA2471CE}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CBackend", "CBackend\CBackend.vcproj", "{057777CD-DED5-46DF-BF9A-6B76DE212549}"
ProjectSection(ProjectDependencies) = postProject
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "opt", "opt\opt.vcproj", "{006D8B41-C3C7-4448-85E1-AF8907E591E5}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
- {C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-bcanalyzer", "llvm-bcanalyzer\llvm-bcanalyzer.vcproj", "{E0B1E329-BE3E-456D-B372-5F397BE42C84}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-ld", "llvm-ld\llvm-ld.vcproj", "{64D8AA46-88DB-41F4-B837-053AE02406B8}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {342CF48F-760A-4040-A9A1-7D75AA2471CE} = {342CF48F-760A-4040-A9A1-7D75AA2471CE}
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
- {C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE} = {342CF48F-760A-4040-A9A1-7D75AA2471CE}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-nm", "llvm-nm\llvm-nm.vcproj", "{5FF862CE-80A0-4B48-A80B-68AE325A0432}"
ProjectSection(ProjectDependencies) = postProject
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "llvm-prof", "llvm-prof\llvm-prof.vcproj", "{ACBE81D9-64B1-4133-823A-807A4E60B454}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "bugpoint", "bugpoint\bugpoint.vcproj", "{57249192-8E29-4D85-8B7A-FEFF1760B1DA}"
ProjectSection(ProjectDependencies) = postProject
- {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
- {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
- {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
- {342CF48F-760A-4040-A9A1-7D75AA2471CE} = {342CF48F-760A-4040-A9A1-7D75AA2471CE}
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
- {C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
{3DC216F5-1DDD-478A-84F8-C124E5C31982} = {3DC216F5-1DDD-478A-84F8-C124E5C31982}
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489} = {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
+ {C59374C1-9FC0-4147-B836-327DFDC52D99} = {C59374C1-9FC0-4147-B836-327DFDC52D99}
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4} = {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE} = {342CF48F-760A-4040-A9A1-7D75AA2471CE}
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62} = {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
+ {0622E827-8464-489D-8B1C-B0B496F35C08} = {0622E827-8464-489D-8B1C-B0B496F35C08}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bitcode", "Bitcode\Bitcode.vcproj", "{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}"
ProjectSection(ProjectDependencies) = postProject
+ {28AA9146-3482-4F41-9CC6-407B1D258508} = {28AA9146-3482-4F41-9CC6-407B1D258508}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Archive", "Archive\Archive.vcproj", "{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}"
ProjectSection(ProjectDependencies) = postProject
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB} = {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}
{19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
EndProjectSection
EndProject
Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectDependencies) = postSolution
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {28AA9146-3482-4F41-9CC6-407B1D258508}.Debug.ActiveCfg = Debug|Win32
- {28AA9146-3482-4F41-9CC6-407B1D258508}.Debug.Build.0 = Debug|Win32
- {28AA9146-3482-4F41-9CC6-407B1D258508}.Release.ActiveCfg = Release|Win32
- {28AA9146-3482-4F41-9CC6-407B1D258508}.Release.Build.0 = Release|Win32
- {339C2249-26B6-4172-B484-85653029AF57}.Debug.ActiveCfg = Debug|Win32
- {339C2249-26B6-4172-B484-85653029AF57}.Debug.Build.0 = Debug|Win32
- {339C2249-26B6-4172-B484-85653029AF57}.Release.ActiveCfg = Release|Win32
- {339C2249-26B6-4172-B484-85653029AF57}.Release.Build.0 = Release|Win32
- {48FB551D-E37E-42EC-BC97-FF7219774867}.Debug.ActiveCfg = Debug|Win32
- {48FB551D-E37E-42EC-BC97-FF7219774867}.Debug.Build.0 = Debug|Win32
- {48FB551D-E37E-42EC-BC97-FF7219774867}.Release.ActiveCfg = Release|Win32
- {48FB551D-E37E-42EC-BC97-FF7219774867}.Release.Build.0 = Release|Win32
- {76295AE8-A083-460E-9F80-6F2B8923264A}.Debug.ActiveCfg = Debug|Win32
- {76295AE8-A083-460E-9F80-6F2B8923264A}.Debug.Build.0 = Debug|Win32
- {76295AE8-A083-460E-9F80-6F2B8923264A}.Release.ActiveCfg = Release|Win32
- {76295AE8-A083-460E-9F80-6F2B8923264A}.Release.Build.0 = Release|Win32
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Debug.ActiveCfg = Debug|Win32
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Debug.Build.0 = Debug|Win32
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Release.ActiveCfg = Release|Win32
- {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Release.Build.0 = Release|Win32
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Debug.ActiveCfg = Debug|Win32
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Debug.Build.0 = Debug|Win32
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Release.ActiveCfg = Release|Win32
- {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Release.Build.0 = Release|Win32
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Debug.ActiveCfg = Debug|Win32
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Debug.Build.0 = Debug|Win32
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Release.ActiveCfg = Release|Win32
- {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Release.Build.0 = Release|Win32
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Debug.ActiveCfg = Debug|Win32
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Debug.Build.0 = Debug|Win32
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Release.ActiveCfg = Release|Win32
- {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Release.Build.0 = Release|Win32
- {0622E827-8464-489D-8B1C-B0B496F35C08}.Debug.ActiveCfg = Debug|Win32
- {0622E827-8464-489D-8B1C-B0B496F35C08}.Debug.Build.0 = Debug|Win32
- {0622E827-8464-489D-8B1C-B0B496F35C08}.Release.ActiveCfg = Release|Win32
- {0622E827-8464-489D-8B1C-B0B496F35C08}.Release.Build.0 = Release|Win32
- {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Debug.ActiveCfg = Debug|Win32
- {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Debug.Build.0 = Debug|Win32
- {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Release.ActiveCfg = Release|Win32
- {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Release.Build.0 = Release|Win32
- {C59374C1-9FC0-4147-B836-327DFDC52D99}.Debug.ActiveCfg = Debug|Win32
- {C59374C1-9FC0-4147-B836-327DFDC52D99}.Debug.Build.0 = Debug|Win32
- {C59374C1-9FC0-4147-B836-327DFDC52D99}.Release.ActiveCfg = Release|Win32
- {C59374C1-9FC0-4147-B836-327DFDC52D99}.Release.Build.0 = Release|Win32
- {19514E48-456C-4B9D-8637-F2285476461E}.Debug.ActiveCfg = Configure|Win32
- {19514E48-456C-4B9D-8637-F2285476461E}.Debug.Build.0 = Configure|Win32
- {19514E48-456C-4B9D-8637-F2285476461E}.Release.ActiveCfg = Configure|Win32
- {19514E48-456C-4B9D-8637-F2285476461E}.Release.Build.0 = Configure|Win32
- {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Debug.ActiveCfg = Debug|Win32
- {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Debug.Build.0 = Debug|Win32
- {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Release.ActiveCfg = Release|Win32
- {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Release.Build.0 = Release|Win32
- {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Debug.ActiveCfg = Debug|Win32
- {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Debug.Build.0 = Debug|Win32
- {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Release.ActiveCfg = Release|Win32
- {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Release.Build.0 = Release|Win32
- {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Debug.ActiveCfg = Debug|Win32
- {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Debug.Build.0 = Debug|Win32
- {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Release.ActiveCfg = Release|Win32
- {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Release.Build.0 = Release|Win32
- {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Debug.ActiveCfg = Debug|Win32
- {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Debug.Build.0 = Debug|Win32
- {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Release.ActiveCfg = Release|Win32
- {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Release.Build.0 = Release|Win32
- {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Debug.ActiveCfg = Debug|Win32
- {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Debug.Build.0 = Debug|Win32
- {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Release.ActiveCfg = Release|Win32
- {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Release.Build.0 = Release|Win32
- {0FF2B75C-49C1-4B49-A44A-531C93000296}.Debug.ActiveCfg = Debug|Win32
- {0FF2B75C-49C1-4B49-A44A-531C93000296}.Debug.Build.0 = Debug|Win32
- {0FF2B75C-49C1-4B49-A44A-531C93000296}.Release.ActiveCfg = Release|Win32
- {0FF2B75C-49C1-4B49-A44A-531C93000296}.Release.Build.0 = Release|Win32
- {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Debug.ActiveCfg = Debug|Win32
- {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Debug.Build.0 = Debug|Win32
- {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Release.ActiveCfg = Release|Win32
- {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Release.Build.0 = Release|Win32
- {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Debug.ActiveCfg = Debug|Win32
- {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Debug.Build.0 = Debug|Win32
- {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Release.ActiveCfg = Release|Win32
- {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Release.Build.0 = Release|Win32
- {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Debug.ActiveCfg = Debug|Win32
- {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Debug.Build.0 = Debug|Win32
- {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Release.ActiveCfg = Release|Win32
- {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Release.Build.0 = Release|Win32
- {057777CD-DED5-46DF-BF9A-6B76DE212549}.Debug.ActiveCfg = Debug|Win32
- {057777CD-DED5-46DF-BF9A-6B76DE212549}.Debug.Build.0 = Debug|Win32
- {057777CD-DED5-46DF-BF9A-6B76DE212549}.Release.ActiveCfg = Release|Win32
- {057777CD-DED5-46DF-BF9A-6B76DE212549}.Release.Build.0 = Release|Win32
- {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Debug.ActiveCfg = Debug|Win32
- {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Debug.Build.0 = Debug|Win32
- {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Release.ActiveCfg = Release|Win32
- {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Release.Build.0 = Release|Win32
- {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Debug.ActiveCfg = Debug|Win32
- {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Debug.Build.0 = Debug|Win32
- {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Release.ActiveCfg = Release|Win32
- {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Release.Build.0 = Release|Win32
- {64D8AA46-88DB-41F4-B837-053AE02406B8}.Debug.ActiveCfg = Debug|Win32
- {64D8AA46-88DB-41F4-B837-053AE02406B8}.Debug.Build.0 = Debug|Win32
- {64D8AA46-88DB-41F4-B837-053AE02406B8}.Release.ActiveCfg = Release|Win32
- {64D8AA46-88DB-41F4-B837-053AE02406B8}.Release.Build.0 = Release|Win32
- {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Debug.ActiveCfg = Debug|Win32
- {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Debug.Build.0 = Debug|Win32
- {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Release.ActiveCfg = Release|Win32
- {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Release.Build.0 = Release|Win32
- {ACBE81D9-64B1-4133-823A-807A4E60B454}.Debug.ActiveCfg = Debug|Win32
- {ACBE81D9-64B1-4133-823A-807A4E60B454}.Debug.Build.0 = Debug|Win32
- {ACBE81D9-64B1-4133-823A-807A4E60B454}.Release.ActiveCfg = Release|Win32
- {ACBE81D9-64B1-4133-823A-807A4E60B454}.Release.Build.0 = Release|Win32
- {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Debug.ActiveCfg = Debug|Win32
- {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Debug.Build.0 = Debug|Win32
- {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Release.ActiveCfg = Release|Win32
- {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Release.Build.0 = Release|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Debug.ActiveCfg = Debug|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Debug.Build.0 = Debug|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Release.ActiveCfg = Release|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Release.Build.0 = Release|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Debug.ActiveCfg = Debug|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Debug.Build.0 = Debug|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Release.ActiveCfg = Release|Win32
- {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Release.Build.0 = Release|Win32
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Configure|Win32 = Configure|Win32
+ Debug|Win32 = Debug|Win32
+ Release|Win32 = Release|Win32
EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {28AA9146-3482-4F41-9CC6-407B1D258508}.Configure|Win32.ActiveCfg = Release|Win32
+ {28AA9146-3482-4F41-9CC6-407B1D258508}.Configure|Win32.Build.0 = Release|Win32
+ {28AA9146-3482-4F41-9CC6-407B1D258508}.Debug|Win32.ActiveCfg = Debug|Win32
+ {28AA9146-3482-4F41-9CC6-407B1D258508}.Debug|Win32.Build.0 = Debug|Win32
+ {28AA9146-3482-4F41-9CC6-407B1D258508}.Release|Win32.ActiveCfg = Release|Win32
+ {28AA9146-3482-4F41-9CC6-407B1D258508}.Release|Win32.Build.0 = Release|Win32
+ {339C2249-26B6-4172-B484-85653029AF57}.Configure|Win32.ActiveCfg = Release|Win32
+ {339C2249-26B6-4172-B484-85653029AF57}.Configure|Win32.Build.0 = Release|Win32
+ {339C2249-26B6-4172-B484-85653029AF57}.Debug|Win32.ActiveCfg = Debug|Win32
+ {339C2249-26B6-4172-B484-85653029AF57}.Debug|Win32.Build.0 = Debug|Win32
+ {339C2249-26B6-4172-B484-85653029AF57}.Release|Win32.ActiveCfg = Release|Win32
+ {339C2249-26B6-4172-B484-85653029AF57}.Release|Win32.Build.0 = Release|Win32
+ {48FB551D-E37E-42EC-BC97-FF7219774867}.Configure|Win32.ActiveCfg = Release|Win32
+ {48FB551D-E37E-42EC-BC97-FF7219774867}.Configure|Win32.Build.0 = Release|Win32
+ {48FB551D-E37E-42EC-BC97-FF7219774867}.Debug|Win32.ActiveCfg = Debug|Win32
+ {48FB551D-E37E-42EC-BC97-FF7219774867}.Debug|Win32.Build.0 = Debug|Win32
+ {48FB551D-E37E-42EC-BC97-FF7219774867}.Release|Win32.ActiveCfg = Release|Win32
+ {48FB551D-E37E-42EC-BC97-FF7219774867}.Release|Win32.Build.0 = Release|Win32
+ {76295AE8-A083-460E-9F80-6F2B8923264A}.Configure|Win32.ActiveCfg = Release|Win32
+ {76295AE8-A083-460E-9F80-6F2B8923264A}.Configure|Win32.Build.0 = Release|Win32
+ {76295AE8-A083-460E-9F80-6F2B8923264A}.Debug|Win32.ActiveCfg = Debug|Win32
+ {76295AE8-A083-460E-9F80-6F2B8923264A}.Debug|Win32.Build.0 = Debug|Win32
+ {76295AE8-A083-460E-9F80-6F2B8923264A}.Release|Win32.ActiveCfg = Release|Win32
+ {76295AE8-A083-460E-9F80-6F2B8923264A}.Release|Win32.Build.0 = Release|Win32
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Configure|Win32.ActiveCfg = Release|Win32
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Configure|Win32.Build.0 = Release|Win32
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Debug|Win32.ActiveCfg = Debug|Win32
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Debug|Win32.Build.0 = Debug|Win32
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Release|Win32.ActiveCfg = Release|Win32
+ {45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}.Release|Win32.Build.0 = Release|Win32
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Configure|Win32.ActiveCfg = Release|Win32
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Configure|Win32.Build.0 = Release|Win32
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Debug|Win32.ActiveCfg = Debug|Win32
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Debug|Win32.Build.0 = Debug|Win32
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Release|Win32.ActiveCfg = Release|Win32
+ {059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}.Release|Win32.Build.0 = Release|Win32
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Configure|Win32.ActiveCfg = Release|Win32
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Configure|Win32.Build.0 = Release|Win32
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Debug|Win32.ActiveCfg = Debug|Win32
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Debug|Win32.Build.0 = Debug|Win32
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Release|Win32.ActiveCfg = Release|Win32
+ {08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}.Release|Win32.Build.0 = Release|Win32
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Configure|Win32.ActiveCfg = Release|Win32
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Configure|Win32.Build.0 = Release|Win32
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Debug|Win32.Build.0 = Debug|Win32
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Release|Win32.ActiveCfg = Release|Win32
+ {0F8407F3-FA23-4CF1-83A9-DCBE0B361489}.Release|Win32.Build.0 = Release|Win32
+ {0622E827-8464-489D-8B1C-B0B496F35C08}.Configure|Win32.ActiveCfg = Release|Win32
+ {0622E827-8464-489D-8B1C-B0B496F35C08}.Configure|Win32.Build.0 = Release|Win32
+ {0622E827-8464-489D-8B1C-B0B496F35C08}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0622E827-8464-489D-8B1C-B0B496F35C08}.Debug|Win32.Build.0 = Debug|Win32
+ {0622E827-8464-489D-8B1C-B0B496F35C08}.Release|Win32.ActiveCfg = Release|Win32
+ {0622E827-8464-489D-8B1C-B0B496F35C08}.Release|Win32.Build.0 = Release|Win32
+ {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Configure|Win32.ActiveCfg = Release|Win32
+ {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Configure|Win32.Build.0 = Release|Win32
+ {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Debug|Win32.ActiveCfg = Debug|Win32
+ {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Debug|Win32.Build.0 = Debug|Win32
+ {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Release|Win32.ActiveCfg = Release|Win32
+ {144EEBF6-8C9B-4473-B715-2C821666AF6C}.Release|Win32.Build.0 = Release|Win32
+ {C59374C1-9FC0-4147-B836-327DFDC52D99}.Configure|Win32.ActiveCfg = Release|Win32
+ {C59374C1-9FC0-4147-B836-327DFDC52D99}.Configure|Win32.Build.0 = Release|Win32
+ {C59374C1-9FC0-4147-B836-327DFDC52D99}.Debug|Win32.ActiveCfg = Debug|Win32
+ {C59374C1-9FC0-4147-B836-327DFDC52D99}.Debug|Win32.Build.0 = Debug|Win32
+ {C59374C1-9FC0-4147-B836-327DFDC52D99}.Release|Win32.ActiveCfg = Release|Win32
+ {C59374C1-9FC0-4147-B836-327DFDC52D99}.Release|Win32.Build.0 = Release|Win32
+ {19514E48-456C-4B9D-8637-F2285476461E}.Configure|Win32.ActiveCfg = Configure|Win32
+ {19514E48-456C-4B9D-8637-F2285476461E}.Configure|Win32.Build.0 = Configure|Win32
+ {19514E48-456C-4B9D-8637-F2285476461E}.Debug|Win32.ActiveCfg = Configure|Win32
+ {19514E48-456C-4B9D-8637-F2285476461E}.Debug|Win32.Build.0 = Configure|Win32
+ {19514E48-456C-4B9D-8637-F2285476461E}.Release|Win32.ActiveCfg = Configure|Win32
+ {19514E48-456C-4B9D-8637-F2285476461E}.Release|Win32.Build.0 = Configure|Win32
+ {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Configure|Win32.ActiveCfg = Release|Win32
+ {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Configure|Win32.Build.0 = Release|Win32
+ {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Debug|Win32.ActiveCfg = Debug|Win32
+ {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Debug|Win32.Build.0 = Debug|Win32
+ {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Release|Win32.ActiveCfg = Release|Win32
+ {FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}.Release|Win32.Build.0 = Release|Win32
+ {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Configure|Win32.ActiveCfg = Release|Win32
+ {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Configure|Win32.Build.0 = Release|Win32
+ {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Debug|Win32.Build.0 = Debug|Win32
+ {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Release|Win32.ActiveCfg = Release|Win32
+ {ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}.Release|Win32.Build.0 = Release|Win32
+ {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Configure|Win32.ActiveCfg = Release|Win32
+ {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Configure|Win32.Build.0 = Release|Win32
+ {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Debug|Win32.ActiveCfg = Debug|Win32
+ {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Debug|Win32.Build.0 = Debug|Win32
+ {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Release|Win32.ActiveCfg = Release|Win32
+ {B13476BC-30AB-4EA0-BC1E-212C0A459405}.Release|Win32.Build.0 = Release|Win32
+ {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Configure|Win32.ActiveCfg = Release|Win32
+ {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Configure|Win32.Build.0 = Release|Win32
+ {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Debug|Win32.ActiveCfg = Debug|Win32
+ {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Debug|Win32.Build.0 = Debug|Win32
+ {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Release|Win32.ActiveCfg = Release|Win32
+ {4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}.Release|Win32.Build.0 = Release|Win32
+ {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Configure|Win32.ActiveCfg = Release|Win32
+ {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Configure|Win32.Build.0 = Release|Win32
+ {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Debug|Win32.ActiveCfg = Debug|Win32
+ {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Debug|Win32.Build.0 = Debug|Win32
+ {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Release|Win32.ActiveCfg = Release|Win32
+ {3DC216F5-1DDD-478A-84F8-C124E5C31982}.Release|Win32.Build.0 = Release|Win32
+ {0FF2B75C-49C1-4B49-A44A-531C93000296}.Configure|Win32.ActiveCfg = Release|Win32
+ {0FF2B75C-49C1-4B49-A44A-531C93000296}.Configure|Win32.Build.0 = Release|Win32
+ {0FF2B75C-49C1-4B49-A44A-531C93000296}.Debug|Win32.ActiveCfg = Debug|Win32
+ {0FF2B75C-49C1-4B49-A44A-531C93000296}.Debug|Win32.Build.0 = Debug|Win32
+ {0FF2B75C-49C1-4B49-A44A-531C93000296}.Release|Win32.ActiveCfg = Release|Win32
+ {0FF2B75C-49C1-4B49-A44A-531C93000296}.Release|Win32.Build.0 = Release|Win32
+ {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Configure|Win32.ActiveCfg = Release|Win32
+ {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Configure|Win32.Build.0 = Release|Win32
+ {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Debug|Win32.ActiveCfg = Debug|Win32
+ {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Debug|Win32.Build.0 = Debug|Win32
+ {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Release|Win32.ActiveCfg = Release|Win32
+ {BB16C7EE-B4ED-4714-B5ED-B775C62A6612}.Release|Win32.Build.0 = Release|Win32
+ {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Configure|Win32.ActiveCfg = Release|Win32
+ {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Configure|Win32.Build.0 = Release|Win32
+ {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Debug|Win32.Build.0 = Debug|Win32
+ {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Release|Win32.ActiveCfg = Release|Win32
+ {5E249789-49E1-4600-B12B-8AD2BB6439B2}.Release|Win32.Build.0 = Release|Win32
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Configure|Win32.ActiveCfg = Release|Win32
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Configure|Win32.Build.0 = Release|Win32
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Debug|Win32.ActiveCfg = Debug|Win32
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Debug|Win32.Build.0 = Debug|Win32
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Release|Win32.ActiveCfg = Release|Win32
+ {342CF48F-760A-4040-A9A1-7D75AA2471CE}.Release|Win32.Build.0 = Release|Win32
+ {057777CD-DED5-46DF-BF9A-6B76DE212549}.Configure|Win32.ActiveCfg = Release|Win32
+ {057777CD-DED5-46DF-BF9A-6B76DE212549}.Configure|Win32.Build.0 = Release|Win32
+ {057777CD-DED5-46DF-BF9A-6B76DE212549}.Debug|Win32.ActiveCfg = Debug|Win32
+ {057777CD-DED5-46DF-BF9A-6B76DE212549}.Debug|Win32.Build.0 = Debug|Win32
+ {057777CD-DED5-46DF-BF9A-6B76DE212549}.Release|Win32.ActiveCfg = Release|Win32
+ {057777CD-DED5-46DF-BF9A-6B76DE212549}.Release|Win32.Build.0 = Release|Win32
+ {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Configure|Win32.ActiveCfg = Release|Win32
+ {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Configure|Win32.Build.0 = Release|Win32
+ {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Debug|Win32.ActiveCfg = Debug|Win32
+ {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Debug|Win32.Build.0 = Debug|Win32
+ {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Release|Win32.ActiveCfg = Release|Win32
+ {006D8B41-C3C7-4448-85E1-AF8907E591E5}.Release|Win32.Build.0 = Release|Win32
+ {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Configure|Win32.ActiveCfg = Release|Win32
+ {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Configure|Win32.Build.0 = Release|Win32
+ {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Debug|Win32.ActiveCfg = Debug|Win32
+ {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Debug|Win32.Build.0 = Debug|Win32
+ {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Release|Win32.ActiveCfg = Release|Win32
+ {E0B1E329-BE3E-456D-B372-5F397BE42C84}.Release|Win32.Build.0 = Release|Win32
+ {64D8AA46-88DB-41F4-B837-053AE02406B8}.Configure|Win32.ActiveCfg = Release|Win32
+ {64D8AA46-88DB-41F4-B837-053AE02406B8}.Configure|Win32.Build.0 = Release|Win32
+ {64D8AA46-88DB-41F4-B837-053AE02406B8}.Debug|Win32.ActiveCfg = Debug|Win32
+ {64D8AA46-88DB-41F4-B837-053AE02406B8}.Debug|Win32.Build.0 = Debug|Win32
+ {64D8AA46-88DB-41F4-B837-053AE02406B8}.Release|Win32.ActiveCfg = Release|Win32
+ {64D8AA46-88DB-41F4-B837-053AE02406B8}.Release|Win32.Build.0 = Release|Win32
+ {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Configure|Win32.ActiveCfg = Release|Win32
+ {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Configure|Win32.Build.0 = Release|Win32
+ {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Debug|Win32.ActiveCfg = Debug|Win32
+ {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Debug|Win32.Build.0 = Debug|Win32
+ {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Release|Win32.ActiveCfg = Release|Win32
+ {5FF862CE-80A0-4B48-A80B-68AE325A0432}.Release|Win32.Build.0 = Release|Win32
+ {ACBE81D9-64B1-4133-823A-807A4E60B454}.Configure|Win32.ActiveCfg = Release|Win32
+ {ACBE81D9-64B1-4133-823A-807A4E60B454}.Configure|Win32.Build.0 = Release|Win32
+ {ACBE81D9-64B1-4133-823A-807A4E60B454}.Debug|Win32.ActiveCfg = Debug|Win32
+ {ACBE81D9-64B1-4133-823A-807A4E60B454}.Debug|Win32.Build.0 = Debug|Win32
+ {ACBE81D9-64B1-4133-823A-807A4E60B454}.Release|Win32.ActiveCfg = Release|Win32
+ {ACBE81D9-64B1-4133-823A-807A4E60B454}.Release|Win32.Build.0 = Release|Win32
+ {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Configure|Win32.ActiveCfg = Release|Win32
+ {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Configure|Win32.Build.0 = Release|Win32
+ {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Debug|Win32.ActiveCfg = Debug|Win32
+ {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Debug|Win32.Build.0 = Debug|Win32
+ {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Release|Win32.ActiveCfg = Release|Win32
+ {57249192-8E29-4D85-8B7A-FEFF1760B1DA}.Release|Win32.Build.0 = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Configure|Win32.ActiveCfg = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Configure|Win32.Build.0 = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Debug|Win32.Build.0 = Debug|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Release|Win32.ActiveCfg = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}.Release|Win32.Build.0 = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Configure|Win32.ActiveCfg = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Configure|Win32.Build.0 = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Debug|Win32.ActiveCfg = Debug|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Debug|Win32.Build.0 = Debug|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Release|Win32.ActiveCfg = Release|Win32
+ {F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
diff --git a/win32/opt/opt.vcproj b/win32/opt/opt.vcproj
index 44df0ed0ab..e4b2d31779 100644
--- a/win32/opt/opt.vcproj
+++ b/win32/opt/opt.vcproj
@@ -1,120 +1,184 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="opt"
ProjectGUID="{006D8B41-C3C7-4448-85E1-AF8907E591E5}"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Debug"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/opt.exe"
LinkIncremental="2"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/opt.pdb"
SubSystem="1"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(IntDir)"
IntermediateDirectory="Release"
ConfigurationType="1"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
BrowseInformation="0"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
<Tool
Name="VCLinkerTool"
OutputFile="$(OutDir)/opt.exe"
LinkIncremental="1"
- GenerateDebugInformation="TRUE"
+ GenerateDebugInformation="true"
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- TargetMachine="1"/>
- <Tool
- Name="VCMIDLTool"/>
- <Tool
- Name="VCPostBuildEventTool"/>
+ TargetMachine="1"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCManifestTool"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCWebDeploymentTool"/>
+ Name="VCAppVerifierTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCWebDeploymentTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -123,24 +187,30 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\tools\opt\AnalysisWrappers.cpp">
+ RelativePath="..\..\tools\opt\AnalysisWrappers.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\opt\GraphPrinters.cpp">
+ RelativePath="..\..\tools\opt\GraphPrinters.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\opt\opt.cpp">
+ RelativePath="..\..\tools\opt\opt.cpp"
+ >
</File>
<File
- RelativePath="..\..\tools\opt\PrintSCC.cpp">
+ RelativePath="..\..\tools\opt\PrintSCC.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
</Filter>
</Files>
<Globals>
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj
index b0024887dc..9e85807adc 100644
--- a/win32/x86/x86.vcproj
+++ b/win32/x86/x86.vcproj
@@ -1,105 +1,157 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
- Version="7.10"
+ Version="8.00"
Name="x86"
ProjectGUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
RootNamespace="x86"
- Keyword="Win32Proj">
+ Keyword="Win32Proj"
+ >
<Platforms>
<Platform
- Name="Win32"/>
+ Name="Win32"
+ />
</Platforms>
+ <ToolFiles>
+ </ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="..\Debug"
IntermediateDirectory="Debug"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
- MinimalRebuild="TRUE"
+ StringPooling="true"
+ MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
BrowseInformation="1"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
- DebugInformationFormat="4"
- DisableSpecificWarnings="4355,4146,4800"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/x86.lib"/>
+ Detect64BitPortabilityProblems="false"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCMIDLTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/x86.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="..\Release"
IntermediateDirectory="Release"
ConfigurationType="4"
- CharacterSet="2">
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ 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;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="TRUE"
+ StringPooling="true"
RuntimeLibrary="2"
- ForceConformanceInForLoopScope="TRUE"
- RuntimeTypeInfo="TRUE"
+ ForceConformanceInForLoopScope="true"
+ RuntimeTypeInfo="true"
UsePrecompiledHeader="0"
+ ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
WarningLevel="3"
- Detect64BitPortabilityProblems="FALSE"
+ Detect64BitPortabilityProblems="false"
DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"/>
+ DisableSpecificWarnings="4355,4146,4800"
+ />
<Tool
- Name="VCCustomBuildTool"/>
+ Name="VCManagedResourceCompilerTool"
+ />
<Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/x86.lib"/>
- <Tool
- Name="VCMIDLTool"/>
+ Name="VCResourceCompilerTool"
+ />
<Tool
- Name="VCPostBuildEventTool"/>
+ Name="VCPreLinkEventTool"
+ />
<Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/x86.lib"
+ />
<Tool
- Name="VCResourceCompilerTool"/>
+ Name="VCALinkTool"
+ />
<Tool
- Name="VCWebServiceProxyGeneratorTool"/>
+ Name="VCXDCMakeTool"
+ />
<Tool
- Name="VCXMLDataGeneratorTool"/>
+ Name="VCBscMakeTool"
+ />
<Tool
- Name="VCManagedWrapperGeneratorTool"/>
+ Name="VCFxCopTool"
+ />
<Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ Name="VCPostBuildEventTool"
+ />
</Configuration>
</Configurations>
<References>
@@ -108,217 +160,231 @@
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
<File
- RelativePath="..\..\lib\Target\X86\X86.td">
+ RelativePath="..\..\lib\Target\X86\X86.td"
+ >
<FileConfiguration
- Name="Debug|Win32">
+ Name="Debug|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Performing TableGen Step"
- CommandLine="echo Building $(InputFileName) register names with tblgen
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
-"
+ CommandLine="echo Building $(InputFileName) register names with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc&#x0D;&#x0A;echo Building $(InputFileName) register information header with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc&#x0D;&#x0A;echo Building $(InputFileName) register information implementation with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc&#x0D;&#x0A;echo Building $(InputFileName) instruction names with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc&#x0D;&#x0A;echo Building $(InputFileName) instruction information with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc&#x0D;&#x0A;echo Building $(InputFileName) assembly writer with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc&#x0D;&#x0A;echo Building $(InputFileName) assembly writer #1 with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc&#x0D;&#x0A;echo Building $(InputFileName) instruction selector implementation with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc&#x0D;&#x0A;echo Building $(InputFileName) subtarget information with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc&#x0D;&#x0A;echo Building $(InputFileName) calling convention information with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc&#x0D;&#x0A;"
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"
- Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc"/>
+ Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc"
+ />
</FileConfiguration>
<FileConfiguration
- Name="Release|Win32">
+ Name="Release|Win32"
+ >
<Tool
Name="VCCustomBuildTool"
Description="Performing TableGen Step"
- CommandLine="echo Building $(InputFileName) register names with tblgen
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\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
-..\$(IntDir)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc
-"
+ CommandLine="echo Building $(InputFileName) register names with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-register-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterNames.inc&#x0D;&#x0A;echo Building $(InputFileName) register information header with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-register-desc-header -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.h.inc&#x0D;&#x0A;echo Building $(InputFileName) register information implementation with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-register-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenRegisterInfo.inc&#x0D;&#x0A;echo Building $(InputFileName) instruction names with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-instr-enums -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrNames.inc&#x0D;&#x0A;echo Building $(InputFileName) instruction information with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-instr-desc -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenInstrInfo.inc&#x0D;&#x0A;echo Building $(InputFileName) assembly writer with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-asm-writer -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter.inc&#x0D;&#x0A;echo Building $(InputFileName) assembly writer #1 with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-asm-writer -asmwriternum=1 -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenAsmWriter1.inc&#x0D;&#x0A;echo Building $(InputFileName) instruction selector implementation with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-dag-isel -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenDAGISel.inc&#x0D;&#x0A;echo Building $(InputFileName) subtarget information with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-subtarget -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenSubtarget.inc&#x0D;&#x0A;echo Building $(InputFileName) calling convention information with tblgen&#x0D;&#x0A;..\$(IntDir)\TableGen.exe -gen-callingconv -I ..\..\lib\Target -I ..\..\lib\Target\X86 -I ..\..\include $(InputPath) -o X86GenCallingConv.inc&#x0D;&#x0A;"
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"
- Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc"/>
+ Outputs="X86GenRegisterNames.inc;X86GenRegisterInfo.h.inc;X86GenRegisterInfo.inc;X86GenInstrNames.inc;X86GenInstrInfo.inc;X86GenAsmWriter.inc;X86GenAsmWriter1.inc;X86GenDAGISel.inc;X86GenSubtarget.inc;X86GenCallingConv.inc"
+ />
</FileConfiguration>
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp">
+ RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.cpp">
+ RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp">
+ RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86COFF.h">
+ RelativePath="..\..\lib\Target\X86\X86COFF.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp">
+ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h">
+ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp">
+ RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp">
+ RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrX86-64.td">
+ RelativePath="..\..\lib\Target\X86\X86InstrX86-64.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.cpp">
+ RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ISelDAGToDAG.cpp">
+ RelativePath="..\..\lib\Target\X86\X86ISelDAGToDAG.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp">
+ RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp">
+ RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp">
+ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp">
+ RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.cpp">
+ RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.cpp"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp">
+ RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp"
+ >
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
<File
- RelativePath="..\..\lib\Target\Target.td">
+ RelativePath="..\..\lib\Target\Target.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetSchedule.td">
+ RelativePath="..\..\lib\Target\TargetSchedule.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\TargetSelectionDAG.td">
+ RelativePath="..\..\lib\Target\TargetSelectionDAG.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86.h">
+ RelativePath="..\..\lib\Target\X86\X86.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.h">
+ RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86CallingConv.td">
+ RelativePath="..\..\lib\Target\X86\X86CallingConv.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h">
+ RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrFPStack.td">
+ RelativePath="..\..\lib\Target\X86\X86InstrFPStack.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrInfo.h">
+ RelativePath="..\..\lib\Target\X86\X86InstrInfo.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrInfo.td">
+ RelativePath="..\..\lib\Target\X86\X86InstrInfo.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrMMX.td">
+ RelativePath="..\..\lib\Target\X86\X86InstrMMX.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86InstrSSE.td">
+ RelativePath="..\..\lib\Target\X86\X86InstrSSE.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h">
+ RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86ISelLowering.h">
+ RelativePath="..\..\lib\Target\X86\X86ISelLowering.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86JITInfo.h">
+ RelativePath="..\..\lib\Target\X86\X86JITInfo.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86MachineFunctionInfo.h">
+ RelativePath="..\..\lib\Target\X86\X86MachineFunctionInfo.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h">
+ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td">
+ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86Subtarget.h">
+ RelativePath="..\..\lib\Target\X86\X86Subtarget.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.h">
+ RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.h"
+ >
</File>
<File
- RelativePath="..\..\lib\Target\X86\X86TargetMachine.h">
+ RelativePath="..\..\lib\Target\X86\X86TargetMachine.h"
+ >
</File>
</Filter>
<Filter
Name="Generated Tablegen Files"
- Filter="">
+ >
<File
- RelativePath=".\X86GenAsmWriter.inc">
+ RelativePath=".\X86GenAsmWriter.inc"
+ >
</File>
<File
- RelativePath=".\X86GenAsmWriter1.inc">
+ RelativePath=".\X86GenAsmWriter1.inc"
+ >
</File>
<File
- RelativePath=".\X86GenDAGISel.inc">
+ RelativePath=".\X86GenDAGISel.inc"
+ >
</File>
<File
- RelativePath=".\X86GenInstrInfo.inc">
+ RelativePath=".\X86GenInstrInfo.inc"
+ >
</File>
<File
- RelativePath=".\X86GenInstrNames.inc">
+ RelativePath=".\X86GenInstrNames.inc"
+ >
</File>
<File
- RelativePath=".\X86GenRegisterInfo.h.inc">
+ RelativePath=".\X86GenRegisterInfo.h.inc"
+ >
</File>
<File
- RelativePath=".\X86GenRegisterInfo.inc">
+ RelativePath=".\X86GenRegisterInfo.inc"
+ >
</File>
<File
- RelativePath=".\X86GenRegisterNames.inc">
+ RelativePath=".\X86GenRegisterNames.inc"
+ >
</File>
<File
- RelativePath=".\X86GenSubtarget.inc">
+ RelativePath=".\X86GenSubtarget.inc"
+ >
</File>
</Filter>
</Files>