3af164bd203d0fa697a207d3162909594c3722e5
[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                                 BrowseInformation="1"
31                                 WarningLevel="3"
32                                 Detect64BitPortabilityProblems="FALSE"
33                                 DebugInformationFormat="4"
34                                 DisableSpecificWarnings="4355,4146,4800"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLibrarianTool"
39                                 OutputFile="$(OutDir)/Transforms.lib"/>
40                         <Tool
41                                 Name="VCMIDLTool"/>
42                         <Tool
43                                 Name="VCPostBuildEventTool"/>
44                         <Tool
45                                 Name="VCPreBuildEventTool"/>
46                         <Tool
47                                 Name="VCPreLinkEventTool"/>
48                         <Tool
49                                 Name="VCResourceCompilerTool"/>
50                         <Tool
51                                 Name="VCWebServiceProxyGeneratorTool"/>
52                         <Tool
53                                 Name="VCXMLDataGeneratorTool"/>
54                         <Tool
55                                 Name="VCManagedWrapperGeneratorTool"/>
56                         <Tool
57                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58                 </Configuration>
59                 <Configuration
60                         Name="Release|Win32"
61                         OutputDirectory="..\Release"
62                         IntermediateDirectory="Release"
63                         ConfigurationType="4"
64                         CharacterSet="2">
65                         <Tool
66                                 Name="VCCLCompilerTool"
67                                 AdditionalIncludeDirectories="..\..\include;.."
68                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
69                                 RuntimeLibrary="2"
70                                 ForceConformanceInForLoopScope="TRUE"
71                                 RuntimeTypeInfo="TRUE"
72                                 UsePrecompiledHeader="0"
73                                 WarningLevel="3"
74                                 Detect64BitPortabilityProblems="FALSE"
75                                 DebugInformationFormat="3"
76                                 DisableSpecificWarnings="4355,4146,4800"/>
77                         <Tool
78                                 Name="VCCustomBuildTool"/>
79                         <Tool
80                                 Name="VCLibrarianTool"
81                                 OutputFile="$(OutDir)/Transforms.lib"/>
82                         <Tool
83                                 Name="VCMIDLTool"/>
84                         <Tool
85                                 Name="VCPostBuildEventTool"/>
86                         <Tool
87                                 Name="VCPreBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreLinkEventTool"/>
90                         <Tool
91                                 Name="VCResourceCompilerTool"/>
92                         <Tool
93                                 Name="VCWebServiceProxyGeneratorTool"/>
94                         <Tool
95                                 Name="VCXMLDataGeneratorTool"/>
96                         <Tool
97                                 Name="VCManagedWrapperGeneratorTool"/>
98                         <Tool
99                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100                 </Configuration>
101         </Configurations>
102         <References>
103         </References>
104         <Files>
105                 <Filter
106                         Name="Source Files"
107                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
108                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
109                         <File
110                                 RelativePath="..\..\lib\Transforms\ExprTypeConvert.cpp">
111                         </File>
112                         <File
113                                 RelativePath="..\..\lib\Transforms\LevelRaise.cpp">
114                         </File>
115                         <File
116                                 RelativePath="..\..\lib\Transforms\TransformInternals.cpp">
117                         </File>
118                         <File
119                                 RelativePath="..\..\lib\Transforms\TransformInternals.h">
120                         </File>
121                         <Filter
122                                 Name="Instrumentation"
123                                 Filter="">
124                                 <File
125                                         RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp">
126                                 </File>
127                                 <File
128                                         RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
129                                 </File>
130                                 <File
131                                         RelativePath="..\..\lib\Transforms\Instrumentation\EmitFunctions.cpp">
132                                 </File>
133                                 <File
134                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
135                                 </File>
136                                 <File
137                                         RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
138                                 </File>
139                                 <File
140                                         RelativePath="..\..\lib\Transforms\Instrumentation\TraceBasicBlocks.cpp">
141                                 </File>
142                                 <File
143                                         RelativePath="..\..\lib\Transforms\Instrumentation\TraceValues.cpp">
144                                 </File>
145                                 <Filter
146                                         Name="ProfilePaths"
147                                         Filter="">
148                                         <File
149                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\CombineBranch.cpp">
150                                         </File>
151                                         <File
152                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\EdgeCode.cpp">
153                                         </File>
154                                         <File
155                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.cpp">
156                                         </File>
157                                         <File
158                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\Graph.h">
159                                         </File>
160                                         <File
161                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\GraphAuxiliary.cpp">
162                                         </File>
163                                         <File
164                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\InstLoops.cpp">
165                                         </File>
166                                         <File
167                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\ProfilePaths.cpp">
168                                         </File>
169                                         <File
170                                                 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilePaths\RetracePath.cpp">
171                                         </File>
172                                 </Filter>
173                         </Filter>
174                         <Filter
175                                 Name="IPO"
176                                 Filter="">
177                                 <File
178                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
179                                 </File>
180                                 <File
181                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
182                                 </File>
183                                 <File
184                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
185                                 </File>
186                                 <File
187                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
188                                 </File>
189                                 <File
190                                         RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
191                                 </File>
192                                 <File
193                                         RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp">
194                                 </File>
195                                 <File
196                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
197                                 </File>
198                                 <File
199                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
200                                 </File>
201                                 <File
202                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
203                                 </File>
204                                 <File
205                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
206                                 </File>
207                                 <File
208                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
209                                 </File>
210                                 <File
211                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
212                                 </File>
213                                 <File
214                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
215                                 </File>
216                                 <File
217                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
218                                 </File>
219                                 <File
220                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
221                                 </File>
222                                 <File
223                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
224                                 </File>
225                                 <File
226                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
227                                 </File>
228                                 <File
229                                         RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.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\GCSE.cpp">
255                                 </File>
256                                 <File
257                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
258                                 </File>
259                                 <File
260                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
261                                 </File>
262                                 <File
263                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
264                                 </File>
265                                 <File
266                                         RelativePath="..\..\lib\Transforms\Scalar\LoopSimplify.cpp">
267                                 </File>
268                                 <File
269                                         RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.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\TailDuplication.cpp">
318                                 </File>
319                                 <File
320                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp">
321                                 </File>
322                         </Filter>
323                         <Filter
324                                 Name="Parallel"
325                                 Filter="">
326                         </Filter>
327                         <Filter
328                                 Name="Utils"
329                                 Filter="">
330                                 <File
331                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp">
332                                 </File>
333                                 <File
334                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp">
335                                 </File>
336                                 <File
337                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
338                                 </File>
339                                 <File
340                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
341                                 </File>
342                                 <File
343                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
344                                 </File>
345                                 <File
346                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
347                                 </File>
348                                 <File
349                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
350                                 </File>
351                                 <File
352                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
353                                 </File>
354                                 <File
355                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
356                                 </File>
357                                 <File
358                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
359                                 </File>
360                                 <File
361                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
362                                         <FileConfiguration
363                                                 Name="Debug|Win32">
364                                                 <Tool
365                                                         Name="VCCLCompilerTool"
366                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
367                                         </FileConfiguration>
368                                         <FileConfiguration
369                                                 Name="Release|Win32">
370                                                 <Tool
371                                                         Name="VCCLCompilerTool"
372                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
373                                         </FileConfiguration>
374                                 </File>
375                                 <File
376                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
377                                 </File>
378                                 <File
379                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
380                                 </File>
381                                 <File
382                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h">
383                                 </File>
384                         </Filter>
385                 </Filter>
386                 <Filter
387                         Name="Header Files"
388                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
389                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
390                         <File
391                                 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h">
392                         </File>
393                         <File
394                                 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h">
395                         </File>
396                         <File
397                                 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h">
398                         </File>
399                         <File
400                                 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h">
401                         </File>
402                         <File
403                                 RelativePath="..\..\include\llvm\Transforms\IPO.h">
404                         </File>
405                         <File
406                                 RelativePath="..\..\include\llvm\Transforms\LinkAllPasses.h">
407                         </File>
408                         <File
409                                 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
410                         </File>
411                         <File
412                                 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h">
413                         </File>
414                         <File
415                                 RelativePath="..\..\include\llvm\Transforms\Scalar.h">
416                         </File>
417                         <File
418                                 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h">
419                         </File>
420                 </Filter>
421         </Files>
422         <Globals>
423         </Globals>
424 </VisualStudioProject>