summaryrefslogtreecommitdiff
path: root/win32/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-11-07 08:31:52 +0000
committerChris Lattner <sabre@nondot.org>2009-11-07 08:31:52 +0000
commit60a0063d2acab0b8f5bdc6c469037744d482a613 (patch)
tree4b5e141adf0f4e9bf549246407d41e9f6107ce8b /win32/Transforms
parent5729d38c81bc2e3b21a2bb7a80a8cde384fc7b7b (diff)
downloadllvm-60a0063d2acab0b8f5bdc6c469037744d482a613.tar.gz
llvm-60a0063d2acab0b8f5bdc6c469037744d482a613.tar.bz2
llvm-60a0063d2acab0b8f5bdc6c469037744d482a613.tar.xz
remove the win32 tree, it's stale and confusing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86358 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32/Transforms')
-rw-r--r--win32/Transforms/Transforms.vcproj759
1 files changed, 0 insertions, 759 deletions
diff --git a/win32/Transforms/Transforms.vcproj b/win32/Transforms/Transforms.vcproj
deleted file mode 100644
index 2554a4ea3b..0000000000
--- a/win32/Transforms/Transforms.vcproj
+++ /dev/null
@@ -1,759 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="8.00"
- Name="Transforms"
- ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
- Keyword="Win32Proj"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- <Platform
- Name="x64"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="true"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- ForceConformanceInForLoopScope="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
- BrowseInformation="1"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Transforms.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..\..\include;.."
- PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
- StringPooling="true"
- MinimalRebuild="true"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- ForceConformanceInForLoopScope="true"
- RuntimeTypeInfo="true"
- UsePrecompiledHeader="0"
- ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
- BrowseInformation="1"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="3"
- DisableSpecificWarnings="4355,4146,4800"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Transforms.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- 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"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Transforms.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
- IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- 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"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/Transforms.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </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\IPO\MergeFunctions.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\SimplifyHalfPowrLibCalls.cpp"
- >
- </File>
- <Filter
- Name="Instrumentation"
- >
- <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"
- >
- <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\ExtractGV.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\IPO\FunctionAttrs.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\InlineAlways.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
- >
- </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\PartialSpecialization.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\IPO\StructRetPromotion.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Scalar"
- >
- <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\DCE.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.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\MemCpyOptimizer.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\Scalar.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFGPass.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)\$(InputName)1.obj"
- XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)\$(InputName)1.obj"
- XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Utils"
- >
- <File
- RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\CloneLoop.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\InlineCost.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\InstructionNamer.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\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="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\UnrollLoop.cpp"
- >
- </File>
- <File
- RelativePath="..\..\lib\Transforms\Utils\ValueMapper.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\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>
- <File
- RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h"
- >
- </File>
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>