Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / win32 / Transforms / Transforms.vcproj
blob91736f4b49607e203ae1513cad93b60c5963bbcc
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="Transforms"
6 ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
7 Keyword="Win32Proj"
9 <Platforms>
10 <Platform
11 Name="Win32"
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="..\Debug"
20 IntermediateDirectory="Debug"
21 ConfigurationType="4"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 CharacterSet="2"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;.."
44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
45 StringPooling="true"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 ForceConformanceInForLoopScope="true"
50 RuntimeTypeInfo="true"
51 UsePrecompiledHeader="0"
52 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
53 BrowseInformation="1"
54 WarningLevel="3"
55 Detect64BitPortabilityProblems="false"
56 DebugInformationFormat="3"
57 DisableSpecificWarnings="4355,4146,4800"
59 <Tool
60 Name="VCManagedResourceCompilerTool"
62 <Tool
63 Name="VCResourceCompilerTool"
65 <Tool
66 Name="VCPreLinkEventTool"
68 <Tool
69 Name="VCLibrarianTool"
70 OutputFile="$(OutDir)/Transforms.lib"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCXDCMakeTool"
78 <Tool
79 Name="VCBscMakeTool"
81 <Tool
82 Name="VCFxCopTool"
84 <Tool
85 Name="VCPostBuildEventTool"
87 </Configuration>
88 <Configuration
89 Name="Release|Win32"
90 OutputDirectory="..\Release"
91 IntermediateDirectory="Release"
92 ConfigurationType="4"
93 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
94 CharacterSet="2"
96 <Tool
97 Name="VCPreBuildEventTool"
99 <Tool
100 Name="VCCustomBuildTool"
102 <Tool
103 Name="VCXMLDataGeneratorTool"
105 <Tool
106 Name="VCWebServiceProxyGeneratorTool"
108 <Tool
109 Name="VCMIDLTool"
111 <Tool
112 Name="VCCLCompilerTool"
113 AdditionalIncludeDirectories="..\..\include;.."
114 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
115 StringPooling="true"
116 RuntimeLibrary="2"
117 ForceConformanceInForLoopScope="true"
118 RuntimeTypeInfo="true"
119 UsePrecompiledHeader="0"
120 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
121 WarningLevel="3"
122 Detect64BitPortabilityProblems="false"
123 DebugInformationFormat="3"
124 DisableSpecificWarnings="4355,4146,4800"
126 <Tool
127 Name="VCManagedResourceCompilerTool"
129 <Tool
130 Name="VCResourceCompilerTool"
132 <Tool
133 Name="VCPreLinkEventTool"
135 <Tool
136 Name="VCLibrarianTool"
137 OutputFile="$(OutDir)/Transforms.lib"
139 <Tool
140 Name="VCALinkTool"
142 <Tool
143 Name="VCXDCMakeTool"
145 <Tool
146 Name="VCBscMakeTool"
148 <Tool
149 Name="VCFxCopTool"
151 <Tool
152 Name="VCPostBuildEventTool"
154 </Configuration>
155 </Configurations>
156 <References>
157 </References>
158 <Files>
159 <Filter
160 Name="Source Files"
161 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
164 <Filter
165 Name="Instrumentation"
167 <File
168 RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
170 </File>
171 <File
172 RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
174 </File>
175 <File
176 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
178 </File>
179 <File
180 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
182 </File>
183 <File
184 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
186 </File>
187 <File
188 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
190 </File>
191 </Filter>
192 <Filter
193 Name="IPO"
195 <File
196 RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
198 </File>
199 <File
200 RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
202 </File>
203 <File
204 RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
206 </File>
207 <File
208 RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
210 </File>
211 <File
212 RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"
214 </File>
215 <File
216 RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
218 </File>
219 <File
220 RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
222 </File>
223 <File
224 RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
226 </File>
227 <File
228 RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
230 </File>
231 <File
232 RelativePath="..\..\lib\Transforms\Ipo\Inliner.h"
234 </File>
235 <File
236 RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
238 </File>
239 <File
240 RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
242 </File>
243 <File
244 RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
246 </File>
247 <File
248 RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
250 </File>
251 <File
252 RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
254 </File>
255 <File
256 RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
258 </File>
259 <File
260 RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
262 </File>
263 <File
264 RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
266 </File>
267 <File
268 RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
270 </File>
271 <File
272 RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
274 </File>
275 </Filter>
276 <Filter
277 Name="Scalar"
279 <File
280 RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
282 </File>
283 <File
284 RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
286 </File>
287 <File
288 RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
290 </File>
291 <File
292 RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
294 </File>
295 <File
296 RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
298 </File>
299 <File
300 RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"
302 </File>
303 <File
304 RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
306 </File>
307 <File
308 RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
310 </File>
311 <File
312 RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
314 </File>
315 <File
316 RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
318 </File>
319 <File
320 RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
322 </File>
323 <File
324 RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
326 </File>
327 <File
328 RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
330 </File>
331 <File
332 RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
334 </File>
335 <File
336 RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
338 </File>
339 <File
340 RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
342 </File>
343 <File
344 RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
346 </File>
347 <File
348 RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
350 </File>
351 <File
352 RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
354 </File>
355 <File
356 RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"
358 </File>
359 <File
360 RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
362 </File>
363 <File
364 RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
366 </File>
367 <File
368 RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
370 </File>
371 <File
372 RelativePath="..\..\lib\Transforms\Scalar\RedundantLoadElimination.cpp"
374 </File>
375 <File
376 RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
378 </File>
379 <File
380 RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
382 </File>
383 <File
384 RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
386 </File>
387 <File
388 RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
390 </File>
391 <File
392 RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
394 </File>
395 <File
396 RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
398 </File>
399 </Filter>
400 <Filter
401 Name="Parallel"
403 </Filter>
404 <Filter
405 Name="Utils"
407 <File
408 RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
410 </File>
411 <File
412 RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
414 </File>
415 <File
416 RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
418 </File>
419 <File
420 RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
422 </File>
423 <File
424 RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
426 </File>
427 <File
428 RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
430 </File>
431 <File
432 RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
434 </File>
435 <File
436 RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
438 </File>
439 <File
440 RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
442 </File>
443 <File
444 RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
446 </File>
447 <File
448 RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
450 </File>
451 <File
452 RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
454 </File>
455 <File
456 RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
458 </File>
459 <File
460 RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
462 </File>
463 <File
464 RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
466 </File>
467 <File
468 RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"
470 </File>
471 <File
472 RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
474 </File>
475 <File
476 RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
478 </File>
479 <File
480 RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
482 </File>
483 <File
484 RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
486 <FileConfiguration
487 Name="Debug|Win32"
489 <Tool
490 Name="VCCLCompilerTool"
491 ObjectFile="$(IntDir)/$(InputName)1.obj"
493 </FileConfiguration>
494 <FileConfiguration
495 Name="Release|Win32"
497 <Tool
498 Name="VCCLCompilerTool"
499 ObjectFile="$(IntDir)/$(InputName)1.obj"
501 </FileConfiguration>
502 </File>
503 <File
504 RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
506 </File>
507 <File
508 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
510 </File>
511 <File
512 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h"
514 </File>
515 </Filter>
516 </Filter>
517 <Filter
518 Name="Header Files"
519 Filter="h;hpp;hxx;hm;inl;inc;xsd"
520 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
522 <File
523 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
525 </File>
526 <File
527 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
529 </File>
530 <File
531 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
533 </File>
534 <File
535 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
537 </File>
538 <File
539 RelativePath="..\..\include\llvm\Transforms\IPO.h"
541 </File>
542 <File
543 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
545 </File>
546 <File
547 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
549 </File>
550 <File
551 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
553 </File>
554 <File
555 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
557 </File>
558 </Filter>
559 </Files>
560 <Globals>
561 </Globals>
562 </VisualStudioProject>