Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
| 2 | <VisualStudioProject |
| 3 | ProjectType="Visual C++" |
Devang Patel | 0c87f2d | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 4 | Version="8.00" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 5 | Name="ExecutionEngine" |
| 6 | ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 7 | Keyword="Win32Proj" |
| 8 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 9 | <Platforms> |
| 10 | <Platform |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 11 | Name="Win32" |
| 12 | /> |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 13 | <Platform |
| 14 | Name="x64" |
| 15 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 16 | </Platforms> |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 17 | <ToolFiles> |
| 18 | </ToolFiles> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 19 | <Configurations> |
| 20 | <Configuration |
| 21 | Name="Debug|Win32" |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 22 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 23 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 24 | ConfigurationType="4" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 25 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 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 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 43 | <Tool |
| 44 | Name="VCCLCompilerTool" |
| 45 | Optimization="0" |
| 46 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | abaff88 | 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 | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 48 | StringPooling="true" |
| 49 | MinimalRebuild="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 50 | BasicRuntimeChecks="3" |
| 51 | RuntimeLibrary="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 52 | ForceConformanceInForLoopScope="true" |
| 53 | RuntimeTypeInfo="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 54 | UsePrecompiledHeader="0" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 55 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Jeff Cohen | 91c3e2d | 2004-12-19 02:29:00 +0000 | [diff] [blame] | 56 | BrowseInformation="1" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 57 | WarningLevel="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 58 | Detect64BitPortabilityProblems="false" |
| 59 | DebugInformationFormat="3" |
| 60 | DisableSpecificWarnings="4355,4146,4800" |
| 61 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 62 | <Tool |
Chuck Rose III | 7c2c2e7 | 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 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 71 | <Tool |
| 72 | Name="VCLibrarianTool" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 73 | OutputFile="$(OutDir)/ExecutionEngine.lib" |
| 74 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 75 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 76 | Name="VCALinkTool" |
| 77 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 78 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 79 | Name="VCXDCMakeTool" |
| 80 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 81 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 82 | Name="VCBscMakeTool" |
| 83 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 84 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 85 | Name="VCFxCopTool" |
| 86 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 87 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 88 | Name="VCPostBuildEventTool" |
| 89 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 90 | </Configuration> |
| 91 | <Configuration |
| 92 | Name="Release|Win32" |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 93 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 94 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 95 | ConfigurationType="4" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 96 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
| 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 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 114 | <Tool |
| 115 | Name="VCCLCompilerTool" |
| 116 | AdditionalIncludeDirectories="..\..\include;.." |
Hartmut Kaiser | efd4a51 | 2007-10-17 14:56:40 +0000 | [diff] [blame] | 117 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 118 | StringPooling="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 119 | RuntimeLibrary="2" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 120 | ForceConformanceInForLoopScope="true" |
| 121 | RuntimeTypeInfo="true" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 122 | UsePrecompiledHeader="0" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 123 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 124 | WarningLevel="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 125 | Detect64BitPortabilityProblems="false" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 126 | DebugInformationFormat="3" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 127 | DisableSpecificWarnings="4355,4146,4800" |
| 128 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 129 | <Tool |
Chuck Rose III | 7c2c2e7 | 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 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 138 | <Tool |
| 139 | Name="VCLibrarianTool" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 140 | OutputFile="$(OutDir)/ExecutionEngine.lib" |
| 141 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 142 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 143 | Name="VCALinkTool" |
| 144 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 145 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 146 | Name="VCXDCMakeTool" |
| 147 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 148 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 149 | Name="VCBscMakeTool" |
| 150 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 151 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 152 | Name="VCFxCopTool" |
| 153 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 154 | <Tool |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 155 | Name="VCPostBuildEventTool" |
| 156 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 157 | </Configuration> |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 158 | <Configuration |
| 159 | Name="Debug|x64" |
| 160 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 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)/ExecutionEngine.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" |
| 232 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
| 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_NONSTDC_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)/ExecutionEngine.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> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +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 | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 305 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
| 306 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 307 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 308 | RelativePath="..\..\lib\ExecutionEngine\ExecutionEngine.cpp" |
| 309 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 310 | </File> |
Chuck Rose III | 0b58991 | 2008-01-03 19:53:03 +0000 | [diff] [blame] | 311 | <File |
| 312 | RelativePath="..\..\lib\ExecutionEngine\ExecutionEngineBindings.cpp" |
| 313 | > |
| 314 | </File> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 315 | </Filter> |
| 316 | <Filter |
| 317 | Name="Header Files" |
| 318 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 319 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 320 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 321 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 322 | RelativePath="..\..\include\llvm\ExecutionEngine\ExecutionEngine.h" |
| 323 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 324 | </File> |
| 325 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 326 | RelativePath="..\..\include\llvm\ExecutionEngine\GenericValue.h" |
| 327 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 328 | </File> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 329 | </Filter> |
| 330 | <Filter |
| 331 | Name="JIT" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 332 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 333 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 334 | RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp" |
| 335 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 336 | </File> |
| 337 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 338 | RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp" |
| 339 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 340 | </File> |
| 341 | <File |
Devang Patel | 0c87f2d | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 342 | RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h" |
Chuck Rose III | 5b0c855 | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 343 | > |
| 344 | </File> |
| 345 | <File |
Devang Patel | 0c87f2d | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 346 | RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h" |
Chuck Rose III | 3012ac6 | 2007-12-06 02:03:01 +0000 | [diff] [blame] | 347 | > |
| 348 | </File> |
| 349 | <File |
Chuck Rose III | 5b0c855 | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 350 | RelativePath="..\..\lib\ExecutionEngine\JIT\JITDwarfEmitter.cpp" |
| 351 | > |
| 352 | </File> |
| 353 | <File |
| 354 | RelativePath="..\..\lib\ExecutionEngine\JIT\JITDwarfEmitter.h" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 355 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 356 | </File> |
| 357 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 358 | RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp" |
| 359 | > |
Chris Lattner | ffbc58d | 2004-12-04 19:14:38 +0000 | [diff] [blame] | 360 | </File> |
| 361 | <File |
Chuck Rose III | 3012ac6 | 2007-12-06 02:03:01 +0000 | [diff] [blame] | 362 | RelativePath="..\..\lib\ExecutionEngine\JIT\JITMemoryManager.cpp" |
| 363 | > |
| 364 | </File> |
| 365 | <File |
| 366 | RelativePath="..\..\include\llvm\ExecutionEngine\JITMemoryManager.h" |
| 367 | > |
| 368 | </File> |
| 369 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 370 | RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp" |
| 371 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 372 | </File> |
| 373 | </Filter> |
| 374 | <Filter |
| 375 | Name="Interpreter" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 376 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 377 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 378 | RelativePath="..\..\lib\ExecutionEngine\Interpreter\Execution.cpp" |
| 379 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 380 | </File> |
| 381 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 382 | RelativePath="..\..\lib\ExecutionEngine\Interpreter\ExternalFunctions.cpp" |
| 383 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 384 | <FileConfiguration |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 385 | Name="Debug|Win32" |
| 386 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 387 | <Tool |
| 388 | Name="VCCLCompilerTool" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 389 | DisableSpecificWarnings="4190" |
| 390 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 391 | </FileConfiguration> |
| 392 | <FileConfiguration |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 393 | Name="Release|Win32" |
| 394 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 395 | <Tool |
| 396 | Name="VCCLCompilerTool" |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 397 | DisableSpecificWarnings="4190" |
| 398 | /> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 399 | </FileConfiguration> |
Chuck Rose III | 0ccb930 | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 400 | <FileConfiguration |
| 401 | Name="Debug|x64" |
| 402 | > |
| 403 | <Tool |
| 404 | Name="VCCLCompilerTool" |
| 405 | DisableSpecificWarnings="4190" |
| 406 | /> |
| 407 | </FileConfiguration> |
| 408 | <FileConfiguration |
| 409 | Name="Release|x64" |
| 410 | > |
| 411 | <Tool |
| 412 | Name="VCCLCompilerTool" |
| 413 | DisableSpecificWarnings="4190" |
| 414 | /> |
| 415 | </FileConfiguration> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 416 | </File> |
| 417 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 418 | RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.cpp" |
| 419 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 420 | </File> |
| 421 | <File |
Chuck Rose III | 7c2c2e7 | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 422 | RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.h" |
| 423 | > |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 424 | </File> |
| 425 | </Filter> |
| 426 | </Files> |
| 427 | <Globals> |
| 428 | </Globals> |
| 429 | </VisualStudioProject> |