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