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