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="ExecutionEngine" |
| 6 | ProjectGUID="{76295AE8-A083-460E-9F80-6F2B8923264A}" |
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)/ExecutionEngine.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 | 2e15f66 | 2007-10-17 14:56:40 +0000 | [diff] [blame] | 118 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_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)/ExecutionEngine.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)/ExecutionEngine.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_NONSTDC_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)/ExecutionEngine.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 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 309 | RelativePath="..\..\lib\ExecutionEngine\ExecutionEngine.cpp" |
| 310 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 311 | </File> |
Chuck Rose III | 74ef9ea | 2008-01-03 19:53:03 +0000 | [diff] [blame] | 312 | <File |
| 313 | RelativePath="..\..\lib\ExecutionEngine\ExecutionEngineBindings.cpp" |
| 314 | > |
| 315 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 316 | </Filter> |
| 317 | <Filter |
| 318 | Name="Header Files" |
| 319 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 320 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
| 321 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 322 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 323 | RelativePath="..\..\include\llvm\ExecutionEngine\ExecutionEngine.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="..\..\include\llvm\ExecutionEngine\GenericValue.h" |
| 328 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 329 | </File> |
| 330 | </Filter> |
| 331 | <Filter |
| 332 | Name="JIT" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 333 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 334 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 335 | RelativePath="..\..\lib\ExecutionEngine\Jit\Intercept.cpp" |
| 336 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 337 | </File> |
| 338 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 339 | RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.cpp" |
| 340 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 341 | </File> |
| 342 | <File |
Chris Lattner | e3aa629 | 2008-05-13 20:56:51 +0000 | [diff] [blame] | 343 | RelativePath="..\..\lib\ExecutionEngine\Jit\JIT.h" |
Chuck Rose III | 14eb20b | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 344 | > |
| 345 | </File> |
| 346 | <File |
Chris Lattner | e3aa629 | 2008-05-13 20:56:51 +0000 | [diff] [blame] | 347 | RelativePath="..\..\include\llvm\ExecutionEngine\JIT.h" |
Chuck Rose III | 9e5b177 | 2007-12-06 02:03:01 +0000 | [diff] [blame] | 348 | > |
| 349 | </File> |
| 350 | <File |
Chuck Rose III | 14eb20b | 2008-03-27 00:02:53 +0000 | [diff] [blame] | 351 | RelativePath="..\..\lib\ExecutionEngine\JIT\JITDwarfEmitter.cpp" |
| 352 | > |
| 353 | </File> |
| 354 | <File |
| 355 | RelativePath="..\..\lib\ExecutionEngine\JIT\JITDwarfEmitter.h" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 356 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 357 | </File> |
| 358 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 359 | RelativePath="..\..\lib\ExecutionEngine\Jit\JITEmitter.cpp" |
| 360 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 361 | </File> |
| 362 | <File |
Chuck Rose III | 9e5b177 | 2007-12-06 02:03:01 +0000 | [diff] [blame] | 363 | RelativePath="..\..\lib\ExecutionEngine\JIT\JITMemoryManager.cpp" |
| 364 | > |
| 365 | </File> |
| 366 | <File |
| 367 | RelativePath="..\..\include\llvm\ExecutionEngine\JITMemoryManager.h" |
| 368 | > |
| 369 | </File> |
| 370 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 371 | RelativePath="..\..\lib\ExecutionEngine\Jit\TargetSelect.cpp" |
| 372 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 373 | </File> |
| 374 | </Filter> |
| 375 | <Filter |
| 376 | Name="Interpreter" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 377 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 378 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 379 | RelativePath="..\..\lib\ExecutionEngine\Interpreter\Execution.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\ExecutionEngine\Interpreter\ExternalFunctions.cpp" |
| 384 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 385 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 386 | Name="Debug|Win32" |
| 387 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 388 | <Tool |
| 389 | Name="VCCLCompilerTool" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 390 | DisableSpecificWarnings="4190" |
| 391 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 392 | </FileConfiguration> |
| 393 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 394 | Name="Release|Win32" |
| 395 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 396 | <Tool |
| 397 | Name="VCCLCompilerTool" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 398 | DisableSpecificWarnings="4190" |
| 399 | /> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 400 | </FileConfiguration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 401 | <FileConfiguration |
| 402 | Name="Debug|x64" |
| 403 | > |
| 404 | <Tool |
| 405 | Name="VCCLCompilerTool" |
| 406 | DisableSpecificWarnings="4190" |
| 407 | /> |
| 408 | </FileConfiguration> |
| 409 | <FileConfiguration |
| 410 | Name="Release|x64" |
| 411 | > |
| 412 | <Tool |
| 413 | Name="VCCLCompilerTool" |
| 414 | DisableSpecificWarnings="4190" |
| 415 | /> |
| 416 | </FileConfiguration> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 417 | </File> |
| 418 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 419 | RelativePath="..\..\lib\ExecutionEngine\Interpreter\Interpreter.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\ExecutionEngine\Interpreter\Interpreter.h" |
| 424 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 425 | </File> |
| 426 | </Filter> |
| 427 | </Files> |
| 428 | <Globals> |
| 429 | </Globals> |
| 430 | </VisualStudioProject> |