X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=win32%2FTransforms%2FTransforms.vcproj;h=7eb0514bd8a04a9f8f83704612fe3de76f38d3eb;hb=9a79de3d091978cfee5264ee2563fc5dedd33cb7;hp=1429c910fe2c0258dce044ddd9deaf06cd23549e;hpb=ba16b7a8d350e8ec02eb584700331f7f00db1300;p=oota-llvm.git diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj index 1429c910fe2..7eb0514bd8a 100644 --- a/win32/Transforms/Transforms.vcproj +++ b/win32/Transforms/Transforms.vcproj @@ -1,102 +1,299 @@ + Keyword="Win32Proj" + > + Name="Win32" + /> + + + + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4355,4146,4800" + /> + Name="VCManagedResourceCompilerTool" + /> + + + OutputFile="$(OutDir)/Transforms.lib" + /> + + + + + + + + + + + + + + Name="VCManagedResourceCompilerTool" + /> + Name="VCResourceCompilerTool" + /> + Name="VCPreLinkEventTool" + /> + Name="VCLibrarianTool" + OutputFile="$(OutDir)/Transforms.lib" + /> + Name="VCALinkTool" + /> + Name="VCXDCMakeTool" + /> + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + Name="VCPostBuildEventTool" + /> + InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" + CharacterSet="2" + > + + + + + + DisableSpecificWarnings="4355,4146,4800" + /> + Name="VCManagedResourceCompilerTool" + /> + + + OutputFile="$(OutDir)/Transforms.lib" + /> + + + Name="VCBscMakeTool" + /> + Name="VCFxCopTool" + /> + + + + Name="VCPreBuildEventTool" + /> + Name="VCCustomBuildTool" + /> + Name="VCXMLDataGeneratorTool" + /> + Name="VCWebServiceProxyGeneratorTool" + /> + Name="VCMIDLTool" + TargetEnvironment="3" + /> + Name="VCCLCompilerTool" + AdditionalIncludeDirectories="..\..\include;.." + PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" + StringPooling="true" + RuntimeLibrary="2" + ForceConformanceInForLoopScope="true" + RuntimeTypeInfo="true" + UsePrecompiledHeader="0" + ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" + WarningLevel="3" + Detect64BitPortabilityProblems="false" + DebugInformationFormat="3" + DisableSpecificWarnings="4355,4146,4800" + /> + Name="VCManagedResourceCompilerTool" + /> + + + + + + + + @@ -105,295 +302,413 @@ - - - - - - - - + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + > + RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp" + > + RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp" + > + RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp" + > + RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h" + > + RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp" + > - - + RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h" + > + > + + + RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\Inliner.h" + > + RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp" + > + RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp" + > + RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp" + > + > + RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp" + > + RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp" + > - - - - + RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp" + > + > + > + RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp" + > + + + + + + + + + + + + + + + + + + + + + Name="Debug|Win32" + > + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + Name="Release|Win32" + > + ObjectFile="$(IntDir)/$(InputName)1.obj" + /> + + + + + + - - + RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp" + > + RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp" + > + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h" + > + RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h" + > + RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h" + > + RelativePath="..\..\include\llvm\Transforms\Instrumentation.h" + > + RelativePath="..\..\include\llvm\Transforms\IPO.h" + > + RelativePath="..\..\include\llvm\Transforms\Utils\Local.h" + > + RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h" + > + RelativePath="..\..\include\llvm\Transforms\Scalar.h" + > + RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h" + > + RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h" + >