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