blob: aea8a40580a01fac3a8cace7c75ab8aa804a1b1e [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?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="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
24 StringPooling="TRUE"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="3"
28 ForceConformanceInForLoopScope="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="0"
31 BrowseInformation="1"
32 WarningLevel="3"
33 Detect64BitPortabilityProblems="FALSE"
34 DebugInformationFormat="4"
35 DisableSpecificWarnings="4355,4146,4800"/>
36 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLibrarianTool"
40 OutputFile="$(OutDir)/Transforms.lib"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCManagedWrapperGeneratorTool"/>
57 <Tool
58 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59 </Configuration>
60 <Configuration
61 Name="Release|Win32"
62 OutputDirectory="..\Release"
63 IntermediateDirectory="Release"
64 ConfigurationType="4"
65 CharacterSet="2">
66 <Tool
67 Name="VCCLCompilerTool"
68 AdditionalIncludeDirectories="..\..\include;.."
69 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
70 StringPooling="TRUE"
71 RuntimeLibrary="2"
72 ForceConformanceInForLoopScope="TRUE"
73 RuntimeTypeInfo="TRUE"
74 UsePrecompiledHeader="0"
75 WarningLevel="3"
76 Detect64BitPortabilityProblems="FALSE"
77 DebugInformationFormat="3"
78 DisableSpecificWarnings="4355,4146,4800"/>
79 <Tool
80 Name="VCCustomBuildTool"/>
81 <Tool
82 Name="VCLibrarianTool"
83 OutputFile="$(OutDir)/Transforms.lib"/>
84 <Tool
85 Name="VCMIDLTool"/>
86 <Tool
87 Name="VCPostBuildEventTool"/>
88 <Tool
89 Name="VCPreBuildEventTool"/>
90 <Tool
91 Name="VCPreLinkEventTool"/>
92 <Tool
93 Name="VCResourceCompilerTool"/>
94 <Tool
95 Name="VCWebServiceProxyGeneratorTool"/>
96 <Tool
97 Name="VCXMLDataGeneratorTool"/>
98 <Tool
99 Name="VCManagedWrapperGeneratorTool"/>
100 <Tool
101 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102 </Configuration>
103 </Configurations>
104 <References>
105 </References>
106 <Files>
107 <Filter
108 Name="Source Files"
109 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
110 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
111 <Filter
112 Name="Instrumentation"
113 Filter="">
114 <File
115 RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp">
116 </File>
117 <File
118 RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp">
119 </File>
120 <File
121 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp">
122 </File>
123 <File
124 RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h">
125 </File>
126 <File
127 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp">
128 </File>
129 <File
130 RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h">
131 </File>
132 </Filter>
133 <Filter
134 Name="IPO"
135 Filter="">
136 <File
137 RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp">
138 </File>
139 <File
140 RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp">
141 </File>
142 <File
143 RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp">
144 </File>
145 <File
146 RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp">
147 </File>
148 <File
149 RelativePath="..\..\lib\Transforms\Ipo\ExtractFunction.cpp">
150 </File>
151 <File
152 RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp">
153 </File>
154 <File
155 RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp">
156 </File>
157 <File
158 RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp">
159 </File>
160 <File
161 RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp">
162 </File>
163 <File
164 RelativePath="..\..\lib\Transforms\Ipo\Inliner.h">
165 </File>
166 <File
167 RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp">
168 </File>
169 <File
170 RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp">
171 </File>
172 <File
173 RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp">
174 </File>
175 <File
176 RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp">
177 </File>
178 <File
179 RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp">
180 </File>
181 <File
182 RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp">
183 </File>
184 <File
185 RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp">
186 </File>
187 <File
188 RelativePath="..\..\lib\Transforms\Ipo\SimplifyLibCalls.cpp">
189 </File>
190 <File
191 RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp">
192 </File>
193 <File
194 RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp">
195 </File>
196 </Filter>
197 <Filter
198 Name="Scalar"
199 Filter="">
200 <File
201 RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp">
202 </File>
203 <File
204 RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp">
205 </File>
206 <File
207 RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp">
208 </File>
209 <File
210 RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp">
211 </File>
212 <File
213 RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp">
214 </File>
215 <File
216 RelativePath="..\..\lib\Transforms\Scalar\CorrelatedExprs.cpp">
217 </File>
218 <File
219 RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp">
220 </File>
221 <File
222 RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp">
223 </File>
224 <File
225 RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp">
226 </File>
227 <File
228 RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp">
229 </File>
230 <File
231 RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp">
232 </File>
233 <File
234 RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp">
235 </File>
236 <File
237 RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp">
238 </File>
239 <File
240 RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp">
241 </File>
242 <File
243 RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp">
244 </File>
245 <File
246 RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp">
247 </File>
248 <File
249 RelativePath="..\..\lib\Transforms\Scalar\LowerGC.cpp">
250 </File>
251 <File
252 RelativePath="..\..\lib\Transforms\Scalar\LowerPacked.cpp">
253 </File>
254 <File
255 RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp">
256 </File>
257 <File
258 RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp">
259 </File>
260 <File
261 RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp">
262 </File>
263 <File
264 RelativePath="..\..\lib\Transforms\Scalar\ScalarReplAggregates.cpp">
265 </File>
266 <File
267 RelativePath="..\..\lib\Transforms\Scalar\SCCP.cpp">
268 </File>
269 <File
270 RelativePath="..\..\lib\Transforms\Scalar\SimplifyCFG.cpp">
271 </File>
272 <File
273 RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp">
274 </File>
275 <File
276 RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp">
277 </File>
278 </Filter>
279 <Filter
280 Name="Parallel"
281 Filter="">
282 </Filter>
283 <Filter
284 Name="Utils"
285 Filter="">
286 <File
287 RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp">
288 </File>
289 <File
290 RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp">
291 </File>
292 <File
293 RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp">
294 </File>
295 <File
296 RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp">
297 </File>
298 <File
299 RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp">
300 </File>
301 <File
302 RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp">
303 </File>
304 <File
305 RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp">
306 </File>
307 <File
308 RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp">
309 </File>
310 <File
311 RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp">
312 </File>
313 <File
314 RelativePath="..\..\lib\Transforms\Utils\Local.cpp">
315 </File>
316 <File
317 RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp">
318 </File>
319 <File
320 RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp">
321 </File>
322 <File
323 RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp">
324 </File>
325 <File
326 RelativePath="..\..\lib\Transforms\Utils\LowerSelect.cpp">
327 </File>
328 <File
329 RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp">
330 </File>
331 <File
332 RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp">
333 </File>
334 <File
335 RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp">
336 </File>
337 <File
338 RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp">
339 <FileConfiguration
340 Name="Debug|Win32">
341 <Tool
342 Name="VCCLCompilerTool"
343 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
344 </FileConfiguration>
345 <FileConfiguration
346 Name="Release|Win32">
347 <Tool
348 Name="VCCLCompilerTool"
349 ObjectFile="$(IntDir)/$(InputName)1.obj"/>
350 </FileConfiguration>
351 </File>
352 <File
353 RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp">
354 </File>
355 <File
356 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp">
357 </File>
358 <File
359 RelativePath="..\..\lib\Transforms\Utils\ValueMapper.h">
360 </File>
361 </Filter>
362 </Filter>
363 <Filter
364 Name="Header Files"
365 Filter="h;hpp;hxx;hm;inl;inc;xsd"
366 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
367 <File
368 RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h">
369 </File>
370 <File
371 RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h">
372 </File>
373 <File
374 RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h">
375 </File>
376 <File
377 RelativePath="..\..\include\llvm\Transforms\Instrumentation.h">
378 </File>
379 <File
380 RelativePath="..\..\include\llvm\Transforms\IPO.h">
381 </File>
382 <File
383 RelativePath="..\..\include\llvm\Transforms\Utils\Local.h">
384 </File>
385 <File
386 RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h">
387 </File>
388 <File
389 RelativePath="..\..\include\llvm\Transforms\Scalar.h">
390 </File>
391 <File
392 RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h">
393 </File>
394 </Filter>
395 </Files>
396 <Globals>
397 </Globals>
398</VisualStudioProject>