Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
Chris Lattner | e3aa629 | 2008-05-13 20:56:51 +0000 | [diff] [blame^] | 4 | Version="9.00" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | Name="Transforms" |
| 6 | ProjectGUID="{C59374C1-9FC0-4147-B836-327DFDC52D99}" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 7 | Keyword="Win32Proj" |
Chris Lattner | e3aa629 | 2008-05-13 20:56:51 +0000 | [diff] [blame^] | 8 | TargetFrameworkVersion="131072" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 9 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 10 | <Platforms> |
| 11 | <Platform |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 12 | Name="Win32" |
| 13 | /> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 14 | <Platform |
| 15 | Name="x64" |
| 16 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 17 | </Platforms> |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 18 | <ToolFiles> |
| 19 | </ToolFiles> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 20 | <Configurations> |
| 21 | <Configuration |
| 22 | Name="Debug|Win32" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 23 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 24 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 25 | ConfigurationType="4" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 26 | 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 Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 44 | <Tool |
| 45 | Name="VCCLCompilerTool" |
| 46 | Optimization="0" |
| 47 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | 502c922 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 48 | 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 III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 49 | StringPooling="true" |
| 50 | MinimalRebuild="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 51 | BasicRuntimeChecks="3" |
| 52 | RuntimeLibrary="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 53 | ForceConformanceInForLoopScope="true" |
| 54 | RuntimeTypeInfo="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 55 | UsePrecompiledHeader="0" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 56 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 57 | BrowseInformation="1" |
| 58 | WarningLevel="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 59 | Detect64BitPortabilityProblems="false" |
| 60 | DebugInformationFormat="3" |
| 61 | DisableSpecificWarnings="4355,4146,4800" |
| 62 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 63 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 64 | Name="VCManagedResourceCompilerTool" |
| 65 | /> |
| 66 | <Tool |
| 67 | Name="VCResourceCompilerTool" |
| 68 | /> |
| 69 | <Tool |
| 70 | Name="VCPreLinkEventTool" |
| 71 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 72 | <Tool |
| 73 | Name="VCLibrarianTool" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 74 | OutputFile="$(OutDir)/Transforms.lib" |
| 75 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 76 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 77 | Name="VCALinkTool" |
| 78 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 79 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 80 | Name="VCXDCMakeTool" |
| 81 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 82 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 83 | Name="VCBscMakeTool" |
| 84 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 85 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 86 | Name="VCFxCopTool" |
| 87 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 88 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 89 | Name="VCPostBuildEventTool" |
| 90 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 91 | </Configuration> |
| 92 | <Configuration |
| 93 | Name="Release|Win32" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 94 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 95 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 96 | ConfigurationType="4" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 97 | 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 Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 115 | <Tool |
| 116 | Name="VCCLCompilerTool" |
| 117 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | 9722d57 | 2007-11-13 23:03:32 +0000 | [diff] [blame] | 118 | 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 III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 119 | StringPooling="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 120 | RuntimeLibrary="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 121 | ForceConformanceInForLoopScope="true" |
| 122 | RuntimeTypeInfo="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 123 | UsePrecompiledHeader="0" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 124 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 125 | WarningLevel="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 126 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 127 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 128 | DisableSpecificWarnings="4355,4146,4800" |
| 129 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 130 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 131 | Name="VCManagedResourceCompilerTool" |
| 132 | /> |
| 133 | <Tool |
| 134 | Name="VCResourceCompilerTool" |
| 135 | /> |
| 136 | <Tool |
| 137 | Name="VCPreLinkEventTool" |
| 138 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 139 | <Tool |
| 140 | Name="VCLibrarianTool" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 141 | OutputFile="$(OutDir)/Transforms.lib" |
| 142 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 143 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 144 | Name="VCALinkTool" |
| 145 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 146 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 147 | Name="VCXDCMakeTool" |
| 148 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 149 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 150 | Name="VCBscMakeTool" |
| 151 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 152 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 153 | Name="VCFxCopTool" |
| 154 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 155 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 156 | Name="VCPostBuildEventTool" |
| 157 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 158 | </Configuration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 159 | <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 Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 299 | </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 III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 306 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 307 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 308 | <Filter |
| 309 | Name="Instrumentation" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 310 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 311 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 312 | RelativePath="..\..\lib\Transforms\Instrumentation\BlockProfiling.cpp" |
| 313 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 314 | </File> |
| 315 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 316 | RelativePath="..\..\lib\Transforms\Instrumentation\EdgeProfiling.cpp" |
| 317 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 318 | </File> |
| 319 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 320 | RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.cpp" |
| 321 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 322 | </File> |
| 323 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 324 | RelativePath="..\..\lib\Transforms\Instrumentation\ProfilingUtils.h" |
| 325 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 326 | </File> |
| 327 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 328 | RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.cpp" |
| 329 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 330 | </File> |
| 331 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 332 | RelativePath="..\..\lib\Transforms\Instrumentation\RSProfiling.h" |
| 333 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 334 | </File> |
| 335 | </Filter> |
| 336 | <Filter |
| 337 | Name="IPO" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 338 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 339 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 340 | RelativePath="..\..\lib\Transforms\Ipo\ArgumentPromotion.cpp" |
| 341 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 342 | </File> |
| 343 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 344 | RelativePath="..\..\lib\Transforms\Ipo\ConstantMerge.cpp" |
| 345 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 346 | </File> |
| 347 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 348 | RelativePath="..\..\lib\Transforms\Ipo\DeadArgumentElimination.cpp" |
| 349 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 350 | </File> |
| 351 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 352 | RelativePath="..\..\lib\Transforms\Ipo\DeadTypeElimination.cpp" |
| 353 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 354 | </File> |
| 355 | <File |
Chris Lattner | e3aa629 | 2008-05-13 20:56:51 +0000 | [diff] [blame^] | 356 | RelativePath="..\..\lib\Transforms\IPO\ExtractGV.cpp" |
| 357 | > |
| 358 | </File> |
| 359 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 360 | RelativePath="..\..\lib\Transforms\Ipo\GlobalDCE.cpp" |
| 361 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 362 | </File> |
| 363 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 364 | RelativePath="..\..\lib\Transforms\Ipo\GlobalOpt.cpp" |
| 365 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 366 | </File> |
| 367 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 368 | RelativePath="..\..\lib\Transforms\Ipo\IndMemRemoval.cpp" |
| 369 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 370 | </File> |
| 371 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 372 | RelativePath="..\..\lib\Transforms\Ipo\Inliner.cpp" |
| 373 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 374 | </File> |
| 375 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 376 | RelativePath="..\..\lib\Transforms\Ipo\InlineSimple.cpp" |
| 377 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 378 | </File> |
| 379 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 380 | RelativePath="..\..\lib\Transforms\Ipo\Internalize.cpp" |
| 381 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 382 | </File> |
| 383 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 384 | RelativePath="..\..\lib\Transforms\Ipo\IPConstantPropagation.cpp" |
| 385 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 386 | </File> |
| 387 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 388 | RelativePath="..\..\lib\Transforms\Ipo\LoopExtractor.cpp" |
| 389 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 390 | </File> |
| 391 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 392 | RelativePath="..\..\lib\Transforms\Ipo\LowerSetJmp.cpp" |
| 393 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 394 | </File> |
| 395 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 396 | RelativePath="..\..\lib\Transforms\Ipo\PruneEH.cpp" |
| 397 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 398 | </File> |
| 399 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 400 | RelativePath="..\..\lib\Transforms\Ipo\RaiseAllocations.cpp" |
| 401 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 402 | </File> |
| 403 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 404 | RelativePath="..\..\lib\Transforms\IPO\StripDeadPrototypes.cpp" |
| 405 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 406 | </File> |
| 407 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 408 | RelativePath="..\..\lib\Transforms\Ipo\StripSymbols.cpp" |
| 409 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 410 | </File> |
Chuck Rose III | 14eb20b | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 411 | <File |
| 412 | RelativePath="..\..\lib\Transforms\IPO\StructRetPromotion.cpp" |
| 413 | > |
| 414 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 415 | </Filter> |
| 416 | <Filter |
| 417 | Name="Scalar" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 418 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 419 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 420 | RelativePath="..\..\lib\Transforms\Scalar\ADCE.cpp" |
| 421 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 422 | </File> |
| 423 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 424 | RelativePath="..\..\lib\Transforms\Scalar\BasicBlockPlacement.cpp" |
| 425 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 426 | </File> |
| 427 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 428 | RelativePath="..\..\lib\Transforms\Scalar\CodeGenPrepare.cpp" |
| 429 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 430 | </File> |
| 431 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 432 | RelativePath="..\..\lib\Transforms\Scalar\CondPropagate.cpp" |
| 433 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 434 | </File> |
| 435 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 436 | RelativePath="..\..\lib\Transforms\Scalar\ConstantProp.cpp" |
| 437 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 438 | </File> |
| 439 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 440 | RelativePath="..\..\lib\Transforms\Scalar\DCE.cpp" |
| 441 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 442 | </File> |
| 443 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 444 | RelativePath="..\..\lib\Transforms\Scalar\DeadStoreElimination.cpp" |
| 445 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 446 | </File> |
| 447 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 448 | RelativePath="..\..\lib\Transforms\Scalar\GCSE.cpp" |
| 449 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 450 | </File> |
| 451 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 452 | RelativePath="..\..\lib\Transforms\Scalar\GVN.cpp" |
| 453 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 454 | </File> |
| 455 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 456 | RelativePath="..\..\lib\Transforms\Scalar\GVNPRE.cpp" |
| 457 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 458 | </File> |
| 459 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 460 | RelativePath="..\..\lib\Transforms\Scalar\IndVarSimplify.cpp" |
| 461 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 462 | </File> |
| 463 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 464 | RelativePath="..\..\lib\Transforms\Scalar\InstructionCombining.cpp" |
| 465 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 466 | </File> |
| 467 | <File |
Steve Naroff | e06a30d | 2008-05-06 23:14:34 +0000 | [diff] [blame] | 468 | RelativePath="..\..\lib\Transforms\Scalar\JumpThreading.cpp" |
| 469 | > |
| 470 | </File> |
| 471 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 472 | RelativePath="..\..\lib\Transforms\Scalar\LICM.cpp" |
| 473 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 474 | </File> |
| 475 | <File |
Steve Naroff | e06a30d | 2008-05-06 23:14:34 +0000 | [diff] [blame] | 476 | RelativePath="..\..\lib\Transforms\Scalar\LoopDeletion.cpp" |
| 477 | > |
| 478 | </File> |
| 479 | <File |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 480 | RelativePath="..\..\lib\Transforms\Scalar\LoopIndexSplit.cpp" |
| 481 | > |
| 482 | </File> |
| 483 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 484 | RelativePath="..\..\lib\Transforms\Scalar\LoopRotation.cpp" |
| 485 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 486 | </File> |
| 487 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 488 | RelativePath="..\..\lib\Transforms\Scalar\LoopStrengthReduce.cpp" |
| 489 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 490 | </File> |
| 491 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 492 | RelativePath="..\..\lib\Transforms\Scalar\LoopUnroll.cpp" |
| 493 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 494 | </File> |
| 495 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 496 | RelativePath="..\..\lib\Transforms\Scalar\LoopUnswitch.cpp" |
| 497 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 498 | </File> |
| 499 | <File |
Chuck Rose III | 0ea0f31 | 2008-04-15 21:27:11 +0000 | [diff] [blame] | 500 | RelativePath="..\..\lib\Transforms\Scalar\MemCpyOptimizer.cpp" |
| 501 | > |
| 502 | </File> |
| 503 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 504 | RelativePath="..\..\lib\Transforms\Scalar\PredicateSimplifier.cpp" |
| 505 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 506 | </File> |
| 507 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 508 | RelativePath="..\..\lib\Transforms\Scalar\Reassociate.cpp" |
| 509 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 510 | </File> |
| 511 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 512 | RelativePath="..\..\lib\Transforms\Scalar\Reg2Mem.cpp" |
| 513 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 514 | </File> |
| 515 | <File |
Chuck Rose III | 14eb20b | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 516 | RelativePath="..\..\lib\Transforms\Scalar\Scalar.cpp" |
| 517 | > |
| 518 | </File> |
| 519 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 520 | 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 Naroff | e06a30d | 2008-05-06 23:14:34 +0000 | [diff] [blame] | 532 | 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 III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 554 | RelativePath="..\..\lib\Transforms\Scalar\TailDuplication.cpp" |
| 555 | > |
| 556 | </File> |
| 557 | <File |
| 558 | RelativePath="..\..\lib\Transforms\Scalar\TailRecursionElimination.cpp" |
| 559 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 560 | </File> |
| 561 | </Filter> |
| 562 | <Filter |
| 563 | Name="Parallel" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 564 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 565 | </Filter> |
| 566 | <Filter |
| 567 | Name="Utils" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 568 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 569 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 570 | RelativePath="..\..\lib\Transforms\Utils\BasicBlockUtils.cpp" |
| 571 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 572 | </File> |
| 573 | <File |
Hartmut Kaiser | 2e15f66 | 2007-10-17 14:56:40 +0000 | [diff] [blame] | 574 | RelativePath="..\..\lib\Transforms\Utils\BasicInliner.cpp" |
| 575 | > |
| 576 | </File> |
| 577 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 578 | RelativePath="..\..\lib\Transforms\Utils\BreakCriticalEdges.cpp" |
| 579 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 580 | </File> |
| 581 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 582 | RelativePath="..\..\lib\Transforms\Utils\CloneFunction.cpp" |
| 583 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 584 | </File> |
| 585 | <File |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 586 | RelativePath="..\..\lib\Transforms\Utils\CloneLoop.cpp" |
| 587 | > |
| 588 | </File> |
| 589 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 590 | RelativePath="..\..\lib\Transforms\Utils\CloneModule.cpp" |
| 591 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 592 | </File> |
| 593 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 594 | RelativePath="..\..\lib\Transforms\Utils\CloneTrace.cpp" |
| 595 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 596 | </File> |
| 597 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 598 | RelativePath="..\..\lib\Transforms\Utils\CodeExtractor.cpp" |
| 599 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 600 | </File> |
| 601 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 602 | RelativePath="..\..\lib\Transforms\Utils\DemoteRegToStack.cpp" |
| 603 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 604 | </File> |
| 605 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 606 | RelativePath="..\..\lib\Transforms\Utils\InlineCost.cpp" |
| 607 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 608 | </File> |
| 609 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 610 | RelativePath="..\..\lib\Transforms\Utils\InlineFunction.cpp" |
| 611 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 612 | </File> |
| 613 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 614 | RelativePath="..\..\lib\Transforms\Utils\LCSSA.cpp" |
| 615 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 616 | </File> |
| 617 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 618 | RelativePath="..\..\lib\Transforms\Utils\Local.cpp" |
| 619 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 620 | </File> |
| 621 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 622 | RelativePath="..\..\lib\Transforms\Utils\LoopSimplify.cpp" |
| 623 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 624 | </File> |
| 625 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 626 | RelativePath="..\..\lib\Transforms\Utils\LowerAllocations.cpp" |
| 627 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 628 | </File> |
| 629 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 630 | RelativePath="..\..\lib\Transforms\Utils\LowerInvoke.cpp" |
| 631 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 632 | </File> |
| 633 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 634 | RelativePath="..\..\lib\Transforms\Utils\LowerSwitch.cpp" |
| 635 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 636 | </File> |
| 637 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 638 | RelativePath="..\..\lib\Transforms\Utils\Mem2Reg.cpp" |
| 639 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 640 | </File> |
| 641 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 642 | RelativePath="..\..\lib\Transforms\Utils\PromoteMemoryToRegister.cpp" |
| 643 | > |
| 644 | </File> |
| 645 | <File |
| 646 | RelativePath="..\..\lib\Transforms\Utils\SimplifyCFG.cpp" |
| 647 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 648 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 649 | Name="Debug|Win32" |
| 650 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 651 | <Tool |
| 652 | Name="VCCLCompilerTool" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 653 | ObjectFile="$(IntDir)/$(InputName)1.obj" |
| 654 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 655 | </FileConfiguration> |
| 656 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 657 | Name="Release|Win32" |
| 658 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 659 | <Tool |
| 660 | Name="VCCLCompilerTool" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 661 | ObjectFile="$(IntDir)/$(InputName)1.obj" |
| 662 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 663 | </FileConfiguration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 664 | <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 Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 680 | </File> |
| 681 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 682 | RelativePath="..\..\lib\Transforms\Utils\UnifyFunctionExitNodes.cpp" |
| 683 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 684 | </File> |
| 685 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 686 | RelativePath="..\..\lib\Transforms\Utils\ValueMapper.cpp" |
| 687 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 688 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 689 | </Filter> |
| 690 | </Filter> |
| 691 | <Filter |
| 692 | Name="Header Files" |
| 693 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 694 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 695 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 696 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 697 | RelativePath="..\..\include\llvm\Transforms\Utils\BasicBlockUtils.h" |
| 698 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 699 | </File> |
| 700 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 701 | RelativePath="..\..\include\llvm\Transforms\Utils\Cloning.h" |
| 702 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 703 | </File> |
| 704 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 705 | RelativePath="..\..\include\llvm\Transforms\Utils\FunctionUtils.h" |
| 706 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 707 | </File> |
| 708 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 709 | RelativePath="..\..\include\llvm\Transforms\Instrumentation.h" |
| 710 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 711 | </File> |
| 712 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 713 | RelativePath="..\..\include\llvm\Transforms\IPO.h" |
| 714 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 715 | </File> |
| 716 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 717 | RelativePath="..\..\include\llvm\Transforms\Utils\Local.h" |
| 718 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 719 | </File> |
| 720 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 721 | RelativePath="..\..\include\llvm\Transforms\Utils\PromoteMemToReg.h" |
| 722 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 723 | </File> |
| 724 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 725 | RelativePath="..\..\include\llvm\Transforms\Scalar.h" |
| 726 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 727 | </File> |
| 728 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 729 | RelativePath="..\..\include\llvm\Transforms\Utils\UnifyFunctionExitNodes.h" |
| 730 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 731 | </File> |
Hartmut Kaiser | ec057c8 | 2007-11-09 19:54:59 +0000 | [diff] [blame] | 732 | <File |
| 733 | RelativePath="..\..\include\llvm\Transforms\Utils\ValueMapper.h" |
| 734 | > |
| 735 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 736 | </Filter> |
| 737 | </Files> |
| 738 | <Globals> |
| 739 | </Globals> |
| 740 | </VisualStudioProject> |