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++" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 4 | Version="8.00" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | Name="TableGen" |
6 | ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}" | ||||
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 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 13 | </Platforms> |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 14 | <ToolFiles> |
15 | </ToolFiles> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 16 | <Configurations> |
17 | <Configuration | ||||
18 | Name="Debug|Win32" | ||||
19 | OutputDirectory="..\Debug" | ||||
20 | IntermediateDirectory="Debug" | ||||
21 | ConfigurationType="1" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 22 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
23 | CharacterSet="2" | ||||
24 | > | ||||
25 | <Tool | ||||
26 | Name="VCPreBuildEventTool" | ||||
27 | /> | ||||
28 | <Tool | ||||
29 | Name="VCCustomBuildTool" | ||||
30 | /> | ||||
31 | <Tool | ||||
32 | Name="VCXMLDataGeneratorTool" | ||||
33 | /> | ||||
34 | <Tool | ||||
35 | Name="VCWebServiceProxyGeneratorTool" | ||||
36 | /> | ||||
37 | <Tool | ||||
38 | Name="VCMIDLTool" | ||||
39 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 40 | <Tool |
41 | Name="VCCLCompilerTool" | ||||
42 | Optimization="0" | ||||
43 | AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" | ||||
44 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 45 | StringPooling="true" |
46 | MinimalRebuild="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 47 | BasicRuntimeChecks="3" |
48 | RuntimeLibrary="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 49 | ForceConformanceInForLoopScope="true" |
50 | RuntimeTypeInfo="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 51 | UsePrecompiledHeader="0" |
52 | BrowseInformation="1" | ||||
53 | WarningLevel="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 54 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 55 | DebugInformationFormat="4" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 56 | DisableSpecificWarnings="4355,4146,4800" |
57 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 58 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 59 | Name="VCManagedResourceCompilerTool" |
60 | /> | ||||
61 | <Tool | ||||
62 | Name="VCResourceCompilerTool" | ||||
63 | /> | ||||
64 | <Tool | ||||
65 | Name="VCPreLinkEventTool" | ||||
66 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 67 | <Tool |
68 | Name="VCLinkerTool" | ||||
69 | OutputFile="$(OutDir)\TableGen.exe" | ||||
70 | LinkIncremental="2" | ||||
71 | AdditionalLibraryDirectories="" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 72 | GenerateDebugInformation="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 73 | ProgramDatabaseFile="$(OutDir)/TableGen.pdb" |
74 | SubSystem="1" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 75 | TargetMachine="1" |
76 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 77 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 78 | Name="VCALinkTool" |
79 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 80 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 81 | Name="VCManifestTool" |
82 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 83 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 84 | Name="VCXDCMakeTool" |
85 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 86 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 87 | Name="VCBscMakeTool" |
88 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 89 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 90 | Name="VCFxCopTool" |
91 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 92 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 93 | Name="VCAppVerifierTool" |
94 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 95 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 96 | Name="VCWebDeploymentTool" |
97 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 98 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 99 | Name="VCPostBuildEventTool" |
100 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 101 | </Configuration> |
102 | <Configuration | ||||
103 | Name="Release|Win32" | ||||
104 | OutputDirectory="..\Release" | ||||
105 | IntermediateDirectory="Release" | ||||
106 | ConfigurationType="1" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 107 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" |
108 | CharacterSet="2" | ||||
109 | > | ||||
110 | <Tool | ||||
111 | Name="VCPreBuildEventTool" | ||||
112 | /> | ||||
113 | <Tool | ||||
114 | Name="VCCustomBuildTool" | ||||
115 | /> | ||||
116 | <Tool | ||||
117 | Name="VCXMLDataGeneratorTool" | ||||
118 | /> | ||||
119 | <Tool | ||||
120 | Name="VCWebServiceProxyGeneratorTool" | ||||
121 | /> | ||||
122 | <Tool | ||||
123 | Name="VCMIDLTool" | ||||
124 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 125 | <Tool |
126 | Name="VCCLCompilerTool" | ||||
127 | AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" | ||||
128 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 129 | StringPooling="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 130 | RuntimeLibrary="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 131 | ForceConformanceInForLoopScope="true" |
132 | RuntimeTypeInfo="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 133 | UsePrecompiledHeader="0" |
134 | WarningLevel="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 135 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 136 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 137 | DisableSpecificWarnings="4355,4146,4800" |
138 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 139 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 140 | Name="VCManagedResourceCompilerTool" |
141 | /> | ||||
142 | <Tool | ||||
143 | Name="VCResourceCompilerTool" | ||||
144 | /> | ||||
145 | <Tool | ||||
146 | Name="VCPreLinkEventTool" | ||||
147 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 148 | <Tool |
149 | Name="VCLinkerTool" | ||||
150 | OutputFile="$(OutDir)\TableGen.exe" | ||||
151 | LinkIncremental="1" | ||||
152 | AdditionalLibraryDirectories="" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 153 | GenerateDebugInformation="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 154 | SubSystem="1" |
155 | OptimizeReferences="2" | ||||
156 | EnableCOMDATFolding="2" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 157 | TargetMachine="1" |
158 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 159 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 160 | Name="VCALinkTool" |
161 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 162 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 163 | Name="VCManifestTool" |
164 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 165 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 166 | Name="VCXDCMakeTool" |
167 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 168 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 169 | Name="VCBscMakeTool" |
170 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 171 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 172 | Name="VCFxCopTool" |
173 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 174 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 175 | Name="VCAppVerifierTool" |
176 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 177 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 178 | Name="VCWebDeploymentTool" |
179 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 180 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 181 | Name="VCPostBuildEventTool" |
182 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 183 | </Configuration> |
184 | </Configurations> | ||||
185 | <References> | ||||
186 | </References> | ||||
187 | <Files> | ||||
188 | <Filter | ||||
189 | Name="Source Files" | ||||
190 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 191 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
192 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 193 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 194 | RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp" |
195 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 196 | </File> |
197 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 198 | RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp" |
199 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 200 | </File> |
201 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 202 | RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp" |
203 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 204 | </File> |
205 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 206 | RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp" |
207 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 208 | </File> |
209 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 210 | RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp" |
211 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 212 | </File> |
213 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 214 | RelativePath="..\..\utils\TableGen\FileLexer.l" |
215 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 216 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 217 | Name="Debug|Win32" |
218 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 219 | <Tool |
220 | Name="VCCustomBuildTool" | ||||
221 | Description="Flexing $(InputFileName)" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 222 | CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)
" |
223 | Outputs="$(InputName).cpp" | ||||
224 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 225 | </FileConfiguration> |
226 | <FileConfiguration | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 227 | Name="Release|Win32" |
228 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 229 | <Tool |
230 | Name="VCCustomBuildTool" | ||||
231 | Description="Flexing $(InputFileName)" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 232 | CommandLine="..\doflex.cmd release $(InputName) $(InputPath)
" |
233 | Outputs="$(InputName).cpp" | ||||
234 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 235 | </FileConfiguration> |
236 | </File> | ||||
237 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 238 | RelativePath="..\..\utils\TableGen\FileParser.y" |
239 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 240 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 241 | Name="Debug|Win32" |
242 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 243 | <Tool |
244 | Name="VCCustomBuildTool" | ||||
245 | Description="Bisoning $(InputFileName)" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 246 | CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
" |
247 | Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output" | ||||
248 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 249 | </FileConfiguration> |
250 | <FileConfiguration | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 251 | Name="Release|Win32" |
252 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 253 | <Tool |
254 | Name="VCCustomBuildTool" | ||||
255 | Description="Bisoning $(InputFileName)" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 256 | CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
" |
257 | Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output" | ||||
258 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 259 | </FileConfiguration> |
260 | </File> | ||||
261 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 262 | RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp" |
263 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 264 | </File> |
265 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 266 | RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp" |
267 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 268 | </File> |
269 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 270 | RelativePath="..\..\utils\TableGen\Record.cpp" |
271 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 272 | </File> |
273 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 274 | RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp" |
275 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 276 | </File> |
277 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 278 | RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp" |
279 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 280 | </File> |
281 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 282 | RelativePath="..\..\utils\TableGen\TableGen.cpp" |
283 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 284 | </File> |
285 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 286 | RelativePath="..\..\utils\TableGen\TableGenBackend.cpp" |
287 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 288 | </File> |
289 | </Filter> | ||||
290 | <Filter | ||||
291 | Name="Header Files" | ||||
292 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 293 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
294 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 295 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 296 | RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h" |
297 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 298 | </File> |
299 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 300 | RelativePath="..\..\utils\TableGen\CallingConvEmitter.h" |
301 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 302 | </File> |
303 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 304 | RelativePath="..\..\utils\TableGen\CodeEmitterGen.h" |
305 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 306 | </File> |
307 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 308 | RelativePath="..\..\utils\TableGen\CodeGenInstruction.h" |
309 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 310 | </File> |
311 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 312 | RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h" |
313 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 314 | </File> |
315 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 316 | RelativePath="..\..\utils\TableGen\CodeGenRegisters.h" |
317 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 318 | </File> |
319 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 320 | RelativePath="..\..\utils\TableGen\CodeGenTarget.h" |
321 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 322 | </File> |
323 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 324 | RelativePath="..\..\utils\TableGen\DAGISelEmitter.h" |
325 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 326 | </File> |
327 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 328 | RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h" |
329 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 330 | </File> |
331 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 332 | RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h" |
333 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 334 | </File> |
335 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 336 | RelativePath="..\..\utils\TableGen\Record.h" |
337 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 338 | </File> |
339 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 340 | RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h" |
341 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 342 | </File> |
343 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 344 | RelativePath="..\..\utils\TableGen\SubtargetEmitter.h" |
345 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 346 | </File> |
347 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 348 | RelativePath="..\..\utils\TableGen\TableGenBackend.h" |
349 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 350 | </File> |
351 | </Filter> | ||||
352 | <Filter | ||||
353 | Name="Generated Files" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 354 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 355 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 356 | RelativePath="FileLexer.cpp" |
357 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 358 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 359 | Name="Debug|Win32" |
360 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 361 | <Tool |
362 | Name="VCCLCompilerTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 363 | PreprocessorDefinitions="YY_SKIP_YYWRAP" |
364 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 365 | </FileConfiguration> |
366 | <FileConfiguration | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 367 | Name="Release|Win32" |
368 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 369 | <Tool |
370 | Name="VCCLCompilerTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 371 | PreprocessorDefinitions="YY_SKIP_YYWRAP" |
372 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 373 | </FileConfiguration> |
374 | </File> | ||||
375 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 376 | RelativePath="fileparser.cpp" |
377 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 378 | <FileConfiguration |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 379 | Name="Debug|Win32" |
380 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 381 | <Tool |
382 | Name="VCCLCompilerTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 383 | DisableSpecificWarnings="4065" |
384 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 385 | </FileConfiguration> |
386 | <FileConfiguration | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 387 | Name="Release|Win32" |
388 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 389 | <Tool |
390 | Name="VCCLCompilerTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 391 | DisableSpecificWarnings="4065" |
392 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 393 | </FileConfiguration> |
394 | </File> | ||||
395 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame^] | 396 | RelativePath="fileparser.h" |
397 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 398 | </File> |
399 | </Filter> | ||||
400 | </Files> | ||||
401 | <Globals> | ||||
402 | </Globals> | ||||
403 | </VisualStudioProject> |