Add new file to Visual Studio.
[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                         <Filter
147                                 Name="IPO"
148                                 Filter="">
149                                 <File
150                                         RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
151                                 </File>
152                                 <File
153                                         RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
154                                 </File>
155                                 <File
156                                         RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
157                                 </File>
158                                 <File
159                                         RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
160                                 </File>
161                                 <File
162                                         RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
163                                 </File>
164                                 <File
165                                         RelativePath="..\..\lib\Transforms\Ipo\FunctionResolution.cpp">
166                                 </File>
167                                 <File
168                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
169                                 </File>
170                                 <File
171                                         RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
172                                 </File>
173                                 <File
174                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
175                                 </File>
176                                 <File
177                                         RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
178                                 </File>
179                                 <File
180                                         RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
181                                 </File>
182                                 <File
183                                         RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
184                                 </File>
185                                 <File
186                                         RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
187                                 </File>
188                                 <File
189                                         RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
190                                 </File>
191                                 <File
192                                         RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
193                                 </File>
194                                 <File
195                                         RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
196                                 </File>
197                                 <File
198                                         RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
199                                 </File>
200                                 <File
201                                         RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp">
202                                 </File>
203                                 <File
204                                         RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp">
205                                 </File>
206                         </Filter>
207                         <Filter
208                                 Name="Scalar"
209                                 Filter="">
210                                 <File
211                                         RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp">
212                                 </File>
213                                 <File
214                                         RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">
215                                 </File>
216                                 <File
217                                         RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp">
218                                 </File>
219                                 <File
220                                         RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">
221                                 </File>
222                                 <File
223                                         RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp">
224                                 </File>
225                                 <File
226                                         RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp">
227                                 </File>
228                                 <File
229                                         RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp">
230                                 </File>
231                                 <File
232                                         RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp">
233                                 </File>
234                                 <File
235                                         RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
236                                 </File>
237                                 <File
238                                         RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
239                                 </File>
240                                 <File
241                                         RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
242                                 </File>
243                                 <File
244                                         RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
245                                 </File>
246                                 <File
247                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
248                                 </File>
249                                 <File
250                                         RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
251                                 </File>
252                                 <File
253                                         RelativePath="..\..\lib\Transforms\Scalar\LowerAllocations.cpp">
254                                 </File>
255                                 <File
256                                         RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
257                                 </File>
258                                 <File
259                                         RelativePath="..\..\lib\Transforms\Scalar\LowerInvoke.cpp">
260                                 </File>
261                                 <File
262                                         RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
263                                 </File>
264                                 <File
265                                         RelativePath="..\..\lib\Transforms\Scalar\LowerSelect.cpp">
266                                 </File>
267                                 <File
268                                         RelativePath="..\..\lib\Transforms\Scalar\LowerSwitch.cpp">
269                                 </File>
270                                 <File
271                                         RelativePath="..\..\lib\Transforms\Scalar\Mem2Reg.cpp">
272                                 </File>
273                                 <File
274                                         RelativePath="..\..\lib\Transforms\Scalar\PRE.cpp">
275                                 </File>
276                                 <File
277                                         RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
278                                 </File>
279                                 <File
280                                         RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
281                                 </File>
282                                 <File
283                                         RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
284                                 </File>
285                                 <File
286                                         RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp">
287                                 </File>
288                                 <File
289                                         RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp">
290                                 </File>
291                                 <File
292                                         RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp">
293                                 </File>
294                                 <File
295                                         RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp">
296                                 </File>
297                         </Filter>
298                         <Filter
299                                 Name="Parallel"
300                                 Filter="">
301                         </Filter>
302                         <Filter
303                                 Name="Utils"
304                                 Filter="">
305                                 <File
306                                         RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp">
307                                 </File>
308                                 <File
309                                         RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp">
310                                 </File>
311                                 <File
312                                         RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
313                                 </File>
314                                 <File
315                                         RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
316                                 </File>
317                                 <File
318                                         RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
319                                 </File>
320                                 <File
321                                         RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
322                                 </File>
323                                 <File
324                                         RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
325                                 </File>
326                                 <File
327                                         RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
328                                 </File>
329                                 <File
330                                         RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
331                                 </File>
332                                 <File
333                                         RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
334                                 </File>
335                                 <File
336                                         RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
337                                 </File>
338                                 <File
339                                         RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
340                                         <FileConfiguration
341                                                 Name="Debug|Win32">
342                                                 <Tool
343                                                         Name="VCCLCompilerTool"
344                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
345                                         </FileConfiguration>
346                                         <FileConfiguration
347                                                 Name="Release|Win32">
348                                                 <Tool
349                                                         Name="VCCLCompilerTool"
350                                                         ObjectFile="$(IntDir)/$(InputName)1.obj"/>
351                                         </FileConfiguration>
352                                 </File>
353                                 <File
354                                         RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
355                                 </File>
356                                 <File
357                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
358                                 </File>
359                                 <File
360                                         RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h">
361                                 </File>
362                         </Filter>
363                 </Filter>
364                 <Filter
365                         Name="Header Files"
366                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
367                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
368                         <File
369                                 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h">
370                         </File>
371                         <File
372                                 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h">
373                         </File>
374                         <File
375                                 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h">
376                         </File>
377                         <File
378                                 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h">
379                         </File>
380                         <File
381                                 RelativePath="..\..\include\llvm\Transforms\IPO.h">
382                         </File>
383                         <File
384                                 RelativePath="..\..\include\llvm\Transforms\LinkAllPasses.h">
385                         </File>
386                         <File
387                                 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
388                         </File>
389                         <File
390                                 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h">
391                         </File>
392                         <File
393                                 RelativePath="..\..\include\llvm\Transforms\Scalar.h">
394                         </File>
395                         <File
396                                 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h">
397                         </File>
398                 </Filter>
399         </Files>
400         <Globals>
401         </Globals>
402 </VisualStudioProject>