blob: 12e94003d163ece547696464bd63c8942a14004d [file] [log] [blame]
Chris Lattner9656e722005-08-11 22:19:26 +00001// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
6 objectVersion = 42;
7 objects = {
8
Jim Laskeyed628ce2005-09-09 17:50:20 +00009/* Begin PBXAggregateTarget section */
10 CF0329BC08D1BE8E0030FD33 /* LLVM full llc */ = {
11 isa = PBXAggregateTarget;
12 buildConfigurationList = CF0329C708D1BEC40030FD33 /* Build configuration list for PBXAggregateTarget "LLVM full llc" */;
13 buildPhases = (
14 );
15 buildSettings = {
16 OPTIMIZATION_CFLAGS = "";
17 OTHER_CFLAGS = "";
18 OTHER_LDFLAGS = "";
19 OTHER_REZFLAGS = "";
20 PRODUCT_NAME = "LLVM full llc";
21 SECTORDER_FLAGS = "";
22 WARNING_CFLAGS = (
23 "-Wmost",
24 "-Wno-four-char-constants",
25 "-Wno-unknown-pragmas",
26 );
27 };
28 dependencies = (
29 CF0329BE08D1BE970030FD33 /* PBXTargetDependency */,
30 CF0329C008D1BE9B0030FD33 /* PBXTargetDependency */,
31 );
32 name = "LLVM full llc";
33 productName = "LLVM full llc";
34 };
35/* End PBXAggregateTarget section */
36
Chris Lattner9656e722005-08-11 22:19:26 +000037/* Begin PBXBuildStyle section */
38 014CEA520018CE5811CA2923 /* Debug */ = {
39 isa = PBXBuildStyle;
40 buildSettings = {
41 COPY_PHASE_STRIP = NO;
42 DEBUGGING_SYMBOLS = YES;
43 GCC_DYNAMIC_NO_PIC = NO;
44 GCC_ENABLE_FIX_AND_CONTINUE = YES;
45 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
46 GCC_OPTIMIZATION_LEVEL = 0;
47 OPTIMIZATION_CFLAGS = "-O0";
48 ZERO_LINK = YES;
49 };
50 name = Debug;
51 };
52 014CEA530018CE5811CA2923 /* Release */ = {
53 isa = PBXBuildStyle;
54 buildSettings = {
55 COPY_PHASE_STRIP = YES;
56 GCC_ENABLE_FIX_AND_CONTINUE = NO;
57 ZERO_LINK = NO;
58 };
59 name = Release;
60 };
61/* End PBXBuildStyle section */
62
Jim Laskeyed628ce2005-09-09 17:50:20 +000063/* Begin PBXContainerItemProxy section */
64 CF0329BD08D1BE970030FD33 /* PBXContainerItemProxy */ = {
65 isa = PBXContainerItemProxy;
66 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
67 proxyType = 1;
68 remoteGlobalIDString = CF0329B608D1BE110030FD33;
69 remoteInfo = "LLVM lib";
70 };
71 CF0329BF08D1BE9B0030FD33 /* PBXContainerItemProxy */ = {
72 isa = PBXContainerItemProxy;
73 containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
74 proxyType = 1;
75 remoteGlobalIDString = CF0329BB08D1BE5D0030FD33;
76 remoteInfo = "LLVM llc";
77 };
78/* End PBXContainerItemProxy section */
79
Chris Lattner9656e722005-08-11 22:19:26 +000080/* Begin PBXFileReference section */
Jim Laskeyb1e11802005-09-01 21:38:21 +000081 CF9BCD0808C74DE0001E7011 /* SubtargetFeature.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SubtargetFeature.h; sourceTree = "<group>"; };
82 CF9BCD1508C75070001E7011 /* SubtargetFeature.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SubtargetFeature.cpp; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +000083 DE66EC5B08ABE86900323D32 /* AsmWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = AsmWriter.cpp; path = ../lib/VMCore/AsmWriter.cpp; sourceTree = SOURCE_ROOT; };
84 DE66EC5C08ABE86A00323D32 /* BasicBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BasicBlock.cpp; path = ../lib/VMCore/BasicBlock.cpp; sourceTree = SOURCE_ROOT; };
85 DE66EC5D08ABE86A00323D32 /* ConstantFolding.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ConstantFolding.cpp; path = ../lib/VMCore/ConstantFolding.cpp; sourceTree = SOURCE_ROOT; };
86 DE66EC5E08ABE86A00323D32 /* ConstantFolding.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ConstantFolding.h; path = ../lib/VMCore/ConstantFolding.h; sourceTree = SOURCE_ROOT; };
87 DE66EC5F08ABE86A00323D32 /* ConstantRange.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ConstantRange.cpp; path = ../lib/VMCore/ConstantRange.cpp; sourceTree = SOURCE_ROOT; };
88 DE66EC6008ABE86A00323D32 /* Constants.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Constants.cpp; path = ../lib/VMCore/Constants.cpp; sourceTree = SOURCE_ROOT; };
89 DE66EC6108ABE86A00323D32 /* Dominators.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Dominators.cpp; path = ../lib/VMCore/Dominators.cpp; sourceTree = SOURCE_ROOT; };
90 DE66EC6208ABE86A00323D32 /* Function.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Function.cpp; path = ../lib/VMCore/Function.cpp; sourceTree = SOURCE_ROOT; };
91 DE66EC6308ABE86A00323D32 /* Globals.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Globals.cpp; path = ../lib/VMCore/Globals.cpp; sourceTree = SOURCE_ROOT; };
92 DE66EC6408ABE86A00323D32 /* Instruction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Instruction.cpp; path = ../lib/VMCore/Instruction.cpp; sourceTree = SOURCE_ROOT; };
93 DE66EC6508ABE86A00323D32 /* Instructions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Instructions.cpp; path = ../lib/VMCore/Instructions.cpp; sourceTree = SOURCE_ROOT; };
94 DE66EC6608ABE86A00323D32 /* LeakDetector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = LeakDetector.cpp; path = ../lib/VMCore/LeakDetector.cpp; sourceTree = SOURCE_ROOT; };
95 DE66EC6708ABE86A00323D32 /* Mangler.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Mangler.cpp; path = ../lib/VMCore/Mangler.cpp; sourceTree = SOURCE_ROOT; };
96 DE66EC6808ABE86A00323D32 /* Module.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Module.cpp; path = ../lib/VMCore/Module.cpp; sourceTree = SOURCE_ROOT; };
97 DE66EC6908ABE86A00323D32 /* ModuleProvider.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ModuleProvider.cpp; path = ../lib/VMCore/ModuleProvider.cpp; sourceTree = SOURCE_ROOT; };
98 DE66EC6A08ABE86A00323D32 /* Pass.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Pass.cpp; path = ../lib/VMCore/Pass.cpp; sourceTree = SOURCE_ROOT; };
99 DE66EC6B08ABE86A00323D32 /* PassManagerT.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = PassManagerT.h; path = ../lib/VMCore/PassManagerT.h; sourceTree = SOURCE_ROOT; };
100 DE66EC6C08ABE86A00323D32 /* SymbolTable.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = SymbolTable.cpp; path = ../lib/VMCore/SymbolTable.cpp; sourceTree = SOURCE_ROOT; };
101 DE66EC6D08ABE86A00323D32 /* SymbolTableListTraitsImpl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = SymbolTableListTraitsImpl.h; path = ../lib/VMCore/SymbolTableListTraitsImpl.h; sourceTree = SOURCE_ROOT; };
102 DE66EC6E08ABE86A00323D32 /* Type.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Type.cpp; path = ../lib/VMCore/Type.cpp; sourceTree = SOURCE_ROOT; };
103 DE66EC6F08ABE86A00323D32 /* Value.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Value.cpp; path = ../lib/VMCore/Value.cpp; sourceTree = SOURCE_ROOT; };
104 DE66EC7008ABE86A00323D32 /* Verifier.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Verifier.cpp; path = ../lib/VMCore/Verifier.cpp; sourceTree = SOURCE_ROOT; };
105 DE66EC8A08ABEAF000323D32 /* Lexer.l */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.lex; name = Lexer.l; path = ../lib/AsmParser/Lexer.l; sourceTree = SOURCE_ROOT; };
106 DE66EC8E08ABEAF000323D32 /* llvmAsmParser.y */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.yacc; name = llvmAsmParser.y; path = ../lib/AsmParser/llvmAsmParser.y; sourceTree = SOURCE_ROOT; };
107 DE66EC8F08ABEAF000323D32 /* Parser.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = Parser.cpp; path = ../lib/AsmParser/Parser.cpp; sourceTree = SOURCE_ROOT; };
108 DE66EC9008ABEAF000323D32 /* ParserInternals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = ParserInternals.h; path = ../lib/AsmParser/ParserInternals.h; sourceTree = SOURCE_ROOT; };
109 DE66EC9408ABEB3900323D32 /* Analyzer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Analyzer.cpp; sourceTree = "<group>"; };
110 DE66EC9E08ABEB3900323D32 /* Reader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Reader.cpp; sourceTree = "<group>"; };
111 DE66EC9F08ABEB3900323D32 /* Reader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Reader.h; sourceTree = "<group>"; };
112 DE66ECA008ABEB3900323D32 /* ReaderWrappers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ReaderWrappers.cpp; sourceTree = "<group>"; };
113 DE66ECA208ABEB8000323D32 /* Archive.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Archive.cpp; sourceTree = "<group>"; };
114 DE66ECA308ABEB8000323D32 /* ArchiveInternals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ArchiveInternals.h; sourceTree = "<group>"; };
115 DE66ECA408ABEB8000323D32 /* ArchiveReader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ArchiveReader.cpp; sourceTree = "<group>"; };
116 DE66ECA508ABEB8000323D32 /* ArchiveWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ArchiveWriter.cpp; sourceTree = "<group>"; };
117 DE66ECB708ABEB8000323D32 /* SlotCalculator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SlotCalculator.cpp; sourceTree = "<group>"; };
118 DE66ECB808ABEB8000323D32 /* SlotCalculator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SlotCalculator.h; sourceTree = "<group>"; };
119 DE66ECB908ABEB8000323D32 /* SlotTable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SlotTable.h; sourceTree = "<group>"; };
120 DE66ECBA08ABEB8000323D32 /* Writer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Writer.cpp; sourceTree = "<group>"; };
121 DE66ECBB08ABEB8000323D32 /* WriterInternals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WriterInternals.h; sourceTree = "<group>"; };
122 DE66ECBE08ABEC0700323D32 /* AliasAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AliasAnalysis.cpp; sourceTree = "<group>"; };
123 DE66ECBF08ABEC0700323D32 /* AliasAnalysisCounter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AliasAnalysisCounter.cpp; sourceTree = "<group>"; };
124 DE66ECC008ABEC0700323D32 /* AliasAnalysisEvaluator.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AliasAnalysisEvaluator.cpp; sourceTree = "<group>"; };
125 DE66ECC108ABEC0700323D32 /* AliasSetTracker.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AliasSetTracker.cpp; sourceTree = "<group>"; };
126 DE66ECC208ABEC0700323D32 /* BasicAliasAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BasicAliasAnalysis.cpp; sourceTree = "<group>"; };
127 DE66ECC308ABEC0700323D32 /* CFGPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CFGPrinter.cpp; sourceTree = "<group>"; };
128 DE66ECC508ABEC0700323D32 /* BottomUpClosure.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BottomUpClosure.cpp; sourceTree = "<group>"; };
129 DE66ECC608ABEC0700323D32 /* CompleteBottomUp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CompleteBottomUp.cpp; sourceTree = "<group>"; };
130 DE66ECC708ABEC0700323D32 /* DataStructure.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataStructure.cpp; sourceTree = "<group>"; };
131 DE66ECC808ABEC0700323D32 /* DataStructureAA.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataStructureAA.cpp; sourceTree = "<group>"; };
132 DE66ECC908ABEC0700323D32 /* DataStructureOpt.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataStructureOpt.cpp; sourceTree = "<group>"; };
133 DE66ECCA08ABEC0700323D32 /* DataStructureStats.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DataStructureStats.cpp; sourceTree = "<group>"; };
134 DE66ECE508ABEC0700323D32 /* EquivClassGraphs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EquivClassGraphs.cpp; sourceTree = "<group>"; };
135 DE66ECE608ABEC0700323D32 /* GraphChecker.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GraphChecker.cpp; sourceTree = "<group>"; };
136 DE66ECE708ABEC0700323D32 /* Local.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Local.cpp; sourceTree = "<group>"; };
137 DE66ECE908ABEC0700323D32 /* Printer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Printer.cpp; sourceTree = "<group>"; };
138 DE66ECEA08ABEC0700323D32 /* Steensgaard.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Steensgaard.cpp; sourceTree = "<group>"; };
139 DE66ECEB08ABEC0700323D32 /* TopDownClosure.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TopDownClosure.cpp; sourceTree = "<group>"; };
140 DE66ED1608ABEC0800323D32 /* Expressions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Expressions.cpp; sourceTree = "<group>"; };
141 DE66ED1708ABEC0800323D32 /* InstCount.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InstCount.cpp; sourceTree = "<group>"; };
142 DE66ED1808ABEC0800323D32 /* Interval.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Interval.cpp; sourceTree = "<group>"; };
143 DE66ED1908ABEC0800323D32 /* IntervalPartition.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IntervalPartition.cpp; sourceTree = "<group>"; };
144 DE66ED1B08ABEC0800323D32 /* Andersens.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Andersens.cpp; sourceTree = "<group>"; };
145 DE66ED1C08ABEC0800323D32 /* CallGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CallGraph.cpp; sourceTree = "<group>"; };
146 DE66ED1D08ABEC0800323D32 /* CallGraphSCCPass.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CallGraphSCCPass.cpp; sourceTree = "<group>"; };
147 DE66ED2E08ABEC0800323D32 /* FindUnsafePointerTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FindUnsafePointerTypes.cpp; sourceTree = "<group>"; };
148 DE66ED2F08ABEC0800323D32 /* FindUsedTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FindUsedTypes.cpp; sourceTree = "<group>"; };
149 DE66ED3008ABEC0800323D32 /* GlobalsModRef.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GlobalsModRef.cpp; sourceTree = "<group>"; };
150 DE66ED3208ABEC0800323D32 /* PrintSCC.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PrintSCC.cpp; sourceTree = "<group>"; };
151 DE66ED3308ABEC0800323D32 /* LoadValueNumbering.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoadValueNumbering.cpp; sourceTree = "<group>"; };
152 DE66ED3408ABEC0800323D32 /* LoopInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoopInfo.cpp; sourceTree = "<group>"; };
153 DE66ED3608ABEC0800323D32 /* PostDominators.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PostDominators.cpp; sourceTree = "<group>"; };
154 DE66ED3708ABEC0800323D32 /* ProfileInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProfileInfo.cpp; sourceTree = "<group>"; };
155 DE66ED3808ABEC0800323D32 /* ProfileInfoLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProfileInfoLoader.cpp; sourceTree = "<group>"; };
156 DE66ED3908ABEC0800323D32 /* ProfileInfoLoaderPass.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProfileInfoLoaderPass.cpp; sourceTree = "<group>"; };
157 DE66ED3A08ABEC0800323D32 /* ScalarEvolution.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ScalarEvolution.cpp; sourceTree = "<group>"; };
158 DE66ED3B08ABEC0800323D32 /* ScalarEvolutionExpander.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ScalarEvolutionExpander.cpp; sourceTree = "<group>"; };
159 DE66ED3C08ABEC0800323D32 /* Trace.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Trace.cpp; sourceTree = "<group>"; };
160 DE66ED3D08ABEC0800323D32 /* ValueNumbering.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ValueNumbering.cpp; sourceTree = "<group>"; };
161 DE66ED3F08ABEC2A00323D32 /* AsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AsmPrinter.cpp; sourceTree = "<group>"; };
162 DE66ED4008ABEC2A00323D32 /* BranchFolding.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BranchFolding.cpp; sourceTree = "<group>"; };
163 DE66ED6F08ABEC2B00323D32 /* ELFWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ELFWriter.cpp; sourceTree = "<group>"; };
164 DE66ED7008ABEC2B00323D32 /* IntrinsicLowering.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IntrinsicLowering.cpp; sourceTree = "<group>"; };
165 DE66ED7108ABEC2B00323D32 /* LiveInterval.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LiveInterval.cpp; sourceTree = "<group>"; };
166 DE66ED7208ABEC2B00323D32 /* LiveInterval.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LiveInterval.h; sourceTree = "<group>"; };
167 DE66ED7308ABEC2B00323D32 /* LiveIntervalAnalysis.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LiveIntervalAnalysis.cpp; sourceTree = "<group>"; };
168 DE66ED7408ABEC2B00323D32 /* LiveIntervalAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LiveIntervalAnalysis.h; sourceTree = "<group>"; };
169 DE66ED7508ABEC2B00323D32 /* LiveVariables.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LiveVariables.cpp; sourceTree = "<group>"; };
170 DE66ED7608ABEC2B00323D32 /* MachineBasicBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MachineBasicBlock.cpp; sourceTree = "<group>"; };
171 DE66ED7708ABEC2B00323D32 /* MachineCodeEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MachineCodeEmitter.cpp; sourceTree = "<group>"; };
172 DE66ED7808ABEC2B00323D32 /* MachineFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MachineFunction.cpp; sourceTree = "<group>"; };
173 DE66ED7908ABEC2B00323D32 /* MachineInstr.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MachineInstr.cpp; sourceTree = "<group>"; };
174 DE66ED7B08ABEC2B00323D32 /* Passes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Passes.cpp; sourceTree = "<group>"; };
175 DE66ED7C08ABEC2B00323D32 /* PHIElimination.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PHIElimination.cpp; sourceTree = "<group>"; };
176 DE66ED7D08ABEC2B00323D32 /* PhysRegTracker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PhysRegTracker.h; sourceTree = "<group>"; };
177 DE66ED7E08ABEC2B00323D32 /* PrologEpilogInserter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PrologEpilogInserter.cpp; sourceTree = "<group>"; };
178 DE66ED7F08ABEC2B00323D32 /* RegAllocIterativeScan.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RegAllocIterativeScan.cpp; sourceTree = "<group>"; };
179 DE66ED8008ABEC2B00323D32 /* RegAllocLinearScan.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RegAllocLinearScan.cpp; sourceTree = "<group>"; };
180 DE66ED8108ABEC2B00323D32 /* RegAllocLocal.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RegAllocLocal.cpp; sourceTree = "<group>"; };
181 DE66ED8208ABEC2B00323D32 /* RegAllocSimple.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RegAllocSimple.cpp; sourceTree = "<group>"; };
182 DE66ED9008ABEC2B00323D32 /* LegalizeDAG.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LegalizeDAG.cpp; sourceTree = "<group>"; };
183 DE66ED9208ABEC2B00323D32 /* SelectionDAG.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SelectionDAG.cpp; sourceTree = "<group>"; };
184 DE66ED9308ABEC2B00323D32 /* SelectionDAGISel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SelectionDAGISel.cpp; sourceTree = "<group>"; };
185 DE66ED9408ABEC2B00323D32 /* SelectionDAGPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SelectionDAGPrinter.cpp; sourceTree = "<group>"; };
186 DE66ED9508ABEC2B00323D32 /* TwoAddressInstructionPass.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TwoAddressInstructionPass.cpp; sourceTree = "<group>"; };
187 DE66ED9608ABEC2B00323D32 /* UnreachableBlockElim.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = UnreachableBlockElim.cpp; sourceTree = "<group>"; };
188 DE66ED9708ABEC2B00323D32 /* ValueTypes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ValueTypes.cpp; sourceTree = "<group>"; };
189 DE66ED9808ABEC2B00323D32 /* VirtRegMap.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = VirtRegMap.cpp; sourceTree = "<group>"; };
190 DE66ED9908ABEC2B00323D32 /* VirtRegMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VirtRegMap.h; sourceTree = "<group>"; };
191 DE66EDB108ABEC7300323D32 /* Debugger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Debugger.cpp; sourceTree = "<group>"; };
192 DE66EDB208ABEC7300323D32 /* FDHandle.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FDHandle.cpp; sourceTree = "<group>"; };
193 DE66EDB308ABEC7300323D32 /* FDHandle.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FDHandle.h; sourceTree = "<group>"; };
194 DE66EDB508ABEC7300323D32 /* ProgramInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProgramInfo.cpp; sourceTree = "<group>"; };
195 DE66EDB608ABEC7300323D32 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
196 DE66EDB708ABEC7300323D32 /* RuntimeInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RuntimeInfo.cpp; sourceTree = "<group>"; };
197 DE66EDB808ABEC7300323D32 /* SourceFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SourceFile.cpp; sourceTree = "<group>"; };
198 DE66EDB908ABEC7300323D32 /* SourceLanguage-CFamily.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "SourceLanguage-CFamily.cpp"; sourceTree = "<group>"; };
199 DE66EDBA08ABEC7300323D32 /* SourceLanguage-CPlusPlus.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "SourceLanguage-CPlusPlus.cpp"; sourceTree = "<group>"; };
200 DE66EDBB08ABEC7300323D32 /* SourceLanguage-Unknown.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "SourceLanguage-Unknown.cpp"; sourceTree = "<group>"; };
201 DE66EDBC08ABEC7300323D32 /* SourceLanguage.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SourceLanguage.cpp; sourceTree = "<group>"; };
202 DE66EDBD08ABEC7300323D32 /* UnixLocalInferiorProcess.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = UnixLocalInferiorProcess.cpp; sourceTree = "<group>"; };
203 DE66EDC408ABEC9000323D32 /* ExecutionEngine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionEngine.cpp; sourceTree = "<group>"; };
204 DE66EDCE08ABEC9000323D32 /* Execution.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Execution.cpp; sourceTree = "<group>"; };
205 DE66EDCF08ABEC9000323D32 /* ExternalFunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExternalFunctions.cpp; sourceTree = "<group>"; };
206 DE66EDD008ABEC9000323D32 /* Interpreter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Interpreter.cpp; sourceTree = "<group>"; };
207 DE66EDD108ABEC9000323D32 /* Interpreter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Interpreter.h; sourceTree = "<group>"; };
208 DE66EDDE08ABEC9100323D32 /* Intercept.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Intercept.cpp; sourceTree = "<group>"; };
209 DE66EDDF08ABEC9100323D32 /* JIT.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JIT.cpp; sourceTree = "<group>"; };
210 DE66EDE008ABEC9100323D32 /* JIT.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = JIT.h; sourceTree = "<group>"; };
211 DE66EDE108ABEC9100323D32 /* JITEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = JITEmitter.cpp; sourceTree = "<group>"; };
212 DE66EDE308ABEC9100323D32 /* TargetSelect.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetSelect.cpp; sourceTree = "<group>"; };
213 DE66EDF608ABEDD300323D32 /* LinkArchives.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LinkArchives.cpp; sourceTree = "<group>"; };
214 DE66EDF708ABEDD300323D32 /* Linker.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Linker.cpp; sourceTree = "<group>"; };
215 DE66EDF808ABEDD300323D32 /* LinkItems.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LinkItems.cpp; sourceTree = "<group>"; };
216 DE66EDF908ABEDD300323D32 /* LinkModules.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LinkModules.cpp; sourceTree = "<group>"; };
217 DE66EDFC08ABEDE600323D32 /* Annotation.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Annotation.cpp; sourceTree = "<group>"; };
218 DE66EDFE08ABEDE600323D32 /* blocksort.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = blocksort.c; sourceTree = "<group>"; };
219 DE66EDFF08ABEDE600323D32 /* bzlib.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = bzlib.c; sourceTree = "<group>"; };
220 DE66EE0008ABEDE600323D32 /* bzlib.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bzlib.h; sourceTree = "<group>"; };
221 DE66EE0108ABEDE600323D32 /* bzlib_private.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = bzlib_private.h; sourceTree = "<group>"; };
222 DE66EE0208ABEDE600323D32 /* CHANGES */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = CHANGES; sourceTree = "<group>"; };
223 DE66EE0308ABEDE600323D32 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; };
224 DE66EE0408ABEDE600323D32 /* crctable.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = crctable.c; sourceTree = "<group>"; };
225 DE66EE1508ABEDE600323D32 /* decompress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = decompress.c; sourceTree = "<group>"; };
226 DE66EE1608ABEDE600323D32 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = "<group>"; };
227 DE66EE1708ABEDE600323D32 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
228 DE66EE1908ABEDE600323D32 /* randtable.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = randtable.c; sourceTree = "<group>"; };
229 DE66EE1A08ABEDE600323D32 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
230 DE66EE1B08ABEDE600323D32 /* README.COMPILATION.PROBLEMS */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.COMPILATION.PROBLEMS; sourceTree = "<group>"; };
231 DE66EE1C08ABEDE600323D32 /* Y2K_INFO */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Y2K_INFO; sourceTree = "<group>"; };
232 DE66EE1D08ABEDE600323D32 /* CommandLine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CommandLine.cpp; sourceTree = "<group>"; };
233 DE66EE1E08ABEDE600323D32 /* Compressor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Compressor.cpp; sourceTree = "<group>"; };
234 DE66EE3D08ABEDE600323D32 /* Debug.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Debug.cpp; sourceTree = "<group>"; };
235 DE66EE3E08ABEDE600323D32 /* FileUtilities.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FileUtilities.cpp; sourceTree = "<group>"; };
236 DE66EE3F08ABEDE600323D32 /* IsInf.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IsInf.cpp; sourceTree = "<group>"; };
237 DE66EE4008ABEDE600323D32 /* IsNAN.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IsNAN.cpp; sourceTree = "<group>"; };
238 DE66EE4208ABEDE600323D32 /* PluginLoader.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PluginLoader.cpp; sourceTree = "<group>"; };
239 DE66EE4308ABEDE600323D32 /* SlowOperationInformer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SlowOperationInformer.cpp; sourceTree = "<group>"; };
240 DE66EE4408ABEDE600323D32 /* Statistic.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Statistic.cpp; sourceTree = "<group>"; };
241 DE66EE4508ABEDE700323D32 /* StringExtras.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StringExtras.cpp; sourceTree = "<group>"; };
242 DE66EE4608ABEDE700323D32 /* SystemUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SystemUtils.cpp; sourceTree = "<group>"; };
243 DE66EE4708ABEDE700323D32 /* Timer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Timer.cpp; sourceTree = "<group>"; };
244 DE66EE4808ABEDE700323D32 /* ToolRunner.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ToolRunner.cpp; sourceTree = "<group>"; };
245 DE66EE6008ABEE3400323D32 /* DynamicLibrary.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DynamicLibrary.cpp; sourceTree = "<group>"; };
246 DE66EE6108ABEE3400323D32 /* LICENSE.TXT */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = LICENSE.TXT; sourceTree = "<group>"; };
247 DE66EE6208ABEE3400323D32 /* ltdl.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ltdl.c; sourceTree = "<group>"; };
248 DE66EE6308ABEE3400323D32 /* ltdl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ltdl.h; sourceTree = "<group>"; };
249 DE66EE6508ABEE3400323D32 /* MappedFile.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MappedFile.cpp; sourceTree = "<group>"; };
250 DE66EE6608ABEE3400323D32 /* Memory.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Memory.cpp; sourceTree = "<group>"; };
251 DE66EE6708ABEE3400323D32 /* Mutex.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Mutex.cpp; sourceTree = "<group>"; };
252 DE66EE6808ABEE3400323D32 /* Path.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Path.cpp; sourceTree = "<group>"; };
253 DE66EE6908ABEE3400323D32 /* Process.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Process.cpp; sourceTree = "<group>"; };
254 DE66EE6A08ABEE3400323D32 /* Program.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Program.cpp; sourceTree = "<group>"; };
255 DE66EE6B08ABEE3400323D32 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
256 DE66EE7C08ABEE3400323D32 /* Signals.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Signals.cpp; sourceTree = "<group>"; };
257 DE66EE7D08ABEE3400323D32 /* TimeValue.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TimeValue.cpp; sourceTree = "<group>"; };
258 DE66EE7F08ABEE3500323D32 /* MappedFile.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = MappedFile.inc; sourceTree = "<group>"; };
259 DE66EE8008ABEE3500323D32 /* Memory.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Memory.inc; sourceTree = "<group>"; };
260 DE66EE8108ABEE3500323D32 /* Mutex.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Mutex.inc; sourceTree = "<group>"; };
261 DE66EE8208ABEE3500323D32 /* Path.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Path.inc; sourceTree = "<group>"; };
262 DE66EE8308ABEE3500323D32 /* Process.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Process.inc; sourceTree = "<group>"; };
263 DE66EE8408ABEE3500323D32 /* Program.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Program.inc; sourceTree = "<group>"; };
264 DE66EE8508ABEE3500323D32 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
265 DE66EE8608ABEE3500323D32 /* Signals.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Signals.inc; sourceTree = "<group>"; };
266 DE66EE8808ABEE3500323D32 /* Process.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Process.cpp; sourceTree = "<group>"; };
267 DE66EE8908ABEE3500323D32 /* TimeValue.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = TimeValue.inc; sourceTree = "<group>"; };
268 DE66EE8A08ABEE3500323D32 /* Unix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Unix.h; sourceTree = "<group>"; };
269 DE66EE8C08ABEE3500323D32 /* DynamicLibrary.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = DynamicLibrary.inc; sourceTree = "<group>"; };
270 DE66EE8D08ABEE3500323D32 /* MappedFile.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = MappedFile.inc; sourceTree = "<group>"; };
271 DE66EE8E08ABEE3500323D32 /* Memory.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Memory.inc; sourceTree = "<group>"; };
272 DE66EE8F08ABEE3500323D32 /* Mutex.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Mutex.inc; sourceTree = "<group>"; };
273 DE66EE9008ABEE3500323D32 /* Path.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Path.inc; sourceTree = "<group>"; };
274 DE66EE9108ABEE3500323D32 /* Process.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Process.inc; sourceTree = "<group>"; };
275 DE66EE9208ABEE3500323D32 /* Program.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Program.inc; sourceTree = "<group>"; };
276 DE66EE9308ABEE3500323D32 /* Signals.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Signals.inc; sourceTree = "<group>"; };
277 DE66EE9408ABEE3500323D32 /* TimeValue.inc */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = TimeValue.inc; sourceTree = "<group>"; };
278 DE66EE9508ABEE3500323D32 /* Win32.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Win32.h; sourceTree = "<group>"; };
279 DE66EE9808ABEE5E00323D32 /* Alpha.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Alpha.h; sourceTree = "<group>"; };
280 DE66EE9908ABEE5E00323D32 /* Alpha.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Alpha.td; sourceTree = "<group>"; };
281 DE66EE9A08ABEE5E00323D32 /* AlphaAsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaAsmPrinter.cpp; sourceTree = "<group>"; };
282 DE66EE9B08ABEE5E00323D32 /* AlphaCodeEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaCodeEmitter.cpp; sourceTree = "<group>"; };
283 DE66EEA308ABEE5E00323D32 /* AlphaInstrFormats.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = AlphaInstrFormats.td; sourceTree = "<group>"; };
284 DE66EEA408ABEE5E00323D32 /* AlphaInstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaInstrInfo.cpp; sourceTree = "<group>"; };
285 DE66EEA508ABEE5E00323D32 /* AlphaInstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AlphaInstrInfo.h; sourceTree = "<group>"; };
286 DE66EEA608ABEE5E00323D32 /* AlphaInstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = AlphaInstrInfo.td; sourceTree = "<group>"; };
287 DE66EEA708ABEE5E00323D32 /* AlphaISelPattern.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaISelPattern.cpp; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000288 DE66EEA908ABEE5E00323D32 /* AlphaJITInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaJITInfo.cpp; sourceTree = "<group>"; };
289 DE66EEAA08ABEE5E00323D32 /* AlphaJITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AlphaJITInfo.h; sourceTree = "<group>"; };
290 DE66EEAB08ABEE5E00323D32 /* AlphaRegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaRegisterInfo.cpp; sourceTree = "<group>"; };
291 DE66EEAC08ABEE5E00323D32 /* AlphaRegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AlphaRegisterInfo.h; sourceTree = "<group>"; };
292 DE66EEAD08ABEE5E00323D32 /* AlphaRegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = AlphaRegisterInfo.td; sourceTree = "<group>"; };
293 DE66EEAE08ABEE5E00323D32 /* AlphaRelocations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AlphaRelocations.h; sourceTree = "<group>"; };
294 DE66EEAF08ABEE5E00323D32 /* AlphaTargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AlphaTargetMachine.cpp; sourceTree = "<group>"; };
295 DE66EEB008ABEE5E00323D32 /* AlphaTargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AlphaTargetMachine.h; sourceTree = "<group>"; };
296 DE66EECA08ABEE5E00323D32 /* CTargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CTargetMachine.h; sourceTree = "<group>"; };
297 DE66EED008ABEE5E00323D32 /* Writer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Writer.cpp; sourceTree = "<group>"; };
298 DE66EEF808ABEE5E00323D32 /* IA64.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IA64.h; sourceTree = "<group>"; };
299 DE66EEF908ABEE5E00323D32 /* IA64.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = IA64.td; sourceTree = "<group>"; };
300 DE66EEFA08ABEE5E00323D32 /* IA64AsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IA64AsmPrinter.cpp; sourceTree = "<group>"; };
301 DE66EF0108ABEE5E00323D32 /* IA64InstrBuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IA64InstrBuilder.h; sourceTree = "<group>"; };
302 DE66EF0208ABEE5E00323D32 /* IA64InstrFormats.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = IA64InstrFormats.td; sourceTree = "<group>"; };
303 DE66EF0308ABEE5E00323D32 /* IA64InstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IA64InstrInfo.cpp; sourceTree = "<group>"; };
304 DE66EF0408ABEE5E00323D32 /* IA64InstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IA64InstrInfo.h; sourceTree = "<group>"; };
305 DE66EF0508ABEE5E00323D32 /* IA64InstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = IA64InstrInfo.td; sourceTree = "<group>"; };
306 DE66EF0608ABEE5E00323D32 /* IA64ISelPattern.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IA64ISelPattern.cpp; sourceTree = "<group>"; };
307 DE66EF0708ABEE5E00323D32 /* IA64MachineFunctionInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IA64MachineFunctionInfo.h; sourceTree = "<group>"; };
308 DE66EF0808ABEE5E00323D32 /* IA64RegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IA64RegisterInfo.cpp; sourceTree = "<group>"; };
309 DE66EF0908ABEE5E00323D32 /* IA64RegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IA64RegisterInfo.h; sourceTree = "<group>"; };
310 DE66EF0A08ABEE5E00323D32 /* IA64RegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = IA64RegisterInfo.td; sourceTree = "<group>"; };
311 DE66EF0B08ABEE5E00323D32 /* IA64TargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IA64TargetMachine.cpp; sourceTree = "<group>"; };
312 DE66EF0C08ABEE5E00323D32 /* IA64TargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IA64TargetMachine.h; sourceTree = "<group>"; };
313 DE66EF0E08ABEE5E00323D32 /* README */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
314 DE66EF1008ABEE5E00323D32 /* MRegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MRegisterInfo.cpp; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000315 DE66EF3D08ABEE5F00323D32 /* LICENSE.TXT */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = LICENSE.TXT; sourceTree = "<group>"; };
316 DE66EF3F08ABEE5F00323D32 /* PowerPC.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPC.h; sourceTree = "<group>"; };
317 DE66EF4008ABEE5F00323D32 /* PowerPC.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PowerPC.td; sourceTree = "<group>"; };
318 DE66EF4108ABEE5F00323D32 /* PowerPCAsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PowerPCAsmPrinter.cpp; sourceTree = "<group>"; };
319 DE66EF4208ABEE5F00323D32 /* PowerPCBranchSelector.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PowerPCBranchSelector.cpp; sourceTree = "<group>"; };
320 DE66EF4308ABEE5F00323D32 /* PowerPCFrameInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPCFrameInfo.h; sourceTree = "<group>"; };
321 DE66EF4708ABEE5F00323D32 /* PowerPCInstrBuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPCInstrBuilder.h; sourceTree = "<group>"; };
322 DE66EF4808ABEE5F00323D32 /* PowerPCInstrFormats.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PowerPCInstrFormats.td; sourceTree = "<group>"; };
323 DE66EF4908ABEE5F00323D32 /* PowerPCInstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPCInstrInfo.h; sourceTree = "<group>"; };
324 DE66EF4A08ABEE5F00323D32 /* PowerPCInstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PowerPCInstrInfo.td; sourceTree = "<group>"; };
325 DE66EF4B08ABEE5F00323D32 /* PowerPCJITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPCJITInfo.h; sourceTree = "<group>"; };
326 DE66EF4C08ABEE5F00323D32 /* PowerPCRegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PowerPCRegisterInfo.td; sourceTree = "<group>"; };
327 DE66EF4D08ABEE5F00323D32 /* PowerPCSubtarget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PowerPCSubtarget.cpp; sourceTree = "<group>"; };
328 DE66EF4E08ABEE5F00323D32 /* PowerPCSubtarget.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPCSubtarget.h; sourceTree = "<group>"; };
329 DE66EF4F08ABEE5F00323D32 /* PowerPCTargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PowerPCTargetMachine.cpp; sourceTree = "<group>"; };
330 DE66EF5008ABEE5F00323D32 /* PowerPCTargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PowerPCTargetMachine.h; sourceTree = "<group>"; };
331 DE66EF5108ABEE5F00323D32 /* PPC32.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PPC32.td; sourceTree = "<group>"; };
332 DE66EF5208ABEE5F00323D32 /* PPC32CodeEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32CodeEmitter.cpp; sourceTree = "<group>"; };
333 DE66EF5708ABEE5F00323D32 /* PPC32InstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32InstrInfo.cpp; sourceTree = "<group>"; };
334 DE66EF5808ABEE5F00323D32 /* PPC32InstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PPC32InstrInfo.h; sourceTree = "<group>"; };
335 DE66EF5908ABEE5F00323D32 /* PPC32ISelPattern.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32ISelPattern.cpp; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000336 DE66EF5B08ABEE5F00323D32 /* PPC32JITInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32JITInfo.cpp; sourceTree = "<group>"; };
337 DE66EF5C08ABEE5F00323D32 /* PPC32JITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PPC32JITInfo.h; sourceTree = "<group>"; };
338 DE66EF5D08ABEE5F00323D32 /* PPC32RegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32RegisterInfo.cpp; sourceTree = "<group>"; };
339 DE66EF5E08ABEE5F00323D32 /* PPC32RegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PPC32RegisterInfo.h; sourceTree = "<group>"; };
340 DE66EF5F08ABEE5F00323D32 /* PPC32RegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PPC32RegisterInfo.td; sourceTree = "<group>"; };
341 DE66EF6008ABEE5F00323D32 /* PPC32Relocations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PPC32Relocations.h; sourceTree = "<group>"; };
342 DE66EF6108ABEE5F00323D32 /* PPC32TargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PPC32TargetMachine.h; sourceTree = "<group>"; };
343 DE66EF6208ABEE5F00323D32 /* PPC64.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PPC64.td; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000344 DE66EF6D08ABEE5F00323D32 /* PPC64RegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = PPC64RegisterInfo.td; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000345 DE66EF6F08ABEE5F00323D32 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000346 DE66EF8208ABEE5F00323D32 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
347 DE66EF8308ABEE5F00323D32 /* Skeleton.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Skeleton.h; sourceTree = "<group>"; };
348 DE66EF8408ABEE5F00323D32 /* Skeleton.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Skeleton.td; sourceTree = "<group>"; };
349 DE66EF8A08ABEE5F00323D32 /* SkeletonInstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SkeletonInstrInfo.cpp; sourceTree = "<group>"; };
350 DE66EF8B08ABEE5F00323D32 /* SkeletonInstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SkeletonInstrInfo.h; sourceTree = "<group>"; };
351 DE66EF8C08ABEE5F00323D32 /* SkeletonInstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SkeletonInstrInfo.td; sourceTree = "<group>"; };
352 DE66EF8D08ABEE5F00323D32 /* SkeletonJITInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SkeletonJITInfo.cpp; sourceTree = "<group>"; };
353 DE66EF8E08ABEE5F00323D32 /* SkeletonJITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SkeletonJITInfo.h; sourceTree = "<group>"; };
354 DE66EF8F08ABEE5F00323D32 /* SkeletonRegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SkeletonRegisterInfo.cpp; sourceTree = "<group>"; };
355 DE66EF9008ABEE5F00323D32 /* SkeletonRegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SkeletonRegisterInfo.h; sourceTree = "<group>"; };
356 DE66EF9108ABEE5F00323D32 /* SkeletonRegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SkeletonRegisterInfo.td; sourceTree = "<group>"; };
357 DE66EF9208ABEE5F00323D32 /* SkeletonTargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SkeletonTargetMachine.cpp; sourceTree = "<group>"; };
358 DE66EF9308ABEE5F00323D32 /* SkeletonTargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SkeletonTargetMachine.h; sourceTree = "<group>"; };
359 DE66EFAF08ABEE5F00323D32 /* DelaySlotFiller.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DelaySlotFiller.cpp; sourceTree = "<group>"; };
360 DE66EFB008ABEE5F00323D32 /* FPMover.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FPMover.cpp; sourceTree = "<group>"; };
361 DE66EFB208ABEE5F00323D32 /* README.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = README.txt; sourceTree = "<group>"; };
362 DE66EFB308ABEE5F00323D32 /* SparcV8.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV8.h; sourceTree = "<group>"; };
363 DE66EFB408ABEE5F00323D32 /* SparcV8.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV8.td; sourceTree = "<group>"; };
364 DE66EFB508ABEE5F00323D32 /* SparcV8AsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8AsmPrinter.cpp; sourceTree = "<group>"; };
365 DE66EFB608ABEE5F00323D32 /* SparcV8CodeEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8CodeEmitter.cpp; sourceTree = "<group>"; };
366 DE66EFBD08ABEE5F00323D32 /* SparcV8InstrFormats.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV8InstrFormats.td; sourceTree = "<group>"; };
367 DE66EFBE08ABEE5F00323D32 /* SparcV8InstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8InstrInfo.cpp; sourceTree = "<group>"; };
368 DE66EFBF08ABEE5F00323D32 /* SparcV8InstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV8InstrInfo.h; sourceTree = "<group>"; };
369 DE66EFC008ABEE5F00323D32 /* SparcV8InstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV8InstrInfo.td; sourceTree = "<group>"; };
370 DE66EFC108ABEE5F00323D32 /* SparcV8ISelPattern.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8ISelPattern.cpp; sourceTree = "<group>"; };
371 DE66EFC208ABEE5F00323D32 /* SparcV8ISelSimple.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8ISelSimple.cpp; sourceTree = "<group>"; };
372 DE66EFC308ABEE5F00323D32 /* SparcV8JITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV8JITInfo.h; sourceTree = "<group>"; };
373 DE66EFC408ABEE5F00323D32 /* SparcV8RegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8RegisterInfo.cpp; sourceTree = "<group>"; };
374 DE66EFC508ABEE5F00323D32 /* SparcV8RegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV8RegisterInfo.h; sourceTree = "<group>"; };
375 DE66EFC608ABEE5F00323D32 /* SparcV8RegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV8RegisterInfo.td; sourceTree = "<group>"; };
376 DE66EFC708ABEE5F00323D32 /* SparcV8TargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV8TargetMachine.cpp; sourceTree = "<group>"; };
377 DE66EFC808ABEE5F00323D32 /* SparcV8TargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV8TargetMachine.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000378 DE66EFFA08ABEE6000323D32 /* DecomposeMultiDimRefs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DecomposeMultiDimRefs.cpp; sourceTree = "<group>"; };
379 DE66EFFB08ABEE6000323D32 /* EmitBytecodeToAssembly.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EmitBytecodeToAssembly.cpp; sourceTree = "<group>"; };
380 DE66F00708ABEE6000323D32 /* InstrScheduling.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InstrScheduling.cpp; sourceTree = "<group>"; };
381 DE66F00908ABEE6000323D32 /* SchedGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SchedGraph.cpp; sourceTree = "<group>"; };
382 DE66F00A08ABEE6000323D32 /* SchedGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SchedGraph.h; sourceTree = "<group>"; };
383 DE66F00B08ABEE6000323D32 /* SchedGraphCommon.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SchedGraphCommon.cpp; sourceTree = "<group>"; };
384 DE66F00C08ABEE6000323D32 /* SchedPriorities.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SchedPriorities.cpp; sourceTree = "<group>"; };
385 DE66F00D08ABEE6000323D32 /* SchedPriorities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SchedPriorities.h; sourceTree = "<group>"; };
386 DE66F00E08ABEE6000323D32 /* InternalGlobalMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InternalGlobalMapper.cpp; sourceTree = "<group>"; };
387 DE66F01008ABEE6000323D32 /* BBLiveVar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BBLiveVar.cpp; sourceTree = "<group>"; };
388 DE66F01108ABEE6000323D32 /* BBLiveVar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BBLiveVar.h; sourceTree = "<group>"; };
389 DE66F01A08ABEE6000323D32 /* FunctionLiveVarInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FunctionLiveVarInfo.cpp; sourceTree = "<group>"; };
390 DE66F01B08ABEE6000323D32 /* FunctionLiveVarInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FunctionLiveVarInfo.h; sourceTree = "<group>"; };
391 DE66F01D08ABEE6000323D32 /* ValueSet.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ValueSet.cpp; sourceTree = "<group>"; };
392 DE66F01E08ABEE6000323D32 /* MachineCodeForInstruction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MachineCodeForInstruction.cpp; sourceTree = "<group>"; };
393 DE66F01F08ABEE6000323D32 /* MachineCodeForInstruction.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineCodeForInstruction.h; sourceTree = "<group>"; };
394 DE66F02008ABEE6000323D32 /* MachineFunctionInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MachineFunctionInfo.cpp; sourceTree = "<group>"; };
395 DE66F02108ABEE6000323D32 /* MachineFunctionInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineFunctionInfo.h; sourceTree = "<group>"; };
396 DE66F02208ABEE6000323D32 /* MachineInstrAnnot.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineInstrAnnot.h; sourceTree = "<group>"; };
397 DE66F02408ABEE6000323D32 /* MappingInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MappingInfo.cpp; sourceTree = "<group>"; };
398 DE66F02508ABEE6000323D32 /* MappingInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MappingInfo.h; sourceTree = "<group>"; };
399 DE66F03708ABEE6000323D32 /* DependenceAnalyzer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DependenceAnalyzer.cpp; sourceTree = "<group>"; };
400 DE66F03808ABEE6000323D32 /* DependenceAnalyzer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DependenceAnalyzer.h; sourceTree = "<group>"; };
401 DE66F03A08ABEE6000323D32 /* ModuloScheduling.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ModuloScheduling.cpp; sourceTree = "<group>"; };
402 DE66F03B08ABEE6000323D32 /* ModuloScheduling.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ModuloScheduling.h; sourceTree = "<group>"; };
403 DE66F03C08ABEE6000323D32 /* ModuloSchedulingSuperBlock.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ModuloSchedulingSuperBlock.cpp; sourceTree = "<group>"; };
404 DE66F03D08ABEE6000323D32 /* ModuloSchedulingSuperBlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ModuloSchedulingSuperBlock.h; sourceTree = "<group>"; };
405 DE66F03E08ABEE6000323D32 /* MSchedGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MSchedGraph.cpp; sourceTree = "<group>"; };
406 DE66F03F08ABEE6000323D32 /* MSchedGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MSchedGraph.h; sourceTree = "<group>"; };
407 DE66F04008ABEE6000323D32 /* MSchedGraphSB.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MSchedGraphSB.cpp; sourceTree = "<group>"; };
408 DE66F04108ABEE6000323D32 /* MSchedGraphSB.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MSchedGraphSB.h; sourceTree = "<group>"; };
409 DE66F04208ABEE6000323D32 /* MSSchedule.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MSSchedule.cpp; sourceTree = "<group>"; };
410 DE66F04308ABEE6000323D32 /* MSSchedule.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MSSchedule.h; sourceTree = "<group>"; };
411 DE66F04408ABEE6000323D32 /* MSScheduleSB.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = MSScheduleSB.cpp; sourceTree = "<group>"; };
412 DE66F04508ABEE6000323D32 /* MSScheduleSB.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MSScheduleSB.h; sourceTree = "<group>"; };
413 DE66F04708ABEE6000323D32 /* AllocInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AllocInfo.h; sourceTree = "<group>"; };
414 DE66F05408ABEE6000323D32 /* IGNode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IGNode.cpp; sourceTree = "<group>"; };
415 DE66F05508ABEE6000323D32 /* IGNode.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IGNode.h; sourceTree = "<group>"; };
416 DE66F05608ABEE6000323D32 /* InterferenceGraph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InterferenceGraph.cpp; sourceTree = "<group>"; };
417 DE66F05708ABEE6000323D32 /* InterferenceGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InterferenceGraph.h; sourceTree = "<group>"; };
418 DE66F05808ABEE6000323D32 /* LiveRange.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LiveRange.h; sourceTree = "<group>"; };
419 DE66F05908ABEE6000323D32 /* LiveRangeInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LiveRangeInfo.cpp; sourceTree = "<group>"; };
420 DE66F05A08ABEE6000323D32 /* LiveRangeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LiveRangeInfo.h; sourceTree = "<group>"; };
421 DE66F05C08ABEE6000323D32 /* Notes.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Notes.txt; sourceTree = "<group>"; };
422 DE66F05D08ABEE6000323D32 /* PhyRegAlloc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PhyRegAlloc.cpp; sourceTree = "<group>"; };
423 DE66F05E08ABEE6000323D32 /* PhyRegAlloc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PhyRegAlloc.h; sourceTree = "<group>"; };
424 DE66F05F08ABEE6000323D32 /* RegAllocCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RegAllocCommon.h; sourceTree = "<group>"; };
425 DE66F06008ABEE6000323D32 /* RegClass.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RegClass.cpp; sourceTree = "<group>"; };
426 DE66F06108ABEE6000323D32 /* RegClass.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RegClass.h; sourceTree = "<group>"; };
427 DE66F06208ABEE6000323D32 /* SparcV9.burg.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9.burg.in; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000428 DE66F06608ABEE6000323D32 /* SparcV9.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9.td; sourceTree = "<group>"; };
429 DE66F06708ABEE6000323D32 /* SparcV9_F2.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9_F2.td; sourceTree = "<group>"; };
430 DE66F06808ABEE6000323D32 /* SparcV9_F3.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9_F3.td; sourceTree = "<group>"; };
431 DE66F06908ABEE6000323D32 /* SparcV9_F4.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9_F4.td; sourceTree = "<group>"; };
432 DE66F06A08ABEE6000323D32 /* SparcV9AsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9AsmPrinter.cpp; sourceTree = "<group>"; };
433 DE66F06B08ABEE6000323D32 /* SparcV9BurgISel.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9BurgISel.cpp; sourceTree = "<group>"; };
434 DE66F06C08ABEE6000323D32 /* SparcV9BurgISel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9BurgISel.h; sourceTree = "<group>"; };
435 DE66F06D08ABEE6000323D32 /* SparcV9CodeEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9CodeEmitter.cpp; sourceTree = "<group>"; };
436 DE66F06E08ABEE6000323D32 /* SparcV9CodeEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9CodeEmitter.h; sourceTree = "<group>"; };
437 DE66F06F08ABEE6000323D32 /* SparcV9FrameInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9FrameInfo.cpp; sourceTree = "<group>"; };
438 DE66F07008ABEE6000323D32 /* SparcV9FrameInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9FrameInfo.h; sourceTree = "<group>"; };
439 DE66F07208ABEE6000323D32 /* SparcV9Instr.def */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9Instr.def; sourceTree = "<group>"; };
440 DE66F07308ABEE6000323D32 /* SparcV9InstrForest.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9InstrForest.h; sourceTree = "<group>"; };
441 DE66F07408ABEE6000323D32 /* SparcV9InstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9InstrInfo.h; sourceTree = "<group>"; };
442 DE66F07508ABEE6000323D32 /* SparcV9InstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9InstrInfo.td; sourceTree = "<group>"; };
443 DE66F07608ABEE6000323D32 /* SparcV9Internals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9Internals.h; sourceTree = "<group>"; };
444 DE66F07708ABEE6000323D32 /* SparcV9JITInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9JITInfo.cpp; sourceTree = "<group>"; };
445 DE66F07808ABEE6000323D32 /* SparcV9JITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9JITInfo.h; sourceTree = "<group>"; };
446 DE66F07908ABEE6000323D32 /* SparcV9PeepholeOpts.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9PeepholeOpts.cpp; sourceTree = "<group>"; };
447 DE66F07A08ABEE6000323D32 /* SparcV9PreSelection.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9PreSelection.cpp; sourceTree = "<group>"; };
448 DE66F07B08ABEE6000323D32 /* SparcV9PrologEpilogInserter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9PrologEpilogInserter.cpp; sourceTree = "<group>"; };
449 DE66F07C08ABEE6000323D32 /* SparcV9RegClassInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9RegClassInfo.cpp; sourceTree = "<group>"; };
450 DE66F07D08ABEE6000323D32 /* SparcV9RegClassInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9RegClassInfo.h; sourceTree = "<group>"; };
451 DE66F07E08ABEE6000323D32 /* SparcV9RegInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9RegInfo.cpp; sourceTree = "<group>"; };
452 DE66F07F08ABEE6000323D32 /* SparcV9RegInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9RegInfo.h; sourceTree = "<group>"; };
453 DE66F08008ABEE6000323D32 /* SparcV9RegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9RegisterInfo.cpp; sourceTree = "<group>"; };
454 DE66F08108ABEE6000323D32 /* SparcV9RegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9RegisterInfo.h; sourceTree = "<group>"; };
455 DE66F08208ABEE6000323D32 /* SparcV9RegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = SparcV9RegisterInfo.td; sourceTree = "<group>"; };
456 DE66F08308ABEE6000323D32 /* SparcV9Relocations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9Relocations.h; sourceTree = "<group>"; };
457 DE66F08408ABEE6000323D32 /* SparcV9SchedInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9SchedInfo.cpp; sourceTree = "<group>"; };
458 DE66F08508ABEE6000323D32 /* SparcV9StackSlots.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9StackSlots.cpp; sourceTree = "<group>"; };
459 DE66F08608ABEE6000323D32 /* SparcV9TargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9TargetMachine.cpp; sourceTree = "<group>"; };
460 DE66F08708ABEE6000323D32 /* SparcV9TargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9TargetMachine.h; sourceTree = "<group>"; };
461 DE66F08808ABEE6000323D32 /* SparcV9TmpInstr.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SparcV9TmpInstr.cpp; sourceTree = "<group>"; };
462 DE66F08908ABEE6000323D32 /* SparcV9TmpInstr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SparcV9TmpInstr.h; sourceTree = "<group>"; };
463 DE66F08A08ABEE6000323D32 /* Target.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Target.td; sourceTree = "<group>"; };
464 DE66F08B08ABEE6000323D32 /* TargetData.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetData.cpp; sourceTree = "<group>"; };
465 DE66F08C08ABEE6000323D32 /* TargetFrameInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetFrameInfo.cpp; sourceTree = "<group>"; };
466 DE66F08D08ABEE6000323D32 /* TargetInstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetInstrInfo.cpp; sourceTree = "<group>"; };
467 DE66F08E08ABEE6000323D32 /* TargetLowering.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetLowering.cpp; sourceTree = "<group>"; };
468 DE66F08F08ABEE6000323D32 /* TargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetMachine.cpp; sourceTree = "<group>"; };
469 DE66F09008ABEE6000323D32 /* TargetMachineRegistry.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetMachineRegistry.cpp; sourceTree = "<group>"; };
470 DE66F09108ABEE6000323D32 /* TargetSchedInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetSchedInfo.cpp; sourceTree = "<group>"; };
471 DE66F09208ABEE6000323D32 /* TargetSubtarget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TargetSubtarget.cpp; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000472 DE66F0BC08ABEE6000323D32 /* X86.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86.h; sourceTree = "<group>"; };
473 DE66F0BD08ABEE6000323D32 /* X86.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = X86.td; sourceTree = "<group>"; };
474 DE66F0BE08ABEE6000323D32 /* X86AsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86AsmPrinter.cpp; sourceTree = "<group>"; };
475 DE66F0BF08ABEE6000323D32 /* X86AsmPrinter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86AsmPrinter.h; sourceTree = "<group>"; };
476 DE66F0C008ABEE6000323D32 /* X86ATTAsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86ATTAsmPrinter.cpp; sourceTree = "<group>"; };
477 DE66F0C108ABEE6000323D32 /* X86ATTAsmPrinter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86ATTAsmPrinter.h; sourceTree = "<group>"; };
478 DE66F0C208ABEE6000323D32 /* X86CodeEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86CodeEmitter.cpp; sourceTree = "<group>"; };
479 DE66F0C308ABEE6000323D32 /* X86ELFWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86ELFWriter.cpp; sourceTree = "<group>"; };
480 DE66F0C408ABEE6000323D32 /* X86FloatingPoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86FloatingPoint.cpp; sourceTree = "<group>"; };
481 DE66F0CC08ABEE6000323D32 /* X86InstrBuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86InstrBuilder.h; sourceTree = "<group>"; };
482 DE66F0CD08ABEE6000323D32 /* X86InstrInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86InstrInfo.cpp; sourceTree = "<group>"; };
483 DE66F0CE08ABEE6000323D32 /* X86InstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86InstrInfo.h; sourceTree = "<group>"; };
484 DE66F0CF08ABEE6100323D32 /* X86InstrInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = X86InstrInfo.td; sourceTree = "<group>"; };
485 DE66F0D008ABEE6100323D32 /* X86IntelAsmPrinter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86IntelAsmPrinter.cpp; sourceTree = "<group>"; };
486 DE66F0D108ABEE6100323D32 /* X86IntelAsmPrinter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86IntelAsmPrinter.h; sourceTree = "<group>"; };
487 DE66F0D208ABEE6100323D32 /* X86ISelPattern.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86ISelPattern.cpp; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000488 DE66F0D508ABEE6100323D32 /* X86JITInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86JITInfo.cpp; sourceTree = "<group>"; };
489 DE66F0D608ABEE6100323D32 /* X86JITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86JITInfo.h; sourceTree = "<group>"; };
490 DE66F0D708ABEE6100323D32 /* X86PeepholeOpt.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86PeepholeOpt.cpp; sourceTree = "<group>"; };
491 DE66F0D808ABEE6100323D32 /* X86RegisterInfo.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86RegisterInfo.cpp; sourceTree = "<group>"; };
492 DE66F0D908ABEE6100323D32 /* X86RegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86RegisterInfo.h; sourceTree = "<group>"; };
493 DE66F0DA08ABEE6100323D32 /* X86RegisterInfo.td */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = X86RegisterInfo.td; sourceTree = "<group>"; };
494 DE66F0DB08ABEE6100323D32 /* X86Relocations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86Relocations.h; sourceTree = "<group>"; };
495 DE66F0DC08ABEE6100323D32 /* X86Subtarget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86Subtarget.cpp; sourceTree = "<group>"; };
496 DE66F0DD08ABEE6100323D32 /* X86Subtarget.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86Subtarget.h; sourceTree = "<group>"; };
497 DE66F0DE08ABEE6100323D32 /* X86TargetMachine.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = X86TargetMachine.cpp; sourceTree = "<group>"; };
498 DE66F0DF08ABEE6100323D32 /* X86TargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = X86TargetMachine.h; sourceTree = "<group>"; };
499 DE66F0EA08ABEFB300323D32 /* ExprTypeConvert.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExprTypeConvert.cpp; sourceTree = "<group>"; };
500 DE66F0EF08ABEFB300323D32 /* BlockProfiling.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BlockProfiling.cpp; sourceTree = "<group>"; };
501 DE66F0FE08ABEFB300323D32 /* EdgeProfiling.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EdgeProfiling.cpp; sourceTree = "<group>"; };
502 DE66F0FF08ABEFB300323D32 /* EmitFunctions.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EmitFunctions.cpp; sourceTree = "<group>"; };
503 DE66F10208ABEFB300323D32 /* CombineBranch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CombineBranch.cpp; sourceTree = "<group>"; };
504 DE66F11308ABEFB300323D32 /* EdgeCode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = EdgeCode.cpp; sourceTree = "<group>"; };
505 DE66F11408ABEFB300323D32 /* Graph.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Graph.cpp; sourceTree = "<group>"; };
506 DE66F11508ABEFB300323D32 /* Graph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Graph.h; sourceTree = "<group>"; };
507 DE66F11608ABEFB300323D32 /* GraphAuxiliary.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GraphAuxiliary.cpp; sourceTree = "<group>"; };
508 DE66F11708ABEFB300323D32 /* InstLoops.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InstLoops.cpp; sourceTree = "<group>"; };
509 DE66F11908ABEFB300323D32 /* ProfilePaths.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProfilePaths.cpp; sourceTree = "<group>"; };
510 DE66F11A08ABEFB300323D32 /* RetracePath.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RetracePath.cpp; sourceTree = "<group>"; };
511 DE66F11B08ABEFB300323D32 /* ProfilingUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ProfilingUtils.cpp; sourceTree = "<group>"; };
512 DE66F11C08ABEFB300323D32 /* ProfilingUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ProfilingUtils.h; sourceTree = "<group>"; };
513 DE66F11D08ABEFB300323D32 /* TraceBasicBlocks.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TraceBasicBlocks.cpp; sourceTree = "<group>"; };
514 DE66F11E08ABEFB300323D32 /* TraceValues.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TraceValues.cpp; sourceTree = "<group>"; };
515 DE66F12008ABEFB300323D32 /* ArgumentPromotion.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ArgumentPromotion.cpp; sourceTree = "<group>"; };
516 DE66F12108ABEFB300323D32 /* ConstantMerge.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConstantMerge.cpp; sourceTree = "<group>"; };
517 DE66F12208ABEFB300323D32 /* DeadArgumentElimination.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DeadArgumentElimination.cpp; sourceTree = "<group>"; };
518 DE66F12308ABEFB300323D32 /* DeadTypeElimination.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DeadTypeElimination.cpp; sourceTree = "<group>"; };
519 DE66F14A08ABEFB400323D32 /* ExtractFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExtractFunction.cpp; sourceTree = "<group>"; };
520 DE66F14B08ABEFB400323D32 /* FunctionResolution.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = FunctionResolution.cpp; sourceTree = "<group>"; };
521 DE66F14C08ABEFB400323D32 /* GlobalDCE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GlobalDCE.cpp; sourceTree = "<group>"; };
522 DE66F14D08ABEFB400323D32 /* GlobalOpt.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GlobalOpt.cpp; sourceTree = "<group>"; };
523 DE66F14E08ABEFB400323D32 /* Inliner.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Inliner.cpp; sourceTree = "<group>"; };
524 DE66F14F08ABEFB400323D32 /* Inliner.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Inliner.h; sourceTree = "<group>"; };
525 DE66F15008ABEFB400323D32 /* InlineSimple.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InlineSimple.cpp; sourceTree = "<group>"; };
526 DE66F15108ABEFB400323D32 /* Internalize.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Internalize.cpp; sourceTree = "<group>"; };
527 DE66F15208ABEFB400323D32 /* IPConstantPropagation.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IPConstantPropagation.cpp; sourceTree = "<group>"; };
528 DE66F15308ABEFB400323D32 /* LoopExtractor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoopExtractor.cpp; sourceTree = "<group>"; };
529 DE66F15408ABEFB400323D32 /* LowerSetJmp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerSetJmp.cpp; sourceTree = "<group>"; };
530 DE66F15608ABEFB400323D32 /* PruneEH.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PruneEH.cpp; sourceTree = "<group>"; };
531 DE66F15708ABEFB400323D32 /* RaiseAllocations.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RaiseAllocations.cpp; sourceTree = "<group>"; };
532 DE66F15808ABEFB400323D32 /* SimplifyLibCalls.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SimplifyLibCalls.cpp; sourceTree = "<group>"; };
533 DE66F15908ABEFB400323D32 /* StripSymbols.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = StripSymbols.cpp; sourceTree = "<group>"; };
534 DE66F15A08ABEFB400323D32 /* LevelRaise.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LevelRaise.cpp; sourceTree = "<group>"; };
535 DE66F15E08ABEFB400323D32 /* ADCE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ADCE.cpp; sourceTree = "<group>"; };
536 DE66F15F08ABEFB400323D32 /* BasicBlockPlacement.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BasicBlockPlacement.cpp; sourceTree = "<group>"; };
537 DE66F16008ABEFB400323D32 /* CondPropagate.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CondPropagate.cpp; sourceTree = "<group>"; };
538 DE66F16108ABEFB400323D32 /* ConstantProp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ConstantProp.cpp; sourceTree = "<group>"; };
539 DE66F16208ABEFB400323D32 /* CorrelatedExprs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CorrelatedExprs.cpp; sourceTree = "<group>"; };
540 DE66F16308ABEFB400323D32 /* DCE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DCE.cpp; sourceTree = "<group>"; };
541 DE66F16408ABEFB400323D32 /* DeadStoreElimination.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DeadStoreElimination.cpp; sourceTree = "<group>"; };
542 DE66F1A308ABEFB400323D32 /* GCSE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GCSE.cpp; sourceTree = "<group>"; };
543 DE66F1A408ABEFB400323D32 /* IndVarSimplify.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = IndVarSimplify.cpp; sourceTree = "<group>"; };
544 DE66F1A508ABEFB400323D32 /* InstructionCombining.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InstructionCombining.cpp; sourceTree = "<group>"; };
545 DE66F1A608ABEFB400323D32 /* LICM.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LICM.cpp; sourceTree = "<group>"; };
546 DE66F1A708ABEFB400323D32 /* LoopSimplify.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoopSimplify.cpp; sourceTree = "<group>"; };
547 DE66F1A808ABEFB400323D32 /* LoopStrengthReduce.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoopStrengthReduce.cpp; sourceTree = "<group>"; };
548 DE66F1A908ABEFB400323D32 /* LoopUnroll.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoopUnroll.cpp; sourceTree = "<group>"; };
549 DE66F1AA08ABEFB400323D32 /* LoopUnswitch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LoopUnswitch.cpp; sourceTree = "<group>"; };
550 DE66F1AB08ABEFB400323D32 /* LowerAllocations.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerAllocations.cpp; sourceTree = "<group>"; };
551 DE66F1AC08ABEFB400323D32 /* LowerConstantExprs.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerConstantExprs.cpp; sourceTree = "<group>"; };
552 DE66F1AD08ABEFB400323D32 /* LowerGC.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerGC.cpp; sourceTree = "<group>"; };
553 DE66F1AE08ABEFB400323D32 /* LowerInvoke.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerInvoke.cpp; sourceTree = "<group>"; };
554 DE66F1AF08ABEFB400323D32 /* LowerPacked.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerPacked.cpp; sourceTree = "<group>"; };
555 DE66F1B008ABEFB400323D32 /* LowerSelect.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerSelect.cpp; sourceTree = "<group>"; };
556 DE66F1B108ABEFB400323D32 /* LowerSwitch.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = LowerSwitch.cpp; sourceTree = "<group>"; };
557 DE66F1B308ABEFB400323D32 /* Mem2Reg.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Mem2Reg.cpp; sourceTree = "<group>"; };
558 DE66F1B408ABEFB400323D32 /* PRE.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PRE.cpp; sourceTree = "<group>"; };
559 DE66F1B508ABEFB400323D32 /* Reassociate.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Reassociate.cpp; sourceTree = "<group>"; };
560 DE66F1B608ABEFB400323D32 /* ScalarReplAggregates.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ScalarReplAggregates.cpp; sourceTree = "<group>"; };
561 DE66F1B708ABEFB400323D32 /* SCCP.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SCCP.cpp; sourceTree = "<group>"; };
562 DE66F1B808ABEFB400323D32 /* SimplifyCFG.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SimplifyCFG.cpp; sourceTree = "<group>"; };
563 DE66F1B908ABEFB400323D32 /* TailDuplication.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TailDuplication.cpp; sourceTree = "<group>"; };
564 DE66F1BA08ABEFB400323D32 /* TailRecursionElimination.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TailRecursionElimination.cpp; sourceTree = "<group>"; };
565 DE66F1BB08ABEFB400323D32 /* TransformInternals.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TransformInternals.cpp; sourceTree = "<group>"; };
566 DE66F1BC08ABEFB400323D32 /* TransformInternals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TransformInternals.h; sourceTree = "<group>"; };
567 DE66F1BE08ABEFB400323D32 /* BasicBlockUtils.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BasicBlockUtils.cpp; sourceTree = "<group>"; };
568 DE66F1BF08ABEFB400323D32 /* BreakCriticalEdges.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BreakCriticalEdges.cpp; sourceTree = "<group>"; };
569 DE66F1C008ABEFB400323D32 /* CloneFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CloneFunction.cpp; sourceTree = "<group>"; };
570 DE66F1C108ABEFB400323D32 /* CloneModule.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CloneModule.cpp; sourceTree = "<group>"; };
571 DE66F1C208ABEFB400323D32 /* CloneTrace.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CloneTrace.cpp; sourceTree = "<group>"; };
572 DE66F1C308ABEFB400323D32 /* CodeExtractor.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CodeExtractor.cpp; sourceTree = "<group>"; };
573 DE66F1E008ABEFB400323D32 /* DemoteRegToStack.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DemoteRegToStack.cpp; sourceTree = "<group>"; };
574 DE66F1E108ABEFB400323D32 /* InlineFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InlineFunction.cpp; sourceTree = "<group>"; };
575 DE66F1E208ABEFB400323D32 /* Local.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Local.cpp; sourceTree = "<group>"; };
576 DE66F1E408ABEFB400323D32 /* PromoteMemoryToRegister.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PromoteMemoryToRegister.cpp; sourceTree = "<group>"; };
577 DE66F1E508ABEFB400323D32 /* SimplifyCFG.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = SimplifyCFG.cpp; sourceTree = "<group>"; };
578 DE66F1E608ABEFB400323D32 /* UnifyFunctionExitNodes.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = UnifyFunctionExitNodes.cpp; sourceTree = "<group>"; };
579 DE66F1E708ABEFB400323D32 /* ValueMapper.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ValueMapper.cpp; sourceTree = "<group>"; };
580 DE66F1E808ABEFB400323D32 /* ValueMapper.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ValueMapper.h; sourceTree = "<group>"; };
581 DE66F1EA08ABF03100323D32 /* AbstractTypeUser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AbstractTypeUser.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000582 DE66F1ED08ABF03100323D32 /* BitSetVector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BitSetVector.h; sourceTree = "<group>"; };
583 DE66F1EE08ABF03100323D32 /* DenseMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DenseMap.h; sourceTree = "<group>"; };
584 DE66F1EF08ABF03100323D32 /* DepthFirstIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DepthFirstIterator.h; sourceTree = "<group>"; };
585 DE66F1F008ABF03100323D32 /* EquivalenceClasses.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = EquivalenceClasses.h; sourceTree = "<group>"; };
586 DE66F1F108ABF03100323D32 /* GraphTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GraphTraits.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000587 DE66F1F308ABF03100323D32 /* hash_map.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = hash_map.in; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000588 DE66F1F508ABF03100323D32 /* hash_set.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = hash_set.in; sourceTree = "<group>"; };
589 DE66F1F608ABF03100323D32 /* HashExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = HashExtras.h; sourceTree = "<group>"; };
590 DE66F1F708ABF03100323D32 /* ilist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ilist; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000591 DE66F1F908ABF03100323D32 /* iterator.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = iterator.in; sourceTree = "<group>"; };
592 DE66F1FA08ABF03100323D32 /* PostOrderIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PostOrderIterator.h; sourceTree = "<group>"; };
593 DE66F1FB08ABF03100323D32 /* SCCIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SCCIterator.h; sourceTree = "<group>"; };
594 DE66F1FC08ABF03100323D32 /* SetOperations.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SetOperations.h; sourceTree = "<group>"; };
595 DE66F1FD08ABF03100323D32 /* SetVector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SetVector.h; sourceTree = "<group>"; };
596 DE66F1FE08ABF03100323D32 /* Statistic.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Statistic.h; sourceTree = "<group>"; };
597 DE66F1FF08ABF03100323D32 /* STLExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = STLExtras.h; sourceTree = "<group>"; };
598 DE66F20008ABF03100323D32 /* StringExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = StringExtras.h; sourceTree = "<group>"; };
599 DE66F20108ABF03100323D32 /* Tree.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Tree.h; sourceTree = "<group>"; };
600 DE66F20208ABF03100323D32 /* VectorExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = VectorExtras.h; sourceTree = "<group>"; };
601 DE66F20408ABF03100323D32 /* AliasAnalysis.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AliasAnalysis.h; sourceTree = "<group>"; };
602 DE66F20508ABF03100323D32 /* AliasSetTracker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AliasSetTracker.h; sourceTree = "<group>"; };
603 DE66F20608ABF03100323D32 /* CallGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CallGraph.h; sourceTree = "<group>"; };
604 DE66F20708ABF03100323D32 /* CFGPrinter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CFGPrinter.h; sourceTree = "<group>"; };
605 DE66F20808ABF03100323D32 /* ConstantsScanner.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConstantsScanner.h; sourceTree = "<group>"; };
606 DE66F20A08ABF03100323D32 /* DataStructure.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DataStructure.h; sourceTree = "<group>"; };
607 DE66F20B08ABF03100323D32 /* DSGraph.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DSGraph.h; sourceTree = "<group>"; };
608 DE66F20C08ABF03100323D32 /* DSGraphTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DSGraphTraits.h; sourceTree = "<group>"; };
609 DE66F20D08ABF03100323D32 /* DSNode.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DSNode.h; sourceTree = "<group>"; };
610 DE66F20E08ABF03100323D32 /* DSSupport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DSSupport.h; sourceTree = "<group>"; };
611 DE66F20F08ABF03100323D32 /* Dominators.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Dominators.h; sourceTree = "<group>"; };
612 DE66F21008ABF03100323D32 /* Expressions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Expressions.h; sourceTree = "<group>"; };
613 DE66F21108ABF03100323D32 /* FindUnsafePointerTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FindUnsafePointerTypes.h; sourceTree = "<group>"; };
614 DE66F21208ABF03100323D32 /* FindUsedTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FindUsedTypes.h; sourceTree = "<group>"; };
615 DE66F21308ABF03100323D32 /* Interval.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Interval.h; sourceTree = "<group>"; };
616 DE66F21408ABF03100323D32 /* IntervalIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IntervalIterator.h; sourceTree = "<group>"; };
617 DE66F21508ABF03100323D32 /* IntervalPartition.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IntervalPartition.h; sourceTree = "<group>"; };
618 DE66F21608ABF03100323D32 /* LoadValueNumbering.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LoadValueNumbering.h; sourceTree = "<group>"; };
619 DE66F21708ABF03100323D32 /* LoopInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LoopInfo.h; sourceTree = "<group>"; };
620 DE66F21808ABF03100323D32 /* Passes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Passes.h; sourceTree = "<group>"; };
621 DE66F21908ABF03100323D32 /* PostDominators.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PostDominators.h; sourceTree = "<group>"; };
622 DE66F21A08ABF03100323D32 /* ProfileInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ProfileInfo.h; sourceTree = "<group>"; };
623 DE66F21B08ABF03100323D32 /* ProfileInfoLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ProfileInfoLoader.h; sourceTree = "<group>"; };
624 DE66F21C08ABF03100323D32 /* ProfileInfoTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ProfileInfoTypes.h; sourceTree = "<group>"; };
625 DE66F21D08ABF03100323D32 /* ScalarEvolution.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ScalarEvolution.h; sourceTree = "<group>"; };
626 DE66F21E08ABF03100323D32 /* ScalarEvolutionExpander.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ScalarEvolutionExpander.h; sourceTree = "<group>"; };
627 DE66F21F08ABF03100323D32 /* ScalarEvolutionExpressions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ScalarEvolutionExpressions.h; sourceTree = "<group>"; };
628 DE66F22008ABF03100323D32 /* Trace.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Trace.h; sourceTree = "<group>"; };
629 DE66F22108ABF03100323D32 /* ValueNumbering.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ValueNumbering.h; sourceTree = "<group>"; };
630 DE66F22208ABF03100323D32 /* Verifier.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Verifier.h; sourceTree = "<group>"; };
631 DE66F22308ABF03100323D32 /* Argument.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Argument.h; sourceTree = "<group>"; };
632 DE66F22508ABF03100323D32 /* AsmAnnotationWriter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AsmAnnotationWriter.h; sourceTree = "<group>"; };
633 DE66F22608ABF03100323D32 /* CachedWriter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CachedWriter.h; sourceTree = "<group>"; };
634 DE66F22708ABF03100323D32 /* Parser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Parser.h; sourceTree = "<group>"; };
635 DE66F22808ABF03100323D32 /* PrintModulePass.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PrintModulePass.h; sourceTree = "<group>"; };
636 DE66F22908ABF03100323D32 /* Writer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Writer.h; sourceTree = "<group>"; };
637 DE66F22A08ABF03100323D32 /* BasicBlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BasicBlock.h; sourceTree = "<group>"; };
638 DE66F22C08ABF03100323D32 /* Analyzer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Analyzer.h; sourceTree = "<group>"; };
639 DE66F22D08ABF03100323D32 /* Archive.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Archive.h; sourceTree = "<group>"; };
640 DE66F22E08ABF03100323D32 /* BytecodeHandler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BytecodeHandler.h; sourceTree = "<group>"; };
641 DE66F22F08ABF03100323D32 /* Format.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Format.h; sourceTree = "<group>"; };
642 DE66F23008ABF03100323D32 /* Reader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Reader.h; sourceTree = "<group>"; };
643 DE66F23108ABF03100323D32 /* WriteBytecodePass.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = WriteBytecodePass.h; sourceTree = "<group>"; };
644 DE66F23208ABF03100323D32 /* Writer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Writer.h; sourceTree = "<group>"; };
645 DE66F23308ABF03100323D32 /* CallGraphSCCPass.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CallGraphSCCPass.h; sourceTree = "<group>"; };
646 DE66F23408ABF03100323D32 /* CallingConv.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CallingConv.h; sourceTree = "<group>"; };
647 DE66F23608ABF03100323D32 /* AsmPrinter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AsmPrinter.h; sourceTree = "<group>"; };
648 DE66F23708ABF03100323D32 /* ELFWriter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ELFWriter.h; sourceTree = "<group>"; };
649 DE66F23808ABF03100323D32 /* InstrScheduling.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InstrScheduling.h; sourceTree = "<group>"; };
650 DE66F23908ABF03100323D32 /* IntrinsicLowering.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IntrinsicLowering.h; sourceTree = "<group>"; };
651 DE66F23A08ABF03100323D32 /* LiveVariables.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LiveVariables.h; sourceTree = "<group>"; };
652 DE66F23B08ABF03100323D32 /* MachineBasicBlock.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineBasicBlock.h; sourceTree = "<group>"; };
653 DE66F23C08ABF03100323D32 /* MachineCodeEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineCodeEmitter.h; sourceTree = "<group>"; };
654 DE66F23D08ABF03100323D32 /* MachineConstantPool.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineConstantPool.h; sourceTree = "<group>"; };
655 DE66F23E08ABF03100323D32 /* MachineFrameInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineFrameInfo.h; sourceTree = "<group>"; };
656 DE66F23F08ABF03100323D32 /* MachineFunction.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineFunction.h; sourceTree = "<group>"; };
657 DE66F24008ABF03100323D32 /* MachineFunctionPass.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineFunctionPass.h; sourceTree = "<group>"; };
658 DE66F24108ABF03100323D32 /* MachineInstr.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineInstr.h; sourceTree = "<group>"; };
659 DE66F24208ABF03100323D32 /* MachineInstrBuilder.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineInstrBuilder.h; sourceTree = "<group>"; };
660 DE66F24308ABF03100323D32 /* MachineRelocation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MachineRelocation.h; sourceTree = "<group>"; };
661 DE66F24408ABF03100323D32 /* Passes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Passes.h; sourceTree = "<group>"; };
662 DE66F24508ABF03100323D32 /* SchedGraphCommon.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SchedGraphCommon.h; sourceTree = "<group>"; };
663 DE66F24608ABF03100323D32 /* SelectionDAG.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SelectionDAG.h; sourceTree = "<group>"; };
664 DE66F24708ABF03100323D32 /* SelectionDAGISel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SelectionDAGISel.h; sourceTree = "<group>"; };
665 DE66F24808ABF03100323D32 /* SelectionDAGNodes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SelectionDAGNodes.h; sourceTree = "<group>"; };
666 DE66F24908ABF03100323D32 /* SSARegMap.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SSARegMap.h; sourceTree = "<group>"; };
667 DE66F24A08ABF03100323D32 /* ValueSet.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ValueSet.h; sourceTree = "<group>"; };
668 DE66F24B08ABF03100323D32 /* ValueTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ValueTypes.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000669 DE66F24E08ABF03100323D32 /* alloca.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = alloca.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000670 DE66F25008ABF03100323D32 /* config.h.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = config.h.in; sourceTree = "<group>"; };
671 DE66F25108ABF03100323D32 /* Constant.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Constant.h; sourceTree = "<group>"; };
672 DE66F25208ABF03100323D32 /* Constants.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Constants.h; sourceTree = "<group>"; };
673 DE66F25408ABF03100323D32 /* Debugger.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Debugger.h; sourceTree = "<group>"; };
674 DE66F25508ABF03100323D32 /* InferiorProcess.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InferiorProcess.h; sourceTree = "<group>"; };
675 DE66F25608ABF03100323D32 /* ProgramInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ProgramInfo.h; sourceTree = "<group>"; };
676 DE66F25708ABF03100323D32 /* RuntimeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RuntimeInfo.h; sourceTree = "<group>"; };
677 DE66F25808ABF03100323D32 /* SourceFile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SourceFile.h; sourceTree = "<group>"; };
678 DE66F25908ABF03100323D32 /* SourceLanguage.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SourceLanguage.h; sourceTree = "<group>"; };
679 DE66F25A08ABF03100323D32 /* DerivedTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DerivedTypes.h; sourceTree = "<group>"; };
680 DE66F25C08ABF03100323D32 /* ExecutionEngine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ExecutionEngine.h; sourceTree = "<group>"; };
681 DE66F25D08ABF03100323D32 /* GenericValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GenericValue.h; sourceTree = "<group>"; };
682 DE66F25E08ABF03100323D32 /* Function.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Function.h; sourceTree = "<group>"; };
683 DE66F25F08ABF03100323D32 /* GlobalValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GlobalValue.h; sourceTree = "<group>"; };
684 DE66F26008ABF03100323D32 /* GlobalVariable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GlobalVariable.h; sourceTree = "<group>"; };
685 DE66F26108ABF03100323D32 /* InstrTypes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InstrTypes.h; sourceTree = "<group>"; };
686 DE66F26208ABF03100323D32 /* Instruction.def */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = Instruction.def; sourceTree = "<group>"; };
687 DE66F26308ABF03100323D32 /* Instruction.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Instruction.h; sourceTree = "<group>"; };
688 DE66F26408ABF03100323D32 /* Instructions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Instructions.h; sourceTree = "<group>"; };
689 DE66F26508ABF03100323D32 /* IntrinsicInst.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IntrinsicInst.h; sourceTree = "<group>"; };
690 DE66F26608ABF03100323D32 /* Intrinsics.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Intrinsics.h; sourceTree = "<group>"; };
691 DE66F26708ABF03100323D32 /* Linker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Linker.h; sourceTree = "<group>"; };
692 DE66F26808ABF03100323D32 /* Module.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Module.h; sourceTree = "<group>"; };
693 DE66F26908ABF03200323D32 /* ModuleProvider.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ModuleProvider.h; sourceTree = "<group>"; };
694 DE66F26A08ABF03200323D32 /* Pass.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Pass.h; sourceTree = "<group>"; };
695 DE66F26B08ABF03200323D32 /* PassAnalysisSupport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PassAnalysisSupport.h; sourceTree = "<group>"; };
696 DE66F26C08ABF03200323D32 /* PassManager.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PassManager.h; sourceTree = "<group>"; };
697 DE66F26D08ABF03200323D32 /* PassSupport.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PassSupport.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000698 DE66F27008ABF03200323D32 /* AIXDataTypesFix.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AIXDataTypesFix.h; sourceTree = "<group>"; };
699 DE66F27108ABF03200323D32 /* Annotation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Annotation.h; sourceTree = "<group>"; };
700 DE66F27208ABF03200323D32 /* CallSite.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CallSite.h; sourceTree = "<group>"; };
701 DE66F27308ABF03200323D32 /* Casting.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Casting.h; sourceTree = "<group>"; };
702 DE66F27408ABF03200323D32 /* CFG.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CFG.h; sourceTree = "<group>"; };
703 DE66F27508ABF03200323D32 /* CommandLine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CommandLine.h; sourceTree = "<group>"; };
704 DE66F27608ABF03200323D32 /* Compressor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Compressor.h; sourceTree = "<group>"; };
705 DE66F27708ABF03200323D32 /* ConstantRange.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConstantRange.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000706 DE66F27908ABF03200323D32 /* DataTypes.h.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = DataTypes.h.in; sourceTree = "<group>"; };
707 DE66F27A08ABF03200323D32 /* Debug.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Debug.h; sourceTree = "<group>"; };
708 DE66F27B08ABF03200323D32 /* DOTGraphTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DOTGraphTraits.h; sourceTree = "<group>"; };
709 DE66F27C08ABF03200323D32 /* DynamicLinker.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DynamicLinker.h; sourceTree = "<group>"; };
710 DE66F27D08ABF03200323D32 /* ELF.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ELF.h; sourceTree = "<group>"; };
711 DE66F27E08ABF03200323D32 /* FileUtilities.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FileUtilities.h; sourceTree = "<group>"; };
712 DE66F27F08ABF03200323D32 /* GetElementPtrTypeIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GetElementPtrTypeIterator.h; sourceTree = "<group>"; };
713 DE66F28008ABF03200323D32 /* GraphWriter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = GraphWriter.h; sourceTree = "<group>"; };
714 DE66F28108ABF03200323D32 /* InstIterator.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InstIterator.h; sourceTree = "<group>"; };
715 DE66F28208ABF03200323D32 /* InstVisitor.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InstVisitor.h; sourceTree = "<group>"; };
716 DE66F28308ABF03200323D32 /* LeakDetector.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LeakDetector.h; sourceTree = "<group>"; };
717 DE66F28408ABF03200323D32 /* Mangler.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Mangler.h; sourceTree = "<group>"; };
718 DE66F28508ABF03200323D32 /* MathExtras.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MathExtras.h; sourceTree = "<group>"; };
719 DE66F28608ABF03200323D32 /* MutexGuard.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MutexGuard.h; sourceTree = "<group>"; };
720 DE66F28708ABF03200323D32 /* PassNameParser.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PassNameParser.h; sourceTree = "<group>"; };
721 DE66F28808ABF03200323D32 /* PatternMatch.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PatternMatch.h; sourceTree = "<group>"; };
722 DE66F28908ABF03200323D32 /* PluginLoader.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PluginLoader.h; sourceTree = "<group>"; };
723 DE66F28A08ABF03200323D32 /* SlowOperationInformer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SlowOperationInformer.h; sourceTree = "<group>"; };
724 DE66F28B08ABF03200323D32 /* StableBasicBlockNumbering.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = StableBasicBlockNumbering.h; sourceTree = "<group>"; };
725 DE66F28C08ABF03200323D32 /* SystemUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SystemUtils.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000726 DE66F28E08ABF03200323D32 /* Timer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Timer.h; sourceTree = "<group>"; };
727 DE66F28F08ABF03200323D32 /* ToolRunner.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ToolRunner.h; sourceTree = "<group>"; };
728 DE66F29008ABF03200323D32 /* type_traits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = type_traits.h; sourceTree = "<group>"; };
729 DE66F29108ABF03200323D32 /* TypeInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TypeInfo.h; sourceTree = "<group>"; };
730 DE66F29208ABF03200323D32 /* SymbolTable.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SymbolTable.h; sourceTree = "<group>"; };
731 DE66F29308ABF03200323D32 /* SymbolTableListTraits.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SymbolTableListTraits.h; sourceTree = "<group>"; };
732 DE66F29508ABF03200323D32 /* DynamicLibrary.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DynamicLibrary.h; sourceTree = "<group>"; };
733 DE66F29608ABF03200323D32 /* LICENSE.TXT */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = LICENSE.TXT; sourceTree = "<group>"; };
734 DE66F29708ABF03200323D32 /* MappedFile.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MappedFile.h; sourceTree = "<group>"; };
735 DE66F29808ABF03200323D32 /* Memory.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Memory.h; sourceTree = "<group>"; };
736 DE66F29908ABF03200323D32 /* Mutex.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Mutex.h; sourceTree = "<group>"; };
737 DE66F29A08ABF03200323D32 /* Path.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Path.h; sourceTree = "<group>"; };
738 DE66F29B08ABF03200323D32 /* Process.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Process.h; sourceTree = "<group>"; };
739 DE66F29C08ABF03200323D32 /* Program.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Program.h; sourceTree = "<group>"; };
740 DE66F29D08ABF03200323D32 /* Signals.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Signals.h; sourceTree = "<group>"; };
741 DE66F29E08ABF03200323D32 /* TimeValue.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TimeValue.h; sourceTree = "<group>"; };
742 DE66F2A008ABF03200323D32 /* MRegisterInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = MRegisterInfo.h; sourceTree = "<group>"; };
743 DE66F2A108ABF03200323D32 /* TargetData.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetData.h; sourceTree = "<group>"; };
744 DE66F2A208ABF03200323D32 /* TargetFrameInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetFrameInfo.h; sourceTree = "<group>"; };
745 DE66F2A308ABF03200323D32 /* TargetInstrInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetInstrInfo.h; sourceTree = "<group>"; };
746 DE66F2A408ABF03200323D32 /* TargetJITInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetJITInfo.h; sourceTree = "<group>"; };
747 DE66F2A508ABF03200323D32 /* TargetLowering.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetLowering.h; sourceTree = "<group>"; };
748 DE66F2A608ABF03200323D32 /* TargetMachine.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetMachine.h; sourceTree = "<group>"; };
749 DE66F2A708ABF03200323D32 /* TargetMachineRegistry.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetMachineRegistry.h; sourceTree = "<group>"; };
750 DE66F2A808ABF03200323D32 /* TargetOptions.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetOptions.h; sourceTree = "<group>"; };
751 DE66F2A908ABF03200323D32 /* TargetSchedInfo.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetSchedInfo.h; sourceTree = "<group>"; };
752 DE66F2AA08ABF03200323D32 /* TargetSubtarget.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TargetSubtarget.h; sourceTree = "<group>"; };
753 DE66F2AC08ABF03200323D32 /* Instrumentation.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Instrumentation.h; sourceTree = "<group>"; };
754 DE66F2AD08ABF03200323D32 /* IPO.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = IPO.h; sourceTree = "<group>"; };
755 DE66F2AE08ABF03200323D32 /* LinkAllPasses.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = LinkAllPasses.h; sourceTree = "<group>"; };
756 DE66F2AF08ABF03200323D32 /* Scalar.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Scalar.h; sourceTree = "<group>"; };
757 DE66F2B108ABF03200323D32 /* BasicBlockUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BasicBlockUtils.h; sourceTree = "<group>"; };
758 DE66F2B208ABF03200323D32 /* Cloning.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Cloning.h; sourceTree = "<group>"; };
759 DE66F2B308ABF03200323D32 /* FunctionUtils.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = FunctionUtils.h; sourceTree = "<group>"; };
760 DE66F2B408ABF03200323D32 /* Local.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Local.h; sourceTree = "<group>"; };
761 DE66F2B508ABF03200323D32 /* PromoteMemToReg.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PromoteMemToReg.h; sourceTree = "<group>"; };
762 DE66F2B608ABF03200323D32 /* UnifyFunctionExitNodes.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = UnifyFunctionExitNodes.h; sourceTree = "<group>"; };
763 DE66F2B708ABF03200323D32 /* Type.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Type.h; sourceTree = "<group>"; };
764 DE66F2B808ABF03200323D32 /* Use.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Use.h; sourceTree = "<group>"; };
765 DE66F2B908ABF03200323D32 /* User.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = User.h; sourceTree = "<group>"; };
766 DE66F2BA08ABF03200323D32 /* Value.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Value.h; sourceTree = "<group>"; };
767 DE66F2BF08ABF14400323D32 /* AnalysisWrappers.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AnalysisWrappers.cpp; sourceTree = "<group>"; };
768 DE66F2C008ABF14400323D32 /* analyze.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = analyze.cpp; sourceTree = "<group>"; };
769 DE66F2C908ABF14400323D32 /* GraphPrinters.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GraphPrinters.cpp; sourceTree = "<group>"; };
770 DE66F2CC08ABF14400323D32 /* BugDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = BugDriver.cpp; sourceTree = "<group>"; };
771 DE66F2CD08ABF14400323D32 /* BugDriver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = BugDriver.h; sourceTree = "<group>"; };
772 DE66F2CE08ABF14400323D32 /* bugpoint.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = bugpoint.cpp; sourceTree = "<group>"; };
773 DE66F2CF08ABF14400323D32 /* CrashDebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CrashDebugger.cpp; sourceTree = "<group>"; };
774 DE66F2E208ABF14400323D32 /* ExecutionDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExecutionDriver.cpp; sourceTree = "<group>"; };
775 DE66F2E308ABF14400323D32 /* ExtractFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ExtractFunction.cpp; sourceTree = "<group>"; };
776 DE66F2E408ABF14400323D32 /* ListReducer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ListReducer.h; sourceTree = "<group>"; };
777 DE66F2E608ABF14400323D32 /* Miscompilation.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Miscompilation.cpp; sourceTree = "<group>"; };
778 DE66F2E708ABF14400323D32 /* OptimizerDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = OptimizerDriver.cpp; sourceTree = "<group>"; };
779 DE66F2E808ABF14400323D32 /* TestPasses.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TestPasses.cpp; sourceTree = "<group>"; };
780 DE66F2EE08ABF14400323D32 /* gccas.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = gccas.cpp; path = gccas/gccas.cpp; sourceTree = "<group>"; };
781 DE66F2F708ABF14400323D32 /* gccld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = gccld.cpp; sourceTree = "<group>"; };
782 DE66F2F808ABF14400323D32 /* gccld.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = gccld.h; sourceTree = "<group>"; };
783 DE66F2F908ABF14400323D32 /* GenerateCode.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = GenerateCode.cpp; sourceTree = "<group>"; };
784 DE66F30008ABF14400323D32 /* llc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = llc.cpp; path = llc/llc.cpp; sourceTree = "<group>"; };
785 DE66F30708ABF14400323D32 /* lli.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = lli.cpp; path = lli/lli.cpp; sourceTree = "<group>"; };
786 DE66F30E08ABF14400323D32 /* llvm-ar.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-ar.cpp"; path = "llvm-ar/llvm-ar.cpp"; sourceTree = "<group>"; };
787 DE66F31508ABF14400323D32 /* llvm-as.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-as.cpp"; path = "llvm-as/llvm-as.cpp"; sourceTree = "<group>"; };
788 DE66F31C08ABF14400323D32 /* llvm-bcanalyzer.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-bcanalyzer.cpp"; path = "llvm-bcanalyzer/llvm-bcanalyzer.cpp"; sourceTree = "<group>"; };
789 DE66F31F08ABF14400323D32 /* CLICommand.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CLICommand.h; sourceTree = "<group>"; };
790 DE66F32008ABF14400323D32 /* CLIDebugger.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CLIDebugger.cpp; sourceTree = "<group>"; };
791 DE66F32108ABF14400323D32 /* CLIDebugger.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CLIDebugger.h; sourceTree = "<group>"; };
792 DE66F32208ABF14400323D32 /* Commands.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Commands.cpp; sourceTree = "<group>"; };
793 DE66F32B08ABF14400323D32 /* llvm-db.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "llvm-db.cpp"; sourceTree = "<group>"; };
794 DE66F33208ABF14400323D32 /* llvm-dis.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-dis.cpp"; path = "llvm-dis/llvm-dis.cpp"; sourceTree = "<group>"; };
795 DE66F33908ABF14400323D32 /* llvm-extract.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-extract.cpp"; path = "llvm-extract/llvm-extract.cpp"; sourceTree = "<group>"; };
796 DE66F34208ABF14400323D32 /* llvm-ld.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = "llvm-ld.cpp"; sourceTree = "<group>"; };
797 DE66F34408ABF14400323D32 /* Optimize.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Optimize.cpp; sourceTree = "<group>"; };
798 DE66F34A08ABF14400323D32 /* llvm-link.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-link.cpp"; path = "llvm-link/llvm-link.cpp"; sourceTree = "<group>"; };
799 DE66F35108ABF14400323D32 /* llvm-nm.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-nm.cpp"; path = "llvm-nm/llvm-nm.cpp"; sourceTree = "<group>"; };
800 DE66F35808ABF14500323D32 /* llvm-prof.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-prof.cpp"; path = "llvm-prof/llvm-prof.cpp"; sourceTree = "<group>"; };
801 DE66F35F08ABF14500323D32 /* llvm-ranlib.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = "llvm-ranlib.cpp"; path = "llvm-ranlib/llvm-ranlib.cpp"; sourceTree = "<group>"; };
802 DE66F36908ABF14500323D32 /* c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = c; sourceTree = "<group>"; };
803 DE66F36A08ABF14500323D32 /* CompilerDriver.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CompilerDriver.cpp; sourceTree = "<group>"; };
804 DE66F36B08ABF14500323D32 /* CompilerDriver.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CompilerDriver.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000805 DE66F36D08ABF14500323D32 /* ConfigLexer.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ConfigLexer.h; sourceTree = "<group>"; };
806 DE66F36E08ABF14500323D32 /* ConfigLexer.l */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.lex; path = ConfigLexer.l; sourceTree = "<group>"; };
807 DE66F36F08ABF14500323D32 /* Configuration.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Configuration.cpp; sourceTree = "<group>"; };
808 DE66F37008ABF14500323D32 /* Configuration.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Configuration.h; sourceTree = "<group>"; };
809 DE66F37108ABF14500323D32 /* cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = cpp; sourceTree = "<group>"; };
810 DE66F37D08ABF14500323D32 /* ll */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ll; sourceTree = "<group>"; };
811 DE66F37E08ABF14500323D32 /* llvmc.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = llvmc.cpp; sourceTree = "<group>"; };
812 DE66F38708ABF14500323D32 /* opt.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = opt.cpp; path = opt/opt.cpp; sourceTree = "<group>"; };
813 DE66F38C08ABF35300323D32 /* CREDITS.TXT */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; name = CREDITS.TXT; path = ../CREDITS.TXT; sourceTree = SOURCE_ROOT; };
Chris Lattner9656e722005-08-11 22:19:26 +0000814 DE66F38F08ABF35C00323D32 /* AliasAnalysis.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = AliasAnalysis.html; sourceTree = "<group>"; };
815 DE66F39008ABF35C00323D32 /* Bugpoint.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Bugpoint.html; sourceTree = "<group>"; };
816 DE66F39108ABF35C00323D32 /* BytecodeFormat.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = BytecodeFormat.html; sourceTree = "<group>"; };
817 DE66F39208ABF35C00323D32 /* CFEBuildInstrs.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = CFEBuildInstrs.html; sourceTree = "<group>"; };
818 DE66F39308ABF35C00323D32 /* CodeGenerator.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = CodeGenerator.html; sourceTree = "<group>"; };
819 DE66F39408ABF35C00323D32 /* CodingStandards.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = CodingStandards.html; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000820 DE66F39708ABF35C00323D32 /* analyze.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = analyze.pod; sourceTree = "<group>"; };
821 DE66F39808ABF35C00323D32 /* bugpoint.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bugpoint.pod; sourceTree = "<group>"; };
822 DE66F39908ABF35C00323D32 /* gccas.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = gccas.pod; sourceTree = "<group>"; };
823 DE66F39A08ABF35C00323D32 /* gccld.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = gccld.pod; sourceTree = "<group>"; };
824 DE66F39E08ABF35C00323D32 /* index.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
825 DE66F39F08ABF35C00323D32 /* llc.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = llc.pod; sourceTree = "<group>"; };
826 DE66F3A008ABF35C00323D32 /* lli.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = lli.pod; sourceTree = "<group>"; };
827 DE66F3A108ABF35C00323D32 /* llvm-ar.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-ar.pod"; sourceTree = "<group>"; };
828 DE66F3A208ABF35C00323D32 /* llvm-as.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-as.pod"; sourceTree = "<group>"; };
829 DE66F3A308ABF35C00323D32 /* llvm-bcanalyzer.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-bcanalyzer.pod"; sourceTree = "<group>"; };
830 DE66F3A408ABF35C00323D32 /* llvm-db.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-db.pod"; sourceTree = "<group>"; };
831 DE66F3A508ABF35C00323D32 /* llvm-dis.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-dis.pod"; sourceTree = "<group>"; };
832 DE66F3A608ABF35C00323D32 /* llvm-extract.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-extract.pod"; sourceTree = "<group>"; };
833 DE66F3A708ABF35C00323D32 /* llvm-ld.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-ld.pod"; sourceTree = "<group>"; };
834 DE66F3A808ABF35C00323D32 /* llvm-link.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-link.pod"; sourceTree = "<group>"; };
835 DE66F3A908ABF35C00323D32 /* llvm-nm.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-nm.pod"; sourceTree = "<group>"; };
836 DE66F3AA08ABF35C00323D32 /* llvm-prof.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-prof.pod"; sourceTree = "<group>"; };
837 DE66F3AB08ABF35C00323D32 /* llvm-ranlib.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "llvm-ranlib.pod"; sourceTree = "<group>"; };
838 DE66F3AC08ABF35C00323D32 /* llvmc.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = llvmc.pod; sourceTree = "<group>"; };
839 DE66F3AD08ABF35C00323D32 /* llvmgcc.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = llvmgcc.pod; sourceTree = "<group>"; };
840 DE66F3AE08ABF35C00323D32 /* llvmgxx.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = llvmgxx.pod; sourceTree = "<group>"; };
841 DE66F3AF08ABF35C00323D32 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
842 DE66F3B408ABF35D00323D32 /* manpage.css */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = manpage.css; sourceTree = "<group>"; };
843 DE66F3B508ABF35D00323D32 /* opt.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = opt.pod; sourceTree = "<group>"; };
844 DE66F3B808ABF35D00323D32 /* stkrc.pod */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = stkrc.pod; sourceTree = "<group>"; };
845 DE66F3B908ABF35D00323D32 /* CommandLine.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = CommandLine.html; sourceTree = "<group>"; };
846 DE66F3BA08ABF35D00323D32 /* CompilerDriver.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = CompilerDriver.html; sourceTree = "<group>"; };
847 DE66F3BB08ABF35D00323D32 /* CompilerWriterInfo.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = CompilerWriterInfo.html; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000848 DE66F3BD08ABF35D00323D32 /* doxygen.cfg.in */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = doxygen.cfg.in; sourceTree = "<group>"; };
849 DE66F3BE08ABF35D00323D32 /* doxygen.css */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = doxygen.css; sourceTree = "<group>"; };
850 DE66F3BF08ABF35D00323D32 /* doxygen.footer */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = doxygen.footer; sourceTree = "<group>"; };
851 DE66F3C008ABF35D00323D32 /* doxygen.header */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = doxygen.header; sourceTree = "<group>"; };
852 DE66F3C108ABF35D00323D32 /* doxygen.intro */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = doxygen.intro; sourceTree = "<group>"; };
853 DE66F3C208ABF35D00323D32 /* ExtendingLLVM.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = ExtendingLLVM.html; sourceTree = "<group>"; };
854 DE66F3C308ABF35D00323D32 /* FAQ.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = FAQ.html; sourceTree = "<group>"; };
855 DE66F3C408ABF35D00323D32 /* GarbageCollection.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = GarbageCollection.html; sourceTree = "<group>"; };
856 DE66F3C508ABF35D00323D32 /* GettingStarted.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = GettingStarted.html; sourceTree = "<group>"; };
857 DE66F3C608ABF35D00323D32 /* GettingStartedVS.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = GettingStartedVS.html; sourceTree = "<group>"; };
858 DE66F3E408ABF35D00323D32 /* HowToSubmitABug.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = HowToSubmitABug.html; sourceTree = "<group>"; };
859 DE66F3E608ABF35D00323D32 /* Debugging.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = Debugging.gif; sourceTree = "<group>"; };
860 DE66F3E708ABF35D00323D32 /* libdeps.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = libdeps.gif; sourceTree = "<group>"; };
861 DE66F3E808ABF35D00323D32 /* lines.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = lines.gif; sourceTree = "<group>"; };
862 DE66F3E908ABF35D00323D32 /* objdeps.gif */ = {isa = PBXFileReference; lastKnownFileType = image.gif; path = objdeps.gif; sourceTree = "<group>"; };
863 DE66F3EA08ABF35D00323D32 /* venusflytrap.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = venusflytrap.jpg; sourceTree = "<group>"; };
864 DE66F3EB08ABF35D00323D32 /* index.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = index.html; sourceTree = "<group>"; };
865 DE66F3EC08ABF35D00323D32 /* LangRef.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = LangRef.html; sourceTree = "<group>"; };
866 DE66F3ED08ABF35D00323D32 /* Lexicon.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Lexicon.html; sourceTree = "<group>"; };
867 DE66F3EE08ABF35D00323D32 /* llvm.css */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = llvm.css; sourceTree = "<group>"; };
868 DE66F3EF08ABF35D00323D32 /* LLVMVsTheWorld.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = LLVMVsTheWorld.html; sourceTree = "<group>"; };
869 DE66F3F108ABF35D00323D32 /* MakefileGuide.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = MakefileGuide.html; sourceTree = "<group>"; };
870 DE66F3F208ABF35D00323D32 /* ProgrammersManual.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = ProgrammersManual.html; sourceTree = "<group>"; };
871 DE66F3F308ABF35D00323D32 /* Projects.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Projects.html; sourceTree = "<group>"; };
872 DE66F3F408ABF35D00323D32 /* ReleaseNotes.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = ReleaseNotes.html; sourceTree = "<group>"; };
873 DE66F3F508ABF35D00323D32 /* SourceLevelDebugging.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = SourceLevelDebugging.html; sourceTree = "<group>"; };
874 DE66F3F608ABF35D00323D32 /* Stacker.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = Stacker.html; sourceTree = "<group>"; };
875 DE66F3F708ABF35D00323D32 /* SystemLibrary.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = SystemLibrary.html; sourceTree = "<group>"; };
876 DE66F3F808ABF35D00323D32 /* TableGenFundamentals.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = TableGenFundamentals.html; sourceTree = "<group>"; };
877 DE66F3F908ABF35D00323D32 /* TestingGuide.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = TestingGuide.html; sourceTree = "<group>"; };
878 DE66F3FA08ABF35D00323D32 /* UsingLibraries.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = UsingLibraries.html; sourceTree = "<group>"; };
879 DE66F3FB08ABF35D00323D32 /* WritingAnLLVMBackend.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = WritingAnLLVMBackend.html; sourceTree = "<group>"; };
880 DE66F3FC08ABF35D00323D32 /* WritingAnLLVMPass.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = WritingAnLLVMPass.html; sourceTree = "<group>"; };
881 DE66F3FF08ABF37000323D32 /* BFtoLLVM.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = BFtoLLVM.cpp; path = BFtoLLVM/BFtoLLVM.cpp; sourceTree = "<group>"; };
882 DE66F40E08ABF37000323D32 /* fibonacci.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fibonacci.cpp; path = Fibonacci/fibonacci.cpp; sourceTree = "<group>"; };
883 DE66F41508ABF37000323D32 /* HowToUseJIT.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = HowToUseJIT.cpp; path = HowToUseJIT/HowToUseJIT.cpp; sourceTree = "<group>"; };
884 DE66F41E08ABF37000323D32 /* ModuleMaker.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ModuleMaker.cpp; path = ModuleMaker/ModuleMaker.cpp; sourceTree = "<group>"; };
885 DE66F42608ABF37000323D32 /* ParallelJIT.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = ParallelJIT.cpp; path = ParallelJIT/ParallelJIT.cpp; sourceTree = "<group>"; };
Chris Lattnerb91ac8c2005-08-18 19:52:06 +0000886 DE694D9F08B51E0C0039C106 /* ScheduleDAG.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = ScheduleDAG.cpp; sourceTree = "<group>"; };
Chris Lattner777fd272005-09-07 23:53:49 +0000887 DE81704008CFB44D0093BDEF /* fpcmp.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; name = fpcmp.cpp; path = fpcmp/fpcmp.cpp; sourceTree = "<group>"; };
888 DE81704F08CFB44D0093BDEF /* NightlyTest.gnuplot */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = NightlyTest.gnuplot; sourceTree = "<group>"; };
889 DE81705008CFB44D0093BDEF /* NightlyTest.pl */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.script.perl; path = NightlyTest.pl; sourceTree = "<group>"; };
890 DE81705108CFB44D0093BDEF /* NightlyTestTemplate.html */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.html; path = NightlyTestTemplate.html; sourceTree = "<group>"; };
891 DE81705908CFB44D0093BDEF /* AsmWriterEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = AsmWriterEmitter.cpp; sourceTree = "<group>"; };
892 DE81705A08CFB44D0093BDEF /* AsmWriterEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = AsmWriterEmitter.h; sourceTree = "<group>"; };
893 DE81705B08CFB44D0093BDEF /* CodeEmitterGen.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CodeEmitterGen.cpp; sourceTree = "<group>"; };
894 DE81705C08CFB44D0093BDEF /* CodeEmitterGen.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CodeEmitterGen.h; sourceTree = "<group>"; };
895 DE81705D08CFB44D0093BDEF /* CodeGenInstruction.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CodeGenInstruction.h; sourceTree = "<group>"; };
896 DE81705E08CFB44D0093BDEF /* CodeGenRegisters.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CodeGenRegisters.h; sourceTree = "<group>"; };
897 DE81705F08CFB44D0093BDEF /* CodeGenTarget.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = CodeGenTarget.cpp; sourceTree = "<group>"; };
898 DE81706008CFB44D0093BDEF /* CodeGenTarget.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = CodeGenTarget.h; sourceTree = "<group>"; };
899 DE81706708CFB44D0093BDEF /* DAGISelEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = DAGISelEmitter.cpp; sourceTree = "<group>"; };
900 DE81706808CFB44D0093BDEF /* DAGISelEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = DAGISelEmitter.h; sourceTree = "<group>"; };
901 DE81708408CFB44D0093BDEF /* FileLexer.l */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.lex; path = FileLexer.l; sourceTree = "<group>"; };
902 DE81708808CFB44D0093BDEF /* FileParser.y */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.yacc; path = FileParser.y; sourceTree = "<group>"; };
903 DE81708908CFB44D0093BDEF /* InstrInfoEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InstrInfoEmitter.cpp; sourceTree = "<group>"; };
904 DE81708A08CFB44D0093BDEF /* InstrInfoEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InstrInfoEmitter.h; sourceTree = "<group>"; };
905 DE81708B08CFB44D0093BDEF /* InstrSelectorEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = InstrSelectorEmitter.cpp; sourceTree = "<group>"; };
906 DE81708C08CFB44D0093BDEF /* InstrSelectorEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = InstrSelectorEmitter.h; sourceTree = "<group>"; };
907 DE81708E08CFB44D0093BDEF /* Record.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = Record.cpp; sourceTree = "<group>"; };
908 DE81708F08CFB44D0093BDEF /* Record.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = Record.h; sourceTree = "<group>"; };
909 DE81709008CFB44D0093BDEF /* RegisterInfoEmitter.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = RegisterInfoEmitter.cpp; sourceTree = "<group>"; };
910 DE81709108CFB44D0093BDEF /* RegisterInfoEmitter.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = RegisterInfoEmitter.h; sourceTree = "<group>"; };
911 DE8170AA08CFB44D0093BDEF /* TableGen.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TableGen.cpp; sourceTree = "<group>"; };
912 DE8170AB08CFB44D0093BDEF /* TableGenBackend.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = TableGenBackend.cpp; sourceTree = "<group>"; };
913 DE8170AC08CFB44D0093BDEF /* TableGenBackend.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = TableGenBackend.h; sourceTree = "<group>"; };
Chris Lattnere29dca42005-09-07 23:57:00 +0000914 DE8170C108CFB59B0093BDEF /* PPC32ISelDAGToDAG.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32ISelDAGToDAG.cpp; sourceTree = "<group>"; };
915 DE8170C408CFB5B20093BDEF /* PPC32ISelLowering.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; path = PPC32ISelLowering.cpp; sourceTree = "<group>"; };
916 DE8170C508CFB5B20093BDEF /* PPC32ISelLowering.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = PPC32ISelLowering.h; sourceTree = "<group>"; };
Chris Lattner9656e722005-08-11 22:19:26 +0000917/* End PBXFileReference section */
918
919/* Begin PBXGroup section */
920 08FB7794FE84155DC02AAC07 /* LLVM */ = {
921 isa = PBXGroup;
922 children = (
923 DE66F1E908ABF03100323D32 /* include/llvm */,
924 DE66ECBD08ABEC0700323D32 /* lib/Analysis */,
925 DE66EC8808ABEAC900323D32 /* lib/AsmParser */,
926 DE66ECBC08ABEB8E00323D32 /* lib/Bytecode */,
927 DE66ED3E08ABEC2A00323D32 /* lib/CodeGen */,
928 DE66ED9A08ABEC7200323D32 /* lib/Debugger */,
929 DE66EDBF08ABEC8F00323D32 /* lib/ExecutionEngine */,
930 DE66EDEB08ABEDD300323D32 /* lib/Linker */,
931 DE66EDFB08ABEDE600323D32 /* lib/Support */,
932 DE66EE4908ABEE3400323D32 /* lib/System */,
933 DE66EE9608ABEE5D00323D32 /* lib/Target */,
934 DE66F0E108ABEFB300323D32 /* lib/Transforms */,
935 DE66EC7508ABE8EF00323D32 /* lib/VMCore */,
936 DE66F2BD08ABF14400323D32 /* tools */,
Chris Lattner777fd272005-09-07 23:53:49 +0000937 DE816FAC08CFB44C0093BDEF /* utils */,
Chris Lattner9656e722005-08-11 22:19:26 +0000938 DE66F38D08ABF35C00323D32 /* docs */,
939 DE66F3FD08ABF37000323D32 /* examples */,
940 DE66F38C08ABF35300323D32 /* CREDITS.TXT */,
941 );
942 name = LLVM;
943 sourceTree = "<group>";
944 };
945 DE66EC7508ABE8EF00323D32 /* lib/VMCore */ = {
946 isa = PBXGroup;
947 children = (
948 DE66EC5B08ABE86900323D32 /* AsmWriter.cpp */,
949 DE66EC5C08ABE86A00323D32 /* BasicBlock.cpp */,
950 DE66EC5D08ABE86A00323D32 /* ConstantFolding.cpp */,
951 DE66EC5E08ABE86A00323D32 /* ConstantFolding.h */,
952 DE66EC5F08ABE86A00323D32 /* ConstantRange.cpp */,
953 DE66EC6008ABE86A00323D32 /* Constants.cpp */,
954 DE66EC6108ABE86A00323D32 /* Dominators.cpp */,
955 DE66EC6208ABE86A00323D32 /* Function.cpp */,
956 DE66EC6308ABE86A00323D32 /* Globals.cpp */,
957 DE66EC6408ABE86A00323D32 /* Instruction.cpp */,
958 DE66EC6508ABE86A00323D32 /* Instructions.cpp */,
959 DE66EC6608ABE86A00323D32 /* LeakDetector.cpp */,
960 DE66EC6708ABE86A00323D32 /* Mangler.cpp */,
961 DE66EC6808ABE86A00323D32 /* Module.cpp */,
962 DE66EC6908ABE86A00323D32 /* ModuleProvider.cpp */,
963 DE66EC6A08ABE86A00323D32 /* Pass.cpp */,
964 DE66EC6B08ABE86A00323D32 /* PassManagerT.h */,
965 DE66EC6C08ABE86A00323D32 /* SymbolTable.cpp */,
966 DE66EC6D08ABE86A00323D32 /* SymbolTableListTraitsImpl.h */,
967 DE66EC6E08ABE86A00323D32 /* Type.cpp */,
968 DE66EC6F08ABE86A00323D32 /* Value.cpp */,
969 DE66EC7008ABE86A00323D32 /* Verifier.cpp */,
970 );
971 name = lib/VMCore;
972 sourceTree = "<group>";
973 };
974 DE66EC8808ABEAC900323D32 /* lib/AsmParser */ = {
975 isa = PBXGroup;
976 children = (
977 DE66EC8A08ABEAF000323D32 /* Lexer.l */,
978 DE66EC8E08ABEAF000323D32 /* llvmAsmParser.y */,
979 DE66EC8F08ABEAF000323D32 /* Parser.cpp */,
980 DE66EC9008ABEAF000323D32 /* ParserInternals.h */,
981 );
982 name = lib/AsmParser;
983 sourceTree = "<group>";
984 };
985 DE66EC9308ABEB3900323D32 /* Reader */ = {
986 isa = PBXGroup;
987 children = (
988 DE66EC9408ABEB3900323D32 /* Analyzer.cpp */,
989 DE66EC9E08ABEB3900323D32 /* Reader.cpp */,
990 DE66EC9F08ABEB3900323D32 /* Reader.h */,
991 DE66ECA008ABEB3900323D32 /* ReaderWrappers.cpp */,
992 );
993 name = Reader;
994 path = ../lib/Bytecode/Reader;
995 sourceTree = SOURCE_ROOT;
996 };
997 DE66ECA108ABEB8000323D32 /* Archive */ = {
998 isa = PBXGroup;
999 children = (
1000 DE66ECA208ABEB8000323D32 /* Archive.cpp */,
1001 DE66ECA308ABEB8000323D32 /* ArchiveInternals.h */,
1002 DE66ECA408ABEB8000323D32 /* ArchiveReader.cpp */,
1003 DE66ECA508ABEB8000323D32 /* ArchiveWriter.cpp */,
1004 );
1005 name = Archive;
1006 path = ../lib/Bytecode/Archive;
1007 sourceTree = SOURCE_ROOT;
1008 };
1009 DE66ECAF08ABEB8000323D32 /* Writer */ = {
1010 isa = PBXGroup;
1011 children = (
1012 DE66ECB708ABEB8000323D32 /* SlotCalculator.cpp */,
1013 DE66ECB808ABEB8000323D32 /* SlotCalculator.h */,
1014 DE66ECB908ABEB8000323D32 /* SlotTable.h */,
1015 DE66ECBA08ABEB8000323D32 /* Writer.cpp */,
1016 DE66ECBB08ABEB8000323D32 /* WriterInternals.h */,
1017 );
1018 name = Writer;
1019 path = ../lib/Bytecode/Writer;
1020 sourceTree = SOURCE_ROOT;
1021 };
1022 DE66ECBC08ABEB8E00323D32 /* lib/Bytecode */ = {
1023 isa = PBXGroup;
1024 children = (
1025 DE66ECA108ABEB8000323D32 /* Archive */,
1026 DE66EC9308ABEB3900323D32 /* Reader */,
1027 DE66ECAF08ABEB8000323D32 /* Writer */,
1028 );
1029 name = lib/Bytecode;
1030 sourceTree = "<group>";
1031 };
1032 DE66ECBD08ABEC0700323D32 /* lib/Analysis */ = {
1033 isa = PBXGroup;
1034 children = (
1035 DE66ECC408ABEC0700323D32 /* DataStructure */,
1036 DE66ED1A08ABEC0800323D32 /* IPA */,
1037 DE66ECBE08ABEC0700323D32 /* AliasAnalysis.cpp */,
1038 DE66ECBF08ABEC0700323D32 /* AliasAnalysisCounter.cpp */,
1039 DE66ECC008ABEC0700323D32 /* AliasAnalysisEvaluator.cpp */,
1040 DE66ECC108ABEC0700323D32 /* AliasSetTracker.cpp */,
1041 DE66ECC208ABEC0700323D32 /* BasicAliasAnalysis.cpp */,
1042 DE66ECC308ABEC0700323D32 /* CFGPrinter.cpp */,
1043 DE66ED1608ABEC0800323D32 /* Expressions.cpp */,
1044 DE66ED1708ABEC0800323D32 /* InstCount.cpp */,
1045 DE66ED1808ABEC0800323D32 /* Interval.cpp */,
1046 DE66ED1908ABEC0800323D32 /* IntervalPartition.cpp */,
1047 DE66ED3308ABEC0800323D32 /* LoadValueNumbering.cpp */,
1048 DE66ED3408ABEC0800323D32 /* LoopInfo.cpp */,
1049 DE66ED3608ABEC0800323D32 /* PostDominators.cpp */,
1050 DE66ED3708ABEC0800323D32 /* ProfileInfo.cpp */,
1051 DE66ED3808ABEC0800323D32 /* ProfileInfoLoader.cpp */,
1052 DE66ED3908ABEC0800323D32 /* ProfileInfoLoaderPass.cpp */,
1053 DE66ED3A08ABEC0800323D32 /* ScalarEvolution.cpp */,
1054 DE66ED3B08ABEC0800323D32 /* ScalarEvolutionExpander.cpp */,
1055 DE66ED3C08ABEC0800323D32 /* Trace.cpp */,
1056 DE66ED3D08ABEC0800323D32 /* ValueNumbering.cpp */,
1057 );
1058 name = lib/Analysis;
1059 path = ../lib/Analysis;
1060 sourceTree = SOURCE_ROOT;
1061 };
1062 DE66ECC408ABEC0700323D32 /* DataStructure */ = {
1063 isa = PBXGroup;
1064 children = (
1065 DE66ECC508ABEC0700323D32 /* BottomUpClosure.cpp */,
1066 DE66ECC608ABEC0700323D32 /* CompleteBottomUp.cpp */,
1067 DE66ECC708ABEC0700323D32 /* DataStructure.cpp */,
1068 DE66ECC808ABEC0700323D32 /* DataStructureAA.cpp */,
1069 DE66ECC908ABEC0700323D32 /* DataStructureOpt.cpp */,
1070 DE66ECCA08ABEC0700323D32 /* DataStructureStats.cpp */,
1071 DE66ECE508ABEC0700323D32 /* EquivClassGraphs.cpp */,
1072 DE66ECE608ABEC0700323D32 /* GraphChecker.cpp */,
1073 DE66ECE708ABEC0700323D32 /* Local.cpp */,
1074 DE66ECE908ABEC0700323D32 /* Printer.cpp */,
1075 DE66ECEA08ABEC0700323D32 /* Steensgaard.cpp */,
1076 DE66ECEB08ABEC0700323D32 /* TopDownClosure.cpp */,
1077 );
1078 path = DataStructure;
1079 sourceTree = "<group>";
1080 };
1081 DE66ED1A08ABEC0800323D32 /* IPA */ = {
1082 isa = PBXGroup;
1083 children = (
1084 DE66ED1B08ABEC0800323D32 /* Andersens.cpp */,
1085 DE66ED1C08ABEC0800323D32 /* CallGraph.cpp */,
1086 DE66ED1D08ABEC0800323D32 /* CallGraphSCCPass.cpp */,
1087 DE66ED2E08ABEC0800323D32 /* FindUnsafePointerTypes.cpp */,
1088 DE66ED2F08ABEC0800323D32 /* FindUsedTypes.cpp */,
1089 DE66ED3008ABEC0800323D32 /* GlobalsModRef.cpp */,
1090 DE66ED3208ABEC0800323D32 /* PrintSCC.cpp */,
1091 );
1092 path = IPA;
1093 sourceTree = "<group>";
1094 };
1095 DE66ED3E08ABEC2A00323D32 /* lib/CodeGen */ = {
1096 isa = PBXGroup;
1097 children = (
1098 DE66ED8308ABEC2B00323D32 /* SelectionDAG */,
1099 DE66ED3F08ABEC2A00323D32 /* AsmPrinter.cpp */,
1100 DE66ED4008ABEC2A00323D32 /* BranchFolding.cpp */,
1101 DE66ED6F08ABEC2B00323D32 /* ELFWriter.cpp */,
1102 DE66ED7008ABEC2B00323D32 /* IntrinsicLowering.cpp */,
1103 DE66ED7108ABEC2B00323D32 /* LiveInterval.cpp */,
1104 DE66ED7208ABEC2B00323D32 /* LiveInterval.h */,
1105 DE66ED7308ABEC2B00323D32 /* LiveIntervalAnalysis.cpp */,
1106 DE66ED7408ABEC2B00323D32 /* LiveIntervalAnalysis.h */,
1107 DE66ED7508ABEC2B00323D32 /* LiveVariables.cpp */,
1108 DE66ED7608ABEC2B00323D32 /* MachineBasicBlock.cpp */,
1109 DE66ED7708ABEC2B00323D32 /* MachineCodeEmitter.cpp */,
1110 DE66ED7808ABEC2B00323D32 /* MachineFunction.cpp */,
1111 DE66ED7908ABEC2B00323D32 /* MachineInstr.cpp */,
1112 DE66ED7B08ABEC2B00323D32 /* Passes.cpp */,
1113 DE66ED7C08ABEC2B00323D32 /* PHIElimination.cpp */,
1114 DE66ED7D08ABEC2B00323D32 /* PhysRegTracker.h */,
1115 DE66ED7E08ABEC2B00323D32 /* PrologEpilogInserter.cpp */,
1116 DE66ED7F08ABEC2B00323D32 /* RegAllocIterativeScan.cpp */,
1117 DE66ED8008ABEC2B00323D32 /* RegAllocLinearScan.cpp */,
1118 DE66ED8108ABEC2B00323D32 /* RegAllocLocal.cpp */,
1119 DE66ED8208ABEC2B00323D32 /* RegAllocSimple.cpp */,
1120 DE66ED9508ABEC2B00323D32 /* TwoAddressInstructionPass.cpp */,
1121 DE66ED9608ABEC2B00323D32 /* UnreachableBlockElim.cpp */,
1122 DE66ED9708ABEC2B00323D32 /* ValueTypes.cpp */,
1123 DE66ED9808ABEC2B00323D32 /* VirtRegMap.cpp */,
1124 DE66ED9908ABEC2B00323D32 /* VirtRegMap.h */,
1125 );
1126 name = lib/CodeGen;
1127 path = ../lib/CodeGen;
1128 sourceTree = SOURCE_ROOT;
1129 };
1130 DE66ED8308ABEC2B00323D32 /* SelectionDAG */ = {
1131 isa = PBXGroup;
1132 children = (
Chris Lattnerb91ac8c2005-08-18 19:52:06 +00001133 DE694D9F08B51E0C0039C106 /* ScheduleDAG.cpp */,
Chris Lattner9656e722005-08-11 22:19:26 +00001134 DE66ED9008ABEC2B00323D32 /* LegalizeDAG.cpp */,
1135 DE66ED9208ABEC2B00323D32 /* SelectionDAG.cpp */,
1136 DE66ED9308ABEC2B00323D32 /* SelectionDAGISel.cpp */,
1137 DE66ED9408ABEC2B00323D32 /* SelectionDAGPrinter.cpp */,
1138 );
1139 path = SelectionDAG;
1140 sourceTree = "<group>";
1141 };
1142 DE66ED9A08ABEC7200323D32 /* lib/Debugger */ = {
1143 isa = PBXGroup;
1144 children = (
1145 DE66EDB108ABEC7300323D32 /* Debugger.cpp */,
1146 DE66EDB208ABEC7300323D32 /* FDHandle.cpp */,
1147 DE66EDB308ABEC7300323D32 /* FDHandle.h */,
1148 DE66EDB508ABEC7300323D32 /* ProgramInfo.cpp */,
1149 DE66EDB608ABEC7300323D32 /* README.txt */,
1150 DE66EDB708ABEC7300323D32 /* RuntimeInfo.cpp */,
1151 DE66EDB808ABEC7300323D32 /* SourceFile.cpp */,
1152 DE66EDB908ABEC7300323D32 /* SourceLanguage-CFamily.cpp */,
1153 DE66EDBA08ABEC7300323D32 /* SourceLanguage-CPlusPlus.cpp */,
1154 DE66EDBB08ABEC7300323D32 /* SourceLanguage-Unknown.cpp */,
1155 DE66EDBC08ABEC7300323D32 /* SourceLanguage.cpp */,
1156 DE66EDBD08ABEC7300323D32 /* UnixLocalInferiorProcess.cpp */,
1157 );
1158 name = lib/Debugger;
1159 path = ../lib/Debugger;
1160 sourceTree = SOURCE_ROOT;
1161 };
1162 DE66EDBF08ABEC8F00323D32 /* lib/ExecutionEngine */ = {
1163 isa = PBXGroup;
1164 children = (
1165 DE66EDC508ABEC9000323D32 /* Interpreter */,
1166 DE66EDD308ABEC9000323D32 /* JIT */,
1167 DE66EDC408ABEC9000323D32 /* ExecutionEngine.cpp */,
1168 );
1169 name = lib/ExecutionEngine;
1170 path = ../lib/ExecutionEngine;
1171 sourceTree = SOURCE_ROOT;
1172 };
1173 DE66EDC508ABEC9000323D32 /* Interpreter */ = {
1174 isa = PBXGroup;
1175 children = (
1176 DE66EDCE08ABEC9000323D32 /* Execution.cpp */,
1177 DE66EDCF08ABEC9000323D32 /* ExternalFunctions.cpp */,
1178 DE66EDD008ABEC9000323D32 /* Interpreter.cpp */,
1179 DE66EDD108ABEC9000323D32 /* Interpreter.h */,
1180 );
1181 path = Interpreter;
1182 sourceTree = "<group>";
1183 };
1184 DE66EDD308ABEC9000323D32 /* JIT */ = {
1185 isa = PBXGroup;
1186 children = (
1187 DE66EDDE08ABEC9100323D32 /* Intercept.cpp */,
1188 DE66EDDF08ABEC9100323D32 /* JIT.cpp */,
1189 DE66EDE008ABEC9100323D32 /* JIT.h */,
1190 DE66EDE108ABEC9100323D32 /* JITEmitter.cpp */,
1191 DE66EDE308ABEC9100323D32 /* TargetSelect.cpp */,
1192 );
1193 path = JIT;
1194 sourceTree = "<group>";
1195 };
1196 DE66EDEB08ABEDD300323D32 /* lib/Linker */ = {
1197 isa = PBXGroup;
1198 children = (
1199 DE66EDF608ABEDD300323D32 /* LinkArchives.cpp */,
1200 DE66EDF708ABEDD300323D32 /* Linker.cpp */,
1201 DE66EDF808ABEDD300323D32 /* LinkItems.cpp */,
1202 DE66EDF908ABEDD300323D32 /* LinkModules.cpp */,
1203 );
1204 name = lib/Linker;
1205 path = ../lib/Linker;
1206 sourceTree = SOURCE_ROOT;
1207 };
1208 DE66EDFB08ABEDE600323D32 /* lib/Support */ = {
1209 isa = PBXGroup;
1210 children = (
1211 DE66EDFD08ABEDE600323D32 /* bzip2 */,
1212 DE66EDFC08ABEDE600323D32 /* Annotation.cpp */,
1213 DE66EE1D08ABEDE600323D32 /* CommandLine.cpp */,
1214 DE66EE1E08ABEDE600323D32 /* Compressor.cpp */,
1215 DE66EE3D08ABEDE600323D32 /* Debug.cpp */,
1216 DE66EE3E08ABEDE600323D32 /* FileUtilities.cpp */,
1217 DE66EE3F08ABEDE600323D32 /* IsInf.cpp */,
1218 DE66EE4008ABEDE600323D32 /* IsNAN.cpp */,
1219 DE66EE4208ABEDE600323D32 /* PluginLoader.cpp */,
1220 DE66EE4308ABEDE600323D32 /* SlowOperationInformer.cpp */,
1221 DE66EE4408ABEDE600323D32 /* Statistic.cpp */,
1222 DE66EE4508ABEDE700323D32 /* StringExtras.cpp */,
1223 DE66EE4608ABEDE700323D32 /* SystemUtils.cpp */,
1224 DE66EE4708ABEDE700323D32 /* Timer.cpp */,
1225 DE66EE4808ABEDE700323D32 /* ToolRunner.cpp */,
1226 );
1227 name = lib/Support;
1228 path = ../lib/Support;
1229 sourceTree = SOURCE_ROOT;
1230 };
1231 DE66EDFD08ABEDE600323D32 /* bzip2 */ = {
1232 isa = PBXGroup;
1233 children = (
1234 DE66EDFE08ABEDE600323D32 /* blocksort.c */,
1235 DE66EDFF08ABEDE600323D32 /* bzlib.c */,
1236 DE66EE0008ABEDE600323D32 /* bzlib.h */,
1237 DE66EE0108ABEDE600323D32 /* bzlib_private.h */,
1238 DE66EE0208ABEDE600323D32 /* CHANGES */,
1239 DE66EE0308ABEDE600323D32 /* compress.c */,
1240 DE66EE0408ABEDE600323D32 /* crctable.c */,
1241 DE66EE1508ABEDE600323D32 /* decompress.c */,
1242 DE66EE1608ABEDE600323D32 /* huffman.c */,
1243 DE66EE1708ABEDE600323D32 /* LICENSE */,
1244 DE66EE1908ABEDE600323D32 /* randtable.c */,
1245 DE66EE1A08ABEDE600323D32 /* README */,
1246 DE66EE1B08ABEDE600323D32 /* README.COMPILATION.PROBLEMS */,
1247 DE66EE1C08ABEDE600323D32 /* Y2K_INFO */,
1248 );
1249 path = bzip2;
1250 sourceTree = "<group>";
1251 };
1252 DE66EE4908ABEE3400323D32 /* lib/System */ = {
1253 isa = PBXGroup;
1254 children = (
1255 DE66EE7E08ABEE3500323D32 /* Unix */,
1256 DE66EE8B08ABEE3500323D32 /* Win32 */,
1257 DE66EE6008ABEE3400323D32 /* DynamicLibrary.cpp */,
1258 DE66EE6108ABEE3400323D32 /* LICENSE.TXT */,
1259 DE66EE6208ABEE3400323D32 /* ltdl.c */,
1260 DE66EE6308ABEE3400323D32 /* ltdl.h */,
1261 DE66EE6508ABEE3400323D32 /* MappedFile.cpp */,
1262 DE66EE6608ABEE3400323D32 /* Memory.cpp */,
1263 DE66EE6708ABEE3400323D32 /* Mutex.cpp */,
1264 DE66EE6808ABEE3400323D32 /* Path.cpp */,
1265 DE66EE6908ABEE3400323D32 /* Process.cpp */,
1266 DE66EE6A08ABEE3400323D32 /* Program.cpp */,
1267 DE66EE6B08ABEE3400323D32 /* README.txt */,
1268 DE66EE7C08ABEE3400323D32 /* Signals.cpp */,
1269 DE66EE7D08ABEE3400323D32 /* TimeValue.cpp */,
1270 );
1271 name = lib/System;
1272 path = ../lib/System;
1273 sourceTree = SOURCE_ROOT;
1274 };
1275 DE66EE7E08ABEE3500323D32 /* Unix */ = {
1276 isa = PBXGroup;
1277 children = (
1278 DE66EE7F08ABEE3500323D32 /* MappedFile.inc */,
1279 DE66EE8008ABEE3500323D32 /* Memory.inc */,
1280 DE66EE8108ABEE3500323D32 /* Mutex.inc */,
1281 DE66EE8208ABEE3500323D32 /* Path.inc */,
1282 DE66EE8308ABEE3500323D32 /* Process.inc */,
1283 DE66EE8408ABEE3500323D32 /* Program.inc */,
1284 DE66EE8508ABEE3500323D32 /* README.txt */,
1285 DE66EE8608ABEE3500323D32 /* Signals.inc */,
1286 DE66EE8708ABEE3500323D32 /* SUS */,
1287 DE66EE8908ABEE3500323D32 /* TimeValue.inc */,
1288 DE66EE8A08ABEE3500323D32 /* Unix.h */,
1289 );
1290 path = Unix;
1291 sourceTree = "<group>";
1292 };
1293 DE66EE8708ABEE3500323D32 /* SUS */ = {
1294 isa = PBXGroup;
1295 children = (
1296 DE66EE8808ABEE3500323D32 /* Process.cpp */,
1297 );
1298 path = SUS;
1299 sourceTree = "<group>";
1300 };
1301 DE66EE8B08ABEE3500323D32 /* Win32 */ = {
1302 isa = PBXGroup;
1303 children = (
1304 DE66EE8C08ABEE3500323D32 /* DynamicLibrary.inc */,
1305 DE66EE8D08ABEE3500323D32 /* MappedFile.inc */,
1306 DE66EE8E08ABEE3500323D32 /* Memory.inc */,
1307 DE66EE8F08ABEE3500323D32 /* Mutex.inc */,
1308 DE66EE9008ABEE3500323D32 /* Path.inc */,
1309 DE66EE9108ABEE3500323D32 /* Process.inc */,
1310 DE66EE9208ABEE3500323D32 /* Program.inc */,
1311 DE66EE9308ABEE3500323D32 /* Signals.inc */,
1312 DE66EE9408ABEE3500323D32 /* TimeValue.inc */,
1313 DE66EE9508ABEE3500323D32 /* Win32.h */,
1314 );
1315 path = Win32;
1316 sourceTree = "<group>";
1317 };
1318 DE66EE9608ABEE5D00323D32 /* lib/Target */ = {
1319 isa = PBXGroup;
1320 children = (
1321 DE66EE9708ABEE5D00323D32 /* Alpha */,
1322 DE66EEC908ABEE5E00323D32 /* CBackend */,
1323 DE66EEE508ABEE5E00323D32 /* IA64 */,
1324 DE66EF1108ABEE5E00323D32 /* PowerPC */,
1325 DE66EF7008ABEE5F00323D32 /* Skeleton */,
1326 DE66EF9408ABEE5F00323D32 /* SparcV8 */,
1327 DE66EFC908ABEE5F00323D32 /* SparcV9 */,
1328 DE66F09308ABEE6000323D32 /* X86 */,
1329 DE66EF1008ABEE5E00323D32 /* MRegisterInfo.cpp */,
Jim Laskeyb1e11802005-09-01 21:38:21 +00001330 CF9BCD1508C75070001E7011 /* SubtargetFeature.cpp */,
Chris Lattner9656e722005-08-11 22:19:26 +00001331 DE66F08A08ABEE6000323D32 /* Target.td */,
1332 DE66F08B08ABEE6000323D32 /* TargetData.cpp */,
1333 DE66F08C08ABEE6000323D32 /* TargetFrameInfo.cpp */,
1334 DE66F08D08ABEE6000323D32 /* TargetInstrInfo.cpp */,
1335 DE66F08E08ABEE6000323D32 /* TargetLowering.cpp */,
1336 DE66F08F08ABEE6000323D32 /* TargetMachine.cpp */,
1337 DE66F09008ABEE6000323D32 /* TargetMachineRegistry.cpp */,
1338 DE66F09108ABEE6000323D32 /* TargetSchedInfo.cpp */,
1339 DE66F09208ABEE6000323D32 /* TargetSubtarget.cpp */,
1340 );
1341 name = lib/Target;
1342 path = ../lib/Target;
1343 sourceTree = SOURCE_ROOT;
1344 };
1345 DE66EE9708ABEE5D00323D32 /* Alpha */ = {
1346 isa = PBXGroup;
1347 children = (
1348 DE66EE9808ABEE5E00323D32 /* Alpha.h */,
1349 DE66EE9908ABEE5E00323D32 /* Alpha.td */,
1350 DE66EE9A08ABEE5E00323D32 /* AlphaAsmPrinter.cpp */,
1351 DE66EE9B08ABEE5E00323D32 /* AlphaCodeEmitter.cpp */,
1352 DE66EEA308ABEE5E00323D32 /* AlphaInstrFormats.td */,
1353 DE66EEA408ABEE5E00323D32 /* AlphaInstrInfo.cpp */,
1354 DE66EEA508ABEE5E00323D32 /* AlphaInstrInfo.h */,
1355 DE66EEA608ABEE5E00323D32 /* AlphaInstrInfo.td */,
1356 DE66EEA708ABEE5E00323D32 /* AlphaISelPattern.cpp */,
Chris Lattner9656e722005-08-11 22:19:26 +00001357 DE66EEA908ABEE5E00323D32 /* AlphaJITInfo.cpp */,
1358 DE66EEAA08ABEE5E00323D32 /* AlphaJITInfo.h */,
1359 DE66EEAB08ABEE5E00323D32 /* AlphaRegisterInfo.cpp */,
1360 DE66EEAC08ABEE5E00323D32 /* AlphaRegisterInfo.h */,
1361 DE66EEAD08ABEE5E00323D32 /* AlphaRegisterInfo.td */,
1362 DE66EEAE08ABEE5E00323D32 /* AlphaRelocations.h */,
1363 DE66EEAF08ABEE5E00323D32 /* AlphaTargetMachine.cpp */,
1364 DE66EEB008ABEE5E00323D32 /* AlphaTargetMachine.h */,
1365 );
1366 path = Alpha;
1367 sourceTree = "<group>";
1368 };
1369 DE66EEC908ABEE5E00323D32 /* CBackend */ = {
1370 isa = PBXGroup;
1371 children = (
1372 DE66EECA08ABEE5E00323D32 /* CTargetMachine.h */,
1373 DE66EED008ABEE5E00323D32 /* Writer.cpp */,
1374 );
1375 path = CBackend;
1376 sourceTree = "<group>";
1377 };
1378 DE66EEE508ABEE5E00323D32 /* IA64 */ = {
1379 isa = PBXGroup;
1380 children = (
1381 DE66EEF808ABEE5E00323D32 /* IA64.h */,
1382 DE66EEF908ABEE5E00323D32 /* IA64.td */,
1383 DE66EEFA08ABEE5E00323D32 /* IA64AsmPrinter.cpp */,
1384 DE66EF0108ABEE5E00323D32 /* IA64InstrBuilder.h */,
1385 DE66EF0208ABEE5E00323D32 /* IA64InstrFormats.td */,
1386 DE66EF0308ABEE5E00323D32 /* IA64InstrInfo.cpp */,
1387 DE66EF0408ABEE5E00323D32 /* IA64InstrInfo.h */,
1388 DE66EF0508ABEE5E00323D32 /* IA64InstrInfo.td */,
1389 DE66EF0608ABEE5E00323D32 /* IA64ISelPattern.cpp */,
1390 DE66EF0708ABEE5E00323D32 /* IA64MachineFunctionInfo.h */,
1391 DE66EF0808ABEE5E00323D32 /* IA64RegisterInfo.cpp */,
1392 DE66EF0908ABEE5E00323D32 /* IA64RegisterInfo.h */,
1393 DE66EF0A08ABEE5E00323D32 /* IA64RegisterInfo.td */,
1394 DE66EF0B08ABEE5E00323D32 /* IA64TargetMachine.cpp */,
1395 DE66EF0C08ABEE5E00323D32 /* IA64TargetMachine.h */,
1396 DE66EF0E08ABEE5E00323D32 /* README */,
1397 );
1398 path = IA64;
1399 sourceTree = "<group>";
1400 };
1401 DE66EF1108ABEE5E00323D32 /* PowerPC */ = {
1402 isa = PBXGroup;
1403 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00001404 DE66EF3D08ABEE5F00323D32 /* LICENSE.TXT */,
1405 DE66EF3F08ABEE5F00323D32 /* PowerPC.h */,
1406 DE66EF4008ABEE5F00323D32 /* PowerPC.td */,
1407 DE66EF4108ABEE5F00323D32 /* PowerPCAsmPrinter.cpp */,
1408 DE66EF4208ABEE5F00323D32 /* PowerPCBranchSelector.cpp */,
1409 DE66EF4308ABEE5F00323D32 /* PowerPCFrameInfo.h */,
1410 DE66EF4708ABEE5F00323D32 /* PowerPCInstrBuilder.h */,
1411 DE66EF4808ABEE5F00323D32 /* PowerPCInstrFormats.td */,
1412 DE66EF4908ABEE5F00323D32 /* PowerPCInstrInfo.h */,
1413 DE66EF4A08ABEE5F00323D32 /* PowerPCInstrInfo.td */,
1414 DE66EF4B08ABEE5F00323D32 /* PowerPCJITInfo.h */,
1415 DE66EF4C08ABEE5F00323D32 /* PowerPCRegisterInfo.td */,
1416 DE66EF4D08ABEE5F00323D32 /* PowerPCSubtarget.cpp */,
1417 DE66EF4E08ABEE5F00323D32 /* PowerPCSubtarget.h */,
1418 DE66EF4F08ABEE5F00323D32 /* PowerPCTargetMachine.cpp */,
1419 DE66EF5008ABEE5F00323D32 /* PowerPCTargetMachine.h */,
1420 DE66EF5108ABEE5F00323D32 /* PPC32.td */,
1421 DE66EF5208ABEE5F00323D32 /* PPC32CodeEmitter.cpp */,
1422 DE66EF5708ABEE5F00323D32 /* PPC32InstrInfo.cpp */,
1423 DE66EF5808ABEE5F00323D32 /* PPC32InstrInfo.h */,
Chris Lattnere29dca42005-09-07 23:57:00 +00001424 DE8170C108CFB59B0093BDEF /* PPC32ISelDAGToDAG.cpp */,
1425 DE8170C408CFB5B20093BDEF /* PPC32ISelLowering.cpp */,
1426 DE8170C508CFB5B20093BDEF /* PPC32ISelLowering.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00001427 DE66EF5908ABEE5F00323D32 /* PPC32ISelPattern.cpp */,
Chris Lattner9656e722005-08-11 22:19:26 +00001428 DE66EF5B08ABEE5F00323D32 /* PPC32JITInfo.cpp */,
1429 DE66EF5C08ABEE5F00323D32 /* PPC32JITInfo.h */,
1430 DE66EF5D08ABEE5F00323D32 /* PPC32RegisterInfo.cpp */,
1431 DE66EF5E08ABEE5F00323D32 /* PPC32RegisterInfo.h */,
1432 DE66EF5F08ABEE5F00323D32 /* PPC32RegisterInfo.td */,
1433 DE66EF6008ABEE5F00323D32 /* PPC32Relocations.h */,
1434 DE66EF6108ABEE5F00323D32 /* PPC32TargetMachine.h */,
1435 DE66EF6208ABEE5F00323D32 /* PPC64.td */,
Chris Lattner9656e722005-08-11 22:19:26 +00001436 DE66EF6D08ABEE5F00323D32 /* PPC64RegisterInfo.td */,
Chris Lattner9656e722005-08-11 22:19:26 +00001437 DE66EF6F08ABEE5F00323D32 /* README.txt */,
1438 );
1439 path = PowerPC;
1440 sourceTree = "<group>";
1441 };
1442 DE66EF7008ABEE5F00323D32 /* Skeleton */ = {
1443 isa = PBXGroup;
1444 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00001445 DE66EF8208ABEE5F00323D32 /* README.txt */,
1446 DE66EF8308ABEE5F00323D32 /* Skeleton.h */,
1447 DE66EF8408ABEE5F00323D32 /* Skeleton.td */,
1448 DE66EF8A08ABEE5F00323D32 /* SkeletonInstrInfo.cpp */,
1449 DE66EF8B08ABEE5F00323D32 /* SkeletonInstrInfo.h */,
1450 DE66EF8C08ABEE5F00323D32 /* SkeletonInstrInfo.td */,
1451 DE66EF8D08ABEE5F00323D32 /* SkeletonJITInfo.cpp */,
1452 DE66EF8E08ABEE5F00323D32 /* SkeletonJITInfo.h */,
1453 DE66EF8F08ABEE5F00323D32 /* SkeletonRegisterInfo.cpp */,
1454 DE66EF9008ABEE5F00323D32 /* SkeletonRegisterInfo.h */,
1455 DE66EF9108ABEE5F00323D32 /* SkeletonRegisterInfo.td */,
1456 DE66EF9208ABEE5F00323D32 /* SkeletonTargetMachine.cpp */,
1457 DE66EF9308ABEE5F00323D32 /* SkeletonTargetMachine.h */,
1458 );
1459 path = Skeleton;
1460 sourceTree = "<group>";
1461 };
1462 DE66EF9408ABEE5F00323D32 /* SparcV8 */ = {
1463 isa = PBXGroup;
1464 children = (
1465 DE66EFAF08ABEE5F00323D32 /* DelaySlotFiller.cpp */,
1466 DE66EFB008ABEE5F00323D32 /* FPMover.cpp */,
1467 DE66EFB208ABEE5F00323D32 /* README.txt */,
1468 DE66EFB308ABEE5F00323D32 /* SparcV8.h */,
1469 DE66EFB408ABEE5F00323D32 /* SparcV8.td */,
1470 DE66EFB508ABEE5F00323D32 /* SparcV8AsmPrinter.cpp */,
1471 DE66EFB608ABEE5F00323D32 /* SparcV8CodeEmitter.cpp */,
1472 DE66EFBD08ABEE5F00323D32 /* SparcV8InstrFormats.td */,
1473 DE66EFBE08ABEE5F00323D32 /* SparcV8InstrInfo.cpp */,
1474 DE66EFBF08ABEE5F00323D32 /* SparcV8InstrInfo.h */,
1475 DE66EFC008ABEE5F00323D32 /* SparcV8InstrInfo.td */,
1476 DE66EFC108ABEE5F00323D32 /* SparcV8ISelPattern.cpp */,
1477 DE66EFC208ABEE5F00323D32 /* SparcV8ISelSimple.cpp */,
1478 DE66EFC308ABEE5F00323D32 /* SparcV8JITInfo.h */,
1479 DE66EFC408ABEE5F00323D32 /* SparcV8RegisterInfo.cpp */,
1480 DE66EFC508ABEE5F00323D32 /* SparcV8RegisterInfo.h */,
1481 DE66EFC608ABEE5F00323D32 /* SparcV8RegisterInfo.td */,
1482 DE66EFC708ABEE5F00323D32 /* SparcV8TargetMachine.cpp */,
1483 DE66EFC808ABEE5F00323D32 /* SparcV8TargetMachine.h */,
1484 );
1485 path = SparcV8;
1486 sourceTree = "<group>";
1487 };
1488 DE66EFC908ABEE5F00323D32 /* SparcV9 */ = {
1489 isa = PBXGroup;
1490 children = (
1491 DE66EFFC08ABEE6000323D32 /* InstrSched */,
1492 DE66F00F08ABEE6000323D32 /* LiveVar */,
1493 DE66F02608ABEE6000323D32 /* ModuloScheduling */,
1494 DE66F04608ABEE6000323D32 /* RegAlloc */,
Chris Lattner9656e722005-08-11 22:19:26 +00001495 DE66EFFA08ABEE6000323D32 /* DecomposeMultiDimRefs.cpp */,
1496 DE66EFFB08ABEE6000323D32 /* EmitBytecodeToAssembly.cpp */,
1497 DE66F00E08ABEE6000323D32 /* InternalGlobalMapper.cpp */,
1498 DE66F01E08ABEE6000323D32 /* MachineCodeForInstruction.cpp */,
1499 DE66F01F08ABEE6000323D32 /* MachineCodeForInstruction.h */,
1500 DE66F02008ABEE6000323D32 /* MachineFunctionInfo.cpp */,
1501 DE66F02108ABEE6000323D32 /* MachineFunctionInfo.h */,
1502 DE66F02208ABEE6000323D32 /* MachineInstrAnnot.h */,
1503 DE66F02408ABEE6000323D32 /* MappingInfo.cpp */,
1504 DE66F02508ABEE6000323D32 /* MappingInfo.h */,
1505 DE66F06208ABEE6000323D32 /* SparcV9.burg.in */,
Chris Lattner9656e722005-08-11 22:19:26 +00001506 DE66F06608ABEE6000323D32 /* SparcV9.td */,
1507 DE66F06708ABEE6000323D32 /* SparcV9_F2.td */,
1508 DE66F06808ABEE6000323D32 /* SparcV9_F3.td */,
1509 DE66F06908ABEE6000323D32 /* SparcV9_F4.td */,
1510 DE66F06A08ABEE6000323D32 /* SparcV9AsmPrinter.cpp */,
1511 DE66F06B08ABEE6000323D32 /* SparcV9BurgISel.cpp */,
1512 DE66F06C08ABEE6000323D32 /* SparcV9BurgISel.h */,
1513 DE66F06D08ABEE6000323D32 /* SparcV9CodeEmitter.cpp */,
1514 DE66F06E08ABEE6000323D32 /* SparcV9CodeEmitter.h */,
1515 DE66F06F08ABEE6000323D32 /* SparcV9FrameInfo.cpp */,
1516 DE66F07008ABEE6000323D32 /* SparcV9FrameInfo.h */,
1517 DE66F07208ABEE6000323D32 /* SparcV9Instr.def */,
1518 DE66F07308ABEE6000323D32 /* SparcV9InstrForest.h */,
1519 DE66F07408ABEE6000323D32 /* SparcV9InstrInfo.h */,
1520 DE66F07508ABEE6000323D32 /* SparcV9InstrInfo.td */,
1521 DE66F07608ABEE6000323D32 /* SparcV9Internals.h */,
1522 DE66F07708ABEE6000323D32 /* SparcV9JITInfo.cpp */,
1523 DE66F07808ABEE6000323D32 /* SparcV9JITInfo.h */,
1524 DE66F07908ABEE6000323D32 /* SparcV9PeepholeOpts.cpp */,
1525 DE66F07A08ABEE6000323D32 /* SparcV9PreSelection.cpp */,
1526 DE66F07B08ABEE6000323D32 /* SparcV9PrologEpilogInserter.cpp */,
1527 DE66F07C08ABEE6000323D32 /* SparcV9RegClassInfo.cpp */,
1528 DE66F07D08ABEE6000323D32 /* SparcV9RegClassInfo.h */,
1529 DE66F07E08ABEE6000323D32 /* SparcV9RegInfo.cpp */,
1530 DE66F07F08ABEE6000323D32 /* SparcV9RegInfo.h */,
1531 DE66F08008ABEE6000323D32 /* SparcV9RegisterInfo.cpp */,
1532 DE66F08108ABEE6000323D32 /* SparcV9RegisterInfo.h */,
1533 DE66F08208ABEE6000323D32 /* SparcV9RegisterInfo.td */,
1534 DE66F08308ABEE6000323D32 /* SparcV9Relocations.h */,
1535 DE66F08408ABEE6000323D32 /* SparcV9SchedInfo.cpp */,
1536 DE66F08508ABEE6000323D32 /* SparcV9StackSlots.cpp */,
1537 DE66F08608ABEE6000323D32 /* SparcV9TargetMachine.cpp */,
1538 DE66F08708ABEE6000323D32 /* SparcV9TargetMachine.h */,
1539 DE66F08808ABEE6000323D32 /* SparcV9TmpInstr.cpp */,
1540 DE66F08908ABEE6000323D32 /* SparcV9TmpInstr.h */,
1541 );
1542 path = SparcV9;
1543 sourceTree = "<group>";
1544 };
1545 DE66EFFC08ABEE6000323D32 /* InstrSched */ = {
1546 isa = PBXGroup;
1547 children = (
1548 DE66F00708ABEE6000323D32 /* InstrScheduling.cpp */,
1549 DE66F00908ABEE6000323D32 /* SchedGraph.cpp */,
1550 DE66F00A08ABEE6000323D32 /* SchedGraph.h */,
1551 DE66F00B08ABEE6000323D32 /* SchedGraphCommon.cpp */,
1552 DE66F00C08ABEE6000323D32 /* SchedPriorities.cpp */,
1553 DE66F00D08ABEE6000323D32 /* SchedPriorities.h */,
1554 );
1555 path = InstrSched;
1556 sourceTree = "<group>";
1557 };
1558 DE66F00F08ABEE6000323D32 /* LiveVar */ = {
1559 isa = PBXGroup;
1560 children = (
1561 DE66F01008ABEE6000323D32 /* BBLiveVar.cpp */,
1562 DE66F01108ABEE6000323D32 /* BBLiveVar.h */,
1563 DE66F01A08ABEE6000323D32 /* FunctionLiveVarInfo.cpp */,
1564 DE66F01B08ABEE6000323D32 /* FunctionLiveVarInfo.h */,
1565 DE66F01D08ABEE6000323D32 /* ValueSet.cpp */,
1566 );
1567 path = LiveVar;
1568 sourceTree = "<group>";
1569 };
1570 DE66F02608ABEE6000323D32 /* ModuloScheduling */ = {
1571 isa = PBXGroup;
1572 children = (
1573 DE66F03708ABEE6000323D32 /* DependenceAnalyzer.cpp */,
1574 DE66F03808ABEE6000323D32 /* DependenceAnalyzer.h */,
1575 DE66F03A08ABEE6000323D32 /* ModuloScheduling.cpp */,
1576 DE66F03B08ABEE6000323D32 /* ModuloScheduling.h */,
1577 DE66F03C08ABEE6000323D32 /* ModuloSchedulingSuperBlock.cpp */,
1578 DE66F03D08ABEE6000323D32 /* ModuloSchedulingSuperBlock.h */,
1579 DE66F03E08ABEE6000323D32 /* MSchedGraph.cpp */,
1580 DE66F03F08ABEE6000323D32 /* MSchedGraph.h */,
1581 DE66F04008ABEE6000323D32 /* MSchedGraphSB.cpp */,
1582 DE66F04108ABEE6000323D32 /* MSchedGraphSB.h */,
1583 DE66F04208ABEE6000323D32 /* MSSchedule.cpp */,
1584 DE66F04308ABEE6000323D32 /* MSSchedule.h */,
1585 DE66F04408ABEE6000323D32 /* MSScheduleSB.cpp */,
1586 DE66F04508ABEE6000323D32 /* MSScheduleSB.h */,
1587 );
1588 path = ModuloScheduling;
1589 sourceTree = "<group>";
1590 };
1591 DE66F04608ABEE6000323D32 /* RegAlloc */ = {
1592 isa = PBXGroup;
1593 children = (
1594 DE66F04708ABEE6000323D32 /* AllocInfo.h */,
1595 DE66F05408ABEE6000323D32 /* IGNode.cpp */,
1596 DE66F05508ABEE6000323D32 /* IGNode.h */,
1597 DE66F05608ABEE6000323D32 /* InterferenceGraph.cpp */,
1598 DE66F05708ABEE6000323D32 /* InterferenceGraph.h */,
1599 DE66F05808ABEE6000323D32 /* LiveRange.h */,
1600 DE66F05908ABEE6000323D32 /* LiveRangeInfo.cpp */,
1601 DE66F05A08ABEE6000323D32 /* LiveRangeInfo.h */,
1602 DE66F05C08ABEE6000323D32 /* Notes.txt */,
1603 DE66F05D08ABEE6000323D32 /* PhyRegAlloc.cpp */,
1604 DE66F05E08ABEE6000323D32 /* PhyRegAlloc.h */,
1605 DE66F05F08ABEE6000323D32 /* RegAllocCommon.h */,
1606 DE66F06008ABEE6000323D32 /* RegClass.cpp */,
1607 DE66F06108ABEE6000323D32 /* RegClass.h */,
1608 );
1609 path = RegAlloc;
1610 sourceTree = "<group>";
1611 };
1612 DE66F09308ABEE6000323D32 /* X86 */ = {
1613 isa = PBXGroup;
1614 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00001615 DE66F0BC08ABEE6000323D32 /* X86.h */,
1616 DE66F0BD08ABEE6000323D32 /* X86.td */,
1617 DE66F0BE08ABEE6000323D32 /* X86AsmPrinter.cpp */,
1618 DE66F0BF08ABEE6000323D32 /* X86AsmPrinter.h */,
1619 DE66F0C008ABEE6000323D32 /* X86ATTAsmPrinter.cpp */,
1620 DE66F0C108ABEE6000323D32 /* X86ATTAsmPrinter.h */,
1621 DE66F0C208ABEE6000323D32 /* X86CodeEmitter.cpp */,
1622 DE66F0C308ABEE6000323D32 /* X86ELFWriter.cpp */,
1623 DE66F0C408ABEE6000323D32 /* X86FloatingPoint.cpp */,
1624 DE66F0CC08ABEE6000323D32 /* X86InstrBuilder.h */,
1625 DE66F0CD08ABEE6000323D32 /* X86InstrInfo.cpp */,
1626 DE66F0CE08ABEE6000323D32 /* X86InstrInfo.h */,
1627 DE66F0CF08ABEE6100323D32 /* X86InstrInfo.td */,
1628 DE66F0D008ABEE6100323D32 /* X86IntelAsmPrinter.cpp */,
1629 DE66F0D108ABEE6100323D32 /* X86IntelAsmPrinter.h */,
1630 DE66F0D208ABEE6100323D32 /* X86ISelPattern.cpp */,
Chris Lattner9656e722005-08-11 22:19:26 +00001631 DE66F0D508ABEE6100323D32 /* X86JITInfo.cpp */,
1632 DE66F0D608ABEE6100323D32 /* X86JITInfo.h */,
1633 DE66F0D708ABEE6100323D32 /* X86PeepholeOpt.cpp */,
1634 DE66F0D808ABEE6100323D32 /* X86RegisterInfo.cpp */,
1635 DE66F0D908ABEE6100323D32 /* X86RegisterInfo.h */,
1636 DE66F0DA08ABEE6100323D32 /* X86RegisterInfo.td */,
1637 DE66F0DB08ABEE6100323D32 /* X86Relocations.h */,
1638 DE66F0DC08ABEE6100323D32 /* X86Subtarget.cpp */,
1639 DE66F0DD08ABEE6100323D32 /* X86Subtarget.h */,
1640 DE66F0DE08ABEE6100323D32 /* X86TargetMachine.cpp */,
1641 DE66F0DF08ABEE6100323D32 /* X86TargetMachine.h */,
1642 );
1643 path = X86;
1644 sourceTree = "<group>";
1645 };
1646 DE66F0E108ABEFB300323D32 /* lib/Transforms */ = {
1647 isa = PBXGroup;
1648 children = (
1649 DE66F0EE08ABEFB300323D32 /* Instrumentation */,
1650 DE66F11F08ABEFB300323D32 /* IPO */,
1651 DE66F15C08ABEFB400323D32 /* Scalar */,
1652 DE66F1BD08ABEFB400323D32 /* Utils */,
1653 DE66F0EA08ABEFB300323D32 /* ExprTypeConvert.cpp */,
1654 DE66F15A08ABEFB400323D32 /* LevelRaise.cpp */,
1655 DE66F1BB08ABEFB400323D32 /* TransformInternals.cpp */,
1656 DE66F1BC08ABEFB400323D32 /* TransformInternals.h */,
1657 );
1658 name = lib/Transforms;
1659 path = ../lib/Transforms;
1660 sourceTree = SOURCE_ROOT;
1661 };
1662 DE66F0EE08ABEFB300323D32 /* Instrumentation */ = {
1663 isa = PBXGroup;
1664 children = (
1665 DE66F10108ABEFB300323D32 /* ProfilePaths */,
1666 DE66F0EF08ABEFB300323D32 /* BlockProfiling.cpp */,
1667 DE66F0FE08ABEFB300323D32 /* EdgeProfiling.cpp */,
1668 DE66F0FF08ABEFB300323D32 /* EmitFunctions.cpp */,
1669 DE66F11B08ABEFB300323D32 /* ProfilingUtils.cpp */,
1670 DE66F11C08ABEFB300323D32 /* ProfilingUtils.h */,
1671 DE66F11D08ABEFB300323D32 /* TraceBasicBlocks.cpp */,
1672 DE66F11E08ABEFB300323D32 /* TraceValues.cpp */,
1673 );
1674 path = Instrumentation;
1675 sourceTree = "<group>";
1676 };
1677 DE66F10108ABEFB300323D32 /* ProfilePaths */ = {
1678 isa = PBXGroup;
1679 children = (
1680 DE66F10208ABEFB300323D32 /* CombineBranch.cpp */,
1681 DE66F11308ABEFB300323D32 /* EdgeCode.cpp */,
1682 DE66F11408ABEFB300323D32 /* Graph.cpp */,
1683 DE66F11508ABEFB300323D32 /* Graph.h */,
1684 DE66F11608ABEFB300323D32 /* GraphAuxiliary.cpp */,
1685 DE66F11708ABEFB300323D32 /* InstLoops.cpp */,
1686 DE66F11908ABEFB300323D32 /* ProfilePaths.cpp */,
1687 DE66F11A08ABEFB300323D32 /* RetracePath.cpp */,
1688 );
1689 path = ProfilePaths;
1690 sourceTree = "<group>";
1691 };
1692 DE66F11F08ABEFB300323D32 /* IPO */ = {
1693 isa = PBXGroup;
1694 children = (
1695 DE66F12008ABEFB300323D32 /* ArgumentPromotion.cpp */,
1696 DE66F12108ABEFB300323D32 /* ConstantMerge.cpp */,
1697 DE66F12208ABEFB300323D32 /* DeadArgumentElimination.cpp */,
1698 DE66F12308ABEFB300323D32 /* DeadTypeElimination.cpp */,
1699 DE66F14A08ABEFB400323D32 /* ExtractFunction.cpp */,
1700 DE66F14B08ABEFB400323D32 /* FunctionResolution.cpp */,
1701 DE66F14C08ABEFB400323D32 /* GlobalDCE.cpp */,
1702 DE66F14D08ABEFB400323D32 /* GlobalOpt.cpp */,
1703 DE66F14E08ABEFB400323D32 /* Inliner.cpp */,
1704 DE66F14F08ABEFB400323D32 /* Inliner.h */,
1705 DE66F15008ABEFB400323D32 /* InlineSimple.cpp */,
1706 DE66F15108ABEFB400323D32 /* Internalize.cpp */,
1707 DE66F15208ABEFB400323D32 /* IPConstantPropagation.cpp */,
1708 DE66F15308ABEFB400323D32 /* LoopExtractor.cpp */,
1709 DE66F15408ABEFB400323D32 /* LowerSetJmp.cpp */,
1710 DE66F15608ABEFB400323D32 /* PruneEH.cpp */,
1711 DE66F15708ABEFB400323D32 /* RaiseAllocations.cpp */,
1712 DE66F15808ABEFB400323D32 /* SimplifyLibCalls.cpp */,
1713 DE66F15908ABEFB400323D32 /* StripSymbols.cpp */,
1714 );
1715 path = IPO;
1716 sourceTree = "<group>";
1717 };
1718 DE66F15C08ABEFB400323D32 /* Scalar */ = {
1719 isa = PBXGroup;
1720 children = (
1721 DE66F15E08ABEFB400323D32 /* ADCE.cpp */,
1722 DE66F15F08ABEFB400323D32 /* BasicBlockPlacement.cpp */,
1723 DE66F16008ABEFB400323D32 /* CondPropagate.cpp */,
1724 DE66F16108ABEFB400323D32 /* ConstantProp.cpp */,
1725 DE66F16208ABEFB400323D32 /* CorrelatedExprs.cpp */,
1726 DE66F16308ABEFB400323D32 /* DCE.cpp */,
1727 DE66F16408ABEFB400323D32 /* DeadStoreElimination.cpp */,
1728 DE66F1A308ABEFB400323D32 /* GCSE.cpp */,
1729 DE66F1A408ABEFB400323D32 /* IndVarSimplify.cpp */,
1730 DE66F1A508ABEFB400323D32 /* InstructionCombining.cpp */,
1731 DE66F1A608ABEFB400323D32 /* LICM.cpp */,
1732 DE66F1A708ABEFB400323D32 /* LoopSimplify.cpp */,
1733 DE66F1A808ABEFB400323D32 /* LoopStrengthReduce.cpp */,
1734 DE66F1A908ABEFB400323D32 /* LoopUnroll.cpp */,
1735 DE66F1AA08ABEFB400323D32 /* LoopUnswitch.cpp */,
1736 DE66F1AB08ABEFB400323D32 /* LowerAllocations.cpp */,
1737 DE66F1AC08ABEFB400323D32 /* LowerConstantExprs.cpp */,
1738 DE66F1AD08ABEFB400323D32 /* LowerGC.cpp */,
1739 DE66F1AE08ABEFB400323D32 /* LowerInvoke.cpp */,
1740 DE66F1AF08ABEFB400323D32 /* LowerPacked.cpp */,
1741 DE66F1B008ABEFB400323D32 /* LowerSelect.cpp */,
1742 DE66F1B108ABEFB400323D32 /* LowerSwitch.cpp */,
1743 DE66F1B308ABEFB400323D32 /* Mem2Reg.cpp */,
1744 DE66F1B408ABEFB400323D32 /* PRE.cpp */,
1745 DE66F1B508ABEFB400323D32 /* Reassociate.cpp */,
1746 DE66F1B608ABEFB400323D32 /* ScalarReplAggregates.cpp */,
1747 DE66F1B708ABEFB400323D32 /* SCCP.cpp */,
1748 DE66F1B808ABEFB400323D32 /* SimplifyCFG.cpp */,
1749 DE66F1B908ABEFB400323D32 /* TailDuplication.cpp */,
1750 DE66F1BA08ABEFB400323D32 /* TailRecursionElimination.cpp */,
1751 );
1752 path = Scalar;
1753 sourceTree = "<group>";
1754 };
1755 DE66F1BD08ABEFB400323D32 /* Utils */ = {
1756 isa = PBXGroup;
1757 children = (
1758 DE66F1BE08ABEFB400323D32 /* BasicBlockUtils.cpp */,
1759 DE66F1BF08ABEFB400323D32 /* BreakCriticalEdges.cpp */,
1760 DE66F1C008ABEFB400323D32 /* CloneFunction.cpp */,
1761 DE66F1C108ABEFB400323D32 /* CloneModule.cpp */,
1762 DE66F1C208ABEFB400323D32 /* CloneTrace.cpp */,
1763 DE66F1C308ABEFB400323D32 /* CodeExtractor.cpp */,
1764 DE66F1E008ABEFB400323D32 /* DemoteRegToStack.cpp */,
1765 DE66F1E108ABEFB400323D32 /* InlineFunction.cpp */,
1766 DE66F1E208ABEFB400323D32 /* Local.cpp */,
1767 DE66F1E408ABEFB400323D32 /* PromoteMemoryToRegister.cpp */,
1768 DE66F1E508ABEFB400323D32 /* SimplifyCFG.cpp */,
1769 DE66F1E608ABEFB400323D32 /* UnifyFunctionExitNodes.cpp */,
1770 DE66F1E708ABEFB400323D32 /* ValueMapper.cpp */,
1771 DE66F1E808ABEFB400323D32 /* ValueMapper.h */,
1772 );
1773 path = Utils;
1774 sourceTree = "<group>";
1775 };
1776 DE66F1E908ABF03100323D32 /* include/llvm */ = {
1777 isa = PBXGroup;
1778 children = (
1779 DE66F1EB08ABF03100323D32 /* ADT */,
1780 DE66F20308ABF03100323D32 /* Analysis */,
1781 DE66F22408ABF03100323D32 /* Assembly */,
1782 DE66F22B08ABF03100323D32 /* Bytecode */,
1783 DE66F23508ABF03100323D32 /* CodeGen */,
1784 DE66F24C08ABF03100323D32 /* Config */,
1785 DE66F25308ABF03100323D32 /* Debugger */,
1786 DE66F25B08ABF03100323D32 /* ExecutionEngine */,
1787 DE66F26E08ABF03200323D32 /* Support */,
1788 DE66F29408ABF03200323D32 /* System */,
1789 DE66F29F08ABF03200323D32 /* Target */,
1790 DE66F2AB08ABF03200323D32 /* Transforms */,
1791 DE66F1EA08ABF03100323D32 /* AbstractTypeUser.h */,
1792 DE66F22308ABF03100323D32 /* Argument.h */,
1793 DE66F22A08ABF03100323D32 /* BasicBlock.h */,
1794 DE66F23308ABF03100323D32 /* CallGraphSCCPass.h */,
1795 DE66F23408ABF03100323D32 /* CallingConv.h */,
1796 DE66F25108ABF03100323D32 /* Constant.h */,
1797 DE66F25208ABF03100323D32 /* Constants.h */,
1798 DE66F25A08ABF03100323D32 /* DerivedTypes.h */,
1799 DE66F25E08ABF03100323D32 /* Function.h */,
1800 DE66F25F08ABF03100323D32 /* GlobalValue.h */,
1801 DE66F26008ABF03100323D32 /* GlobalVariable.h */,
1802 DE66F26108ABF03100323D32 /* InstrTypes.h */,
1803 DE66F26208ABF03100323D32 /* Instruction.def */,
1804 DE66F26308ABF03100323D32 /* Instruction.h */,
1805 DE66F26408ABF03100323D32 /* Instructions.h */,
1806 DE66F26508ABF03100323D32 /* IntrinsicInst.h */,
1807 DE66F26608ABF03100323D32 /* Intrinsics.h */,
1808 DE66F26708ABF03100323D32 /* Linker.h */,
1809 DE66F26808ABF03100323D32 /* Module.h */,
1810 DE66F26908ABF03200323D32 /* ModuleProvider.h */,
1811 DE66F26A08ABF03200323D32 /* Pass.h */,
1812 DE66F26B08ABF03200323D32 /* PassAnalysisSupport.h */,
1813 DE66F26C08ABF03200323D32 /* PassManager.h */,
1814 DE66F26D08ABF03200323D32 /* PassSupport.h */,
1815 DE66F29208ABF03200323D32 /* SymbolTable.h */,
1816 DE66F29308ABF03200323D32 /* SymbolTableListTraits.h */,
1817 DE66F2B708ABF03200323D32 /* Type.h */,
1818 DE66F2B808ABF03200323D32 /* Use.h */,
1819 DE66F2B908ABF03200323D32 /* User.h */,
1820 DE66F2BA08ABF03200323D32 /* Value.h */,
1821 );
1822 name = include/llvm;
1823 path = ../include/llvm;
1824 sourceTree = SOURCE_ROOT;
1825 };
1826 DE66F1EB08ABF03100323D32 /* ADT */ = {
1827 isa = PBXGroup;
1828 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00001829 DE66F1ED08ABF03100323D32 /* BitSetVector.h */,
1830 DE66F1EE08ABF03100323D32 /* DenseMap.h */,
1831 DE66F1EF08ABF03100323D32 /* DepthFirstIterator.h */,
1832 DE66F1F008ABF03100323D32 /* EquivalenceClasses.h */,
1833 DE66F1F108ABF03100323D32 /* GraphTraits.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00001834 DE66F1F308ABF03100323D32 /* hash_map.in */,
Chris Lattner9656e722005-08-11 22:19:26 +00001835 DE66F1F508ABF03100323D32 /* hash_set.in */,
1836 DE66F1F608ABF03100323D32 /* HashExtras.h */,
1837 DE66F1F708ABF03100323D32 /* ilist */,
Chris Lattner9656e722005-08-11 22:19:26 +00001838 DE66F1F908ABF03100323D32 /* iterator.in */,
1839 DE66F1FA08ABF03100323D32 /* PostOrderIterator.h */,
1840 DE66F1FB08ABF03100323D32 /* SCCIterator.h */,
1841 DE66F1FC08ABF03100323D32 /* SetOperations.h */,
1842 DE66F1FD08ABF03100323D32 /* SetVector.h */,
1843 DE66F1FE08ABF03100323D32 /* Statistic.h */,
1844 DE66F1FF08ABF03100323D32 /* STLExtras.h */,
1845 DE66F20008ABF03100323D32 /* StringExtras.h */,
1846 DE66F20108ABF03100323D32 /* Tree.h */,
1847 DE66F20208ABF03100323D32 /* VectorExtras.h */,
1848 );
1849 path = ADT;
1850 sourceTree = "<group>";
1851 };
1852 DE66F20308ABF03100323D32 /* Analysis */ = {
1853 isa = PBXGroup;
1854 children = (
1855 DE66F20408ABF03100323D32 /* AliasAnalysis.h */,
1856 DE66F20508ABF03100323D32 /* AliasSetTracker.h */,
1857 DE66F20608ABF03100323D32 /* CallGraph.h */,
1858 DE66F20708ABF03100323D32 /* CFGPrinter.h */,
1859 DE66F20808ABF03100323D32 /* ConstantsScanner.h */,
1860 DE66F20908ABF03100323D32 /* DataStructure */,
1861 DE66F20F08ABF03100323D32 /* Dominators.h */,
1862 DE66F21008ABF03100323D32 /* Expressions.h */,
1863 DE66F21108ABF03100323D32 /* FindUnsafePointerTypes.h */,
1864 DE66F21208ABF03100323D32 /* FindUsedTypes.h */,
1865 DE66F21308ABF03100323D32 /* Interval.h */,
1866 DE66F21408ABF03100323D32 /* IntervalIterator.h */,
1867 DE66F21508ABF03100323D32 /* IntervalPartition.h */,
1868 DE66F21608ABF03100323D32 /* LoadValueNumbering.h */,
1869 DE66F21708ABF03100323D32 /* LoopInfo.h */,
1870 DE66F21808ABF03100323D32 /* Passes.h */,
1871 DE66F21908ABF03100323D32 /* PostDominators.h */,
1872 DE66F21A08ABF03100323D32 /* ProfileInfo.h */,
1873 DE66F21B08ABF03100323D32 /* ProfileInfoLoader.h */,
1874 DE66F21C08ABF03100323D32 /* ProfileInfoTypes.h */,
1875 DE66F21D08ABF03100323D32 /* ScalarEvolution.h */,
1876 DE66F21E08ABF03100323D32 /* ScalarEvolutionExpander.h */,
1877 DE66F21F08ABF03100323D32 /* ScalarEvolutionExpressions.h */,
1878 DE66F22008ABF03100323D32 /* Trace.h */,
1879 DE66F22108ABF03100323D32 /* ValueNumbering.h */,
1880 DE66F22208ABF03100323D32 /* Verifier.h */,
1881 );
1882 path = Analysis;
1883 sourceTree = "<group>";
1884 };
1885 DE66F20908ABF03100323D32 /* DataStructure */ = {
1886 isa = PBXGroup;
1887 children = (
1888 DE66F20A08ABF03100323D32 /* DataStructure.h */,
1889 DE66F20B08ABF03100323D32 /* DSGraph.h */,
1890 DE66F20C08ABF03100323D32 /* DSGraphTraits.h */,
1891 DE66F20D08ABF03100323D32 /* DSNode.h */,
1892 DE66F20E08ABF03100323D32 /* DSSupport.h */,
1893 );
1894 path = DataStructure;
1895 sourceTree = "<group>";
1896 };
1897 DE66F22408ABF03100323D32 /* Assembly */ = {
1898 isa = PBXGroup;
1899 children = (
1900 DE66F22508ABF03100323D32 /* AsmAnnotationWriter.h */,
1901 DE66F22608ABF03100323D32 /* CachedWriter.h */,
1902 DE66F22708ABF03100323D32 /* Parser.h */,
1903 DE66F22808ABF03100323D32 /* PrintModulePass.h */,
1904 DE66F22908ABF03100323D32 /* Writer.h */,
1905 );
1906 path = Assembly;
1907 sourceTree = "<group>";
1908 };
1909 DE66F22B08ABF03100323D32 /* Bytecode */ = {
1910 isa = PBXGroup;
1911 children = (
1912 DE66F22C08ABF03100323D32 /* Analyzer.h */,
1913 DE66F22D08ABF03100323D32 /* Archive.h */,
1914 DE66F22E08ABF03100323D32 /* BytecodeHandler.h */,
1915 DE66F22F08ABF03100323D32 /* Format.h */,
1916 DE66F23008ABF03100323D32 /* Reader.h */,
1917 DE66F23108ABF03100323D32 /* WriteBytecodePass.h */,
1918 DE66F23208ABF03100323D32 /* Writer.h */,
1919 );
1920 path = Bytecode;
1921 sourceTree = "<group>";
1922 };
1923 DE66F23508ABF03100323D32 /* CodeGen */ = {
1924 isa = PBXGroup;
1925 children = (
1926 DE66F23608ABF03100323D32 /* AsmPrinter.h */,
1927 DE66F23708ABF03100323D32 /* ELFWriter.h */,
1928 DE66F23808ABF03100323D32 /* InstrScheduling.h */,
1929 DE66F23908ABF03100323D32 /* IntrinsicLowering.h */,
1930 DE66F23A08ABF03100323D32 /* LiveVariables.h */,
1931 DE66F23B08ABF03100323D32 /* MachineBasicBlock.h */,
1932 DE66F23C08ABF03100323D32 /* MachineCodeEmitter.h */,
1933 DE66F23D08ABF03100323D32 /* MachineConstantPool.h */,
1934 DE66F23E08ABF03100323D32 /* MachineFrameInfo.h */,
1935 DE66F23F08ABF03100323D32 /* MachineFunction.h */,
1936 DE66F24008ABF03100323D32 /* MachineFunctionPass.h */,
1937 DE66F24108ABF03100323D32 /* MachineInstr.h */,
1938 DE66F24208ABF03100323D32 /* MachineInstrBuilder.h */,
1939 DE66F24308ABF03100323D32 /* MachineRelocation.h */,
1940 DE66F24408ABF03100323D32 /* Passes.h */,
1941 DE66F24508ABF03100323D32 /* SchedGraphCommon.h */,
1942 DE66F24608ABF03100323D32 /* SelectionDAG.h */,
1943 DE66F24708ABF03100323D32 /* SelectionDAGISel.h */,
1944 DE66F24808ABF03100323D32 /* SelectionDAGNodes.h */,
1945 DE66F24908ABF03100323D32 /* SSARegMap.h */,
1946 DE66F24A08ABF03100323D32 /* ValueSet.h */,
1947 DE66F24B08ABF03100323D32 /* ValueTypes.h */,
1948 );
1949 path = CodeGen;
1950 sourceTree = "<group>";
1951 };
1952 DE66F24C08ABF03100323D32 /* Config */ = {
1953 isa = PBXGroup;
1954 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00001955 DE66F24E08ABF03100323D32 /* alloca.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00001956 DE66F25008ABF03100323D32 /* config.h.in */,
1957 );
1958 path = Config;
1959 sourceTree = "<group>";
1960 };
1961 DE66F25308ABF03100323D32 /* Debugger */ = {
1962 isa = PBXGroup;
1963 children = (
1964 DE66F25408ABF03100323D32 /* Debugger.h */,
1965 DE66F25508ABF03100323D32 /* InferiorProcess.h */,
1966 DE66F25608ABF03100323D32 /* ProgramInfo.h */,
1967 DE66F25708ABF03100323D32 /* RuntimeInfo.h */,
1968 DE66F25808ABF03100323D32 /* SourceFile.h */,
1969 DE66F25908ABF03100323D32 /* SourceLanguage.h */,
1970 );
1971 path = Debugger;
1972 sourceTree = "<group>";
1973 };
1974 DE66F25B08ABF03100323D32 /* ExecutionEngine */ = {
1975 isa = PBXGroup;
1976 children = (
1977 DE66F25C08ABF03100323D32 /* ExecutionEngine.h */,
1978 DE66F25D08ABF03100323D32 /* GenericValue.h */,
1979 );
1980 path = ExecutionEngine;
1981 sourceTree = "<group>";
1982 };
1983 DE66F26E08ABF03200323D32 /* Support */ = {
1984 isa = PBXGroup;
1985 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00001986 DE66F27008ABF03200323D32 /* AIXDataTypesFix.h */,
1987 DE66F27108ABF03200323D32 /* Annotation.h */,
1988 DE66F27208ABF03200323D32 /* CallSite.h */,
1989 DE66F27308ABF03200323D32 /* Casting.h */,
1990 DE66F27408ABF03200323D32 /* CFG.h */,
1991 DE66F27508ABF03200323D32 /* CommandLine.h */,
1992 DE66F27608ABF03200323D32 /* Compressor.h */,
1993 DE66F27708ABF03200323D32 /* ConstantRange.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00001994 DE66F27908ABF03200323D32 /* DataTypes.h.in */,
1995 DE66F27A08ABF03200323D32 /* Debug.h */,
1996 DE66F27B08ABF03200323D32 /* DOTGraphTraits.h */,
1997 DE66F27C08ABF03200323D32 /* DynamicLinker.h */,
1998 DE66F27D08ABF03200323D32 /* ELF.h */,
1999 DE66F27E08ABF03200323D32 /* FileUtilities.h */,
2000 DE66F27F08ABF03200323D32 /* GetElementPtrTypeIterator.h */,
2001 DE66F28008ABF03200323D32 /* GraphWriter.h */,
2002 DE66F28108ABF03200323D32 /* InstIterator.h */,
2003 DE66F28208ABF03200323D32 /* InstVisitor.h */,
2004 DE66F28308ABF03200323D32 /* LeakDetector.h */,
2005 DE66F28408ABF03200323D32 /* Mangler.h */,
2006 DE66F28508ABF03200323D32 /* MathExtras.h */,
2007 DE66F28608ABF03200323D32 /* MutexGuard.h */,
2008 DE66F28708ABF03200323D32 /* PassNameParser.h */,
2009 DE66F28808ABF03200323D32 /* PatternMatch.h */,
2010 DE66F28908ABF03200323D32 /* PluginLoader.h */,
2011 DE66F28A08ABF03200323D32 /* SlowOperationInformer.h */,
2012 DE66F28B08ABF03200323D32 /* StableBasicBlockNumbering.h */,
2013 DE66F28C08ABF03200323D32 /* SystemUtils.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00002014 DE66F28E08ABF03200323D32 /* Timer.h */,
2015 DE66F28F08ABF03200323D32 /* ToolRunner.h */,
2016 DE66F29008ABF03200323D32 /* type_traits.h */,
2017 DE66F29108ABF03200323D32 /* TypeInfo.h */,
2018 );
2019 path = Support;
2020 sourceTree = "<group>";
2021 };
2022 DE66F29408ABF03200323D32 /* System */ = {
2023 isa = PBXGroup;
2024 children = (
2025 DE66F29508ABF03200323D32 /* DynamicLibrary.h */,
2026 DE66F29608ABF03200323D32 /* LICENSE.TXT */,
2027 DE66F29708ABF03200323D32 /* MappedFile.h */,
2028 DE66F29808ABF03200323D32 /* Memory.h */,
2029 DE66F29908ABF03200323D32 /* Mutex.h */,
2030 DE66F29A08ABF03200323D32 /* Path.h */,
2031 DE66F29B08ABF03200323D32 /* Process.h */,
2032 DE66F29C08ABF03200323D32 /* Program.h */,
2033 DE66F29D08ABF03200323D32 /* Signals.h */,
2034 DE66F29E08ABF03200323D32 /* TimeValue.h */,
2035 );
2036 path = System;
2037 sourceTree = "<group>";
2038 };
2039 DE66F29F08ABF03200323D32 /* Target */ = {
2040 isa = PBXGroup;
2041 children = (
2042 DE66F2A008ABF03200323D32 /* MRegisterInfo.h */,
Jim Laskeyb1e11802005-09-01 21:38:21 +00002043 CF9BCD0808C74DE0001E7011 /* SubtargetFeature.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00002044 DE66F2A108ABF03200323D32 /* TargetData.h */,
2045 DE66F2A208ABF03200323D32 /* TargetFrameInfo.h */,
2046 DE66F2A308ABF03200323D32 /* TargetInstrInfo.h */,
2047 DE66F2A408ABF03200323D32 /* TargetJITInfo.h */,
2048 DE66F2A508ABF03200323D32 /* TargetLowering.h */,
2049 DE66F2A608ABF03200323D32 /* TargetMachine.h */,
2050 DE66F2A708ABF03200323D32 /* TargetMachineRegistry.h */,
2051 DE66F2A808ABF03200323D32 /* TargetOptions.h */,
2052 DE66F2A908ABF03200323D32 /* TargetSchedInfo.h */,
2053 DE66F2AA08ABF03200323D32 /* TargetSubtarget.h */,
2054 );
2055 path = Target;
2056 sourceTree = "<group>";
2057 };
2058 DE66F2AB08ABF03200323D32 /* Transforms */ = {
2059 isa = PBXGroup;
2060 children = (
2061 DE66F2AC08ABF03200323D32 /* Instrumentation.h */,
2062 DE66F2AD08ABF03200323D32 /* IPO.h */,
2063 DE66F2AE08ABF03200323D32 /* LinkAllPasses.h */,
2064 DE66F2AF08ABF03200323D32 /* Scalar.h */,
2065 DE66F2B008ABF03200323D32 /* Utils */,
2066 );
2067 path = Transforms;
2068 sourceTree = "<group>";
2069 };
2070 DE66F2B008ABF03200323D32 /* Utils */ = {
2071 isa = PBXGroup;
2072 children = (
2073 DE66F2B108ABF03200323D32 /* BasicBlockUtils.h */,
2074 DE66F2B208ABF03200323D32 /* Cloning.h */,
2075 DE66F2B308ABF03200323D32 /* FunctionUtils.h */,
2076 DE66F2B408ABF03200323D32 /* Local.h */,
2077 DE66F2B508ABF03200323D32 /* PromoteMemToReg.h */,
2078 DE66F2B608ABF03200323D32 /* UnifyFunctionExitNodes.h */,
2079 );
2080 path = Utils;
2081 sourceTree = "<group>";
2082 };
2083 DE66F2BD08ABF14400323D32 /* tools */ = {
2084 isa = PBXGroup;
2085 children = (
2086 DE66F2BE08ABF14400323D32 /* analyze */,
2087 DE66F2CB08ABF14400323D32 /* bugpoint */,
2088 DE66F2F008ABF14400323D32 /* gccld */,
2089 DE66F31E08ABF14400323D32 /* llvm-db */,
2090 DE66F33B08ABF14400323D32 /* llvm-ld */,
2091 DE66F36808ABF14500323D32 /* llvmc */,
2092 DE66F2EE08ABF14400323D32 /* gccas.cpp */,
2093 DE66F30008ABF14400323D32 /* llc.cpp */,
2094 DE66F30708ABF14400323D32 /* lli.cpp */,
2095 DE66F30E08ABF14400323D32 /* llvm-ar.cpp */,
2096 DE66F31508ABF14400323D32 /* llvm-as.cpp */,
2097 DE66F31C08ABF14400323D32 /* llvm-bcanalyzer.cpp */,
2098 DE66F33208ABF14400323D32 /* llvm-dis.cpp */,
2099 DE66F33908ABF14400323D32 /* llvm-extract.cpp */,
2100 DE66F34A08ABF14400323D32 /* llvm-link.cpp */,
2101 DE66F35108ABF14400323D32 /* llvm-nm.cpp */,
2102 DE66F35808ABF14500323D32 /* llvm-prof.cpp */,
2103 DE66F35F08ABF14500323D32 /* llvm-ranlib.cpp */,
2104 DE66F38708ABF14500323D32 /* opt.cpp */,
2105 );
2106 name = tools;
2107 path = ../tools;
2108 sourceTree = SOURCE_ROOT;
2109 };
2110 DE66F2BE08ABF14400323D32 /* analyze */ = {
2111 isa = PBXGroup;
2112 children = (
2113 DE66F2BF08ABF14400323D32 /* AnalysisWrappers.cpp */,
2114 DE66F2C008ABF14400323D32 /* analyze.cpp */,
2115 DE66F2C908ABF14400323D32 /* GraphPrinters.cpp */,
2116 );
2117 path = analyze;
2118 sourceTree = "<group>";
2119 };
2120 DE66F2CB08ABF14400323D32 /* bugpoint */ = {
2121 isa = PBXGroup;
2122 children = (
2123 DE66F2CC08ABF14400323D32 /* BugDriver.cpp */,
2124 DE66F2CD08ABF14400323D32 /* BugDriver.h */,
2125 DE66F2CE08ABF14400323D32 /* bugpoint.cpp */,
2126 DE66F2CF08ABF14400323D32 /* CrashDebugger.cpp */,
2127 DE66F2E208ABF14400323D32 /* ExecutionDriver.cpp */,
2128 DE66F2E308ABF14400323D32 /* ExtractFunction.cpp */,
2129 DE66F2E408ABF14400323D32 /* ListReducer.h */,
2130 DE66F2E608ABF14400323D32 /* Miscompilation.cpp */,
2131 DE66F2E708ABF14400323D32 /* OptimizerDriver.cpp */,
2132 DE66F2E808ABF14400323D32 /* TestPasses.cpp */,
2133 );
2134 path = bugpoint;
2135 sourceTree = "<group>";
2136 };
2137 DE66F2F008ABF14400323D32 /* gccld */ = {
2138 isa = PBXGroup;
2139 children = (
2140 DE66F2F708ABF14400323D32 /* gccld.cpp */,
2141 DE66F2F808ABF14400323D32 /* gccld.h */,
2142 DE66F2F908ABF14400323D32 /* GenerateCode.cpp */,
2143 );
2144 path = gccld;
2145 sourceTree = "<group>";
2146 };
2147 DE66F31E08ABF14400323D32 /* llvm-db */ = {
2148 isa = PBXGroup;
2149 children = (
2150 DE66F31F08ABF14400323D32 /* CLICommand.h */,
2151 DE66F32008ABF14400323D32 /* CLIDebugger.cpp */,
2152 DE66F32108ABF14400323D32 /* CLIDebugger.h */,
2153 DE66F32208ABF14400323D32 /* Commands.cpp */,
2154 DE66F32B08ABF14400323D32 /* llvm-db.cpp */,
2155 );
2156 path = "llvm-db";
2157 sourceTree = "<group>";
2158 };
2159 DE66F33B08ABF14400323D32 /* llvm-ld */ = {
2160 isa = PBXGroup;
2161 children = (
2162 DE66F34208ABF14400323D32 /* llvm-ld.cpp */,
2163 DE66F34408ABF14400323D32 /* Optimize.cpp */,
2164 );
2165 path = "llvm-ld";
2166 sourceTree = "<group>";
2167 };
2168 DE66F36808ABF14500323D32 /* llvmc */ = {
2169 isa = PBXGroup;
2170 children = (
2171 DE66F36908ABF14500323D32 /* c */,
2172 DE66F36A08ABF14500323D32 /* CompilerDriver.cpp */,
2173 DE66F36B08ABF14500323D32 /* CompilerDriver.h */,
Chris Lattner9656e722005-08-11 22:19:26 +00002174 DE66F36D08ABF14500323D32 /* ConfigLexer.h */,
2175 DE66F36E08ABF14500323D32 /* ConfigLexer.l */,
2176 DE66F36F08ABF14500323D32 /* Configuration.cpp */,
2177 DE66F37008ABF14500323D32 /* Configuration.h */,
2178 DE66F37108ABF14500323D32 /* cpp */,
2179 DE66F37D08ABF14500323D32 /* ll */,
2180 DE66F37E08ABF14500323D32 /* llvmc.cpp */,
2181 );
2182 path = llvmc;
2183 sourceTree = "<group>";
2184 };
2185 DE66F38D08ABF35C00323D32 /* docs */ = {
2186 isa = PBXGroup;
2187 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00002188 DE66F38F08ABF35C00323D32 /* AliasAnalysis.html */,
2189 DE66F39008ABF35C00323D32 /* Bugpoint.html */,
2190 DE66F39108ABF35C00323D32 /* BytecodeFormat.html */,
2191 DE66F39208ABF35C00323D32 /* CFEBuildInstrs.html */,
2192 DE66F39308ABF35C00323D32 /* CodeGenerator.html */,
2193 DE66F39408ABF35C00323D32 /* CodingStandards.html */,
2194 DE66F39508ABF35C00323D32 /* CommandGuide */,
2195 DE66F3B908ABF35D00323D32 /* CommandLine.html */,
2196 DE66F3BA08ABF35D00323D32 /* CompilerDriver.html */,
2197 DE66F3BB08ABF35D00323D32 /* CompilerWriterInfo.html */,
Chris Lattner9656e722005-08-11 22:19:26 +00002198 DE66F3BD08ABF35D00323D32 /* doxygen.cfg.in */,
2199 DE66F3BE08ABF35D00323D32 /* doxygen.css */,
2200 DE66F3BF08ABF35D00323D32 /* doxygen.footer */,
2201 DE66F3C008ABF35D00323D32 /* doxygen.header */,
2202 DE66F3C108ABF35D00323D32 /* doxygen.intro */,
2203 DE66F3C208ABF35D00323D32 /* ExtendingLLVM.html */,
2204 DE66F3C308ABF35D00323D32 /* FAQ.html */,
2205 DE66F3C408ABF35D00323D32 /* GarbageCollection.html */,
2206 DE66F3C508ABF35D00323D32 /* GettingStarted.html */,
2207 DE66F3C608ABF35D00323D32 /* GettingStartedVS.html */,
2208 DE66F3E408ABF35D00323D32 /* HowToSubmitABug.html */,
2209 DE66F3E508ABF35D00323D32 /* img */,
2210 DE66F3EB08ABF35D00323D32 /* index.html */,
2211 DE66F3EC08ABF35D00323D32 /* LangRef.html */,
2212 DE66F3ED08ABF35D00323D32 /* Lexicon.html */,
2213 DE66F3EE08ABF35D00323D32 /* llvm.css */,
2214 DE66F3EF08ABF35D00323D32 /* LLVMVsTheWorld.html */,
2215 DE66F3F108ABF35D00323D32 /* MakefileGuide.html */,
2216 DE66F3F208ABF35D00323D32 /* ProgrammersManual.html */,
2217 DE66F3F308ABF35D00323D32 /* Projects.html */,
2218 DE66F3F408ABF35D00323D32 /* ReleaseNotes.html */,
2219 DE66F3F508ABF35D00323D32 /* SourceLevelDebugging.html */,
2220 DE66F3F608ABF35D00323D32 /* Stacker.html */,
2221 DE66F3F708ABF35D00323D32 /* SystemLibrary.html */,
2222 DE66F3F808ABF35D00323D32 /* TableGenFundamentals.html */,
2223 DE66F3F908ABF35D00323D32 /* TestingGuide.html */,
2224 DE66F3FA08ABF35D00323D32 /* UsingLibraries.html */,
2225 DE66F3FB08ABF35D00323D32 /* WritingAnLLVMBackend.html */,
2226 DE66F3FC08ABF35D00323D32 /* WritingAnLLVMPass.html */,
2227 );
2228 name = docs;
2229 path = ../docs;
2230 sourceTree = SOURCE_ROOT;
2231 };
2232 DE66F39508ABF35C00323D32 /* CommandGuide */ = {
2233 isa = PBXGroup;
2234 children = (
Chris Lattner9656e722005-08-11 22:19:26 +00002235 DE66F39708ABF35C00323D32 /* analyze.pod */,
2236 DE66F39808ABF35C00323D32 /* bugpoint.pod */,
2237 DE66F39908ABF35C00323D32 /* gccas.pod */,
2238 DE66F39A08ABF35C00323D32 /* gccld.pod */,
2239 DE66F39E08ABF35C00323D32 /* index.html */,
2240 DE66F39F08ABF35C00323D32 /* llc.pod */,
2241 DE66F3A008ABF35C00323D32 /* lli.pod */,
2242 DE66F3A108ABF35C00323D32 /* llvm-ar.pod */,
2243 DE66F3A208ABF35C00323D32 /* llvm-as.pod */,
2244 DE66F3A308ABF35C00323D32 /* llvm-bcanalyzer.pod */,
2245 DE66F3A408ABF35C00323D32 /* llvm-db.pod */,
2246 DE66F3A508ABF35C00323D32 /* llvm-dis.pod */,
2247 DE66F3A608ABF35C00323D32 /* llvm-extract.pod */,
2248 DE66F3A708ABF35C00323D32 /* llvm-ld.pod */,
2249 DE66F3A808ABF35C00323D32 /* llvm-link.pod */,
2250 DE66F3A908ABF35C00323D32 /* llvm-nm.pod */,
2251 DE66F3AA08ABF35C00323D32 /* llvm-prof.pod */,
2252 DE66F3AB08ABF35C00323D32 /* llvm-ranlib.pod */,
2253 DE66F3AC08ABF35C00323D32 /* llvmc.pod */,
2254 DE66F3AD08ABF35C00323D32 /* llvmgcc.pod */,
2255 DE66F3AE08ABF35C00323D32 /* llvmgxx.pod */,
2256 DE66F3AF08ABF35C00323D32 /* Makefile */,
2257 DE66F3B408ABF35D00323D32 /* manpage.css */,
2258 DE66F3B508ABF35D00323D32 /* opt.pod */,
2259 DE66F3B808ABF35D00323D32 /* stkrc.pod */,
2260 );
2261 path = CommandGuide;
2262 sourceTree = "<group>";
2263 };
2264 DE66F3E508ABF35D00323D32 /* img */ = {
2265 isa = PBXGroup;
2266 children = (
2267 DE66F3E608ABF35D00323D32 /* Debugging.gif */,
2268 DE66F3E708ABF35D00323D32 /* libdeps.gif */,
2269 DE66F3E808ABF35D00323D32 /* lines.gif */,
2270 DE66F3E908ABF35D00323D32 /* objdeps.gif */,
2271 DE66F3EA08ABF35D00323D32 /* venusflytrap.jpg */,
2272 );
2273 path = img;
2274 sourceTree = "<group>";
2275 };
2276 DE66F3FD08ABF37000323D32 /* examples */ = {
2277 isa = PBXGroup;
2278 children = (
2279 DE66F3FF08ABF37000323D32 /* BFtoLLVM.cpp */,
2280 DE66F40E08ABF37000323D32 /* fibonacci.cpp */,
2281 DE66F41508ABF37000323D32 /* HowToUseJIT.cpp */,
2282 DE66F41E08ABF37000323D32 /* ModuleMaker.cpp */,
2283 DE66F42608ABF37000323D32 /* ParallelJIT.cpp */,
2284 );
2285 name = examples;
2286 path = ../examples;
2287 sourceTree = SOURCE_ROOT;
2288 };
Chris Lattner777fd272005-09-07 23:53:49 +00002289 DE816FAC08CFB44C0093BDEF /* utils */ = {
2290 isa = PBXGroup;
2291 children = (
2292 DE81705708CFB44D0093BDEF /* TableGen */,
2293 DE81704008CFB44D0093BDEF /* fpcmp.cpp */,
2294 DE81704F08CFB44D0093BDEF /* NightlyTest.gnuplot */,
2295 DE81705008CFB44D0093BDEF /* NightlyTest.pl */,
2296 DE81705108CFB44D0093BDEF /* NightlyTestTemplate.html */,
2297 );
2298 name = utils;
2299 path = ../utils;
2300 sourceTree = SOURCE_ROOT;
2301 };
2302 DE81705708CFB44D0093BDEF /* TableGen */ = {
2303 isa = PBXGroup;
2304 children = (
2305 DE81705908CFB44D0093BDEF /* AsmWriterEmitter.cpp */,
2306 DE81705A08CFB44D0093BDEF /* AsmWriterEmitter.h */,
2307 DE81705B08CFB44D0093BDEF /* CodeEmitterGen.cpp */,
2308 DE81705C08CFB44D0093BDEF /* CodeEmitterGen.h */,
2309 DE81705D08CFB44D0093BDEF /* CodeGenInstruction.h */,
2310 DE81705E08CFB44D0093BDEF /* CodeGenRegisters.h */,
2311 DE81705F08CFB44D0093BDEF /* CodeGenTarget.cpp */,
2312 DE81706008CFB44D0093BDEF /* CodeGenTarget.h */,
2313 DE81706708CFB44D0093BDEF /* DAGISelEmitter.cpp */,
2314 DE81706808CFB44D0093BDEF /* DAGISelEmitter.h */,
2315 DE81708408CFB44D0093BDEF /* FileLexer.l */,
2316 DE81708808CFB44D0093BDEF /* FileParser.y */,
2317 DE81708908CFB44D0093BDEF /* InstrInfoEmitter.cpp */,
2318 DE81708A08CFB44D0093BDEF /* InstrInfoEmitter.h */,
2319 DE81708B08CFB44D0093BDEF /* InstrSelectorEmitter.cpp */,
2320 DE81708C08CFB44D0093BDEF /* InstrSelectorEmitter.h */,
2321 DE81708E08CFB44D0093BDEF /* Record.cpp */,
2322 DE81708F08CFB44D0093BDEF /* Record.h */,
2323 DE81709008CFB44D0093BDEF /* RegisterInfoEmitter.cpp */,
2324 DE81709108CFB44D0093BDEF /* RegisterInfoEmitter.h */,
2325 DE8170AA08CFB44D0093BDEF /* TableGen.cpp */,
2326 DE8170AB08CFB44D0093BDEF /* TableGenBackend.cpp */,
2327 DE8170AC08CFB44D0093BDEF /* TableGenBackend.h */,
2328 );
2329 path = TableGen;
2330 sourceTree = "<group>";
2331 };
Chris Lattner9656e722005-08-11 22:19:26 +00002332/* End PBXGroup section */
2333
2334/* Begin PBXLegacyTarget section */
Jim Laskeyed628ce2005-09-09 17:50:20 +00002335 CF0329B608D1BE110030FD33 /* LLVM lib */ = {
2336 isa = PBXLegacyTarget;
2337 buildArgumentsString = "$(ACTION) -j 4 ";
2338 buildConfigurationList = CF0329B708D1BE530030FD33 /* Build configuration list for PBXLegacyTarget "LLVM lib" */;
2339 buildPhases = (
2340 );
2341 buildSettings = {
2342 OPTIMIZATION_CFLAGS = "";
2343 OTHER_CFLAGS = "";
2344 OTHER_LDFLAGS = "";
2345 OTHER_REZFLAGS = "";
2346 PRODUCT_NAME = "LLVM lib";
2347 SECTORDER_FLAGS = "";
2348 WARNING_CFLAGS = (
2349 "-Wmost",
2350 "-Wno-four-char-constants",
2351 "-Wno-unknown-pragmas",
2352 );
2353 };
2354 buildToolPath = /usr/bin/make;
2355 buildWorkingDirectory = ../../obj/lib;
2356 dependencies = (
2357 );
2358 name = "LLVM lib";
2359 passBuildSettingsInEnvironment = 0;
2360 productName = "LLVM lib";
2361 };
2362 CF0329BB08D1BE5D0030FD33 /* LLVM llc */ = {
2363 isa = PBXLegacyTarget;
2364 buildArgumentsString = "$(ACTION) -j 4 ";
2365 buildConfigurationList = CF0329C308D1BEC40030FD33 /* Build configuration list for PBXLegacyTarget "LLVM llc" */;
2366 buildPhases = (
2367 );
2368 buildSettings = {
2369 OPTIMIZATION_CFLAGS = "";
2370 OTHER_CFLAGS = "";
2371 OTHER_LDFLAGS = "";
2372 OTHER_REZFLAGS = "";
2373 PRODUCT_NAME = "LLVM llc";
2374 SECTORDER_FLAGS = "";
2375 WARNING_CFLAGS = (
2376 "-Wmost",
2377 "-Wno-four-char-constants",
2378 "-Wno-unknown-pragmas",
2379 );
2380 };
2381 buildToolPath = /usr/bin/make;
2382 buildWorkingDirectory = ../../obj/tools/llc;
2383 dependencies = (
2384 );
2385 name = "LLVM llc";
2386 passBuildSettingsInEnvironment = 0;
2387 productName = "LLVM llc";
2388 };
Chris Lattner9656e722005-08-11 22:19:26 +00002389 D28A88AD04BDD90700651E21 /* LLVM */ = {
2390 isa = PBXLegacyTarget;
Jim Laskeyed628ce2005-09-09 17:50:20 +00002391 buildArgumentsString = "$(ACTION) -j 4 ";
Chris Lattner9656e722005-08-11 22:19:26 +00002392 buildConfigurationList = DE66EC4C08ABE78900323D32 /* Build configuration list for PBXLegacyTarget "LLVM" */;
2393 buildPhases = (
2394 );
2395 buildSettings = {
2396 OTHER_CFLAGS = "";
2397 OTHER_LDFLAGS = "";
2398 PRODUCT_NAME = LLVM;
2399 };
2400 buildToolPath = /usr/bin/make;
Jim Laskeyed628ce2005-09-09 17:50:20 +00002401 buildWorkingDirectory = ../../obj;
Chris Lattner9656e722005-08-11 22:19:26 +00002402 dependencies = (
2403 );
2404 name = LLVM;
Jim Laskey2d48b132005-08-25 13:42:04 +00002405 passBuildSettingsInEnvironment = 0;
Chris Lattner9656e722005-08-11 22:19:26 +00002406 productName = LLVM;
2407 };
2408/* End PBXLegacyTarget section */
2409
2410/* Begin PBXProject section */
2411 08FB7793FE84155DC02AAC07 /* Project object */ = {
2412 isa = PBXProject;
2413 buildConfigurationList = DE66EC5008ABE78900323D32 /* Build configuration list for PBXProject "LLVM" */;
2414 buildSettings = {
2415 };
2416 buildStyles = (
2417 014CEA520018CE5811CA2923 /* Debug */,
2418 014CEA530018CE5811CA2923 /* Release */,
2419 );
2420 hasScannedForEncodings = 1;
2421 mainGroup = 08FB7794FE84155DC02AAC07 /* LLVM */;
2422 projectDirPath = "";
2423 targets = (
2424 D28A88AD04BDD90700651E21 /* LLVM */,
Jim Laskeyed628ce2005-09-09 17:50:20 +00002425 CF0329B608D1BE110030FD33 /* LLVM lib */,
2426 CF0329BB08D1BE5D0030FD33 /* LLVM llc */,
2427 CF0329BC08D1BE8E0030FD33 /* LLVM full llc */,
Chris Lattner9656e722005-08-11 22:19:26 +00002428 );
2429 };
2430/* End PBXProject section */
2431
Jim Laskeyed628ce2005-09-09 17:50:20 +00002432/* Begin PBXTargetDependency section */
2433 CF0329BE08D1BE970030FD33 /* PBXTargetDependency */ = {
2434 isa = PBXTargetDependency;
2435 target = CF0329B608D1BE110030FD33 /* LLVM lib */;
2436 targetProxy = CF0329BD08D1BE970030FD33 /* PBXContainerItemProxy */;
2437 };
2438 CF0329C008D1BE9B0030FD33 /* PBXTargetDependency */ = {
2439 isa = PBXTargetDependency;
2440 target = CF0329BB08D1BE5D0030FD33 /* LLVM llc */;
2441 targetProxy = CF0329BF08D1BE9B0030FD33 /* PBXContainerItemProxy */;
2442 };
2443/* End PBXTargetDependency section */
2444
Chris Lattner9656e722005-08-11 22:19:26 +00002445/* Begin XCBuildConfiguration section */
Jim Laskeyed628ce2005-09-09 17:50:20 +00002446 CF0329B808D1BE530030FD33 /* Debug */ = {
2447 isa = XCBuildConfiguration;
2448 buildSettings = {
2449 COPY_PHASE_STRIP = NO;
2450 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2451 OPTIMIZATION_CFLAGS = "-O0";
2452 OTHER_CFLAGS = "";
2453 OTHER_LDFLAGS = "";
2454 OTHER_REZFLAGS = "";
2455 PRODUCT_NAME = "LLVM lib";
2456 SECTORDER_FLAGS = "";
2457 WARNING_CFLAGS = (
2458 "-Wmost",
2459 "-Wno-four-char-constants",
2460 "-Wno-unknown-pragmas",
2461 );
2462 };
2463 name = Debug;
2464 };
2465 CF0329B908D1BE530030FD33 /* Release */ = {
2466 isa = XCBuildConfiguration;
2467 buildSettings = {
2468 COPY_PHASE_STRIP = YES;
2469 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
2470 OPTIMIZATION_CFLAGS = "-O0";
2471 OTHER_CFLAGS = "";
2472 OTHER_LDFLAGS = "";
2473 OTHER_REZFLAGS = "";
2474 PRODUCT_NAME = "LLVM lib";
2475 SECTORDER_FLAGS = "";
2476 WARNING_CFLAGS = (
2477 "-Wmost",
2478 "-Wno-four-char-constants",
2479 "-Wno-unknown-pragmas",
2480 );
2481 };
2482 name = Release;
2483 };
2484 CF0329BA08D1BE530030FD33 /* Default */ = {
2485 isa = XCBuildConfiguration;
2486 buildSettings = {
2487 OPTIMIZATION_CFLAGS = "-O0";
2488 OTHER_CFLAGS = "";
2489 OTHER_LDFLAGS = "";
2490 OTHER_REZFLAGS = "";
2491 PRODUCT_NAME = "LLVM lib";
2492 SECTORDER_FLAGS = "";
2493 WARNING_CFLAGS = (
2494 "-Wmost",
2495 "-Wno-four-char-constants",
2496 "-Wno-unknown-pragmas",
2497 );
2498 };
2499 name = Default;
2500 };
2501 CF0329C408D1BEC40030FD33 /* Debug */ = {
2502 isa = XCBuildConfiguration;
2503 buildSettings = {
2504 COPY_PHASE_STRIP = NO;
2505 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2506 OPTIMIZATION_CFLAGS = "-O0";
2507 OTHER_CFLAGS = "";
2508 OTHER_LDFLAGS = "";
2509 OTHER_REZFLAGS = "";
2510 PRODUCT_NAME = "LLVM llc";
2511 SECTORDER_FLAGS = "";
2512 WARNING_CFLAGS = (
2513 "-Wmost",
2514 "-Wno-four-char-constants",
2515 "-Wno-unknown-pragmas",
2516 );
2517 };
2518 name = Debug;
2519 };
2520 CF0329C508D1BEC40030FD33 /* Release */ = {
2521 isa = XCBuildConfiguration;
2522 buildSettings = {
2523 COPY_PHASE_STRIP = YES;
2524 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
2525 OPTIMIZATION_CFLAGS = "-O0";
2526 OTHER_CFLAGS = "";
2527 OTHER_LDFLAGS = "";
2528 OTHER_REZFLAGS = "";
2529 PRODUCT_NAME = "LLVM llc";
2530 SECTORDER_FLAGS = "";
2531 WARNING_CFLAGS = (
2532 "-Wmost",
2533 "-Wno-four-char-constants",
2534 "-Wno-unknown-pragmas",
2535 );
2536 };
2537 name = Release;
2538 };
2539 CF0329C608D1BEC40030FD33 /* Default */ = {
2540 isa = XCBuildConfiguration;
2541 buildSettings = {
2542 OPTIMIZATION_CFLAGS = "-O0";
2543 OTHER_CFLAGS = "";
2544 OTHER_LDFLAGS = "";
2545 OTHER_REZFLAGS = "";
2546 PRODUCT_NAME = "LLVM llc";
2547 SECTORDER_FLAGS = "";
2548 WARNING_CFLAGS = (
2549 "-Wmost",
2550 "-Wno-four-char-constants",
2551 "-Wno-unknown-pragmas",
2552 );
2553 };
2554 name = Default;
2555 };
2556 CF0329C808D1BEC40030FD33 /* Debug */ = {
2557 isa = XCBuildConfiguration;
2558 buildSettings = {
2559 COPY_PHASE_STRIP = NO;
2560 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2561 OPTIMIZATION_CFLAGS = "-O0";
2562 OTHER_CFLAGS = "";
2563 OTHER_LDFLAGS = "";
2564 OTHER_REZFLAGS = "";
2565 PRODUCT_NAME = "LLVM full llc";
2566 SECTORDER_FLAGS = "";
2567 WARNING_CFLAGS = (
2568 "-Wmost",
2569 "-Wno-four-char-constants",
2570 "-Wno-unknown-pragmas",
2571 );
2572 };
2573 name = Debug;
2574 };
2575 CF0329C908D1BEC40030FD33 /* Release */ = {
2576 isa = XCBuildConfiguration;
2577 buildSettings = {
2578 COPY_PHASE_STRIP = YES;
2579 GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
2580 OPTIMIZATION_CFLAGS = "-O0";
2581 OTHER_CFLAGS = "";
2582 OTHER_LDFLAGS = "";
2583 OTHER_REZFLAGS = "";
2584 PRODUCT_NAME = "LLVM full llc";
2585 SECTORDER_FLAGS = "";
2586 WARNING_CFLAGS = (
2587 "-Wmost",
2588 "-Wno-four-char-constants",
2589 "-Wno-unknown-pragmas",
2590 );
2591 };
2592 name = Release;
2593 };
2594 CF0329CA08D1BEC40030FD33 /* Default */ = {
2595 isa = XCBuildConfiguration;
2596 buildSettings = {
2597 OPTIMIZATION_CFLAGS = "-O0";
2598 OTHER_CFLAGS = "";
2599 OTHER_LDFLAGS = "";
2600 OTHER_REZFLAGS = "";
2601 PRODUCT_NAME = "LLVM full llc";
2602 SECTORDER_FLAGS = "";
2603 WARNING_CFLAGS = (
2604 "-Wmost",
2605 "-Wno-four-char-constants",
2606 "-Wno-unknown-pragmas",
2607 );
2608 };
2609 name = Default;
2610 };
Chris Lattner9656e722005-08-11 22:19:26 +00002611 DE66EC4D08ABE78900323D32 /* Debug */ = {
2612 isa = XCBuildConfiguration;
2613 buildSettings = {
2614 COPY_PHASE_STRIP = NO;
2615 DEBUGGING_SYMBOLS = YES;
2616 GCC_DYNAMIC_NO_PIC = NO;
2617 GCC_ENABLE_FIX_AND_CONTINUE = YES;
2618 GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
2619 GCC_OPTIMIZATION_LEVEL = 0;
2620 OPTIMIZATION_CFLAGS = "-O0";
2621 OTHER_CFLAGS = "";
2622 OTHER_LDFLAGS = "";
2623 PRODUCT_NAME = LLVM;
2624 ZERO_LINK = YES;
2625 };
2626 name = Debug;
2627 };
2628 DE66EC4E08ABE78900323D32 /* Release */ = {
2629 isa = XCBuildConfiguration;
2630 buildSettings = {
2631 COPY_PHASE_STRIP = YES;
2632 ENABLE_OPTIMIZED = 1;
2633 GCC_ENABLE_FIX_AND_CONTINUE = NO;
2634 OTHER_CFLAGS = "";
2635 OTHER_LDFLAGS = "";
2636 PRODUCT_NAME = LLVM;
2637 ZERO_LINK = NO;
2638 };
2639 name = Release;
2640 };
2641 DE66EC4F08ABE78900323D32 /* Default */ = {
2642 isa = XCBuildConfiguration;
2643 buildSettings = {
2644 OTHER_CFLAGS = "";
2645 OTHER_LDFLAGS = "";
2646 PRODUCT_NAME = LLVM;
2647 };
2648 name = Default;
2649 };
2650 DE66EC5108ABE78900323D32 /* Debug */ = {
2651 isa = XCBuildConfiguration;
2652 buildSettings = {
2653 };
2654 name = Debug;
2655 };
2656 DE66EC5208ABE78900323D32 /* Release */ = {
2657 isa = XCBuildConfiguration;
2658 buildSettings = {
2659 };
2660 name = Release;
2661 };
2662 DE66EC5308ABE78900323D32 /* Default */ = {
2663 isa = XCBuildConfiguration;
2664 buildSettings = {
2665 };
2666 name = Default;
2667 };
2668/* End XCBuildConfiguration section */
2669
2670/* Begin XCConfigurationList section */
Jim Laskeyed628ce2005-09-09 17:50:20 +00002671 CF0329B708D1BE530030FD33 /* Build configuration list for PBXLegacyTarget "LLVM lib" */ = {
2672 isa = XCConfigurationList;
2673 buildConfigurations = (
2674 CF0329B808D1BE530030FD33 /* Debug */,
2675 CF0329B908D1BE530030FD33 /* Release */,
2676 CF0329BA08D1BE530030FD33 /* Default */,
2677 );
2678 defaultConfigurationIsVisible = 0;
2679 };
2680 CF0329C308D1BEC40030FD33 /* Build configuration list for PBXLegacyTarget "LLVM llc" */ = {
2681 isa = XCConfigurationList;
2682 buildConfigurations = (
2683 CF0329C408D1BEC40030FD33 /* Debug */,
2684 CF0329C508D1BEC40030FD33 /* Release */,
2685 CF0329C608D1BEC40030FD33 /* Default */,
2686 );
2687 defaultConfigurationIsVisible = 0;
2688 };
2689 CF0329C708D1BEC40030FD33 /* Build configuration list for PBXAggregateTarget "LLVM full llc" */ = {
2690 isa = XCConfigurationList;
2691 buildConfigurations = (
2692 CF0329C808D1BEC40030FD33 /* Debug */,
2693 CF0329C908D1BEC40030FD33 /* Release */,
2694 CF0329CA08D1BEC40030FD33 /* Default */,
2695 );
2696 defaultConfigurationIsVisible = 0;
2697 };
Chris Lattner9656e722005-08-11 22:19:26 +00002698 DE66EC4C08ABE78900323D32 /* Build configuration list for PBXLegacyTarget "LLVM" */ = {
2699 isa = XCConfigurationList;
2700 buildConfigurations = (
2701 DE66EC4D08ABE78900323D32 /* Debug */,
2702 DE66EC4E08ABE78900323D32 /* Release */,
2703 DE66EC4F08ABE78900323D32 /* Default */,
2704 );
2705 defaultConfigurationIsVisible = 0;
2706 defaultConfigurationName = Default;
2707 };
2708 DE66EC5008ABE78900323D32 /* Build configuration list for PBXProject "LLVM" */ = {
2709 isa = XCConfigurationList;
2710 buildConfigurations = (
2711 DE66EC5108ABE78900323D32 /* Debug */,
2712 DE66EC5208ABE78900323D32 /* Release */,
2713 DE66EC5308ABE78900323D32 /* Default */,
2714 );
2715 defaultConfigurationIsVisible = 0;
2716 defaultConfigurationName = Default;
2717 };
2718/* End XCConfigurationList section */
2719 };
2720 rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
2721}