[llvm-commits] CVS: llvm/win32/Transforms/Transforms.vcproj

Reid Spencer reid at x10sys.com
Wed Nov 3 08:13:27 PST 2004



Changes in directory llvm/win32/Transforms:

Transforms.vcproj added (r1.1)
---
Log message:

MS Visual Studio files for building LLVM on Win32 platforms.


---
Diffs of the changes:  (+397 -0)

Index: llvm/win32/Transforms/Transforms.vcproj
diff -c /dev/null llvm/win32/Transforms/Transforms.vcproj:1.1
*** /dev/null	Wed Nov  3 10:13:24 2004
--- llvm/win32/Transforms/Transforms.vcproj	Wed Nov  3 10:13:14 2004
***************
*** 0 ****
--- 1,397 ----
+ <?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="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS;HASH_NAMESPACE="stdext""
+ 				MinimalRebuild="TRUE"
+ 				BasicRuntimeChecks="3"
+ 				RuntimeLibrary="3"
+ 				ForceConformanceInForLoopScope="TRUE"
+ 				RuntimeTypeInfo="TRUE"
+ 				UsePrecompiledHeader="0"
+ 				WarningLevel="3"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="4"
+ 				DisableSpecificWarnings="4800;4244;4267"/>
+ 			<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="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
+ 				RuntimeLibrary="2"
+ 				ForceConformanceInForLoopScope="TRUE"
+ 				RuntimeTypeInfo="TRUE"
+ 				UsePrecompiledHeader="0"
+ 				WarningLevel="3"
+ 				Detect64BitPortabilityProblems="TRUE"
+ 				DebugInformationFormat="3"
+ 				DisableSpecificWarnings="4099;4800;4244;4267"/>
+ 			<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}">
+ 			<File
+ 				RelativePath="..\..\lib\Transforms\ExprTypeConvert.cpp">
+ 			</File>
+ 			<File
+ 				RelativePath="..\..\lib\Transforms\LevelRaise.cpp">
+ 			</File>
+ 			<File
+ 				RelativePath="..\..\lib\Transforms\TransformInternals.cpp">
+ 			</File>
+ 			<File
+ 				RelativePath="..\..\lib\Transforms\TransformInternals.h">
+ 			</File>
+ 			<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\EmitFunctions.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
+ 				</File>
+ 				<Filter
+ 					Name="ProfilePaths"
+ 					Filter="">
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\CombineBranch.cpp">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\EdgeCode.cpp">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.cpp">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.h">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\GraphAuxiliary.cpp">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\InstLoops.cpp">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\ProfilePaths.cpp">
+ 					</File>
+ 					<File
+ 						RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\RetracePath.cpp">
+ 					</File>
+ 					<Filter
+ 						Name="EmitFunctions"
+ 						Filter="">
+ 					</Filter>
+ 				</Filter>
+ 			</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\FunctionResolution.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.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>
+ 			</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\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\DecomposeMultiDimRefs.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\LoopSimplify.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerAllocations.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerConstantExprs.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerInvoke.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerSelect.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\LowerSwitch.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\Mem2Reg.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\PRE.cpp">
+ 				</File>
+ 				<File
+ 					RelativePath="..\..\lib\Transforms\Scalar\Reassociate.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\SymbolStripping.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\Local.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}">
+ 		</Filter>
+ 	</Files>
+ 	<Globals>
+ 	</Globals>
+ </VisualStudioProject>






More information about the llvm-commits mailing list