MS Visual Studio files for building LLVM on Win32 platforms.
[oota-llvm.git] / win32 / Transforms / Transforms.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="Transforms"
6         ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="..\Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="4"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\include;.."
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS;HASH_NAMESPACE=&quot;stdext&quot;"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 ForceConformanceInForLoopScope="TRUE"
28                                 RuntimeTypeInfo="TRUE"
29                                 UsePrecompiledHeader="0"
30                                 WarningLevel="3"
31                                 Detect64BitPortabilityProblems="TRUE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4800;4244;4267"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLibrarianTool"
38                                 OutputFile="$(OutDir)/Transforms.lib"/>
39                         <Tool
40                                 Name="VCMIDLTool"/>
41                         <Tool
42                                 Name="VCPostBuildEventTool"/>
43                         <Tool
44                                 Name="VCPreBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreLinkEventTool"/>
47                         <Tool
48                                 Name="VCResourceCompilerTool"/>
49                         <Tool
50                                 Name="VCWebServiceProxyGeneratorTool"/>
51                         <Tool
52                                 Name="VCXMLDataGeneratorTool"/>
53                         <Tool
54                                 Name="VCManagedWrapperGeneratorTool"/>
55                         <Tool
56                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
57                 </Configuration>
58                 <Configuration
59                         Name="Release|Win32"
60                         OutputDirectory="..\Release"
61                         IntermediateDirectory="Release"
62                         ConfigurationType="4"
63                         CharacterSet="2">
64                         <Tool
65                                 Name="VCCLCompilerTool"
66                                 AdditionalIncludeDirectories="..\..\include;.."
67                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
68                                 RuntimeLibrary="2"
69                                 ForceConformanceInForLoopScope="TRUE"
70                                 RuntimeTypeInfo="TRUE"
71                                 UsePrecompiledHeader="0"
72                                 WarningLevel="3"
73                                 Detect64BitPortabilityProblems="TRUE"
74                                 DebugInformationFormat="3"
75                                 DisableSpecificWarnings="4099;4800;4244;4267"/>
76                         <Tool
77                                 Name="VCCustomBuildTool"/>
78                         <Tool
79                                 Name="VCLibrarianTool"
80                                 OutputFile="$(OutDir)/Transforms.lib"/>
81                         <Tool
82                                 Name="VCMIDLTool"/>
83                         <Tool
84                                 Name="VCPostBuildEventTool"/>
85                         <Tool
86                                 Name="VCPreBuildEventTool"/>
87                         <Tool
88                                 Name="VCPreLinkEventTool"/>
89                         <Tool
90                                 Name="VCResourceCompilerTool"/>
91                         <Tool
92                                 Name="VCWebServiceProxyGeneratorTool"/>
93                         <Tool
94                                 Name="VCXMLDataGeneratorTool"/>
95                         <Tool
96                                 Name="VCManagedWrapperGeneratorTool"/>
97                         <Tool
98                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
99                 </Configuration>
100         </Configurations>
101         <References>
102         </References>
103         <Files>
104                 <Filter
105                         Name="Source Files"
106                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
107                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
108                         <File
109                                 RelativePath="..\..\lib\Transforms\ExprTypeConvert.cpp">
110                         </File>
111                         <File
112                                 RelativePath="..\..\lib\Transforms\LevelRaise.cpp">
113                         </File>
114                         <File
115                                 RelativePath="..\..\lib\Transforms\TransformInternals.cpp">
116                         </File>
117                         <File
118                                 RelativePath="..\..\lib\Transforms\TransformInternals.h">
119                         </File>
120                         <Filter
121                                 Name="Instrumentation"
122                                 Filter="">
123                                 <File
124                                         RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp">
125                                 </File>
126                                 <File
127                                         RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
128                                 </File>
129                                 <File
130                                         RelativePath="..\..\lib\Transforms\Instrumentation\EmitFunctions.cpp">
131                                 </File>
132                                 <File
133                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
134                                 </File>
135                                 <File
136                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
137                                 </File>
138                                 <File
139                                         RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
140                                 </File>
141                                 <File
142                                         RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
143                                 </File>
144                                 <Filter
145                                         Name="ProfilePaths"
146                                         Filter="">
147                                         <File
148                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\CombineBranch.cpp">
149                                         </File>
150                                         <File
151                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\EdgeCode.cpp">
152                                         </File>
153                                         <File
154                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.cpp">
155                                         </File>
156                                         <File
157                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.h">
158                                         </File>
159                                         <File
160                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\GraphAuxiliary.cpp">
161                                         </File>
162                                         <File
163                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\InstLoops.cpp">
164                                         </File>
165                                         <File
166                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\ProfilePaths.cpp">
167                                         </File>
168                                         <File
169                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\RetracePath.cpp">
170                                         </File>
171                                         <Filter
172                                                 Name="EmitFunctions"
173                                                 Filter="">
174                                         </Filter>
175                                 </Filter>
176                         </Filter>
177                         <Filter
178                                 Name="IPO"
179                                 Filter="">
180                                 <File
181                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
182                                 </File>
183                                 <File
184                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
185                                 </File>
186                                 <File
187                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
188                                 </File>
189                                 <File
190                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
191                                 </File>
192                                 <File
193                                         RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
194                                 </File>
195                                 <File
196                                         RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp">
197                                 </File>
198                                 <File
199                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
200                                 </File>
201                                 <File
202                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
203                                 </File>
204                                 <File
205                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
206                                 </File>
207                                 <File
208                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
209                                 </File>
210                                 <File
211                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
212                                 </File>
213                                 <File
214                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
215                                 </File>
216                                 <File
217                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
218                                 </File>
219                                 <File
220                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
221                                 </File>
222                                 <File
223                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
224                                 </File>
225                                 <File
226                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
227                                 </File>
228                                 <File
229                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
230                                 </File>
231                         </Filter>
232                         <Filter
233                                 Name="Scalar"
234                                 Filter="">
235                                 <File
236                                         RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp">
237                                 </File>
238                                 <File
239                                         RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">
240                                 </File>
241                                 <File
242                                         RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">
243                                 </File>
244                                 <File
245                                         RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp">
246                                 </File>
247                                 <File
248                                         RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp">
249                                 </File>
250                                 <File
251                                         RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp">
252                                 </File>
253                                 <File
254                                         RelativePath="..\..\lib\Transforms\Scalar\DecomposeMultiDimRefs.cpp">
255                                 </File>
256                                 <File
257                                         RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp">
258                                 </File>
259                                 <File
260                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
261                                 </File>
262                                 <File
263                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
264                                 </File>
265                                 <File
266                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
267                                 </File>
268                                 <File
269                                         RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">
270                                 </File>
271                                 <File
272                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
273                                 </File>
274                                 <File
275                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
276                                 </File>
277                                 <File
278                                         RelativePath="..\..\lib\Transforms\Scalar\LowerAllocations.cpp">
279                                 </File>
280                                 <File
281                                         RelativePath="..\..\lib\Transforms\Scalar\LowerConstantExprs.cpp">
282                                 </File>
283                                 <File
284                                         RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
285                                 </File>
286                                 <File
287                                         RelativePath="..\..\lib\Transforms\Scalar\LowerInvoke.cpp">
288                                 </File>
289                                 <File
290                                         RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
291                                 </File>
292                                 <File
293                                         RelativePath="..\..\lib\Transforms\Scalar\LowerSelect.cpp">
294                                 </File>
295                                 <File
296                                         RelativePath="..\..\lib\Transforms\Scalar\LowerSwitch.cpp">
297                                 </File>
298                                 <File
299                                         RelativePath="..\..\lib\Transforms\Scalar\Mem2Reg.cpp">
300                                 </File>
301                                 <File
302                                         RelativePath="..\..\lib\Transforms\Scalar\PRE.cpp">
303                                 </File>
304                                 <File
305                                         RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
306                                 </File>
307                                 <File
308                                         RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
309                                 </File>
310                                 <File
311                                         RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp">
312                                 </File>
313                                 <File
314                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp">
315                                 </File>
316                                 <File
317                                         RelativePath="..\..\lib\Transforms\Scalar\SymbolStripping.cpp">
318                                 </File>
319                                 <File
320                                         RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp">
321                                 </File>
322                                 <File
323                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp">
324                                 </File>
325                         </Filter>
326                         <Filter
327                                 Name="Parallel"
328                                 Filter="">
329                         </Filter>
330                         <Filter
331                                 Name="Utils"
332                                 Filter="">
333                                 <File
334                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp">
335                                 </File>
336                                 <File
337                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp">
338                                 </File>
339                                 <File
340                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
341                                 </File>
342                                 <File
343                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
344                                 </File>
345                                 <File
346                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
347                                 </File>
348                                 <File
349                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
350                                 </File>
351                                 <File
352                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
353                                 </File>
354                                 <File
355                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
356                                 </File>
357                                 <File
358                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
359                                 </File>
360                                 <File
361                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
362                                 </File>
363                                 <File
364                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
365                                         <FileConfiguration
366                                                 Name="Debug|Win32">
367                                                 <Tool
368                                                         Name="VCCLCompilerTool"
369                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
370                                         </FileConfiguration>
371                                         <FileConfiguration
372                                                 Name="Release|Win32">
373                                                 <Tool
374                                                         Name="VCCLCompilerTool"
375                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
376                                         </FileConfiguration>
377                                 </File>
378                                 <File
379                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
380                                 </File>
381                                 <File
382                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
383                                 </File>
384                                 <File
385                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h">
386                                 </File>
387                         </Filter>
388                 </Filter>
389                 <Filter
390                         Name="Header Files"
391                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
392                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
393                 </Filter>
394         </Files>
395         <Globals>
396         </Globals>
397 </VisualStudioProject>