blob: 3f1b366a41e411cd555266989e1cc1f8e596f087 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Chris Lattnere3aa6292008-05-13 20:56:51 +00004 Version="9.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"
Chris Lattnere3aa6292008-05-13 20:56:51 +00008 TargetFrameworkVersion="131072"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00009 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010 <Platforms>
11 <Platform
Chuck Rose III6e1857b2007-07-27 18:20:11 +000012 Name="Win32"
13 />
Chuck Rose III57c33da2007-11-21 00:37:56 +000014 <Platform
15 Name="x64"
16 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000018 <ToolFiles>
19 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000020 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
Chuck Rose III57c33da2007-11-21 00:37:56 +000023 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
24 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000025 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000026 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
27 CharacterSet="2"
28 >
29 <Tool
30 Name="VCPreBuildEventTool"
31 />
32 <Tool
33 Name="VCCustomBuildTool"
34 />
35 <Tool
36 Name="VCXMLDataGeneratorTool"
37 />
38 <Tool
39 Name="VCWebServiceProxyGeneratorTool"
40 />
41 <Tool
42 Name="VCMIDLTool"
43 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000044 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser502c9222007-11-07 19:34:09 +000048 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000049 StringPooling="true"
50 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000051 BasicRuntimeChecks="3"
52 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000053 ForceConformanceInForLoopScope="true"
54 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000055 UsePrecompiledHeader="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000056 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000057 BrowseInformation="1"
58 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000059 Detect64BitPortabilityProblems="false"
60 DebugInformationFormat="3"
61 DisableSpecificWarnings="4355,4146,4800"
62 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000063 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000064 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000072 <Tool
73 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000074 OutputFile="$(OutDir)/Transforms.lib"
75 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000076 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000077 Name="VCALinkTool"
78 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000079 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000080 Name="VCXDCMakeTool"
81 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000082 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000083 Name="VCBscMakeTool"
84 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000085 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000086 Name="VCFxCopTool"
87 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000088 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000089 Name="VCPostBuildEventTool"
90 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000091 </Configuration>
92 <Configuration
93 Name="Release|Win32"
Chuck Rose III57c33da2007-11-21 00:37:56 +000094 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
95 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000096 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000097 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
98 CharacterSet="2"
99 >
100 <Tool
101 Name="VCPreBuildEventTool"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000115 <Tool
116 Name="VCCLCompilerTool"
117 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser9722d572007-11-13 23:03:32 +0000118 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000119 StringPooling="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000120 RuntimeLibrary="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000121 ForceConformanceInForLoopScope="true"
122 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000123 UsePrecompiledHeader="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000124 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000125 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000126 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000127 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000128 DisableSpecificWarnings="4355,4146,4800"
129 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000130 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000131 Name="VCManagedResourceCompilerTool"
132 />
133 <Tool
134 Name="VCResourceCompilerTool"
135 />
136 <Tool
137 Name="VCPreLinkEventTool"
138 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000139 <Tool
140 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000141 OutputFile="$(OutDir)/Transforms.lib"
142 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000143 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000144 Name="VCALinkTool"
145 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000146 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000147 Name="VCXDCMakeTool"
148 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000149 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000150 Name="VCBscMakeTool"
151 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000152 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000153 Name="VCFxCopTool"
154 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000155 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000156 Name="VCPostBuildEventTool"
157 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000158 </Configuration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000159 <Configuration
160 Name="Debug|x64"
161 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
162 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
163 ConfigurationType="4"
164 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
165 CharacterSet="2"
166 >
167 <Tool
168 Name="VCPreBuildEventTool"
169 />
170 <Tool
171 Name="VCCustomBuildTool"
172 />
173 <Tool
174 Name="VCXMLDataGeneratorTool"
175 />
176 <Tool
177 Name="VCWebServiceProxyGeneratorTool"
178 />
179 <Tool
180 Name="VCMIDLTool"
181 TargetEnvironment="3"
182 />
183 <Tool
184 Name="VCCLCompilerTool"
185 Optimization="0"
186 AdditionalIncludeDirectories="..\..\include;.."
187 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
188 StringPooling="true"
189 MinimalRebuild="true"
190 BasicRuntimeChecks="3"
191 RuntimeLibrary="3"
192 ForceConformanceInForLoopScope="true"
193 RuntimeTypeInfo="true"
194 UsePrecompiledHeader="0"
195 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
196 BrowseInformation="1"
197 WarningLevel="3"
198 Detect64BitPortabilityProblems="false"
199 DebugInformationFormat="3"
200 DisableSpecificWarnings="4355,4146,4800"
201 />
202 <Tool
203 Name="VCManagedResourceCompilerTool"
204 />
205 <Tool
206 Name="VCResourceCompilerTool"
207 />
208 <Tool
209 Name="VCPreLinkEventTool"
210 />
211 <Tool
212 Name="VCLibrarianTool"
213 OutputFile="$(OutDir)/Transforms.lib"
214 />
215 <Tool
216 Name="VCALinkTool"
217 />
218 <Tool
219 Name="VCXDCMakeTool"
220 />
221 <Tool
222 Name="VCBscMakeTool"
223 />
224 <Tool
225 Name="VCFxCopTool"
226 />
227 <Tool
228 Name="VCPostBuildEventTool"
229 />
230 </Configuration>
231 <Configuration
232 Name="Release|x64"
233 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
234 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
235 ConfigurationType="4"
236 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
237 CharacterSet="2"
238 >
239 <Tool
240 Name="VCPreBuildEventTool"
241 />
242 <Tool
243 Name="VCCustomBuildTool"
244 />
245 <Tool
246 Name="VCXMLDataGeneratorTool"
247 />
248 <Tool
249 Name="VCWebServiceProxyGeneratorTool"
250 />
251 <Tool
252 Name="VCMIDLTool"
253 TargetEnvironment="3"
254 />
255 <Tool
256 Name="VCCLCompilerTool"
257 AdditionalIncludeDirectories="..\..\include;.."
258 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
259 StringPooling="true"
260 RuntimeLibrary="2"
261 ForceConformanceInForLoopScope="true"
262 RuntimeTypeInfo="true"
263 UsePrecompiledHeader="0"
264 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
265 WarningLevel="3"
266 Detect64BitPortabilityProblems="false"
267 DebugInformationFormat="3"
268 DisableSpecificWarnings="4355,4146,4800"
269 />
270 <Tool
271 Name="VCManagedResourceCompilerTool"
272 />
273 <Tool
274 Name="VCResourceCompilerTool"
275 />
276 <Tool
277 Name="VCPreLinkEventTool"
278 />
279 <Tool
280 Name="VCLibrarianTool"
281 OutputFile="$(OutDir)/Transforms.lib"
282 />
283 <Tool
284 Name="VCALinkTool"
285 />
286 <Tool
287 Name="VCXDCMakeTool"
288 />
289 <Tool
290 Name="VCBscMakeTool"
291 />
292 <Tool
293 Name="VCFxCopTool"
294 />
295 <Tool
296 Name="VCPostBuildEventTool"
297 />
298 </Configuration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000299 </Configurations>
300 <References>
301 </References>
302 <Files>
303 <Filter
304 Name="Source Files"
305 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000306 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
307 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000308 <Filter
309 Name="Instrumentation"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000310 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000311 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000312 RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.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\Instrumentation\EdgeProfiling.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\Instrumentation\ProfilingUtils.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\Instrumentation\ProfilingUtils.h"
325 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000326 </File>
327 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000328 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.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\Instrumentation\RSProfiling.h"
333 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000334 </File>
335 </Filter>
336 <Filter
337 Name="IPO"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000338 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000339 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000340 RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.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\Ipo\ConstantMerge.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\Ipo\DeadArgumentElimination.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\Ipo\DeadTypeElimination.cpp"
353 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000354 </File>
355 <File
Chris Lattnere3aa6292008-05-13 20:56:51 +0000356 RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp"
357 >
358 </File>
359 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000360 RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.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\Ipo\GlobalOpt.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\Ipo\IndMemRemoval.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\Ipo\Inliner.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\Ipo\InlineSimple.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\Ipo\Internalize.cpp"
381 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000382 </File>
383 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000384 RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
385 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000386 </File>
387 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000388 RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
389 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000390 </File>
391 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000392 RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
393 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000394 </File>
395 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000396 RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
397 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000398 </File>
399 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000400 RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
401 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000402 </File>
403 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000404 RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
405 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000406 </File>
407 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000408 RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
409 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000410 </File>
Chuck Rose III14eb20b2008-03-27 00:02:53 +0000411 <File
412 RelativePath="..\..\lib\Transforms\IPO\StructRetPromotion.cpp"
413 >
414 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000415 </Filter>
416 <Filter
417 Name="Scalar"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000418 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000419 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000420 RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
421 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000422 </File>
423 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000424 RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.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\Scalar\CodeGenPrepare.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\Scalar\CondPropagate.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\Scalar\ConstantProp.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\Scalar\DCE.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\Scalar\DeadStoreElimination.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\Scalar\GCSE.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\Scalar\GVN.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\Scalar\GVNPRE.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\Scalar\IndVarSimplify.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\Scalar\InstructionCombining.cpp"
465 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000466 </File>
467 <File
Steve Naroffe06a30d2008-05-06 23:14:34 +0000468 RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp"
469 >
470 </File>
471 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000472 RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
473 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000474 </File>
475 <File
Steve Naroffe06a30d2008-05-06 23:14:34 +0000476 RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp"
477 >
478 </File>
479 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000480 RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
481 >
482 </File>
483 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000484 RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
485 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000486 </File>
487 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000488 RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
489 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000490 </File>
491 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000492 RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
493 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000494 </File>
495 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000496 RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
497 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000498 </File>
499 <File
Chuck Rose III0ea0f312008-04-15 21:27:11 +0000500 RelativePath="..\..\lib\Transforms\Scalar\MemCpyOptimizer.cpp"
501 >
502 </File>
503 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000504 RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.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\Scalar\Reassociate.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\Scalar\Reg2Mem.cpp"
513 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000514 </File>
515 <File
Chuck Rose III14eb20b2008-03-27 00:02:53 +0000516 RelativePath="..\..\lib\Transforms\Scalar\Scalar.cpp"
517 >
518 </File>
519 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000520 RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
521 >
522 </File>
523 <File
524 RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
525 >
526 </File>
527 <File
528 RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
529 >
530 </File>
531 <File
Steve Naroffe06a30d2008-05-06 23:14:34 +0000532 RelativePath="..\..\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
533 >
534 <FileConfiguration
535 Name="Debug|Win32"
536 >
537 <Tool
538 Name="VCCLCompilerTool"
539 ObjectFile="$(IntDir)\$(InputName)1.obj"
540 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
541 />
542 </FileConfiguration>
543 <FileConfiguration
544 Name="Release|Win32"
545 >
546 <Tool
547 Name="VCCLCompilerTool"
548 ObjectFile="$(IntDir)\$(InputName)1.obj"
549 XMLDocumentationFileName="$(IntDir)\$(InputName)1.xdc"
550 />
551 </FileConfiguration>
552 </File>
553 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000554 RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
555 >
556 </File>
557 <File
558 RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
559 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000560 </File>
561 </Filter>
562 <Filter
563 Name="Parallel"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000564 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000565 </Filter>
566 <Filter
567 Name="Utils"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000568 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000569 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000570 RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
571 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000572 </File>
573 <File
Hartmut Kaiser2e15f662007-10-17 14:56:40 +0000574 RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp"
575 >
576 </File>
577 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000578 RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
579 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000580 </File>
581 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000582 RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
583 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000584 </File>
585 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000586 RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
587 >
588 </File>
589 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000590 RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
591 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000592 </File>
593 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000594 RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
595 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000596 </File>
597 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000598 RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
599 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000600 </File>
601 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000602 RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
603 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000604 </File>
605 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000606 RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
607 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000608 </File>
609 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000610 RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
611 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000612 </File>
613 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000614 RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
615 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000616 </File>
617 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000618 RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
619 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000620 </File>
621 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000622 RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
623 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000624 </File>
625 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000626 RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
627 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000628 </File>
629 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000630 RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
631 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000632 </File>
633 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000634 RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
635 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000636 </File>
637 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000638 RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
639 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000640 </File>
641 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000642 RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
643 >
644 </File>
645 <File
646 RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
647 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000648 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000649 Name="Debug|Win32"
650 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000651 <Tool
652 Name="VCCLCompilerTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000653 ObjectFile="$(IntDir)/$(InputName)1.obj"
654 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000655 </FileConfiguration>
656 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000657 Name="Release|Win32"
658 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000659 <Tool
660 Name="VCCLCompilerTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000661 ObjectFile="$(IntDir)/$(InputName)1.obj"
662 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000663 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000664 <FileConfiguration
665 Name="Debug|x64"
666 >
667 <Tool
668 Name="VCCLCompilerTool"
669 ObjectFile="$(IntDir)/$(InputName)1.obj"
670 />
671 </FileConfiguration>
672 <FileConfiguration
673 Name="Release|x64"
674 >
675 <Tool
676 Name="VCCLCompilerTool"
677 ObjectFile="$(IntDir)/$(InputName)1.obj"
678 />
679 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000680 </File>
681 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000682 RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
683 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000684 </File>
685 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000686 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
687 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000688 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000689 </Filter>
690 </Filter>
691 <Filter
692 Name="Header Files"
693 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000694 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
695 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000696 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000697 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
698 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000699 </File>
700 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000701 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
702 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000703 </File>
704 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000705 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
706 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000707 </File>
708 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000709 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
710 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000711 </File>
712 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000713 RelativePath="..\..\include\llvm\Transforms\IPO.h"
714 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000715 </File>
716 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000717 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
718 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000719 </File>
720 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000721 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
722 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000723 </File>
724 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000725 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
726 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000727 </File>
728 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000729 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
730 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000731 </File>
Hartmut Kaiserec057c82007-11-09 19:54:59 +0000732 <File
733 RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h"
734 >
735 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000736 </Filter>
737 </Files>
738 <Globals>
739 </Globals>
740</VisualStudioProject>