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++" |
| 4 | Version="7.10" |
| 5 | Name="CodeGen" |
| 6 | ProjectGUID="{08CEB1BB-C2A4-4587-B9A9-AEDB8FB44897}" |
| 7 | Keyword="Win32Proj"> |
| 8 | <Platforms> |
| 9 | <Platform |
| 10 | Name="Win32"/> |
| 11 | </Platforms> |
| 12 | <Configurations> |
| 13 | <Configuration |
| 14 | Name="Debug|Win32" |
| 15 | OutputDirectory="..\Debug" |
| 16 | IntermediateDirectory="Debug" |
| 17 | ConfigurationType="4" |
| 18 | CharacterSet="2"> |
| 19 | <Tool |
| 20 | Name="VCCLCompilerTool" |
| 21 | Optimization="0" |
| 22 | AdditionalIncludeDirectories="..\..\include;.." |
| 23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" |
| 24 | StringPooling="TRUE" |
| 25 | MinimalRebuild="TRUE" |
| 26 | BasicRuntimeChecks="3" |
| 27 | RuntimeLibrary="3" |
| 28 | ForceConformanceInForLoopScope="TRUE" |
| 29 | RuntimeTypeInfo="TRUE" |
| 30 | UsePrecompiledHeader="0" |
| 31 | BrowseInformation="1" |
| 32 | WarningLevel="3" |
| 33 | Detect64BitPortabilityProblems="FALSE" |
| 34 | DebugInformationFormat="4" |
| 35 | DisableSpecificWarnings="4355,4146,4800"/> |
| 36 | <Tool |
| 37 | Name="VCCustomBuildTool"/> |
| 38 | <Tool |
| 39 | Name="VCLibrarianTool" |
| 40 | OutputFile="$(OutDir)/CodeGen.lib"/> |
| 41 | <Tool |
| 42 | Name="VCMIDLTool"/> |
| 43 | <Tool |
| 44 | Name="VCPostBuildEventTool"/> |
| 45 | <Tool |
| 46 | Name="VCPreBuildEventTool"/> |
| 47 | <Tool |
| 48 | Name="VCPreLinkEventTool"/> |
| 49 | <Tool |
| 50 | Name="VCResourceCompilerTool"/> |
| 51 | <Tool |
| 52 | Name="VCWebServiceProxyGeneratorTool"/> |
| 53 | <Tool |
| 54 | Name="VCXMLDataGeneratorTool"/> |
| 55 | <Tool |
| 56 | Name="VCManagedWrapperGeneratorTool"/> |
| 57 | <Tool |
| 58 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 59 | </Configuration> |
| 60 | <Configuration |
| 61 | Name="Release|Win32" |
| 62 | OutputDirectory="..\Release" |
| 63 | IntermediateDirectory="Release" |
| 64 | ConfigurationType="4" |
| 65 | CharacterSet="2"> |
| 66 | <Tool |
| 67 | Name="VCCLCompilerTool" |
| 68 | AdditionalIncludeDirectories="..\..\include;.." |
| 69 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
| 70 | StringPooling="TRUE" |
| 71 | RuntimeLibrary="2" |
| 72 | ForceConformanceInForLoopScope="TRUE" |
| 73 | RuntimeTypeInfo="TRUE" |
| 74 | UsePrecompiledHeader="0" |
| 75 | WarningLevel="3" |
| 76 | Detect64BitPortabilityProblems="FALSE" |
| 77 | DebugInformationFormat="3" |
| 78 | DisableSpecificWarnings="4355,4146,4800"/> |
| 79 | <Tool |
| 80 | Name="VCCustomBuildTool"/> |
| 81 | <Tool |
| 82 | Name="VCLibrarianTool" |
| 83 | OutputFile="$(OutDir)/CodeGen.lib"/> |
| 84 | <Tool |
| 85 | Name="VCMIDLTool"/> |
| 86 | <Tool |
| 87 | Name="VCPostBuildEventTool"/> |
| 88 | <Tool |
| 89 | Name="VCPreBuildEventTool"/> |
| 90 | <Tool |
| 91 | Name="VCPreLinkEventTool"/> |
| 92 | <Tool |
| 93 | Name="VCResourceCompilerTool"/> |
| 94 | <Tool |
| 95 | Name="VCWebServiceProxyGeneratorTool"/> |
| 96 | <Tool |
| 97 | Name="VCXMLDataGeneratorTool"/> |
| 98 | <Tool |
| 99 | Name="VCManagedWrapperGeneratorTool"/> |
| 100 | <Tool |
| 101 | Name="VCAuxiliaryManagedWrapperGeneratorTool"/> |
| 102 | </Configuration> |
| 103 | </Configurations> |
| 104 | <References> |
| 105 | </References> |
| 106 | <Files> |
| 107 | <Filter |
| 108 | Name="Source Files" |
| 109 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" |
| 110 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> |
| 111 | <File |
| 112 | RelativePath="..\..\lib\CodeGen\AsmPrinter.cpp"> |
| 113 | </File> |
| 114 | <File |
| 115 | RelativePath="..\..\lib\CodeGen\BranchFolding.cpp"> |
| 116 | </File> |
| 117 | <File |
| 118 | RelativePath="..\..\lib\CodeGen\DwarfWriter.cpp"> |
| 119 | </File> |
| 120 | <File |
| 121 | RelativePath="..\..\lib\CodeGen\ELFWriter.cpp"> |
| 122 | </File> |
| 123 | <File |
| 124 | RelativePath="..\..\lib\CodeGen\ELFWriter.h"> |
| 125 | </File> |
| 126 | <File |
| 127 | RelativePath="..\..\lib\CodeGen\IntrinsicLowering.cpp"> |
| 128 | </File> |
| 129 | <File |
| 130 | RelativePath="..\..\lib\CodeGen\LiveInterval.cpp"> |
| 131 | </File> |
| 132 | <File |
| 133 | RelativePath="..\..\lib\CodeGen\LiveIntervalAnalysis.cpp"> |
| 134 | </File> |
| 135 | <File |
| 136 | RelativePath="..\..\lib\CodeGen\LiveVariables.cpp"> |
| 137 | </File> |
| 138 | <File |
| 139 | RelativePath="..\..\lib\CodeGen\LLVMTargetMachine.cpp"> |
| 140 | </File> |
| 141 | <File |
| 142 | RelativePath="..\..\lib\CodeGen\MachineBasicBlock.cpp"> |
| 143 | </File> |
| 144 | <File |
| 145 | RelativePath="..\..\lib\CodeGen\MachineFunction.cpp"> |
| 146 | </File> |
| 147 | <File |
| 148 | RelativePath="..\..\lib\CodeGen\MachineInstr.cpp"> |
| 149 | </File> |
| 150 | <File |
| 151 | RelativePath="..\..\lib\CodeGen\MachineModuleInfo.cpp"> |
| 152 | </File> |
| 153 | <File |
| 154 | RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"> |
| 155 | </File> |
| 156 | <File |
| 157 | RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"> |
| 158 | </File> |
| 159 | <File |
| 160 | RelativePath="..\..\lib\CodeGen\MachOWriter.h"> |
| 161 | </File> |
| 162 | <File |
| 163 | RelativePath="..\..\lib\CodeGen\Passes.cpp"> |
| 164 | </File> |
| 165 | <File |
| 166 | RelativePath="..\..\lib\CodeGen\PHIElimination.cpp"> |
| 167 | </File> |
| 168 | <File |
| 169 | RelativePath="..\..\lib\CodeGen\PrologEpilogInserter.cpp"> |
| 170 | </File> |
| 171 | <File |
| 172 | RelativePath="..\..\lib\CodeGen\RegAllocLinearScan.cpp"> |
| 173 | </File> |
| 174 | <File |
| 175 | RelativePath="..\..\lib\CodeGen\RegAllocLocal.cpp"> |
| 176 | </File> |
| 177 | <File |
| 178 | RelativePath="..\..\lib\CodeGen\RegAllocSimple.cpp"> |
| 179 | </File> |
| 180 | <File |
| 181 | RelativePath="..\..\lib\CodeGen\RegisterScavenging.cpp"> |
| 182 | </File> |
| 183 | <File |
| 184 | RelativePath="..\..\lib\CodeGen\TwoAddressInstructionPass.cpp"> |
| 185 | </File> |
| 186 | <File |
| 187 | RelativePath="..\..\lib\CodeGen\UnreachableBlockElim.cpp"> |
| 188 | </File> |
| 189 | <File |
| 190 | RelativePath="..\..\lib\CodeGen\VirtRegMap.cpp"> |
| 191 | </File> |
| 192 | <Filter |
| 193 | Name="SelectionDAG" |
| 194 | Filter=""> |
| 195 | <File |
| 196 | RelativePath="..\..\lib\CodeGen\SelectionDAG\CallingConvLower.cpp"> |
| 197 | </File> |
| 198 | <File |
| 199 | RelativePath="..\..\lib\CodeGen\SelectionDAG\DAGCombiner.cpp"> |
| 200 | </File> |
| 201 | <File |
| 202 | RelativePath="..\..\lib\CodeGen\SelectionDAG\LegalizeDAG.cpp"> |
| 203 | </File> |
| 204 | <File |
| 205 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAG.cpp"> |
| 206 | </File> |
| 207 | <File |
| 208 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGList.cpp"> |
| 209 | </File> |
| 210 | <File |
| 211 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGRRList.cpp"> |
| 212 | </File> |
| 213 | <File |
| 214 | RelativePath="..\..\lib\CodeGen\SelectionDAG\ScheduleDAGSimple.cpp"> |
| 215 | </File> |
| 216 | <File |
| 217 | RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAG.cpp"> |
| 218 | </File> |
| 219 | <File |
| 220 | RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGISel.cpp"> |
| 221 | </File> |
| 222 | <File |
| 223 | RelativePath="..\..\lib\CodeGen\SelectionDAG\SelectionDAGPrinter.cpp"> |
| 224 | </File> |
| 225 | <File |
| 226 | RelativePath="..\..\lib\CodeGen\SelectionDAG\TargetLowering.cpp"> |
| 227 | </File> |
| 228 | </Filter> |
| 229 | </Filter> |
| 230 | <Filter |
| 231 | Name="Header Files" |
| 232 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 233 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
| 234 | <File |
| 235 | RelativePath="..\..\include\llvm\CodeGen\AsmPrinter.h"> |
| 236 | </File> |
| 237 | <File |
| 238 | RelativePath="..\..\include\llvm\CodeGen\CallingConvLower.h"> |
| 239 | </File> |
| 240 | <File |
| 241 | RelativePath="..\..\include\llvm\CodeGen\DwarfWriter.h"> |
| 242 | </File> |
| 243 | <File |
| 244 | RelativePath="..\..\include\llvm\CodeGen\FileWriters.h"> |
| 245 | </File> |
| 246 | <File |
| 247 | RelativePath="..\..\include\llvm\CodeGen\InstrScheduling.h"> |
| 248 | </File> |
| 249 | <File |
| 250 | RelativePath="..\..\include\llvm\CodeGen\IntrinsicLowering.h"> |
| 251 | </File> |
| 252 | <File |
| 253 | RelativePath="..\..\include\llvm\CodeGen\LinkAllCodegenComponents.h"> |
| 254 | </File> |
| 255 | <File |
| 256 | RelativePath="..\..\include\llvm\CodeGen\LiveInterval.h"> |
| 257 | </File> |
| 258 | <File |
| 259 | RelativePath="..\..\include\llvm\CodeGen\LiveIntervalAnalysis.h"> |
| 260 | </File> |
| 261 | <File |
| 262 | RelativePath="..\..\include\llvm\CodeGen\LiveVariables.h"> |
| 263 | </File> |
| 264 | <File |
| 265 | RelativePath="..\..\include\llvm\CodeGen\MachineBasicBlock.h"> |
| 266 | </File> |
| 267 | <File |
| 268 | RelativePath="..\..\include\llvm\CodeGen\MachineCodeEmitter.h"> |
| 269 | </File> |
| 270 | <File |
| 271 | RelativePath="..\..\include\llvm\CodeGen\MachineConstantPool.h"> |
| 272 | </File> |
| 273 | <File |
| 274 | RelativePath="..\..\include\llvm\CodeGen\MachineFrameInfo.h"> |
| 275 | </File> |
| 276 | <File |
| 277 | RelativePath="..\..\include\llvm\CodeGen\MachineFunction.h"> |
| 278 | </File> |
| 279 | <File |
| 280 | RelativePath="..\..\include\llvm\CodeGen\MachineFunctionPass.h"> |
| 281 | </File> |
| 282 | <File |
| 283 | RelativePath="..\..\include\llvm\CodeGen\MachineInstr.h"> |
| 284 | </File> |
| 285 | <File |
| 286 | RelativePath="..\..\include\llvm\CodeGen\MachineInstrBuilder.h"> |
| 287 | </File> |
| 288 | <File |
| 289 | RelativePath="..\..\include\llvm\CodeGen\MachineJumpTableInfo.h"> |
| 290 | </File> |
| 291 | <File |
| 292 | RelativePath="..\..\include\llvm\CodeGen\MachineLocation.h"> |
| 293 | </File> |
| 294 | <File |
| 295 | RelativePath="..\..\include\llvm\CodeGen\MachineModuleInfo.h"> |
| 296 | </File> |
| 297 | <File |
| 298 | RelativePath="..\..\include\llvm\CodeGen\MachinePassRegistry.h"> |
| 299 | </File> |
| 300 | <File |
| 301 | RelativePath="..\..\include\llvm\CodeGen\MachineRelocation.h"> |
| 302 | </File> |
| 303 | <File |
| 304 | RelativePath="..\..\include\llvm\CodeGen\MachORelocation.h"> |
| 305 | </File> |
| 306 | <File |
| 307 | RelativePath="..\..\include\llvm\CodeGen\Passes.h"> |
| 308 | </File> |
| 309 | <File |
| 310 | RelativePath="..\..\lib\CodeGen\PhysRegTracker.h"> |
| 311 | </File> |
| 312 | <File |
| 313 | RelativePath="..\..\include\llvm\CodeGen\RegAllocRegistry.h"> |
| 314 | </File> |
| 315 | <File |
| 316 | RelativePath="..\..\include\llvm\CodeGen\RegisterScavenging.h"> |
| 317 | </File> |
| 318 | <File |
| 319 | RelativePath="..\..\include\llvm\CodeGen\RuntimeLibcalls.h"> |
| 320 | </File> |
| 321 | <File |
| 322 | RelativePath="..\..\include\llvm\CodeGen\SchedGraphCommon.h"> |
| 323 | </File> |
| 324 | <File |
| 325 | RelativePath="..\..\include\llvm\CodeGen\ScheduleDAG.h"> |
| 326 | </File> |
| 327 | <File |
| 328 | RelativePath="..\..\include\llvm\CodeGen\SchedulerRegistry.h"> |
| 329 | </File> |
| 330 | <File |
| 331 | RelativePath="..\..\include\llvm\CodeGen\SelectionDAG.h"> |
| 332 | </File> |
| 333 | <File |
| 334 | RelativePath="..\..\include\llvm\CodeGen\SelectionDAGISel.h"> |
| 335 | </File> |
| 336 | <File |
| 337 | RelativePath="..\..\include\llvm\CodeGen\SelectionDAGNodes.h"> |
| 338 | </File> |
| 339 | <File |
| 340 | RelativePath="..\..\include\llvm\CodeGen\SSARegMap.h"> |
| 341 | </File> |
| 342 | <File |
| 343 | RelativePath="..\..\include\llvm\CodeGen\ValueTypes.h"> |
| 344 | </File> |
| 345 | <File |
| 346 | RelativePath="..\..\lib\CodeGen\VirtRegMap.h"> |
| 347 | </File> |
| 348 | </Filter> |
| 349 | </Files> |
| 350 | <Globals> |
| 351 | </Globals> |
| 352 | </VisualStudioProject> |