blob: 91736f4b49607e203ae1513cad93b60c5963bbcc [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00004 Version="8.00"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 Name="Transforms"
6 ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00007 Keyword="Win32Proj"
8 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +00009 <Platforms>
10 <Platform
Chuck Rose III6e1857b2007-07-27 18:20:11 +000011 Name="Win32"
12 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000013 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000014 <ToolFiles>
15 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000016 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="..\Debug"
20 IntermediateDirectory="Debug"
21 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000022 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 CharacterSet="2"
24 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000040 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;.."
44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000045 StringPooling="true"
46 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000047 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000049 ForceConformanceInForLoopScope="true"
50 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000051 UsePrecompiledHeader="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000052 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000053 BrowseInformation="1"
54 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000055 Detect64BitPortabilityProblems="false"
56 DebugInformationFormat="3"
57 DisableSpecificWarnings="4355,4146,4800"
58 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000059 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000060 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000068 <Tool
69 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000070 OutputFile="$(OutDir)/Transforms.lib"
71 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000072 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000073 Name="VCALinkTool"
74 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000075 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000076 Name="VCXDCMakeTool"
77 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000078 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000079 Name="VCBscMakeTool"
80 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000081 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000082 Name="VCFxCopTool"
83 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000084 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000085 Name="VCPostBuildEventTool"
86 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000087 </Configuration>
88 <Configuration
89 Name="Release|Win32"
90 OutputDirectory="..\Release"
91 IntermediateDirectory="Release"
92 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000093 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
94 CharacterSet="2"
95 >
96 <Tool
97 Name="VCPreBuildEventTool"
98 />
99 <Tool
100 Name="VCCustomBuildTool"
101 />
102 <Tool
103 Name="VCXMLDataGeneratorTool"
104 />
105 <Tool
106 Name="VCWebServiceProxyGeneratorTool"
107 />
108 <Tool
109 Name="VCMIDLTool"
110 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000111 <Tool
112 Name="VCCLCompilerTool"
113 AdditionalIncludeDirectories="..\..\include;.."
114 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000115 StringPooling="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000116 RuntimeLibrary="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000117 ForceConformanceInForLoopScope="true"
118 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000119 UsePrecompiledHeader="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000120 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000121 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000122 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000123 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000124 DisableSpecificWarnings="4355,4146,4800"
125 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000126 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000127 Name="VCManagedResourceCompilerTool"
128 />
129 <Tool
130 Name="VCResourceCompilerTool"
131 />
132 <Tool
133 Name="VCPreLinkEventTool"
134 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000135 <Tool
136 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000137 OutputFile="$(OutDir)/Transforms.lib"
138 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000139 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000140 Name="VCALinkTool"
141 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000142 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000143 Name="VCXDCMakeTool"
144 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000145 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000146 Name="VCBscMakeTool"
147 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000148 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000149 Name="VCFxCopTool"
150 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000151 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000152 Name="VCPostBuildEventTool"
153 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000154 </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"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
163 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000164 <Filter
165 Name="Instrumentation"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000166 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000167 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000168 RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
169 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000170 </File>
171 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000172 RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
173 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000174 </File>
175 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000176 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
177 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000178 </File>
179 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000180 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
181 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000182 </File>
183 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000184 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
185 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000186 </File>
187 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000188 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
189 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000190 </File>
191 </Filter>
192 <Filter
193 Name="IPO"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000194 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000195 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000196 RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
197 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000198 </File>
199 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000200 RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
201 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000202 </File>
203 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000204 RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
205 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000206 </File>
207 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000208 RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
209 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000210 </File>
211 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000212 RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp"
213 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000214 </File>
215 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000216 RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
217 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000218 </File>
219 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000220 RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
221 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000222 </File>
223 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000224 RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
225 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000226 </File>
227 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000228 RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
229 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000230 </File>
231 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000232 RelativePath="..\..\lib\Transforms\Ipo\Inliner.h"
233 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000234 </File>
235 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000236 RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
237 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000238 </File>
239 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000240 RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
241 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000242 </File>
243 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000244 RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
245 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000246 </File>
247 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000248 RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
249 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000250 </File>
251 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000252 RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
253 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000254 </File>
255 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000256 RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
257 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000258 </File>
259 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000260 RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
261 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000262 </File>
263 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000264 RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
265 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000266 </File>
267 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000268 RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
269 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000270 </File>
271 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000272 RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
273 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000274 </File>
275 </Filter>
276 <Filter
277 Name="Scalar"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000278 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000279 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000280 RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
281 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000282 </File>
283 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000284 RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
285 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000286 </File>
287 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000288 RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
289 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000290 </File>
291 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000292 RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
293 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000294 </File>
295 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000296 RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
297 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000298 </File>
299 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000300 RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp"
301 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000302 </File>
303 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000304 RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
305 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000306 </File>
307 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000308 RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
309 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000310 </File>
311 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000312 RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
313 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000314 </File>
315 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000316 RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
317 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000318 </File>
319 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000320 RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
321 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000322 </File>
323 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000324 RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
325 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000326 </File>
327 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000328 RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
329 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000330 </File>
331 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000332 RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
333 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000334 </File>
335 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000336 RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
337 >
338 </File>
339 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000340 RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
341 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000342 </File>
343 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000344 RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
345 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000346 </File>
347 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000348 RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
349 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000350 </File>
351 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000352 RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
353 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000354 </File>
355 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000356 RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp"
357 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000358 </File>
359 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000360 RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp"
361 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000362 </File>
363 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000364 RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
365 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000366 </File>
367 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000368 RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
369 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000370 </File>
371 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000372 RelativePath="..\..\lib\Transforms\Scalar\RedundantLoadElimination.cpp"
373 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000374 </File>
375 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000376 RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
377 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000378 </File>
379 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000380 RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
381 >
382 </File>
383 <File
384 RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
385 >
386 </File>
387 <File
388 RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
389 >
390 </File>
391 <File
392 RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
393 >
394 </File>
395 <File
396 RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
397 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000398 </File>
399 </Filter>
400 <Filter
401 Name="Parallel"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000402 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000403 </Filter>
404 <Filter
405 Name="Utils"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000406 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000407 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000408 RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
409 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000410 </File>
411 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000412 RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
413 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000414 </File>
415 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000416 RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
417 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000418 </File>
419 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000420 RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
421 >
422 </File>
423 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000424 RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
425 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000426 </File>
427 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000428 RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
429 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000430 </File>
431 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000432 RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
433 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000434 </File>
435 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000436 RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
437 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000438 </File>
439 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000440 RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
441 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000442 </File>
443 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000444 RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
445 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000446 </File>
447 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000448 RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
449 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000450 </File>
451 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000452 RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
453 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000454 </File>
455 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000456 RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
457 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000458 </File>
459 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000460 RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
461 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000462 </File>
463 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000464 RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
465 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000466 </File>
467 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000468 RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp"
469 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000470 </File>
471 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000472 RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
473 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000474 </File>
475 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000476 RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
477 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000478 </File>
479 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000480 RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
481 >
482 </File>
483 <File
484 RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
485 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000486 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000487 Name="Debug|Win32"
488 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000489 <Tool
490 Name="VCCLCompilerTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000491 ObjectFile="$(IntDir)/$(InputName)1.obj"
492 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000493 </FileConfiguration>
494 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000495 Name="Release|Win32"
496 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000497 <Tool
498 Name="VCCLCompilerTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000499 ObjectFile="$(IntDir)/$(InputName)1.obj"
500 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000501 </FileConfiguration>
502 </File>
503 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000504 RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
505 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000506 </File>
507 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000508 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
509 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000510 </File>
511 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000512 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h"
513 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000514 </File>
515 </Filter>
516 </Filter>
517 <Filter
518 Name="Header Files"
519 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000520 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
521 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000522 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000523 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
524 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000525 </File>
526 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000527 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
528 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000529 </File>
530 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000531 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
532 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000533 </File>
534 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000535 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
536 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000537 </File>
538 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000539 RelativePath="..\..\include\llvm\Transforms\IPO.h"
540 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000541 </File>
542 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000543 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
544 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000545 </File>
546 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000547 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
548 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000549 </File>
550 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000551 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
552 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000553 </File>
554 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000555 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
556 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000557 </File>
558 </Filter>
559 </Files>
560 <Globals>
561 </Globals>
562</VisualStudioProject>