summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-12-04 19:14:38 +0000
committerChris Lattner <sabre@nondot.org>2004-12-04 19:14:38 +0000
commitffbc58de91ff7f0ee641695b6c5cafb0a34e011b (patch)
treeddf89237bec172ade6c6220000deaae9dbb76c47 /win32
parentc8ef1edc63508d21bf8e38112fc125cde01fdbb9 (diff)
downloadllvm-ffbc58de91ff7f0ee641695b6c5cafb0a34e011b.tar.gz
llvm-ffbc58de91ff7f0ee641695b6c5cafb0a34e011b.tar.bz2
llvm-ffbc58de91ff7f0ee641695b6c5cafb0a34e011b.tar.xz
Update the win32 project files, contributed by Morton Ofstad!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18495 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/Analysis/Analysis.vcproj87
-rw-r--r--win32/CodeGen/CodeGen.vcproj54
-rw-r--r--win32/Configure/Configure.vcproj7
-rw-r--r--win32/ExecutionEngine/ExecutionEngine.vcproj12
-rw-r--r--win32/Support/Support.vcproj73
-rw-r--r--win32/System/System.vcproj67
-rw-r--r--win32/Target/Target.vcproj27
-rw-r--r--win32/Transforms/Transforms.vcproj27
-rw-r--r--win32/VMCore/VMCore.vcproj87
-rw-r--r--win32/x86/x86.vcproj9
10 files changed, 433 insertions, 17 deletions
diff --git a/win32/Analysis/Analysis.vcproj b/win32/Analysis/Analysis.vcproj
index 31cfd2d6e4..3f93272847 100644
--- a/win32/Analysis/Analysis.vcproj
+++ b/win32/Analysis/Analysis.vcproj
@@ -167,6 +167,93 @@
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\ConstantsScanner.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\DataStructure\DataStructure.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Dominators.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\DataStructure\DSGraph.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\DataStructure\DSGraphTraits.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\DataStructure\DSNode.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\DataStructure\DSSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\Expressions.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Analysis\FindUnsafePointerTypes.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\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\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>
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 9e969a16e6..ef0c62a36f 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -171,15 +171,69 @@
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\InstrScheduling.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h">
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\LiveInterval.h">
</File>
<File
RelativePath="..\..\lib\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\Passes.h">
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\PhysRegTracker.h">
</File>
<File
+ RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\ValueSet.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h">
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\VirtRegMap.h">
</File>
</Filter>
diff --git a/win32/Configure/Configure.vcproj b/win32/Configure/Configure.vcproj
index adc9acd03d..c6d46ed815 100644
--- a/win32/Configure/Configure.vcproj
+++ b/win32/Configure/Configure.vcproj
@@ -72,8 +72,7 @@
Name="Configure|Win32">
<Tool
Name="VCCustomBuildTool"
- CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)config.h &quot;s/#undef PACKAGE_NAME/#define PACKAGE_NAME \&quot;LLVM (win32 vc7.1)\&quot;/;s/#undef PACKAGE_VERSION/#define PACKAGE_VERSION 1.4/;s/#undef HAVE_WINDOWS_H/#define HAVE_WINDOWS_H 1/;s/#undef HAVE_LIMITS_H/#define HAVE_LIMITS_H 1/;s/#undef HAVE_SYS_STAT_H/#define HAVE_SYS_STAT_H 1/;s/#undef SHLIBEXT/#define SHLIBEXT \&quot;.lib\&quot;/&quot;
-"
+ CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)config.h &quot;s/#undef PACKAGE_NAME/#define PACKAGE_NAME \&quot;LLVM (win32 vc7.1)\&quot;/;s/#undef PACKAGE_VERSION/#define PACKAGE_VERSION 1.4/;s/#undef HAVE_WINDOWS_H/#define HAVE_WINDOWS_H 1/;s/#undef HAVE_LIMITS_H/#define HAVE_LIMITS_H 1/;s/#undef HAVE_SYS_STAT_H/#define HAVE_SYS_STAT_H 1/;s/#undef HAVE_STDLIB_H/#define HAVE_STDLIB_H 1/;s/#undef HAVE_STDIO_H/#define HAVE_STDIO_H 1/;s/#undef HAVE_STRING_H/#define HAVE_STRING_H 1/;s/#undef SHLIBEXT/#define SHLIBEXT \&quot;.lib\&quot;/;s/#undef error_t/#define error_t int/;s/#undef HAVE_ERRNO_H/#define HAVE_ERRNO_H 1/;s/#undef LTDL_DLOPEN_DEPLIBS/#define LTDL_DLOPEN_DEPLIBS 1/;s/#undef LTDL_OBJDIR/#define LTDL_OBJDIR \&quot;_libs\&quot;/;s/#undef LTDL_SHLIBPATH_VAR/#define LTDL_SHLIBPATH_VAR \&quot;PATH\&quot;/;s/#undef LTDL_SHLIB_EXT/#define LTDL_SHLIB_EXT \&quot;.dll\&quot;/;s/#undef LTDL_SYSSEARCHPATH/#define LTDL_SYSSEARCHPATH \&quot;\&quot;/;&quot;"
Outputs="$(InputDir)config.h"/>
</FileConfiguration>
</File>
@@ -94,7 +93,7 @@
Name="Configure|Win32">
<Tool
Name="VCCustomBuildTool"
- CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)hash_map &quot;s/#undef HAVE_GLOBAL_HASH_MAP/#define HAVE_GLOBAL_HASH_MAP 1/;/using HASH_NAMESPACE\:\:hash;.*$/{D};/#include.*HashExtras.*$/{D}&quot;
+ CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)hash_map &quot;s/#undef HAVE_GLOBAL_HASH_MAP/#define HAVE_GLOBAL_HASH_MAP 1/;/using HASH_NAMESPACE\:\:hash;.*$/{D};/#include.*HashExtras.*$/{D};s/define HASH_NAMESPACE std/define HASH_NAMESPACE stdext/&quot;
"
Outputs="$(InputDir)hash_map"/>
</FileConfiguration>
@@ -105,7 +104,7 @@
Name="Configure|Win32">
<Tool
Name="VCCustomBuildTool"
- CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)hash_set &quot;s/#undef HAVE_GLOBAL_HASH_SET/#define HAVE_GLOBAL_HASH_SET 1/;/using HASH_NAMESPACE\:\:hash;.*$/{D};/#include.*HashExtras.*$/{D}&quot;
+ CommandLine="..\tools\sed &lt;$(InputPath) &gt;$(InputDir)hash_set &quot;s/#undef HAVE_GLOBAL_HASH_SET/#define HAVE_GLOBAL_HASH_SET 1/;/using HASH_NAMESPACE\:\:hash;.*$/{D};/#include.*HashExtras.*$/{D};s/define HASH_NAMESPACE std/define HASH_NAMESPACE stdext/&quot;
"
Outputs="$(InputDir)hash_set"/>
</FileConfiguration>
diff --git a/win32/ExecutionEngine/ExecutionEngine.vcproj b/win32/ExecutionEngine/ExecutionEngine.vcproj
index 17a1d7513c..95a71df554 100644
--- a/win32/ExecutionEngine/ExecutionEngine.vcproj
+++ b/win32/ExecutionEngine/ExecutionEngine.vcproj
@@ -113,14 +113,17 @@
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\Emitter.cpp">
- </File>
- <File
RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp">
</File>
<File
@@ -130,6 +133,9 @@
RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h">
</File>
<File
+ RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp">
</File>
</Filter>
diff --git a/win32/Support/Support.vcproj b/win32/Support/Support.vcproj
index 7ab3e727cb..825804ae21 100644
--- a/win32/Support/Support.vcproj
+++ b/win32/Support/Support.vcproj
@@ -114,14 +114,17 @@
</File>
<File
RelativePath="..\..\lib\Support\Compressor.cpp">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalIncludeDirectories=""/>
+ </FileConfiguration>
</File>
<File
RelativePath="..\..\lib\Support\Debug.cpp">
</File>
<File
- RelativePath="..\..\lib\Support\DynamicLinker.cpp">
- </File>
- <File
RelativePath="..\..\lib\Support\FileUtilities.cpp">
<FileConfiguration
Name="Debug|Win32"
@@ -217,9 +220,6 @@
RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
</File>
<File
- RelativePath="..\..\include\llvm\Support\DynamicLinker.h">
- </File>
- <File
RelativePath="..\..\include\llvm\Support\ELF.h">
</File>
<File
@@ -289,6 +289,67 @@
RelativePath="..\..\include\llvm\Support\TypeInfo.h">
</File>
</Filter>
+ <Filter
+ Name="ADT"
+ Filter="">
+ <File
+ RelativePath="..\..\include\llvm\Adt\BitSetVector.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\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\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\Statistic.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\STLExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\StringExtras.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\Tree.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
+ </File>
+ </Filter>
</Files>
<Globals>
</Globals>
diff --git a/win32/System/System.vcproj b/win32/System/System.vcproj
index 5ac35887a4..7497856612 100644
--- a/win32/System/System.vcproj
+++ b/win32/System/System.vcproj
@@ -107,6 +107,24 @@
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
<File
+ RelativePath="..\..\lib\System\DynamicLibrary.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\ltdl.c">
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="__WINDOWS__"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="__WINDOWS__"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\lib\System\MappedFile.cpp">
</File>
<File
@@ -136,13 +154,57 @@
Filter="h;hpp;hxx;hm;inl;inc;xsd"
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
<File
- RelativePath="..\..\lib\System\Win32\Win32.h">
+ RelativePath="..\..\include\llvm\System\DynamicLibrary.h">
+ </File>
+ <File
+ RelativePath="..\..\lib\System\ltdl.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\MappedFile.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\Memory.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\SysConfig.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\System\TimeValue.h">
</File>
</Filter>
<Filter
Name="Win32"
Filter="">
<File
+ RelativePath="..\..\lib\System\Win32\DynamicLibrary.cpp">
+ <FileConfiguration
+ Name="Debug|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ ExcludedFromBuild="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ ObjectFile="$(IntDir)/$(InputName)1.obj"/>
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\lib\System\Win32\MappedFile.cpp">
<FileConfiguration
Name="Debug|Win32"
@@ -278,6 +340,9 @@
ObjectFile="$(IntDir)/$(InputName)1.obj"/>
</FileConfiguration>
</File>
+ <File
+ RelativePath="..\..\lib\System\Win32\Win32.h">
+ </File>
</Filter>
</Files>
<Globals>
diff --git a/win32/Target/Target.vcproj b/win32/Target/Target.vcproj
index b589ed9f22..bc1249d7c1 100644
--- a/win32/Target/Target.vcproj
+++ b/win32/Target/Target.vcproj
@@ -131,6 +131,33 @@
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\TargetData.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetMachine.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetMachineRegistry.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetOptions.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Target\TargetSchedInfo.h">
+ </File>
</Filter>
</Files>
<Globals>
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
index 82458fe75c..8308497280 100644
--- a/win32/Transforms/Transforms.vcproj
+++ b/win32/Transforms/Transforms.vcproj
@@ -387,6 +387,33 @@
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>
diff --git a/win32/VMCore/VMCore.vcproj b/win32/VMCore/VMCore.vcproj
index 45a1100495..dd703945d3 100644
--- a/win32/VMCore/VMCore.vcproj
+++ b/win32/VMCore/VMCore.vcproj
@@ -171,14 +171,101 @@
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\BasicBlock.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Constant.h">
+ </File>
+ <File
RelativePath="..\..\lib\VMCore\ConstantFolding.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\GlobalValue.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\GlobalVariable.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\Linker.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Module.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\ModuleProvider.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="..\..\lib\VMCore\PassManagerT.h">
</File>
<File
+ RelativePath="..\..\include\llvm\PassSupport.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\SymbolTable.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\Use.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\User.h">
+ </File>
+ <File
+ RelativePath="..\..\include\llvm\Value.h">
+ </File>
</Filter>
</Files>
<Globals>
diff --git a/win32/x86/x86.vcproj b/win32/x86/x86.vcproj
index e74ae983e6..ca0cbd86f1 100644
--- a/win32/x86/x86.vcproj
+++ b/win32/x86/x86.vcproj
@@ -142,6 +142,9 @@
RelativePath="..\..\lib\Target\X86\X86ISelSimple.cpp">
</File>
<File
+ RelativePath="..\..\lib\Target\X86\X86JITInfo.cpp">
+ </File>
+ <File
RelativePath="..\..\lib\Target\X86\X86PeepholeOpt.cpp">
</File>
<File
@@ -150,9 +153,6 @@
<File
RelativePath="..\..\lib\Target\X86\X86TargetMachine.cpp">
</File>
- <File
- RelativePath="..\..\lib\Target\X86\X86TargetMachine.h">
- </File>
</Filter>
<Filter
Name="Header Files"
@@ -173,6 +173,9 @@
<File
RelativePath="..\..\lib\Target\X86\X86RegisterInfo.h">
</File>
+ <File
+ RelativePath="..\..\lib\Target\X86\X86TargetMachine.h">
+ </File>
</Filter>
</Files>
<Globals>