[llvm-commits] [llvm] r41553 - in /llvm/trunk/win32: Support/Support.vcproj Transforms/Transforms.vcproj VMCore/VMCore.vcproj x86/x86.vcproj

Chuck Rose III cfr at adobe.com
Tue Aug 28 11:59:02 PDT 2007


Author: cfr
Date: Tue Aug 28 13:59:02 2007
New Revision: 41553

URL: http://llvm.org/viewvc/llvm-project?rev=41553&view=rev
Log:
Update win32 VStudio project files to keep pace with recently added and deleted files

Modified:
    llvm/trunk/win32/Support/Support.vcproj
    llvm/trunk/win32/Transforms/Transforms.vcproj
    llvm/trunk/win32/VMCore/VMCore.vcproj
    llvm/trunk/win32/x86/x86.vcproj

Modified: llvm/trunk/win32/Support/Support.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Support/Support.vcproj?rev=41553&r1=41552&r2=41553&view=diff

==============================================================================
--- llvm/trunk/win32/Support/Support.vcproj (original)
+++ llvm/trunk/win32/Support/Support.vcproj Tue Aug 28 13:59:02 2007
@@ -49,10 +49,11 @@
 				ForceConformanceInForLoopScope="true"
 				RuntimeTypeInfo="true"
 				UsePrecompiledHeader="0"
+				ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
 				BrowseInformation="1"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="false"
-				DebugInformationFormat="4"
+				DebugInformationFormat="3"
 				DisableSpecificWarnings="4355,4146,4800"
 			/>
 			<Tool
@@ -116,6 +117,7 @@
 				ForceConformanceInForLoopScope="true"
 				RuntimeTypeInfo="true"
 				UsePrecompiledHeader="0"
+				ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
 				WarningLevel="3"
 				Detect64BitPortabilityProblems="false"
 				DebugInformationFormat="3"
@@ -168,6 +170,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Support\APFloat.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Support\APInt.cpp"
 				>
 			</File>
@@ -223,13 +229,6 @@
 				RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
 				>
 				<FileConfiguration
-					Name="Debug|Win32"
-					>
-					<Tool
-						Name="VCCLCompilerTool"
-					/>
-				</FileConfiguration>
-				<FileConfiguration
 					Name="Release|Win32"
 					ExcludedFromBuild="true"
 					>
@@ -309,10 +308,6 @@
 				>
 			</File>
 			<File
-				RelativePath="..\..\include\llvm\Support\DataTypes.h"
-				>
-			</File>
-			<File
 				RelativePath="..\..\include\llvm\Support\Debug.h"
 				>
 			</File>
@@ -445,6 +440,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
+				>
+			</File>
+			<File
 				RelativePath="..\..\include\llvm\Adt\DenseMap.h"
 				>
 			</File>

Modified: llvm/trunk/win32/Transforms/Transforms.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/Transforms/Transforms.vcproj?rev=41553&r1=41552&r2=41553&view=diff

==============================================================================
--- llvm/trunk/win32/Transforms/Transforms.vcproj (original)
+++ llvm/trunk/win32/Transforms/Transforms.vcproj Tue Aug 28 13:59:02 2007
@@ -309,10 +309,6 @@
 					>
 				</File>
 				<File
-					RelativePath="..\..\lib\Transforms\Scalar\FastDSE.cpp"
-					>
-				</File>
-				<File
 					RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
 					>
 				</File>
@@ -337,6 +333,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
 					>
 				</File>
@@ -417,6 +417,10 @@
 					>
 				</File>
 				<File
+					RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
+					>
+				</File>
+				<File
 					RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
 					>
 				</File>

Modified: llvm/trunk/win32/VMCore/VMCore.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/VMCore/VMCore.vcproj?rev=41553&r1=41552&r2=41553&view=diff

==============================================================================
--- llvm/trunk/win32/VMCore/VMCore.vcproj (original)
+++ llvm/trunk/win32/VMCore/VMCore.vcproj Tue Aug 28 13:59:02 2007
@@ -167,6 +167,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\VMCore\BasicBlock.cpp"
 				>
 			</File>

Modified: llvm/trunk/win32/x86/x86.vcproj
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/win32/x86/x86.vcproj?rev=41553&r1=41552&r2=41553&view=diff

==============================================================================
--- llvm/trunk/win32/x86/x86.vcproj (original)
+++ llvm/trunk/win32/x86/x86.vcproj Tue Aug 28 13:59:02 2007
@@ -217,6 +217,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\Target\X86\X86InstrFormats.td"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\Target\X86\X86InstrInfo.cpp"
 				>
 			</File>





More information about the llvm-commits mailing list