blob: 56de59e54dad4f382f608e9ec72f5e121d8e3b20 [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 />
Chuck Rose III57c33da2007-11-21 00:37:56 +000013 <Platform
14 Name="x64"
15 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000016 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000017 <ToolFiles>
18 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000019 <Configurations>
20 <Configuration
21 Name="Debug|Win32"
Chuck Rose III57c33da2007-11-21 00:37:56 +000022 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
23 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000024 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000025 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26 CharacterSet="2"
27 >
28 <Tool
29 Name="VCPreBuildEventTool"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000043 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser502c9222007-11-07 19:34:09 +000047 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 +000048 StringPooling="true"
49 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000050 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000052 ForceConformanceInForLoopScope="true"
53 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000054 UsePrecompiledHeader="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000055 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000056 BrowseInformation="1"
57 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000058 Detect64BitPortabilityProblems="false"
59 DebugInformationFormat="3"
60 DisableSpecificWarnings="4355,4146,4800"
61 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000062 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000063 Name="VCManagedResourceCompilerTool"
64 />
65 <Tool
66 Name="VCResourceCompilerTool"
67 />
68 <Tool
69 Name="VCPreLinkEventTool"
70 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000071 <Tool
72 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000073 OutputFile="$(OutDir)/Transforms.lib"
74 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000075 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000076 Name="VCALinkTool"
77 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000078 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000079 Name="VCXDCMakeTool"
80 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000081 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000082 Name="VCBscMakeTool"
83 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000084 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000085 Name="VCFxCopTool"
86 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000087 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000088 Name="VCPostBuildEventTool"
89 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000090 </Configuration>
91 <Configuration
92 Name="Release|Win32"
Chuck Rose III57c33da2007-11-21 00:37:56 +000093 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
94 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000095 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000096 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
97 CharacterSet="2"
98 >
99 <Tool
100 Name="VCPreBuildEventTool"
101 />
102 <Tool
103 Name="VCCustomBuildTool"
104 />
105 <Tool
106 Name="VCXMLDataGeneratorTool"
107 />
108 <Tool
109 Name="VCWebServiceProxyGeneratorTool"
110 />
111 <Tool
112 Name="VCMIDLTool"
113 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000114 <Tool
115 Name="VCCLCompilerTool"
116 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser9722d572007-11-13 23:03:32 +0000117 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 +0000118 StringPooling="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000119 RuntimeLibrary="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000120 ForceConformanceInForLoopScope="true"
121 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000122 UsePrecompiledHeader="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000123 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000124 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000125 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000126 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000127 DisableSpecificWarnings="4355,4146,4800"
128 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000129 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000138 <Tool
139 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000140 OutputFile="$(OutDir)/Transforms.lib"
141 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000142 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000143 Name="VCALinkTool"
144 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000145 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000146 Name="VCXDCMakeTool"
147 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000148 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000149 Name="VCBscMakeTool"
150 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000151 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000152 Name="VCFxCopTool"
153 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000154 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000155 Name="VCPostBuildEventTool"
156 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000157 </Configuration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000158 <Configuration
159 Name="Debug|x64"
160 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
161 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
162 ConfigurationType="4"
163 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
164 CharacterSet="2"
165 >
166 <Tool
167 Name="VCPreBuildEventTool"
168 />
169 <Tool
170 Name="VCCustomBuildTool"
171 />
172 <Tool
173 Name="VCXMLDataGeneratorTool"
174 />
175 <Tool
176 Name="VCWebServiceProxyGeneratorTool"
177 />
178 <Tool
179 Name="VCMIDLTool"
180 TargetEnvironment="3"
181 />
182 <Tool
183 Name="VCCLCompilerTool"
184 Optimization="0"
185 AdditionalIncludeDirectories="..\..\include;.."
186 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
187 StringPooling="true"
188 MinimalRebuild="true"
189 BasicRuntimeChecks="3"
190 RuntimeLibrary="3"
191 ForceConformanceInForLoopScope="true"
192 RuntimeTypeInfo="true"
193 UsePrecompiledHeader="0"
194 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
195 BrowseInformation="1"
196 WarningLevel="3"
197 Detect64BitPortabilityProblems="false"
198 DebugInformationFormat="3"
199 DisableSpecificWarnings="4355,4146,4800"
200 />
201 <Tool
202 Name="VCManagedResourceCompilerTool"
203 />
204 <Tool
205 Name="VCResourceCompilerTool"
206 />
207 <Tool
208 Name="VCPreLinkEventTool"
209 />
210 <Tool
211 Name="VCLibrarianTool"
212 OutputFile="$(OutDir)/Transforms.lib"
213 />
214 <Tool
215 Name="VCALinkTool"
216 />
217 <Tool
218 Name="VCXDCMakeTool"
219 />
220 <Tool
221 Name="VCBscMakeTool"
222 />
223 <Tool
224 Name="VCFxCopTool"
225 />
226 <Tool
227 Name="VCPostBuildEventTool"
228 />
229 </Configuration>
230 <Configuration
231 Name="Release|x64"
232 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
233 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234 ConfigurationType="4"
235 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
236 CharacterSet="2"
237 >
238 <Tool
239 Name="VCPreBuildEventTool"
240 />
241 <Tool
242 Name="VCCustomBuildTool"
243 />
244 <Tool
245 Name="VCXMLDataGeneratorTool"
246 />
247 <Tool
248 Name="VCWebServiceProxyGeneratorTool"
249 />
250 <Tool
251 Name="VCMIDLTool"
252 TargetEnvironment="3"
253 />
254 <Tool
255 Name="VCCLCompilerTool"
256 AdditionalIncludeDirectories="..\..\include;.."
257 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
258 StringPooling="true"
259 RuntimeLibrary="2"
260 ForceConformanceInForLoopScope="true"
261 RuntimeTypeInfo="true"
262 UsePrecompiledHeader="0"
263 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
264 WarningLevel="3"
265 Detect64BitPortabilityProblems="false"
266 DebugInformationFormat="3"
267 DisableSpecificWarnings="4355,4146,4800"
268 />
269 <Tool
270 Name="VCManagedResourceCompilerTool"
271 />
272 <Tool
273 Name="VCResourceCompilerTool"
274 />
275 <Tool
276 Name="VCPreLinkEventTool"
277 />
278 <Tool
279 Name="VCLibrarianTool"
280 OutputFile="$(OutDir)/Transforms.lib"
281 />
282 <Tool
283 Name="VCALinkTool"
284 />
285 <Tool
286 Name="VCXDCMakeTool"
287 />
288 <Tool
289 Name="VCBscMakeTool"
290 />
291 <Tool
292 Name="VCFxCopTool"
293 />
294 <Tool
295 Name="VCPostBuildEventTool"
296 />
297 </Configuration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000298 </Configurations>
299 <References>
300 </References>
301 <Files>
302 <Filter
303 Name="Source Files"
304 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000305 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
306 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000307 <Filter
308 Name="Instrumentation"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000309 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000310 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000311 RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp"
312 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000313 </File>
314 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000315 RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp"
316 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000317 </File>
318 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000319 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp"
320 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000321 </File>
322 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000323 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h"
324 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000325 </File>
326 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000327 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp"
328 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000329 </File>
330 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000331 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h"
332 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000333 </File>
334 </Filter>
335 <Filter
336 Name="IPO"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000337 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000338 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000339 RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp"
340 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000341 </File>
342 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000343 RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp"
344 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000345 </File>
346 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000347 RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp"
348 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000349 </File>
350 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000351 RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp"
352 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000353 </File>
354 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000355 RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp"
356 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000357 </File>
358 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000359 RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp"
360 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000361 </File>
362 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000363 RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp"
364 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000365 </File>
366 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000367 RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp"
368 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000369 </File>
370 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000371 RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp"
372 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000373 </File>
374 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000375 RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp"
376 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000377 </File>
378 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000379 RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp"
380 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000381 </File>
382 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000383 RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp"
384 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000385 </File>
386 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000387 RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp"
388 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000389 </File>
390 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000391 RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp"
392 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000393 </File>
394 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000395 RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp"
396 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000397 </File>
398 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000399 RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp"
400 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000401 </File>
402 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000403 RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp"
404 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000405 </File>
406 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000407 RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp"
408 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000409 </File>
Chuck Rose III14eb20b2008-03-27 00:02:53 +0000410 <File
411 RelativePath="..\..\lib\Transforms\IPO\StructRetPromotion.cpp"
412 >
413 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000414 </Filter>
415 <Filter
416 Name="Scalar"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000417 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000418 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000419 RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp"
420 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000421 </File>
422 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000423 RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
424 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000425 </File>
426 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000427 RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp"
428 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000429 </File>
430 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000431 RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp"
432 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000433 </File>
434 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000435 RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp"
436 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000437 </File>
438 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000439 RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp"
440 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000441 </File>
442 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000443 RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp"
444 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000445 </File>
446 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000447 RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp"
448 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000449 </File>
450 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000451 RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp"
452 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000453 </File>
454 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000455 RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp"
456 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000457 </File>
458 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000459 RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp"
460 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000461 </File>
462 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000463 RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp"
464 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000465 </File>
466 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000467 RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp"
468 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000469 </File>
470 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000471 RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp"
472 >
473 </File>
474 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000475 RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp"
476 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000477 </File>
478 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000479 RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
480 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000481 </File>
482 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000483 RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp"
484 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000485 </File>
486 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000487 RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp"
488 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000489 </File>
490 <File
Chuck Rose III0ea0f312008-04-15 21:27:11 +0000491 RelativePath="..\..\lib\Transforms\Scalar\MemCpyOptimizer.cpp"
492 >
493 </File>
494 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000495 RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp"
496 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000497 </File>
498 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000499 RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp"
500 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000501 </File>
502 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000503 RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp"
504 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000505 </File>
506 <File
Chuck Rose III14eb20b2008-03-27 00:02:53 +0000507 RelativePath="..\..\lib\Transforms\Scalar\Scalar.cpp"
508 >
509 </File>
510 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000511 RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
512 >
513 </File>
514 <File
515 RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp"
516 >
517 </File>
518 <File
519 RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp"
520 >
521 </File>
522 <File
523 RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp"
524 >
525 </File>
526 <File
527 RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp"
528 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000529 </File>
530 </Filter>
531 <Filter
532 Name="Parallel"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000533 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000534 </Filter>
535 <Filter
536 Name="Utils"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000537 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000538 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000539 RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp"
540 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000541 </File>
542 <File
Hartmut Kaiser2e15f662007-10-17 14:56:40 +0000543 RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp"
544 >
545 </File>
546 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000547 RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp"
548 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000549 </File>
550 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000551 RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp"
552 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000553 </File>
554 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000555 RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp"
556 >
557 </File>
558 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000559 RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp"
560 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000561 </File>
562 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000563 RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp"
564 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000565 </File>
566 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000567 RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp"
568 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000569 </File>
570 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000571 RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp"
572 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000573 </File>
574 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000575 RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp"
576 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000577 </File>
578 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000579 RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp"
580 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000581 </File>
582 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000583 RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp"
584 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000585 </File>
586 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000587 RelativePath="..\..\lib\Transforms\Utils\Local.cpp"
588 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000589 </File>
590 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000591 RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp"
592 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000593 </File>
594 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000595 RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp"
596 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000597 </File>
598 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000599 RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp"
600 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000601 </File>
602 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000603 RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp"
604 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000605 </File>
606 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000607 RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp"
608 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000609 </File>
610 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000611 RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp"
612 >
613 </File>
614 <File
615 RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp"
616 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000617 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000618 Name="Debug|Win32"
619 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000620 <Tool
621 Name="VCCLCompilerTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000622 ObjectFile="$(IntDir)/$(InputName)1.obj"
623 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000624 </FileConfiguration>
625 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000626 Name="Release|Win32"
627 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000628 <Tool
629 Name="VCCLCompilerTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000630 ObjectFile="$(IntDir)/$(InputName)1.obj"
631 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000632 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000633 <FileConfiguration
634 Name="Debug|x64"
635 >
636 <Tool
637 Name="VCCLCompilerTool"
638 ObjectFile="$(IntDir)/$(InputName)1.obj"
639 />
640 </FileConfiguration>
641 <FileConfiguration
642 Name="Release|x64"
643 >
644 <Tool
645 Name="VCCLCompilerTool"
646 ObjectFile="$(IntDir)/$(InputName)1.obj"
647 />
648 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000649 </File>
650 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000651 RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp"
652 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000653 </File>
654 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000655 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp"
656 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000657 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000658 </Filter>
659 </Filter>
660 <Filter
661 Name="Header Files"
662 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000663 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
664 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000665 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000666 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h"
667 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000668 </File>
669 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000670 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h"
671 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000672 </File>
673 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000674 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h"
675 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000676 </File>
677 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000678 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h"
679 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000680 </File>
681 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000682 RelativePath="..\..\include\llvm\Transforms\IPO.h"
683 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000684 </File>
685 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000686 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h"
687 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000688 </File>
689 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000690 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h"
691 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000692 </File>
693 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000694 RelativePath="..\..\include\llvm\Transforms\Scalar.h"
695 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000696 </File>
697 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000698 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h"
699 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000700 </File>
Hartmut Kaiserec057c82007-11-09 19:54:59 +0000701 <File
702 RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h"
703 >
704 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000705 </Filter>
706 </Files>
707 <Globals>
708 </Globals>
709</VisualStudioProject>