aboutsummaryrefslogtreecommitdiffstats
path: root/win32
diff options
context:
space:
mode:
authorDan Gohman <djg@cray.com>2007-07-18 16:29:46 +0000
committerDan Gohman <djg@cray.com>2007-07-18 16:29:46 +0000
commitf17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc (patch)
treeebb79ea1ee5e3bc1fdf38541a811a8b804f0679a /win32
downloadexternal_llvm-f17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc.zip
external_llvm-f17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc.tar.gz
external_llvm-f17a25c88b892d30c2b41ba7ecdfbdfb2b4be9cc.tar.bz2
It's not necessary to do rounding for alloca operations when the requested
alignment is equal to the stack alignment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40004 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/Analysis/Analysis.vcproj283
-rw-r--r--win32/Archive/Archive.vcproj135
-rw-r--r--win32/AsmParser/AsmParser.vcproj181
-rw-r--r--win32/Bitcode/Bitcode.vcproj161
-rw-r--r--win32/CBackend/CBackend.vcproj126
-rw-r--r--win32/CodeGen/CodeGen.vcproj352
-rw-r--r--win32/Configure/Configure.vcproj139
-rw-r--r--win32/ExecutionEngine/ExecutionEngine.vcproj176
-rw-r--r--win32/Fibonacci/Fibonacci.vcproj142
-rw-r--r--win32/Linker/Linker.vcproj135
-rw-r--r--win32/Support/Support.vcproj410
-rw-r--r--win32/System/System.vcproj227
-rw-r--r--win32/TableGen/TableGen.vcproj294
-rw-r--r--win32/Target/Target.vcproj195
-rw-r--r--win32/Transforms/Transforms.vcproj398
-rw-r--r--win32/VMCore/VMCore.vcproj345
-rw-r--r--win32/bugpoint/bugpoint.vcproj175
-rw-r--r--win32/config.h24
-rwxr-xr-xwin32/dobison.cmd22
-rwxr-xr-xwin32/doflex.cmd20
-rw-r--r--win32/llc/llc.vcproj141
-rw-r--r--win32/lli/lli.vcproj141
-rw-r--r--win32/llvm-ar/llvm-ar.vcproj139
-rw-r--r--win32/llvm-as/llvm-as.vcproj139
-rw-r--r--win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj139
-rw-r--r--win32/llvm-dis/llvm-dis.vcproj139
-rw-r--r--win32/llvm-ld/llvm-ld.vcproj142
-rw-r--r--win32/llvm-link/llvm-link.vcproj139
-rw-r--r--win32/llvm-nm/llvm-nm.vcproj139
-rw-r--r--win32/llvm-prof/llvm-prof.vcproj139
-rw-r--r--win32/llvm-ranlib/llvm-ranlib.vcproj139
-rw-r--r--win32/llvm.sln377
-rw-r--r--win32/opt/opt.vcproj148
-rw-r--r--win32/unistd.h1
-rw-r--r--win32/x86/x86.vcproj327
35 files changed, 6329 insertions, 0 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj
new file mode 100644
index 0000000..56befea
--- /dev/null
+++ b/win32/Analysis/Analysis.vcproj
@@ -0,0 +1,283 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Analysis"
+ ProjectGUID="{0622E827-8464-489D-8B1C-B0B496F35C08}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Analysis.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Analysis.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Analysis\AliasAnalysis.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\AliasAnalysisCounter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\AliasAnalysisEvaluator.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\AliasDebugger.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\AliasSetTracker.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\BasicAliasAnalysis.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\CFGPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ConstantFolding.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\InstCount.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\Interval.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\IntervalPartition.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\LoadValueNumbering.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\LoopInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\LoopPass.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\PostDominators.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ProfileInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ProfileInfoLoader.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ProfileInfoLoaderPass.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ScalarEvolution.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ScalarEvolutionExpander.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\Trace.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\ValueNumbering.cpp">
+ </File>
+ <Filter
+ Name="IPA"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\Analysis\Ipa\Andersens.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\Ipa\CallGraph.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\Ipa\CallGraphSCCPass.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\Ipa\FindUsedTypes.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Analysis\AliasAnalysis.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\AliasSetTracker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\CallGraph.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\CFGPrinter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ConstantFolding.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ConstantsScanner.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Dominators.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ET-Forest.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\FindUsedTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Interval.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\IntervalIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\IntervalPartition.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\LoadValueNumbering.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\LoopInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\LoopPass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Passes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\PostDominators.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ProfileInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ProfileInfoLoader.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ProfileInfoTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ScalarEvolution.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpander.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ScalarEvolutionExpressions.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Trace.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\ValueNumbering.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Verifier.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Archive/Archive.vcproj b/win32/Archive/Archive.vcproj
new file mode 100644
index 0000000..ab33c0c
--- /dev/null
+++ b/win32/Archive/Archive.vcproj
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Archive"
+ ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Archive.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Archive.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\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}">
+ <File
+ RelativePath="..\..\include\llvm\Bytecode\Archive.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/AsmParser/AsmParser.vcproj b/win32/AsmParser/AsmParser.vcproj
new file mode 100644
index 0000000..1d820cd
--- /dev/null
+++ b/win32/AsmParser/AsmParser.vcproj
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="AsmParser"
+ ProjectGUID="{3DC216F5-1DDD-478A-84F8-C124E5C31982}"
+ RootNamespace="AsmParser"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/AsmParser.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;..;..\..\lib\AsmParser"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/AsmParser.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\AsmParser\Lexer.l">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Flexing $(InputFileName)"
+ CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)"
+ Outputs="$(InputName).cpp"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Flexing $(InputFileName)"
+ CommandLine="..\doflex.cmd release $(InputName) $(InputPath)"
+ Outputs="$(InputName).cpp"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\AsmParser\llvmAsmParser.y">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Bisoning $(InputFileName)"
+ CommandLine="..\dobison.cmd llvmAsm debug $(InputName) $(InputPath)"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Bisoning $(InputFileName)"
+ CommandLine="..\dobison.cmd llvmAsm release $(InputName) $(InputPath)"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ </FileConfiguration>
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Assembly\Parser.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\AsmParser\ParserInternals.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Generated Files"
+ Filter="">
+ <File
+ RelativePath="Lexer.cpp">
+ </File>
+ <File
+ RelativePath="llvmAsmParser.cpp">
+ </File>
+ <File
+ RelativePath="llvmAsmParser.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Bitcode/Bitcode.vcproj b/win32/Bitcode/Bitcode.vcproj
new file mode 100644
index 0000000..083947c
--- /dev/null
+++ b/win32/Bitcode/Bitcode.vcproj
@@ -0,0 +1,161 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Bitcode"
+ ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Bitcode.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Bitcode.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriterPass.cpp">
+ </File>
+ <Filter
+ Name="Reader"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Writer"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Bitcode\Bitcodes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Bitcode\BitstreamReader.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Bitcode\BitstreamWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Bitcode\LLVMBitCodes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Bitcode\ReaderWriter.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/CBackend/CBackend.vcproj b/win32/CBackend/CBackend.vcproj
new file mode 100644
index 0000000..e194126
--- /dev/null
+++ b/win32/CBackend/CBackend.vcproj
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CBackend"
+ ProjectGUID="{057777CD-DED5-46DF-BF9A-6B76DE212549}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CBackend.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CBackend.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Target\CBackend\CBackend.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\lib\Target\CBackend\CTargetMachine.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
new file mode 100644
index 0000000..3486f79
--- /dev/null
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -0,0 +1,352 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="CodeGen"
+ ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGen.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/CodeGen.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\BranchFolding.cpp">
+ </File>
+ <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\IntrinsicLowering.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\LiveInterval.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\LiveVariables.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachineFunction.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachineInstr.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachOWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\MachOWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\Passes.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\PHIElimination.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp">
+ </File>
+ <Filter
+ Name="SelectionDAG"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp">
+ </File>
+ </Filter>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\FileWriters.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\Passes.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\PhysRegTracker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\CodeGen\VirtRegMap.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj
new file mode 100644
index 0000000..0bf56cc
--- /dev/null
+++ b/win32/Configure/Configure.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Configure"
+ ProjectGUID="{19514E48-456C-4B9D-8637-F2285476461E}"
+ RootNamespace="Configure"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Configure|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="5"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/Configure.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/Configure.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\include\llvm\Config\config.h.in">
+ <FileConfiguration
+ Name="Configure|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating $(SolutionDir)llvm\Config\config.h"
+ CommandLine="copy $(InputPath)+$(SolutionDir)config.h $(ProjectDir)..\llvm\Config\config.h"
+ AdditionalDependencies="$(SolutionDir)config.h"
+ Outputs="$(ProjectDir)..\llvm\Config\config.h"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\DataTypes.h.in">
+ <FileConfiguration
+ 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"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_map.in">
+ <FileConfiguration
+ 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"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_set.in">
+ <FileConfiguration
+ 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"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\iterator.in">
+ <FileConfiguration
+ Name="Configure|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Generating $(SolutionDir)llvm\ADT\iterator"
+ CommandLine="copy $(InputPath) $(ProjectDir)..\llvm\ADT\iterator
+"
+ 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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj
new file mode 100644
index 0000000..26ee9df
--- /dev/null
+++ b/win32/ExecutionEngine/ExecutionEngine.vcproj
@@ -0,0 +1,176 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="ExecutionEngine"
+ ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/ExecutionEngine.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/ExecutionEngine.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\ExecutionEngine.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ <File
+ RelativePath="..\..\include\llvm\ExecutionEngine\ExecutionEngine.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ExecutionEngine\GenericValue.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="JIT"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Interpreter"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\Execution.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\ExternalFunctions.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ DisableSpecificWarnings="4190"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ DisableSpecificWarnings="4190"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Fibonacci/Fibonacci.vcproj b/win32/Fibonacci/Fibonacci.vcproj
new file mode 100644
index 0000000..4ebb5ff
--- /dev/null
+++ b/win32/Fibonacci/Fibonacci.vcproj
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Fibonacci"
+ ProjectGUID="{48FB551D-E37E-42EC-BC97-FF7219774867}"
+ RootNamespace="Fibonacci"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
+ OutputFile="$(OutDir)/Fibonacci.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
+ SubSystem="1"
+ OptimizeReferences="0"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
+ OutputFile="$(OutDir)/Fibonacci.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\examples\Fibonacci\fibonacci.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Linker/Linker.vcproj b/win32/Linker/Linker.vcproj
new file mode 100644
index 0000000..9c19d58
--- /dev/null
+++ b/win32/Linker/Linker.vcproj
@@ -0,0 +1,135 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Linker"
+ ProjectGUID="{342CF48F-760A-4040-A9A1-7D75AA2471CE}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Linker.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Linker.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Linker\LinkArchives.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Linker\Linker.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Linker\LinkItems.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Linker.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
new file mode 100644
index 0000000..e7406d8
--- /dev/null
+++ b/win32/Support/Support.vcproj
@@ -0,0 +1,410 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="support"
+ ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2"
+ ReferencesPath="">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/support.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/support.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Support\Allocator.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Annotation.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\APInt.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\CommandLine.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\ConstantRange.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Debug.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Dwarf.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\FileUtilities.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\FoldingSet.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\GraphWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\IsInf.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\IsNAN.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\ManagedStatic.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\MemoryBuffer.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\PluginLoader.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\SlowOperationInformer.cpp">
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\SmallPtrSet.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Statistic.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\Streams.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\StringExtras.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\StringMap.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Support\SystemUtils.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Allocator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Annotation.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\CallSite.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Casting.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\CFG.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\CommandLine.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Compiler.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ConstantRange.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\DataTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Debug.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Dwarf.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ELF.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\FileUtilities.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\GraphWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\InstIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\InstVisitor.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\LeakDetector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Linker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\MallocAllocator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ManagedStatic.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Mangler.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\MathExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\MemoryBuffer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\OutputBuffer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\PassNameParser.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\PatternMatch.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\PluginLoader.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Streams.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\SystemUtils.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\Timer.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\type_traits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Support\TypeInfo.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="ADT"
+ Filter="">
+ <File
+ RelativePath="..\..\include\llvm\ADT\APInt.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\APSInt.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\BitVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\DenseMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\FoldingSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_map">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\hash_set">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\HashExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\ilist">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\IndexedMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\iterator">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SCCIterator.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SetOperations.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\SetVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallString.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\SmallVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Statistic.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\STLExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\StringExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ADT\StringMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Tree.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\UniqueVector.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
new file mode 100644
index 0000000..e5cb3e8
--- /dev/null
+++ b/win32/System/System.vcproj
@@ -0,0 +1,227 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="System"
+ ProjectGUID="{0F8407F3-FA23-4CF1-83A9-DCBE0B361489}"
+ RootNamespace="System"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/System.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/System.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\System\Alarm.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Disassembler.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\DynamicLibrary.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\IncludeFile.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\MappedFile.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Memory.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Mutex.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Path.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Process.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Program.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Signals.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\System\Alarm.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Disassembler.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\IncludeFile.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\MappedFile.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Memory.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Mutex.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Path.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Process.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Program.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Signals.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\TimeValue.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Win32"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\MappedFile.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Memory.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Mutex.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Path.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Process.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Program.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Signals.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\TimeValue.inc">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Win32.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/TableGen/TableGen.vcproj b/win32/TableGen/TableGen.vcproj
new file mode 100644
index 0000000..407da44
--- /dev/null
+++ b/win32/TableGen/TableGen.vcproj
@@ -0,0 +1,294 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="TableGen"
+ ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\TableGen.exe"
+ LinkIncremental="2"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)\TableGen.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories=""
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\FileLexer.l">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Flexing $(InputFileName)"
+ CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)
+"
+ Outputs="$(InputName).cpp"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Flexing $(InputFileName)"
+ CommandLine="..\doflex.cmd release $(InputName) $(InputPath)
+"
+ Outputs="$(InputName).cpp"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\FileParser.y">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Bisoning $(InputFileName)"
+ CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
+"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCustomBuildTool"
+ Description="Bisoning $(InputFileName)"
+ CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
+"
+ Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\Record.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\TableGen.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CallingConvEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\DAGISelEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\Record.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\SubtargetEmitter.h">
+ </File>
+ <File
+ RelativePath="..\..\utils\TableGen\TableGenBackend.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Generated Files"
+ Filter="">
+ <File
+ RelativePath="FileLexer.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="fileparser.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ DisableSpecificWarnings="4065"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ DisableSpecificWarnings="4065"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="fileparser.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj
new file mode 100644
index 0000000..da5f87f
--- /dev/null
+++ b/win32/Target/Target.vcproj
@@ -0,0 +1,195 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Target"
+ ProjectGUID="{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Target.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Target.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Target\MRegisterInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\SubtargetFeature.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetAsmInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetData.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetFrameInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetInstrInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetMachine.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetMachineRegistry.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetMachOWriterInfo.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Target\MRegisterInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\SubtargetFeature.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetAsmInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetData.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetELFWriterInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetLowering.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetMachine.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetMachineRegistry.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetMachOWriterInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetOptions.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetSubtarget.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
new file mode 100644
index 0000000..aea8a40
--- /dev/null
+++ b/win32/Transforms/Transforms.vcproj
@@ -0,0 +1,398 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="Transforms"
+ ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Transforms.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/Transforms.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <Filter
+ Name="Instrumentation"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="IPO"
+ Filter="">
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp">
+ </File>
+ <File
+ 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\CondPropagate.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp">
+ </File>
+ <File
+ 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\BreakCriticalEdges.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Instrumentation.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\IPO.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Scalar.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
new file mode 100644
index 0000000..7cb8137
--- /dev/null
+++ b/win32/VMCore/VMCore.vcproj
@@ -0,0 +1,345 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="VMCore"
+ ProjectGUID="{45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}"
+ RootNamespace="VMCore"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/VMCore.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/VMCore.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\ConstantFold.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Constants.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Dominators.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Function.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Globals.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\InlineAsm.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Instruction.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Instructions.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\IntrinsicInst.cpp">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Intrinsics.td">
+ <FileConfiguration
+ 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
+"
+ AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td"
+ Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
+ </FileConfiguration>
+ <FileConfiguration
+ 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
+"
+ AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe;$(InputDir)IntrinsicsX86.td;$(InputDir)IntrinsicsPowerPC.td"
+ Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\LeakDetector.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Mangler.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Module.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\ModuleProvider.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Pass.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\PassManager.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Type.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\Value.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\ValueTypes.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\include\llvm\AbstractTypeUser.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Argument.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\BasicBlock.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Constant.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\ConstantFold.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Constants.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\DerivedTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Function.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\GlobalAlias.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\GlobalValue.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\GlobalVariable.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\InlineAsm.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\InstrTypes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Instruction.def">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Instruction.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Instructions.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\IntrinsicInst.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Intrinsics.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\IntrinsicsPowerPC.td">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\IntrinsicsX86.td">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Linker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Module.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ModuleProvider.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ParameterAttributes.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Pass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\PassAnalysisSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\PassManager.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\PassManagers.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\PassSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\SymbolTableListTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Type.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\TypeSymbolTable.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Use.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\User.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Value.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ValueSymbolTable.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Assembly\Writer.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Generated Tablegen Files"
+ Filter="">
+ <File
+ RelativePath="..\llvm\intrinsics.gen">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/bugpoint/bugpoint.vcproj b/win32/bugpoint/bugpoint.vcproj
new file mode 100644
index 0000000..ab340e8
--- /dev/null
+++ b/win32/bugpoint/bugpoint.vcproj
@@ -0,0 +1,175 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="bugpoint"
+ ProjectGUID="{57249192-8E29-4D85-8B7A-FEFF1760B1DA}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/bugpoint.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/bugpoint.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/bugpoint.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\tools\bugpoint\BugDriver.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\bugpoint.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\CrashDebugger.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\ExecutionDriver.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\ExtractFunction.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\FindBugs.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\Miscompilation.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\OptimizerDriver.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\TestPasses.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\tools\bugpoint\BugDriver.h">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\ListReducer.h">
+ </File>
+ <File
+ RelativePath="..\..\tools\bugpoint\ToolRunner.h">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/config.h b/win32/config.h
new file mode 100644
index 0000000..5783636
--- /dev/null
+++ b/win32/config.h
@@ -0,0 +1,24 @@
+/* This file is appended to config.h.in to form the Windows version of
+ * config.h */
+
+#define PACKAGE_NAME "LLVM (win32 vc7.1)"
+#define PACKAGE_VERSION 1.4
+#define HAVE_WINDOWS_H 1
+#define HAVE_LIMITS_H 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STDIO_H 1
+#define HAVE_STRING_H 1
+#define HAVE_CEILF 1
+#define HAVE_FLOORF 1
+#define SHLIBEXT ".lib"
+#define error_t int
+#define HAVE_ERRNO_H 1
+#define LTDL_DLOPEN_DEPLIBS 1
+#define LTDL_OBJDIR "_libs"
+#define LTDL_SHLIBPATH_VAR "PATH"
+#define LTDL_SHLIB_EXT ".dll"
+#define LTDL_SYSSEARCHPATH ""
+#define LLVM_ON_WIN32 1
+
+#define strtoll strtol
diff --git a/win32/dobison.cmd b/win32/dobison.cmd
new file mode 100755
index 0000000..0338e5e
--- /dev/null
+++ b/win32/dobison.cmd
@@ -0,0 +1,22 @@
+@echo off
+rem dobison.cmd prefix mode target source
+rem prefix - passed to bison as -p<prefix>
+rem mode - either debug or release
+rem target - generated parser file name without extension
+rem source - input to bison
+
+if "%2"=="debug" (set flags=-tvdo) else (set flags=-vdo)
+
+rem Test for presence of bison.
+bison --help >NUL
+if errorlevel 1 goto nobison
+
+rem Run bison.
+bison -p%1 %flags%%3.cpp %4 && move %3.hpp %3.h
+exit
+
+:nobison
+echo Bison not found. Using pre-generated files.
+copy %~pn4.cpp.cvs %3.cpp
+copy %~pn4.h.cvs %3.h
+exit
diff --git a/win32/doflex.cmd b/win32/doflex.cmd
new file mode 100755
index 0000000..8f32fbd
--- /dev/null
+++ b/win32/doflex.cmd
@@ -0,0 +1,20 @@
+@echo off
+rem doflex.cmd prefix mode target source
+rem mode - either debug or release
+rem target - generated parser file name without extension
+rem source - input to bison
+
+if "%1"=="debug" (set flags=-t) else (set flags=-t)
+
+rem Test for presence of flex.
+flex --help >NUL
+if errorlevel 1 goto noflex
+
+rem Run flex.
+flex %flags% >%2.cpp %3
+exit
+
+:noflex
+echo Flex not found. Using pre-generated files.
+copy %~pn3.cpp.cvs %2.cpp
+exit
diff --git a/win32/llc/llc.vcproj b/win32/llc/llc.vcproj
new file mode 100644
index 0000000..2a066b8
--- /dev/null
+++ b/win32/llc/llc.vcproj
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llc"
+ ProjectGUID="{ADE86BDC-B04C-43DF-B9BB-90492C7B14AC}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
+ OutputFile="$(OutDir)/llc.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llc.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj $(SolutionDir)\CBackend\$(IntDir)\CBackend.obj"
+ OutputFile="$(OutDir)/llc.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\tools\llc\llc.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/lli/lli.vcproj b/win32/lli/lli.vcproj
new file mode 100644
index 0000000..19f7cb6
--- /dev/null
+++ b/win32/lli/lli.vcproj
@@ -0,0 +1,141 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="lli"
+ ProjectGUID="{FB6FFD68-C1E4-4DCF-AB02-36D205D5263E}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
+ OutputFile="$(OutDir)/lli.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/lli.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="$(SolutionDir)X86\$(IntDir)\X86TargetMachine.obj"
+ OutputFile="$(OutDir)/lli.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\tools\lli\lli.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-ar/llvm-ar.vcproj b/win32/llvm-ar/llvm-ar.vcproj
new file mode 100644
index 0000000..1eb06f1
--- /dev/null
+++ b/win32/llvm-ar/llvm-ar.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-ar"
+ ProjectGUID="{0FF2B75C-49C1-4B49-A44A-531C93000296}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-ar.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-ar.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-ar.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-as/llvm-as.vcproj b/win32/llvm-as/llvm-as.vcproj
new file mode 100644
index 0000000..a216d08
--- /dev/null
+++ b/win32/llvm-as/llvm-as.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-as"
+ ProjectGUID="{4FBC40A5-E626-4A6C-A9D3-FAE5C28D30CC}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-as.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-as.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-as.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj b/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj
new file mode 100644
index 0000000..6d45070
--- /dev/null
+++ b/win32/llvm-bcanalyzer/llvm-bcanalyzer.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-bcanalyzer"
+ ProjectGUID="{E0B1E329-BE3E-456D-B372-5F397BE42C84}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-bcanalyzer.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-bcanalyzer.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-bcanalyzer.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-dis/llvm-dis.vcproj b/win32/llvm-dis/llvm-dis.vcproj
new file mode 100644
index 0000000..f5813d4
--- /dev/null
+++ b/win32/llvm-dis/llvm-dis.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-dis"
+ ProjectGUID="{B13476BC-30AB-4EA0-BC1E-212C0A459405}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-dis.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-dis.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-dis.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-ld/llvm-ld.vcproj b/win32/llvm-ld/llvm-ld.vcproj
new file mode 100644
index 0000000..68ffcaf
--- /dev/null
+++ b/win32/llvm-ld/llvm-ld.vcproj
@@ -0,0 +1,142 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-ld"
+ ProjectGUID="{64D8AA46-88DB-41F4-B837-053AE02406B8}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-ld.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-ld.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-ld.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\tools\llvm-ld\llvm-ld.cpp">
+ </File>
+ <File
+ 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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-link/llvm-link.vcproj b/win32/llvm-link/llvm-link.vcproj
new file mode 100644
index 0000000..5d2f513
--- /dev/null
+++ b/win32/llvm-link/llvm-link.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-link"
+ ProjectGUID="{5E249789-49E1-4600-B12B-8AD2BB6439B2}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-link.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-link.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-link.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-nm/llvm-nm.vcproj b/win32/llvm-nm/llvm-nm.vcproj
new file mode 100644
index 0000000..d2bc6d6
--- /dev/null
+++ b/win32/llvm-nm/llvm-nm.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-nm"
+ ProjectGUID="{5FF862CE-80A0-4B48-A80B-68AE325A0432}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-nm.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-nm.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-nm.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-prof/llvm-prof.vcproj b/win32/llvm-prof/llvm-prof.vcproj
new file mode 100644
index 0000000..cb91502
--- /dev/null
+++ b/win32/llvm-prof/llvm-prof.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-prof"
+ ProjectGUID="{ACBE81D9-64B1-4133-823A-807A4E60B454}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-prof.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-prof.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-prof.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm-ranlib/llvm-ranlib.vcproj b/win32/llvm-ranlib/llvm-ranlib.vcproj
new file mode 100644
index 0000000..4ea43fa
--- /dev/null
+++ b/win32/llvm-ranlib/llvm-ranlib.vcproj
@@ -0,0 +1,139 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="llvm-ranlib"
+ ProjectGUID="{BB16C7EE-B4ED-4714-B5ED-B775C62A6612}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-ranlib.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/llvm-ranlib.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/llvm-ranlib.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/llvm.sln b/win32/llvm.sln
new file mode 100644
index 0000000..0910991
--- /dev/null
+++ b/win32/llvm.sln
@@ -0,0 +1,377 @@
+Microsoft Visual Studio Solution File, Format Version 8.00
+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}
+ EndProjectSection
+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}
+ 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}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ExecutionEngine", "ExecutionEngine\ExecutionEngine.vcproj", "{76295AE8-A083-460E-9F80-6F2B8923264A}"
+ ProjectSection(ProjectDependencies) = postProject
+ {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}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Target", "Target\Target.vcproj", "{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CodeGen", "CodeGen\CodeGen.vcproj", "{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "System", "System\System.vcproj", "{0F8407F3-FA23-4CF1-83A9-DCBE0B361489}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Analysis", "Analysis\Analysis.vcproj", "{0622E827-8464-489D-8B1C-B0B496F35C08}"
+ ProjectSection(ProjectDependencies) = postProject
+ {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}
+ 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}
+ 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}
+ 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}
+ 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}
+ 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}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AsmParser", "AsmParser\AsmParser.vcproj", "{3DC216F5-1DDD-478A-84F8-C124E5C31982}"
+ ProjectSection(ProjectDependencies) = postProject
+ {19514E48-456C-4B9D-8637-F2285476461E} = {19514E48-456C-4B9D-8637-F2285476461E}
+ EndProjectSection
+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}
+ 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}
+ 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}
+ 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}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "CBackend", "CBackend\CBackend.vcproj", "{057777CD-DED5-46DF-BF9A-6B76DE212549}"
+ ProjectSection(ProjectDependencies) = postProject
+ {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}
+ 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}
+ 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}
+ 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}
+ 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}
+ 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}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Bitcode", "Bitcode\Bitcode.vcproj", "{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Archive", "Archive\Archive.vcproj", "{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}"
+ ProjectSection(ProjectDependencies) = postProject
+ {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
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
diff --git a/win32/opt/opt.vcproj b/win32/opt/opt.vcproj
new file mode 100644
index 0000000..44df0ed
--- /dev/null
+++ b/win32/opt/opt.vcproj
@@ -0,0 +1,148 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="opt"
+ ProjectGUID="{006D8B41-C3C7-4448-85E1-AF8907E591E5}"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/opt.exe"
+ LinkIncremental="2"
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile="$(OutDir)/opt.pdb"
+ SubSystem="1"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(IntDir)"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories="..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(OutDir)/opt.exe"
+ LinkIncremental="1"
+ GenerateDebugInformation="TRUE"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ TargetMachine="1"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\tools\opt\AnalysisWrappers.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\opt\GraphPrinters.cpp">
+ </File>
+ <File
+ RelativePath="..\..\tools\opt\opt.cpp">
+ </File>
+ <File
+ 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}">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/win32/unistd.h b/win32/unistd.h
new file mode 100644
index 0000000..66674ac
--- /dev/null
+++ b/win32/unistd.h
@@ -0,0 +1 @@
+// This file has to be here because it's #included from the auto generated FileLexer.cpp \ No newline at end of file
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj
new file mode 100644
index 0000000..b002488
--- /dev/null
+++ b/win32/x86/x86.vcproj
@@ -0,0 +1,327 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="x86"
+ ProjectGUID="{144EEBF6-8C9B-4473-B715-2C821666AF6C}"
+ RootNamespace="x86"
+ Keyword="Win32Proj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="..\Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=".;..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ MinimalRebuild="TRUE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ BrowseInformation="1"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="4"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/x86.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="4"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=".;..\..\include;.."
+ PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ StringPooling="TRUE"
+ RuntimeLibrary="2"
+ ForceConformanceInForLoopScope="TRUE"
+ RuntimeTypeInfo="TRUE"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="FALSE"
+ DebugInformationFormat="3"
+ DisableSpecificWarnings="4355,4146,4800"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLibrarianTool"
+ OutputFile="$(OutDir)/x86.lib"/>
+ <Tool
+ Name="VCMIDLTool"/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
+ <File
+ RelativePath="..\..\lib\Target\X86\X86.td">
+ <FileConfiguration
+ 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
+"
+ 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"/>
+ </FileConfiguration>
+ <FileConfiguration
+ 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
+"
+ 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"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86AsmPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86CodeEmitter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86COFF.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ELFWriterInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86FloatingPoint.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrX86-64.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ISelDAGToDAG.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ISelLowering.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86Subtarget.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.cpp">
+ </File>
+ <File
+ 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}">
+ <File
+ RelativePath="..\..\lib\Target\Target.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetSchedule.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\TargetSelectionDAG.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ATTAsmPrinter.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86CallingConv.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrBuilder.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrFPStack.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrInfo.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrMMX.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86InstrSSE.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86IntelAsmPrinter.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86ISelLowering.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86JITInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86MachineFunctionInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86RegisterInfo.td">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86Subtarget.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86TargetAsmInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86TargetMachine.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Generated Tablegen Files"
+ Filter="">
+ <File
+ RelativePath=".\X86GenAsmWriter.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenAsmWriter1.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenDAGISel.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenInstrInfo.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenInstrNames.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenRegisterInfo.h.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenRegisterInfo.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenRegisterNames.inc">
+ </File>
+ <File
+ RelativePath=".\X86GenSubtarget.inc">
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>