~ubuntu-branches/ubuntu/feisty/clamav/feisty

« back to all changes in this revision

Viewing changes to win32/llvmbuild/lib/Transforms/Scalar/LLVMScalarOpts.vcproj

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2007-02-20 10:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20070220103344-zgcu2psnx9d98fpa
Tags: upstream-0.90
ImportĀ upstreamĀ versionĀ 0.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="Windows-1252"?>
2
 
<VisualStudioProject
3
 
        ProjectType="Visual C++"
4
 
        Version="9.00"
5
 
        Name="LLVMScalarOpts"
6
 
        ProjectGUID="{2D275CEE-169C-4FCC-ADC1-FC1B9FC9767B}"
7
 
        Keyword="Win32Proj"
8
 
        TargetFrameworkVersion="0"
9
 
        >
10
 
        <Platforms>
11
 
                <Platform
12
 
                        Name="Win32"
13
 
                />
14
 
        </Platforms>
15
 
        <ToolFiles>
16
 
        </ToolFiles>
17
 
        <Configurations>
18
 
                <Configuration
19
 
                        Name="Debug|Win32"
20
 
                        OutputDirectory="Debug"
21
 
                        IntermediateDirectory="LLVMScalarOpts.dir\Debug"
22
 
                        ConfigurationType="4"
23
 
                        UseOfMFC="0"
24
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
25
 
                        CharacterSet="2"
26
 
                        >
27
 
                        <Tool
28
 
                                Name="VCPreBuildEventTool"
29
 
                        />
30
 
                        <Tool
31
 
                                Name="VCCustomBuildTool"
32
 
                        />
33
 
                        <Tool
34
 
                                Name="VCXMLDataGeneratorTool"
35
 
                        />
36
 
                        <Tool
37
 
                                Name="VCWebServiceProxyGeneratorTool"
38
 
                        />
39
 
                        <Tool
40
 
                                Name="VCMIDLTool"
41
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Debug\&quot;"
42
 
                                MkTypLibCompatible="false"
43
 
                                TargetEnvironment="1"
44
 
                                GenerateStublessProxies="true"
45
 
                                TypeLibraryName="$(InputName).tlb"
46
 
                                OutputDirectory="$(IntDir)"
47
 
                                HeaderFileName="$(InputName).h"
48
 
                                DLLDataFileName=""
49
 
                                InterfaceIdentifierFileName="$(InputName)_i.c"
50
 
                                ProxyFileName="$(InputName)_p.c"
51
 
                        />
52
 
                        <Tool
53
 
                                Name="VCCLCompilerTool"
54
 
                                AdditionalOptions=" /Zm1000"
55
 
                                Optimization="0"
56
 
                                InlineFunctionExpansion="0"
57
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
58
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Debug\&quot;"
59
 
                                ExceptionHandling="1"
60
 
                                BasicRuntimeChecks="3"
61
 
                                RuntimeLibrary="3"
62
 
                                RuntimeTypeInfo="true"
63
 
                                AssemblerListingLocation="Debug"
64
 
                                ObjectFile="$(IntDir)\"
65
 
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/Debug/LLVMScalarOpts.pdb"
66
 
                                WarningLevel="3"
67
 
                                DebugInformationFormat="3"
68
 
                                CompileAs="2"
69
 
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
70
 
                        />
71
 
                        <Tool
72
 
                                Name="VCManagedResourceCompilerTool"
73
 
                        />
74
 
                        <Tool
75
 
                                Name="VCResourceCompilerTool"
76
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,_DEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Debug\&quot;"
77
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
78
 
                        />
79
 
                        <Tool
80
 
                                Name="VCPreLinkEventTool"
81
 
                        />
82
 
                        <Tool
83
 
                                Name="VCLibrarianTool"
84
 
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\Debug\LLVMScalarOpts.lib"
85
 
                        />
86
 
                        <Tool
87
 
                                Name="VCALinkTool"
88
 
                        />
89
 
                        <Tool
90
 
                                Name="VCXDCMakeTool"
91
 
                        />
92
 
                        <Tool
93
 
                                Name="VCBscMakeTool"
94
 
                        />
95
 
                        <Tool
96
 
                                Name="VCFxCopTool"
97
 
                        />
98
 
                        <Tool
99
 
                                Name="VCPostBuildEventTool"
100
 
                        />
101
 
                </Configuration>
102
 
                <Configuration
103
 
                        Name="Release|Win32"
104
 
                        OutputDirectory="Release"
105
 
                        IntermediateDirectory="LLVMScalarOpts.dir\Release"
106
 
                        ConfigurationType="4"
107
 
                        UseOfMFC="0"
108
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
109
 
                        CharacterSet="2"
110
 
                        >
111
 
                        <Tool
112
 
                                Name="VCPreBuildEventTool"
113
 
                        />
114
 
                        <Tool
115
 
                                Name="VCCustomBuildTool"
116
 
                        />
117
 
                        <Tool
118
 
                                Name="VCXMLDataGeneratorTool"
119
 
                        />
120
 
                        <Tool
121
 
                                Name="VCWebServiceProxyGeneratorTool"
122
 
                        />
123
 
                        <Tool
124
 
                                Name="VCMIDLTool"
125
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Release\&quot;"
126
 
                                MkTypLibCompatible="false"
127
 
                                TargetEnvironment="1"
128
 
                                GenerateStublessProxies="true"
129
 
                                TypeLibraryName="$(InputName).tlb"
130
 
                                OutputDirectory="$(IntDir)"
131
 
                                HeaderFileName="$(InputName).h"
132
 
                                DLLDataFileName=""
133
 
                                InterfaceIdentifierFileName="$(InputName)_i.c"
134
 
                                ProxyFileName="$(InputName)_p.c"
135
 
                        />
136
 
                        <Tool
137
 
                                Name="VCCLCompilerTool"
138
 
                                AdditionalOptions=" /Zm1000"
139
 
                                Optimization="2"
140
 
                                InlineFunctionExpansion="2"
141
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
142
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Release\&quot;"
143
 
                                ExceptionHandling="1"
144
 
                                RuntimeLibrary="2"
145
 
                                RuntimeTypeInfo="true"
146
 
                                AssemblerListingLocation="Release"
147
 
                                ObjectFile="$(IntDir)\"
148
 
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/Release/LLVMScalarOpts.pdb"
149
 
                                WarningLevel="3"
150
 
                                CompileAs="2"
151
 
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
152
 
                        />
153
 
                        <Tool
154
 
                                Name="VCManagedResourceCompilerTool"
155
 
                        />
156
 
                        <Tool
157
 
                                Name="VCResourceCompilerTool"
158
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;Release\&quot;"
159
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
160
 
                        />
161
 
                        <Tool
162
 
                                Name="VCPreLinkEventTool"
163
 
                        />
164
 
                        <Tool
165
 
                                Name="VCLibrarianTool"
166
 
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\Release\LLVMScalarOpts.lib"
167
 
                        />
168
 
                        <Tool
169
 
                                Name="VCALinkTool"
170
 
                        />
171
 
                        <Tool
172
 
                                Name="VCXDCMakeTool"
173
 
                        />
174
 
                        <Tool
175
 
                                Name="VCBscMakeTool"
176
 
                        />
177
 
                        <Tool
178
 
                                Name="VCFxCopTool"
179
 
                        />
180
 
                        <Tool
181
 
                                Name="VCPostBuildEventTool"
182
 
                        />
183
 
                </Configuration>
184
 
                <Configuration
185
 
                        Name="MinSizeRel|Win32"
186
 
                        OutputDirectory="MinSizeRel"
187
 
                        IntermediateDirectory="LLVMScalarOpts.dir\MinSizeRel"
188
 
                        ConfigurationType="4"
189
 
                        UseOfMFC="0"
190
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
191
 
                        CharacterSet="2"
192
 
                        >
193
 
                        <Tool
194
 
                                Name="VCPreBuildEventTool"
195
 
                        />
196
 
                        <Tool
197
 
                                Name="VCCustomBuildTool"
198
 
                        />
199
 
                        <Tool
200
 
                                Name="VCXMLDataGeneratorTool"
201
 
                        />
202
 
                        <Tool
203
 
                                Name="VCWebServiceProxyGeneratorTool"
204
 
                        />
205
 
                        <Tool
206
 
                                Name="VCMIDLTool"
207
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
208
 
                                MkTypLibCompatible="false"
209
 
                                TargetEnvironment="1"
210
 
                                GenerateStublessProxies="true"
211
 
                                TypeLibraryName="$(InputName).tlb"
212
 
                                OutputDirectory="$(IntDir)"
213
 
                                HeaderFileName="$(InputName).h"
214
 
                                DLLDataFileName=""
215
 
                                InterfaceIdentifierFileName="$(InputName)_i.c"
216
 
                                ProxyFileName="$(InputName)_p.c"
217
 
                        />
218
 
                        <Tool
219
 
                                Name="VCCLCompilerTool"
220
 
                                AdditionalOptions=" /Zm1000"
221
 
                                Optimization="1"
222
 
                                InlineFunctionExpansion="1"
223
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
224
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
225
 
                                ExceptionHandling="1"
226
 
                                RuntimeLibrary="2"
227
 
                                RuntimeTypeInfo="true"
228
 
                                AssemblerListingLocation="MinSizeRel"
229
 
                                ObjectFile="$(IntDir)\"
230
 
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/MinSizeRel/LLVMScalarOpts.pdb"
231
 
                                WarningLevel="3"
232
 
                                CompileAs="2"
233
 
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
234
 
                        />
235
 
                        <Tool
236
 
                                Name="VCManagedResourceCompilerTool"
237
 
                        />
238
 
                        <Tool
239
 
                                Name="VCResourceCompilerTool"
240
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;MinSizeRel\&quot;"
241
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
242
 
                        />
243
 
                        <Tool
244
 
                                Name="VCPreLinkEventTool"
245
 
                        />
246
 
                        <Tool
247
 
                                Name="VCLibrarianTool"
248
 
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\MinSizeRel\LLVMScalarOpts.lib"
249
 
                        />
250
 
                        <Tool
251
 
                                Name="VCALinkTool"
252
 
                        />
253
 
                        <Tool
254
 
                                Name="VCXDCMakeTool"
255
 
                        />
256
 
                        <Tool
257
 
                                Name="VCBscMakeTool"
258
 
                        />
259
 
                        <Tool
260
 
                                Name="VCFxCopTool"
261
 
                        />
262
 
                        <Tool
263
 
                                Name="VCPostBuildEventTool"
264
 
                        />
265
 
                </Configuration>
266
 
                <Configuration
267
 
                        Name="RelWithDebInfo|Win32"
268
 
                        OutputDirectory="RelWithDebInfo"
269
 
                        IntermediateDirectory="LLVMScalarOpts.dir\RelWithDebInfo"
270
 
                        ConfigurationType="4"
271
 
                        UseOfMFC="0"
272
 
                        ATLMinimizesCRunTimeLibraryUsage="false"
273
 
                        CharacterSet="2"
274
 
                        >
275
 
                        <Tool
276
 
                                Name="VCPreBuildEventTool"
277
 
                        />
278
 
                        <Tool
279
 
                                Name="VCCustomBuildTool"
280
 
                        />
281
 
                        <Tool
282
 
                                Name="VCXMLDataGeneratorTool"
283
 
                        />
284
 
                        <Tool
285
 
                                Name="VCWebServiceProxyGeneratorTool"
286
 
                        />
287
 
                        <Tool
288
 
                                Name="VCMIDLTool"
289
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
290
 
                                MkTypLibCompatible="false"
291
 
                                TargetEnvironment="1"
292
 
                                GenerateStublessProxies="true"
293
 
                                TypeLibraryName="$(InputName).tlb"
294
 
                                OutputDirectory="$(IntDir)"
295
 
                                HeaderFileName="$(InputName).h"
296
 
                                DLLDataFileName=""
297
 
                                InterfaceIdentifierFileName="$(InputName)_i.c"
298
 
                                ProxyFileName="$(InputName)_p.c"
299
 
                        />
300
 
                        <Tool
301
 
                                Name="VCCLCompilerTool"
302
 
                                AdditionalOptions=" /Zm1000"
303
 
                                Optimization="2"
304
 
                                InlineFunctionExpansion="1"
305
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
306
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
307
 
                                ExceptionHandling="1"
308
 
                                RuntimeLibrary="2"
309
 
                                RuntimeTypeInfo="true"
310
 
                                AssemblerListingLocation="RelWithDebInfo"
311
 
                                ObjectFile="$(IntDir)\"
312
 
                                ProgramDataBaseFileName="$(SolutionDir)../win32/llvmbuild/lib/RelWithDebInfo/LLVMScalarOpts.pdb"
313
 
                                WarningLevel="3"
314
 
                                DebugInformationFormat="3"
315
 
                                CompileAs="2"
316
 
                                DisableSpecificWarnings="4146;4503;4996;4800;4244;4624;4355;4715;4180;4345;4224;4351"
317
 
                        />
318
 
                        <Tool
319
 
                                Name="VCManagedResourceCompilerTool"
320
 
                        />
321
 
                        <Tool
322
 
                                Name="VCResourceCompilerTool"
323
 
                                PreprocessorDefinitions="WIN32,_WINDOWS,NDEBUG,__STDC_LIMIT_MACROS,__STDC_CONSTANT_MACROS,_CRT_SECURE_NO_DEPRECATE,_CRT_SECURE_NO_WARNINGS,_SCL_SECURE_NO_WARNINGS,CRT_NONSTDC_NO_WARNINGS,_SCL_SECURE_NO_DEPRECATE,CMAKE_INTDIR=\&quot;RelWithDebInfo\&quot;"
324
 
                                AdditionalIncludeDirectories="$(SolutionDir)..\win32\llvmbuild\include;$(SolutionDir)..\libclamav\c++\llvm\include;"
325
 
                        />
326
 
                        <Tool
327
 
                                Name="VCPreLinkEventTool"
328
 
                        />
329
 
                        <Tool
330
 
                                Name="VCLibrarianTool"
331
 
                                OutputFile="$(SolutionDir)..\win32\llvmbuild\lib\RelWithDebInfo\LLVMScalarOpts.lib"
332
 
                        />
333
 
                        <Tool
334
 
                                Name="VCALinkTool"
335
 
                        />
336
 
                        <Tool
337
 
                                Name="VCXDCMakeTool"
338
 
                        />
339
 
                        <Tool
340
 
                                Name="VCBscMakeTool"
341
 
                        />
342
 
                        <Tool
343
 
                                Name="VCFxCopTool"
344
 
                        />
345
 
                        <Tool
346
 
                                Name="VCPostBuildEventTool"
347
 
                        />
348
 
                </Configuration>
349
 
        </Configurations>
350
 
        <References>
351
 
        </References>
352
 
        <Files>
353
 
                <Filter
354
 
                        Name="Source Files"
355
 
                        >
356
 
                        <File
357
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\ABCD.cpp"
358
 
                                >
359
 
                        </File>
360
 
                        <File
361
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\ADCE.cpp"
362
 
                                >
363
 
                        </File>
364
 
                        <File
365
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\BasicBlockPlacement.cpp"
366
 
                                >
367
 
                        </File>
368
 
                        <File
369
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\CodeGenPrepare.cpp"
370
 
                                >
371
 
                        </File>
372
 
                        <File
373
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\ConstantProp.cpp"
374
 
                                >
375
 
                        </File>
376
 
                        <File
377
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\DCE.cpp"
378
 
                                >
379
 
                        </File>
380
 
                        <File
381
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\DeadStoreElimination.cpp"
382
 
                                >
383
 
                        </File>
384
 
                        <File
385
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\GEPSplitter.cpp"
386
 
                                >
387
 
                        </File>
388
 
                        <File
389
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\GVN.cpp"
390
 
                                >
391
 
                        </File>
392
 
                        <File
393
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\IndVarSimplify.cpp"
394
 
                                >
395
 
                        </File>
396
 
                        <File
397
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\InstructionCombining.cpp"
398
 
                                >
399
 
                        </File>
400
 
                        <File
401
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\JumpThreading.cpp"
402
 
                                >
403
 
                        </File>
404
 
                        <File
405
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LICM.cpp"
406
 
                                >
407
 
                        </File>
408
 
                        <File
409
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LoopDeletion.cpp"
410
 
                                >
411
 
                        </File>
412
 
                        <File
413
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LoopIndexSplit.cpp"
414
 
                                >
415
 
                        </File>
416
 
                        <File
417
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LoopRotation.cpp"
418
 
                                >
419
 
                        </File>
420
 
                        <File
421
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LoopStrengthReduce.cpp"
422
 
                                >
423
 
                        </File>
424
 
                        <File
425
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LoopUnrollPass.cpp"
426
 
                                >
427
 
                        </File>
428
 
                        <File
429
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\LoopUnswitch.cpp"
430
 
                                >
431
 
                        </File>
432
 
                        <File
433
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\MemCpyOptimizer.cpp"
434
 
                                >
435
 
                        </File>
436
 
                        <File
437
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\Reassociate.cpp"
438
 
                                >
439
 
                        </File>
440
 
                        <File
441
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\Reg2Mem.cpp"
442
 
                                >
443
 
                        </File>
444
 
                        <File
445
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\Scalar.cpp"
446
 
                                >
447
 
                        </File>
448
 
                        <File
449
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\ScalarReplAggregates.cpp"
450
 
                                >
451
 
                        </File>
452
 
                        <File
453
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\SCCP.cpp"
454
 
                                >
455
 
                        </File>
456
 
                        <File
457
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\SCCVN.cpp"
458
 
                                >
459
 
                        </File>
460
 
                        <File
461
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\SimplifyCFGPass.cpp"
462
 
                                >
463
 
                        </File>
464
 
                        <File
465
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\SimplifyHalfPowrLibCalls.cpp"
466
 
                                >
467
 
                        </File>
468
 
                        <File
469
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\SimplifyLibCalls.cpp"
470
 
                                >
471
 
                        </File>
472
 
                        <File
473
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\TailDuplication.cpp"
474
 
                                >
475
 
                        </File>
476
 
                        <File
477
 
                                RelativePath="$(SolutionDir)..\libclamav\c++\llvm\lib\Transforms\Scalar\TailRecursionElimination.cpp"
478
 
                                >
479
 
                        </File>
480
 
                </Filter>
481
 
        </Files>
482
 
        <Globals>
483
 
        </Globals>
484
 
</VisualStudioProject>