[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2007-01-29 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.29 - 1.30
---
Log message:

Update project.

---
Diffs of the changes:  (+4 -6)

 project.pbxproj |   10 --
 1 files changed, 4 insertions(+), 6 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.29 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.30
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.29  Tue Jan 23 21:42:03 2007
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Mon Jan 29 09:09:35 2007
@@ -123,9 +123,9 @@
CF65281209D1BA3800C4B521 /* SparcSubtarget.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
SparcSubtarget.h; path = ../lib/Target/Sparc/SparcSubtarget.h; sourceTree = 
SOURCE_ROOT; };
CF65281309D1BA3800C4B521 /* SparcTargetMachine.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = SparcTargetMachine.cpp; path = 
../lib/Target/Sparc/SparcTargetMachine.cpp; sourceTree = SOURCE_ROOT; };
CF65281409D1BA3800C4B521 /* SparcTargetMachine.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
SparcTargetMachine.h; path = ../lib/Target/Sparc/SparcTargetMachine.h; 
sourceTree = SOURCE_ROOT; };
-   CF6529A6095B21A8007F884E /* MachineDebugInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = MachineDebugInfo.cpp; sourceTree = group; };
+   CF6529A6095B21A8007F884E /* MachineModuleInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = MachineModuleInfo.cpp; sourceTree = group; };
CF6B5AFD095C82C300D1EA42 /* DAGCombiner.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = DAGCombiner.cpp; sourceTree = group; };
-   CF6F487109505E1500BC9E82 /* MachineDebugInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineDebugInfo.h; sourceTree = group; };
+   CF6F487109505E1500BC9E82 /* MachineModuleInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineModuleInfo.h; sourceTree = group; };
CF71B60F0AC45EDA0007F57C /* SmallVector.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SmallVector.h; sourceTree = group; };
CF73C0A2098A4FDF00627152 /* InlineAsm.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
InlineAsm.h; sourceTree = group; };
CF73C0A3098A4FDF00627152 /* TypeSymbolTable.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
TypeSymbolTable.h; sourceTree = group; };
@@ -1257,7 +1257,7 @@
DE66ED7508ABEC2B00323D32 /* LiveVariables.cpp 
*/,
CF32AF5C0AEE6A4E00D24CD4 /* 
LLVMTargetMachine.cpp */,
DE66ED7608ABEC2B00323D32 /* 
MachineBasicBlock.cpp */,
-   CF6529A6095B21A8007F884E /* 
MachineDebugInfo.cpp */,
+   CF6529A6095B21A8007F884E /* 
MachineModuleInfo.cpp */,
DE66ED7808ABEC2B00323D32 /* MachineFunction.cpp 
*/,
DE66ED7908ABEC2B00323D32 /* MachineInstr.cpp */,
CF4F27F60A7B6FA3004359F6 /* 
MachinePassRegistry.cpp */,
@@ -2030,7 +2030,7 @@
DE66F23B08ABF03100323D32 /* MachineBasicBlock.h 
*/,
DE66F23C08ABF03100323D32 /* 
MachineCodeEmitter.h */,
DE66F23D08ABF03100323D32 /* 
MachineConstantPool.h */,
-   CF6F487109505E1500BC9E82 /* MachineDebugInfo.h 
*/,
+   CF6F487109505E1500BC9E82 /* MachineModuleInfo.h 
*/,
DE66F23E08ABF03100323D32 /* MachineFrameInfo.h 
*/,
DE66F23F08ABF03100323D32 /* MachineFunction.h 
*/,
DE66F24008ABF03100323D32 /* 
MachineFunctionPass.h */,
@@ -2543,12 +2543,10 @@
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = DE66EC5008ABE78900323D32 /* 
Build configuration list for PBXProject LLVM */;
-   compatibilityVersion = Xcode 2.4;
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* LLVM */;
projectDirPath = ;
projectRoot = ;
-   shouldCheckCompatibility = 1;
targets = (

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2007-01-29 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.30 - 1.31
---
Log message:

Update project

---
Diffs of the changes:  (+0 -6)

 project.pbxproj |6 --
 1 files changed, 6 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.30 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.31
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.30  Mon Jan 29 09:09:35 2007
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Mon Jan 29 12:45:08 2007
@@ -154,13 +154,11 @@
CF8F1B420B64F70B00BB4199 /* PassManagers.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PassManagers.h; sourceTree = group; };
CF8F1B430B64F74400BB4199 /* Allocator.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
Allocator.h; sourceTree = group; };
CF8F1B440B64F74400BB4199 /* Compiler.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
Compiler.h; sourceTree = group; };
-   CF8F1B450B64F74400BB4199 /* Disassembler.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
Disassembler.h; sourceTree = group; };
CF8F1B460B64F74400BB4199 /* ManagedStatic.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ManagedStatic.h; sourceTree = group; };
CF8F1B470B64F74400BB4199 /* OutputBuffer.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
OutputBuffer.h; sourceTree = group; };
CF8F1B490B64F7AB00BB4199 /* LinkTimeOptimizer.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
LinkTimeOptimizer.h; sourceTree = group; };
CF8F1B4D0B64F80700BB4199 /* AliasDebugger.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = AliasDebugger.cpp; sourceTree = group; };
CF8F1B4E0B64F86A00BB4199 /* CStringMap.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = CStringMap.cpp; sourceTree = group; };
-   CF8F1B4F0B64F86A00BB4199 /* Disassembler.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = Disassembler.cpp; sourceTree = group; };
CF8F1B500B64F86A00BB4199 /* ManagedStatic.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ManagedStatic.cpp; sourceTree = group; };
CF8F1B510B64F86A00BB4199 /* Streams.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = Streams.cpp; sourceTree = group; };
CF8F1B530B64F8C000BB4199 /* IncludeFile.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IncludeFile.cpp; sourceTree = group; };
@@ -396,7 +394,6 @@
DE66ECA508ABEB8000323D32 /* ArchiveWriter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = ArchiveWriter.cpp; sourceTree = group; };
DE66ECB708ABEB8000323D32 /* SlotCalculator.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = SlotCalculator.cpp; sourceTree = group; };
DE66ECB808ABEB8000323D32 /* SlotCalculator.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
SlotCalculator.h; sourceTree = group; };
-   DE66ECB908ABEB8000323D32 /* SlotTable.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
SlotTable.h; sourceTree = group; };
DE66ECBA08ABEB8000323D32 /* Writer.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = Writer.cpp; sourceTree = group; };
DE66ECBB08ABEB8000323D32 /* WriterInternals.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
WriterInternals.h; sourceTree = group; };
DE66ECBE08ABEC0700323D32 /* AliasAnalysis.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = AliasAnalysis.cpp; sourceTree = group; };
@@ -1182,7 +1179,6 @@
children = (
DE66ECB708ABEB8000323D32 /* SlotCalculator.cpp 
*/,
DE66ECB808ABEB8000323D32 /* SlotCalculator.h */,
-   DE66ECB908ABEB8000323D32 /* SlotTable.h */,
DE66ECBA08ABEB8000323D32 /* Writer.cpp */,
DE66ECBB08ABEB8000323D32 /* WriterInternals.h 
*/,
);
@@ -1368,7 +1364,6 @@
   

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2007-01-23 Thread Bill Wendling


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.28 - 1.29
---
Log message:

Added new files.


---
Diffs of the changes:  (+11 -0)

 project.pbxproj |   11 +++
 1 files changed, 11 insertions(+)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.28 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.29
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.28  Mon Jan 22 08:13:45 2007
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Tue Jan 23 21:42:03 2007
@@ -65,6 +65,10 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+   84115FFE0B66D87400E1293E /* TargetMachOWriterInfo.cpp */ = {isa 
= PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = TargetMachOWriterInfo.cpp; sourceTree = group; };
+   84115FFF0B66D89B00E1293E /* PPCMachOWriterInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCMachOWriterInfo.cpp; sourceTree = group; };
+   84116B66D8AC00E1293E /* PPCMachOWriterInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
PPCMachOWriterInfo.h; sourceTree = group; };
+   8443EF210B66B62D00959964 /* TargetMachOWriterInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
TargetMachOWriterInfo.h; sourceTree = group; };
CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
CF32AF5C0AEE6A4E00D24CD4 /* LLVMTargetMachine.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = LLVMTargetMachine.cpp; sourceTree = group; };
@@ -1479,6 +1483,7 @@
DE66EE9608ABEE5D00323D32 /* lib/Target */ = {
isa = PBXGroup;
children = (
+   84115FFE0B66D87400E1293E /* 
TargetMachOWriterInfo.cpp */,
DE66EE9708ABEE5D00323D32 /* Alpha */,
CF8F1BCF0B64FC8A00BB4199 /* ARM */,
DE66EEC908ABEE5E00323D32 /* CBackend */,
@@ -1592,6 +1597,8 @@
DE66EF1108ABEE5E00323D32 /* PowerPC */ = {
isa = PBXGroup;
children = (
+   84116B66D8AC00E1293E /* 
PPCMachOWriterInfo.h */,
+   84115FFF0B66D89B00E1293E /* 
PPCMachOWriterInfo.cpp */,
CFA702CB0A6FA8AD0006009A /* PPCGenAsmWriter.inc 
*/,
CFA702CC0A6FA8AD0006009A /* 
PPCGenCodeEmitter.inc */,
CFA702CD0A6FA8AD0006009A /* PPCGenDAGISel.inc 
*/,
@@ -2151,6 +2158,7 @@
DE66F29F08ABF03200323D32 /* Target */ = {
isa = PBXGroup;
children = (
+   8443EF210B66B62D00959964 /* 
TargetMachOWriterInfo.h */,
DE66F2A008ABF03200323D32 /* MRegisterInfo.h */,
CF9BCD0808C74DE0001E7011 /* SubtargetFeature.h 
*/,
CF47BD380AAF40BC00A8B13E /* TargetAsmInfo.h */,
@@ -2535,9 +2543,12 @@
08FB7793FE84155DC02AAC07 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = DE66EC5008ABE78900323D32 /* 
Build configuration list for PBXProject LLVM */;
+   compatibilityVersion = Xcode 2.4;
hasScannedForEncodings = 1;
mainGroup = 08FB7794FE84155DC02AAC07 /* LLVM */;
projectDirPath = ;
+   projectRoot = ;
+   shouldCheckCompatibility = 1;
targets = (
D28A88AD04BDD90700651E21 /* LLVM */,
CF0329B608D1BE110030FD33 /* LLVM lib */,



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-11-05 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.24 - 1.25
---
Log message:

Up to date for 1.9

---
Diffs of the changes:  (+404 -51)

 project.pbxproj |  455 +---
 1 files changed, 404 insertions(+), 51 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.24 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.25
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.24  Thu Sep  7 17:07:57 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Sun Nov  5 15:00:54 2006
@@ -19,6 +19,18 @@
name = LLVM full llc;
productName = LLVM full llc;
};
+   CFDF86D00ADE82D40A3D /* LLVM full llc release */ = {
+   isa = PBXAggregateTarget;
+   buildConfigurationList = CFDF86D50ADE82D40A3D /* 
Build configuration list for PBXAggregateTarget LLVM full llc release */;
+   buildPhases = (
+   );
+   dependencies = (
+   CFDF86DA0ADE822100D40A3D /* PBXTargetDependency 
*/,
+   CFDF86DC0ADE822100D40A3D /* PBXTargetDependency 
*/,
+   );
+   name = LLVM full llc release;
+   productName = LLVM full llc;
+   };
 /* End PBXAggregateTarget section */
 
 /* Begin PBXContainerItemProxy section */
@@ -36,15 +48,30 @@
remoteGlobalIDString = CF0329BB08D1BE5D0030FD33;
remoteInfo = LLVM llc;
};
+   CFDF86D90ADE822100D40A3D /* PBXContainerItemProxy */ = {
+   isa = PBXContainerItemProxy;
+   containerPortal = 08FB7793FE84155DC02AAC07 /* Project 
object */;
+   proxyType = 1;
+   remoteGlobalIDString = CFDF86BD0ADE819D00D40A3D;
+   remoteInfo = LLVM lib release;
+   };
+   CFDF86DB0ADE822100D40A3D /* PBXContainerItemProxy */ = {
+   isa = PBXContainerItemProxy;
+   containerPortal = 08FB7793FE84155DC02AAC07 /* Project 
object */;
+   proxyType = 1;
+   remoteGlobalIDString = CFDF86C60ADE81D000D40A3D;
+   remoteInfo = LLVM llc release;
+   };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
+   CF32AF5C0AEE6A4E00D24CD4 /* LLVMTargetMachine.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = LLVMTargetMachine.cpp; sourceTree = group; };
+   CF33BE150AF62B4200E93805 /* CStringMap.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
CStringMap.h; sourceTree = group; };
+   CF33BE160AF62B4200E93805 /* SmallString.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SmallString.h; sourceTree = group; };
CF341DAD0AB07A8B0099B064 /* AlphaTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
AlphaTargetAsmInfo.h; sourceTree = group; };
CF341DAE0AB07A8B0099B064 /* AlphaTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = AlphaTargetAsmInfo.cpp; sourceTree = group; };
-   CF341DC30AB07E6B0099B064 /* ARMTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ARMTargetAsmInfo.h; sourceTree = group; };
-   CF341DC40AB07E6B0099B064 /* ARMTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ARMTargetAsmInfo.cpp; sourceTree = group; };
CF341DE80AB07F890099B064 /* IA64TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
IA64TargetAsmInfo.h; sourceTree = group; };
CF341DE90AB07F890099B064 /* IA64TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64TargetAsmInfo.cpp; sourceTree = group; };
CF341E010AB080220099B064 /* PPCTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-11-05 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.25 - 1.26
---
Log message:

Misfire.

---
Diffs of the changes:  (+51 -404)

 project.pbxproj |  455 ++--
 1 files changed, 51 insertions(+), 404 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.25 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.26
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.25  Sun Nov  5 15:00:54 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Sun Nov  5 15:20:04 2006
@@ -19,18 +19,6 @@
name = LLVM full llc;
productName = LLVM full llc;
};
-   CFDF86D00ADE82D40A3D /* LLVM full llc release */ = {
-   isa = PBXAggregateTarget;
-   buildConfigurationList = CFDF86D50ADE82D40A3D /* 
Build configuration list for PBXAggregateTarget LLVM full llc release */;
-   buildPhases = (
-   );
-   dependencies = (
-   CFDF86DA0ADE822100D40A3D /* PBXTargetDependency 
*/,
-   CFDF86DC0ADE822100D40A3D /* PBXTargetDependency 
*/,
-   );
-   name = LLVM full llc release;
-   productName = LLVM full llc;
-   };
 /* End PBXAggregateTarget section */
 
 /* Begin PBXContainerItemProxy section */
@@ -48,30 +36,15 @@
remoteGlobalIDString = CF0329BB08D1BE5D0030FD33;
remoteInfo = LLVM llc;
};
-   CFDF86D90ADE822100D40A3D /* PBXContainerItemProxy */ = {
-   isa = PBXContainerItemProxy;
-   containerPortal = 08FB7793FE84155DC02AAC07 /* Project 
object */;
-   proxyType = 1;
-   remoteGlobalIDString = CFDF86BD0ADE819D00D40A3D;
-   remoteInfo = LLVM lib release;
-   };
-   CFDF86DB0ADE822100D40A3D /* PBXContainerItemProxy */ = {
-   isa = PBXContainerItemProxy;
-   containerPortal = 08FB7793FE84155DC02AAC07 /* Project 
object */;
-   proxyType = 1;
-   remoteGlobalIDString = CFDF86C60ADE81D000D40A3D;
-   remoteInfo = LLVM llc release;
-   };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
-   CF32AF5C0AEE6A4E00D24CD4 /* LLVMTargetMachine.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = LLVMTargetMachine.cpp; sourceTree = group; };
-   CF33BE150AF62B4200E93805 /* CStringMap.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
CStringMap.h; sourceTree = group; };
-   CF33BE160AF62B4200E93805 /* SmallString.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SmallString.h; sourceTree = group; };
CF341DAD0AB07A8B0099B064 /* AlphaTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
AlphaTargetAsmInfo.h; sourceTree = group; };
CF341DAE0AB07A8B0099B064 /* AlphaTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = AlphaTargetAsmInfo.cpp; sourceTree = group; };
+   CF341DC30AB07E6B0099B064 /* ARMTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ARMTargetAsmInfo.h; sourceTree = group; };
+   CF341DC40AB07E6B0099B064 /* ARMTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ARMTargetAsmInfo.cpp; sourceTree = group; };
CF341DE80AB07F890099B064 /* IA64TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
IA64TargetAsmInfo.h; sourceTree = group; };
CF341DE90AB07F890099B064 /* IA64TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64TargetAsmInfo.cpp; sourceTree = group; };
CF341E010AB080220099B064 /* PPCTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-11-05 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.26 - 1.27
---
Log message:

Try again.

---
Diffs of the changes:  (+403 -50)

 project.pbxproj |  453 +---
 1 files changed, 403 insertions(+), 50 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.26 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.27
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.26  Sun Nov  5 15:20:04 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Sun Nov  5 15:21:20 2006
@@ -19,6 +19,18 @@
name = LLVM full llc;
productName = LLVM full llc;
};
+   CFDF86D00ADE82D40A3D /* LLVM full llc release */ = {
+   isa = PBXAggregateTarget;
+   buildConfigurationList = CFDF86D50ADE82D40A3D /* 
Build configuration list for PBXAggregateTarget LLVM full llc release */;
+   buildPhases = (
+   );
+   dependencies = (
+   CFDF86DA0ADE822100D40A3D /* PBXTargetDependency 
*/,
+   CFDF86DC0ADE822100D40A3D /* PBXTargetDependency 
*/,
+   );
+   name = LLVM full llc release;
+   productName = LLVM full llc;
+   };
 /* End PBXAggregateTarget section */
 
 /* Begin PBXContainerItemProxy section */
@@ -36,15 +48,30 @@
remoteGlobalIDString = CF0329BB08D1BE5D0030FD33;
remoteInfo = LLVM llc;
};
+   CFDF86D90ADE822100D40A3D /* PBXContainerItemProxy */ = {
+   isa = PBXContainerItemProxy;
+   containerPortal = 08FB7793FE84155DC02AAC07 /* Project 
object */;
+   proxyType = 1;
+   remoteGlobalIDString = CFDF86BD0ADE819D00D40A3D;
+   remoteInfo = LLVM lib release;
+   };
+   CFDF86DB0ADE822100D40A3D /* PBXContainerItemProxy */ = {
+   isa = PBXContainerItemProxy;
+   containerPortal = 08FB7793FE84155DC02AAC07 /* Project 
object */;
+   proxyType = 1;
+   remoteGlobalIDString = CFDF86C60ADE81D000D40A3D;
+   remoteInfo = LLVM llc release;
+   };
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
+   CF32AF5C0AEE6A4E00D24CD4 /* LLVMTargetMachine.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = LLVMTargetMachine.cpp; sourceTree = group; };
+   CF33BE150AF62B4200E93805 /* CStringMap.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
CStringMap.h; sourceTree = group; };
+   CF33BE160AF62B4200E93805 /* SmallString.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SmallString.h; sourceTree = group; };
CF341DAD0AB07A8B0099B064 /* AlphaTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
AlphaTargetAsmInfo.h; sourceTree = group; };
CF341DAE0AB07A8B0099B064 /* AlphaTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = AlphaTargetAsmInfo.cpp; sourceTree = group; };
-   CF341DC30AB07E6B0099B064 /* ARMTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ARMTargetAsmInfo.h; sourceTree = group; };
-   CF341DC40AB07E6B0099B064 /* ARMTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ARMTargetAsmInfo.cpp; sourceTree = group; };
CF341DE80AB07F890099B064 /* IA64TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
IA64TargetAsmInfo.h; sourceTree = group; };
CF341DE90AB07F890099B064 /* IA64TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64TargetAsmInfo.cpp; sourceTree = group; };
CF341E010AB080220099B064 /* PPCTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-09-07 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.23 - 1.24
---
Log message:

Adding new files.


---
Diffs of the changes:  (+24 -0)

 project.pbxproj |   24 
 1 files changed, 24 insertions(+)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.23 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.24
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.23  Wed Sep  6 13:38:54 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Thu Sep  7 17:07:57 2006
@@ -41,6 +41,18 @@
 /* Begin PBXFileReference section */
CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
+   CF341DAD0AB07A8B0099B064 /* AlphaTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
AlphaTargetAsmInfo.h; sourceTree = group; };
+   CF341DAE0AB07A8B0099B064 /* AlphaTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = AlphaTargetAsmInfo.cpp; sourceTree = group; };
+   CF341DC30AB07E6B0099B064 /* ARMTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ARMTargetAsmInfo.h; sourceTree = group; };
+   CF341DC40AB07E6B0099B064 /* ARMTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ARMTargetAsmInfo.cpp; sourceTree = group; };
+   CF341DE80AB07F890099B064 /* IA64TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
IA64TargetAsmInfo.h; sourceTree = group; };
+   CF341DE90AB07F890099B064 /* IA64TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64TargetAsmInfo.cpp; sourceTree = group; };
+   CF341E010AB080220099B064 /* PPCTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCTargetAsmInfo.h; sourceTree = group; };
+   CF341E020AB080220099B064 /* PPCTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCTargetAsmInfo.cpp; sourceTree = group; };
+   CF341E220AB0814B0099B064 /* SparcTargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SparcTargetAsmInfo.h; sourceTree = group; };
+   CF341E230AB0814B0099B064 /* SparcTargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SparcTargetAsmInfo.cpp; sourceTree = group; };
+   CF341E320AB082D60099B064 /* X86TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
X86TargetAsmInfo.h; sourceTree = group; };
+   CF341E330AB082D60099B064 /* X86TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = X86TargetAsmInfo.cpp; sourceTree = group; };
CF47BD380AAF40BC00A8B13E /* TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
TargetAsmInfo.h; sourceTree = group; };
CF47BD860AAF487E00A8B13E /* TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = TargetAsmInfo.cpp; sourceTree = group; };
CF490D14090541D30072DB1C /* TargetSchedule.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
TargetSchedule.td; sourceTree = group; };
@@ -938,6 +950,8 @@
CF9720490A9F3BBC002CEEDD /* ARMRegisterInfo.cpp 
*/,
CF97204A0A9F3BBC002CEEDD /* ARMRegisterInfo.h 
*/,
CF97204B0A9F3BBC002CEEDD /* ARMRegisterInfo.td 
*/,
+   CF341DC40AB07E6B0099B064 /* 
ARMTargetAsmInfo.cpp */,
+   CF341DC30AB07E6B0099B064 /* ARMTargetAsmInfo.h 
*/,
CF97204C0A9F3BBC002CEEDD /* 
ARMTargetMachine.cpp */,
CF97204D0A9F3BBC002CEEDD /* ARMTargetMachine.h 
*/,
);
@@ -1394,6 +1408,8 @@
DE66EEAC08ABEE5E00323D32 /* AlphaRegisterInfo.h 
*/,
DE66EEAD08ABEE5E00323D32 /* 
AlphaRegisterInfo.td */,
DE66EEAE08ABEE5E00323D32 /* 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-09-06 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.22 - 1.23
---
Log message:

Update project with new files.


---
Diffs of the changes:  (+5 -3)

 project.pbxproj |8 +---
 1 files changed, 5 insertions(+), 3 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.22 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.23
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.22  Fri Aug 25 09:16:49 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Wed Sep  6 13:38:54 2006
@@ -41,6 +41,8 @@
 /* Begin PBXFileReference section */
CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
+   CF47BD380AAF40BC00A8B13E /* TargetAsmInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
TargetAsmInfo.h; sourceTree = group; };
+   CF47BD860AAF487E00A8B13E /* TargetAsmInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = TargetAsmInfo.cpp; sourceTree = group; };
CF490D14090541D30072DB1C /* TargetSchedule.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
TargetSchedule.td; sourceTree = group; };
CF490D15090541D30072DB1C /* TargetSelectionDAG.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
TargetSelectionDAG.td; sourceTree = group; };
CF490E2F0907BBF80072DB1C /* SubtargetEmitter.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SubtargetEmitter.h; sourceTree = group; };
@@ -893,7 +895,6 @@
DE8170AA08CFB44D0093BDEF /* TableGen.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = TableGen.cpp; sourceTree = group; };
DE8170AB08CFB44D0093BDEF /* TableGenBackend.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = TableGenBackend.cpp; sourceTree = group; };
DE8170AC08CFB44D0093BDEF /* TableGenBackend.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
TableGenBackend.h; sourceTree = group; };
-   DEFAB19C0959E97F00E0AB42 /* DwarfWriter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
name = DwarfWriter.cpp; path = ../lib/CodeGen/DwarfWriter.cpp; sourceTree = 
SOURCE_ROOT; };
DEFAB19D0959E9A100E0AB42 /* DwarfWriter.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = 
DwarfWriter.h; path = ../include/llvm/CodeGen/DwarfWriter.h; sourceTree = 
SOURCE_ROOT; };
 /* End PBXFileReference section */
 
@@ -1113,7 +1114,6 @@
DE66ED3F08ABEC2A00323D32 /* AsmPrinter.cpp */,
DE66ED4008ABEC2A00323D32 /* BranchFolding.cpp 
*/,
CFC244570959DEF2009F8C47 /* DwarfWriter.cpp */,
-   DEFAB19C0959E97F00E0AB42 /* DwarfWriter.cpp */,
DE66ED6F08ABEC2B00323D32 /* ELFWriter.cpp */,
DE66ED7008ABEC2B00323D32 /* 
IntrinsicLowering.cpp */,
DE66ED7108ABEC2B00323D32 /* LiveInterval.cpp */,
@@ -1338,6 +1338,7 @@
DE66EE9608ABEE5D00323D32 /* lib/Target */ = {
isa = PBXGroup;
children = (
+   CF47BD860AAF487E00A8B13E /* TargetAsmInfo.cpp 
*/,
DE66EE9708ABEE5D00323D32 /* Alpha */,
CF9720380A9F3BBC002CEEDD /* ARM */,
DE66EEC908ABEE5E00323D32 /* CBackend */,
@@ -1999,6 +2000,7 @@
children = (
DE66F2A008ABF03200323D32 /* MRegisterInfo.h */,
CF9BCD0808C74DE0001E7011 /* SubtargetFeature.h 
*/,
+   CF47BD380AAF40BC00A8B13E /* TargetAsmInfo.h */,
DE66F2A108ABF03200323D32 /* TargetData.h */,
DE66F2A208ABF03200323D32 /* TargetFrameInfo.h 
*/,
DE66F2A308ABF03200323D32 /* TargetInstrInfo.h 
*/,
@@ -2287,7 +2289,7 @@
 /* Begin PBXLegacyTarget section */
CF0329B608D1BE110030FD33 /* LLVM lib */ = {
isa = PBXLegacyTarget;
-   buildArgumentsString = 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-08-25 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.21 - 1.22
---
Log message:

Bring Xcode project up to date.


---
Diffs of the changes:  (+162 -49)

 project.pbxproj |  211 ++--
 1 files changed, 162 insertions(+), 49 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.21 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.22
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.21  Thu Jul 13 17:17:58 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Fri Aug 25 09:16:49 2006
@@ -45,6 +45,8 @@
CF490D15090541D30072DB1C /* TargetSelectionDAG.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
TargetSelectionDAG.td; sourceTree = group; };
CF490E2F0907BBF80072DB1C /* SubtargetEmitter.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SubtargetEmitter.h; sourceTree = group; };
CF490E300907BBF80072DB1C /* SubtargetEmitter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SubtargetEmitter.cpp; sourceTree = group; };
+   CF4F27E60A7B6E23004359F6 /* MachinePassRegistry.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachinePassRegistry.h; sourceTree = group; };
+   CF4F27F60A7B6FA3004359F6 /* MachinePassRegistry.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = MachinePassRegistry.cpp; sourceTree = group; };
CF65223409CA39B800C4B521 /* Intrinsics.gen */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
Intrinsics.gen; sourceTree = group; };
CF6527D909D1A53400C4B521 /* MachineLocation.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineLocation.h; sourceTree = group; };
CF6527FA09D1BA3800C4B521 /* DelaySlotFiller.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = DelaySlotFiller.cpp; path = ../lib/Target/Sparc/DelaySlotFiller.cpp; 
sourceTree = SOURCE_ROOT; };
@@ -82,7 +84,6 @@
CF73C0A4098A4FDF00627152 /* ValueSymbolTable.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ValueSymbolTable.h; sourceTree = group; };
CF73C0A5098A507300627152 /* ConstantFolding.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ConstantFolding.h; sourceTree = group; };
CF73C0A6098A507300627152 /* ET-Forest.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ET-Forest.h; sourceTree = group; };
-   CF73C0A7098A507300627152 /* LinkAllAnalyses.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
LinkAllAnalyses.h; sourceTree = group; };
CF73C0A8098A50C200627152 /* AutoUpgrade.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
AutoUpgrade.h; sourceTree = group; };
CF73C0A9098A50FD00627152 /* config.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
config.h; sourceTree = group; };
CF73C0AD098A519400627152 /* DataTypes.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
DataTypes.h; sourceTree = group; };
@@ -103,8 +104,76 @@
CF7FFA2109850864008B0087 /* ScheduleDAG.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ScheduleDAG.h; sourceTree = group; };
CF8D62FA09C2226F006017BA /* Intrinsics.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
Intrinsics.td; sourceTree = group; };
CF8E00490989162500DA2399 /* Dwarf.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
Dwarf.h; sourceTree = group; };
+   CF9720240A9F3969002CEEDD /* MachOWriter.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachOWriter.h; sourceTree = group; };
+   CF9720250A9F3969002CEEDD /* SelectionDAGCSEMap.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SelectionDAGCSEMap.h; sourceTree = group; };
+   CF9720260A9F39B9002CEEDD /* LinkAllPasses.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
LinkAllPasses.h; sourceTree = group; };
+   CF9720270A9F39B9002CEEDD /* LinkTimeOptimizer.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
LinkTimeOptimizer.h; sourceTree = group; };
+ 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-04-08 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.19 - 1.20
---
Log message:

Misc. project changes.  html + build config changes supplied by Devang.


---
Diffs of the changes:  (+109 -112)

 project.pbxproj |  221 +++-
 1 files changed, 109 insertions(+), 112 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.19 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.20
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.19  Fri Jan 27 07:24:20 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Sat Apr  8 01:04:56 2006
@@ -78,6 +78,7 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+   CF1ACC9709C9DE4400D3C5EB /* IntrinsicInst.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = IntrinsicInst.cpp; path = ../lib/VMCore/IntrinsicInst.cpp; sourceTree = 
group; };
CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
CF490CD50903C9260072DB1C /* PPC.h */ = {isa = PBXFileReference; 
fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PPC.h; sourceTree 
= group; };
CF490CD60903C9260072DB1C /* PPCAsmPrinter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCAsmPrinter.cpp; sourceTree = group; };
@@ -112,6 +113,35 @@
CF490D890906A78C0072DB1C /* PPC.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PPC.td; 
sourceTree = group; };
CF490E2F0907BBF80072DB1C /* SubtargetEmitter.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SubtargetEmitter.h; sourceTree = group; };
CF490E300907BBF80072DB1C /* SubtargetEmitter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SubtargetEmitter.cpp; sourceTree = group; };
+   CF65223409CA39B800C4B521 /* Intrinsics.gen */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
Intrinsics.gen; sourceTree = group; };
+   CF6527D909D1A53400C4B521 /* MachineLocation.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineLocation.h; sourceTree = group; };
+   CF6527FA09D1BA3800C4B521 /* DelaySlotFiller.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = DelaySlotFiller.cpp; path = ../lib/Target/Sparc/DelaySlotFiller.cpp; 
sourceTree = SOURCE_ROOT; };
+   CF6527FB09D1BA3800C4B521 /* FPMover.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = FPMover.cpp; path = ../lib/Target/Sparc/FPMover.cpp; sourceTree = 
SOURCE_ROOT; };
+   CF6527FC09D1BA3800C4B521 /* Makefile */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; name = 
Makefile; path = ../lib/Target/Sparc/Makefile; sourceTree = SOURCE_ROOT; };
+   CF6527FD09D1BA3800C4B521 /* README.txt */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = 
README.txt; path = ../lib/Target/Sparc/README.txt; sourceTree = SOURCE_ROOT; };
+   CF6527FE09D1BA3800C4B521 /* Sparc.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = 
Sparc.h; path = ../lib/Target/Sparc/Sparc.h; sourceTree = SOURCE_ROOT; };
+   CF6527FF09D1BA3800C4B521 /* Sparc.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = Sparc.td; 
path = ../lib/Target/Sparc/Sparc.td; sourceTree = SOURCE_ROOT; };
+   CF65280009D1BA3800C4B521 /* SparcAsmPrinter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = SparcAsmPrinter.cpp; path = ../lib/Target/Sparc/SparcAsmPrinter.cpp; 
sourceTree = SOURCE_ROOT; };
+   CF65280109D1BA3800C4B521 /* SparcGenAsmWriter.inc */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name 
= SparcGenAsmWriter.inc; path = ../lib/Target/Sparc/SparcGenAsmWriter.inc; 
sourceTree = SOURCE_ROOT; };
+   CF65280209D1BA3800C4B521 /* SparcGenDAGISel.inc */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name 
= SparcGenDAGISel.inc; path = ../lib/Target/Sparc/SparcGenDAGISel.inc; 
sourceTree = SOURCE_ROOT; };
+   CF65280309D1BA3800C4B521 /* SparcGenInstrInfo.inc */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.pascal; name 
= SparcGenInstrInfo.inc; path = ../lib/Target/Sparc/SparcGenInstrInfo.inc; 
sourceTree = SOURCE_ROOT; };
+   

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-01-27 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.18 - 1.19
---
Log message:

Catch up on some of the file addition/deletions.


---
Diffs of the changes:  (+44 -10)

 project.pbxproj |   54 --
 1 files changed, 44 insertions(+), 10 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.18 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.19
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.18  Thu Jan 26 14:32:00 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Fri Jan 27 07:24:20 2006
@@ -115,6 +115,28 @@
CF6529A6095B21A8007F884E /* MachineDebugInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = MachineDebugInfo.cpp; sourceTree = group; };
CF6B5AFD095C82C300D1EA42 /* DAGCombiner.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = DAGCombiner.cpp; sourceTree = group; };
CF6F487109505E1500BC9E82 /* MachineDebugInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineDebugInfo.h; sourceTree = group; };
+   CF73C0A2098A4FDF00627152 /* InlineAsm.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
InlineAsm.h; sourceTree = group; };
+   CF73C0A3098A4FDF00627152 /* TypeSymbolTable.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
TypeSymbolTable.h; sourceTree = group; };
+   CF73C0A4098A4FDF00627152 /* ValueSymbolTable.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ValueSymbolTable.h; sourceTree = group; };
+   CF73C0A5098A507300627152 /* ConstantFolding.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ConstantFolding.h; sourceTree = group; };
+   CF73C0A6098A507300627152 /* ET-Forest.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ET-Forest.h; sourceTree = group; };
+   CF73C0A7098A507300627152 /* LinkAllAnalyses.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
LinkAllAnalyses.h; sourceTree = group; };
+   CF73C0A8098A50C200627152 /* AutoUpgrade.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
AutoUpgrade.h; sourceTree = group; };
+   CF73C0A9098A50FD00627152 /* config.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
config.h; sourceTree = group; };
+   CF73C0AD098A519400627152 /* DataTypes.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
DataTypes.h; sourceTree = group; };
+   CF73C0AE098A51AD00627152 /* Alarm.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
Alarm.h; sourceTree = group; };
+   CF73C0AF098A51DD00627152 /* RSProfiling.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
RSProfiling.h; sourceTree = group; };
+   CF73C0B0098A523C00627152 /* ConstantFolding.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ConstantFolding.cpp; sourceTree = group; };
+   CF73C0B4098A538B00627152 /* SparcV8Subtarget.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SparcV8Subtarget.cpp; sourceTree = group; };
+   CF73C0B5098A538B00627152 /* SparcV8Subtarget.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SparcV8Subtarget.h; sourceTree = group; };
+   CF73C0B6098A53EF00627152 /* IA64Bundling.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64Bundling.cpp; sourceTree = group; };
+   CF73C0B7098A546000627152 /* RSProfiling.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = RSProfiling.cpp; sourceTree = group; };
+   CF73C0B8098A546000627152 /* RSProfiling.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
RSProfiling.h; sourceTree = group; };
+   CF73C0B9098A546000627152 /* Reg2Mem.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = Reg2Mem.cpp; sourceTree = group; };
+   CF73C0BC098A551F00627152 /* AutoUpgrade.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
name = AutoUpgrade.cpp; path = ../lib/VMCore/AutoUpgrade.cpp; sourceTree = 
SOURCE_ROOT; };
+   

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-01-26 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.17 - 1.18
---
Log message:

Update files lists.


---
Diffs of the changes:  (+9 -5)

 project.pbxproj |   14 +-
 1 files changed, 9 insertions(+), 5 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.17 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.18
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.17  Tue Jan 17 11:29:20 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Thu Jan 26 14:32:00 2006
@@ -92,7 +92,6 @@
CF490CDF0903C9260072DB1C /* PPCISelDAGToDAG.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCISelDAGToDAG.cpp; sourceTree = group; };
CF490CE00903C9260072DB1C /* PPCISelLowering.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCISelLowering.cpp; sourceTree = group; };
CF490CE10903C9260072DB1C /* PPCISelLowering.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCISelLowering.h; sourceTree = group; };
-   CF490CE20903C9260072DB1C /* PPCISelPattern.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCISelPattern.cpp; sourceTree = group; };
CF490CE30903C9260072DB1C /* PPCJITInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCJITInfo.cpp; sourceTree = group; };
CF490CE40903C9260072DB1C /* PPCJITInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCJITInfo.h; sourceTree = group; };
CF490CE50903C9260072DB1C /* PPCRegisterInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCRegisterInfo.cpp; sourceTree = group; };
@@ -116,6 +115,10 @@
CF6529A6095B21A8007F884E /* MachineDebugInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = MachineDebugInfo.cpp; sourceTree = group; };
CF6B5AFD095C82C300D1EA42 /* DAGCombiner.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = DAGCombiner.cpp; sourceTree = group; };
CF6F487109505E1500BC9E82 /* MachineDebugInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineDebugInfo.h; sourceTree = group; };
+   CF7FFA1F0985081C008B0087 /* ScheduleDAGList.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ScheduleDAGList.cpp; sourceTree = group; };
+   CF7FFA200985081C008B0087 /* ScheduleDAGSimple.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = ScheduleDAGSimple.cpp; sourceTree = group; };
+   CF7FFA2109850864008B0087 /* ScheduleDAG.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
ScheduleDAG.h; sourceTree = group; };
+   CF8E00490989162500DA2399 /* Dwarf.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
Dwarf.h; sourceTree = group; };
CF9BCD0808C74DE0001E7011 /* SubtargetFeature.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SubtargetFeature.h; sourceTree = group; };
CF9BCD1508C75070001E7011 /* SubtargetFeature.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SubtargetFeature.cpp; sourceTree = group; };
CFBD8B1A090E76540020B107 /* AlphaISelDAGToDAG.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = AlphaISelDAGToDAG.cpp; sourceTree = group; };
@@ -150,7 +153,6 @@
DE4DA04A091147ED0012D44B /* PPCISelDAGToDAG.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
name = PPCISelDAGToDAG.cpp; path = ../lib/Target/PowerPC/PPCISelDAGToDAG.cpp; 
sourceTree = SOURCE_ROOT; };
DE4DA04B091147ED0012D44B /* PPCISelLowering.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
name = PPCISelLowering.cpp; path = ../lib/Target/PowerPC/PPCISelLowering.cpp; 
sourceTree = SOURCE_ROOT; };
DE4DA04C091147ED0012D44B /* PPCISelLowering.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = 
PPCISelLowering.h; path = ../lib/Target/PowerPC/PPCISelLowering.h; sourceTree = 
SOURCE_ROOT; };
-   DE4DA04D091147ED0012D44B /* PPCISelPattern.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
name = PPCISelPattern.cpp; path = 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-01-17 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.16 - 1.17
---
Log message:

Adding UniqueVector.


---
Diffs of the changes:  (+2 -0)

 project.pbxproj |2 ++
 1 files changed, 2 insertions(+)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.16 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.17
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.16  Wed Jan  4 07:37:32 2006
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Tue Jan 17 11:29:20 2006
@@ -131,6 +131,7 @@
CFC244BF0959F2E3009F8C47 /* IA64ISelDAGToDAG.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64ISelDAGToDAG.cpp; sourceTree = group; };
CFC244C00959F2E3009F8C47 /* IA64ISelLowering.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = IA64ISelLowering.cpp; sourceTree = group; };
CFC244C10959F2E3009F8C47 /* IA64ISelLowering.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
IA64ISelLowering.h; sourceTree = group; };
+   CFF8B434097C605F0047F72A /* UniqueVector.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
UniqueVector.h; sourceTree = group; };
DE4DA0390911476D0012D44B /* LoopSimplify.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
name = LoopSimplify.cpp; path = ../lib/Transforms/Utils/LoopSimplify.cpp; 
sourceTree = SOURCE_ROOT; };
DE4DA03C091147920012D44B /* LiveInterval.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = 
LiveInterval.h; path = ../include/llvm/CodeGen/LiveInterval.h; sourceTree = 
SOURCE_ROOT; };
DE4DA03D091147920012D44B /* LiveIntervalAnalysis.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = 
LiveIntervalAnalysis.h; path = ../include/llvm/CodeGen/LiveIntervalAnalysis.h; 
sourceTree = SOURCE_ROOT; };
@@ -1898,6 +1899,7 @@
DE66F1FF08ABF03100323D32 /* STLExtras.h */,
DE66F20008ABF03100323D32 /* StringExtras.h */,
DE66F20108ABF03100323D32 /* Tree.h */,
+   CFF8B434097C605F0047F72A /* UniqueVector.h */,
DE66F20208ABF03100323D32 /* VectorExtras.h */,
);
path = ADT;



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2006-01-04 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.15 - 1.16
---
Log message:

Adding new files.


---
Diffs of the changes:  (+4 -0)

 project.pbxproj |4 
 1 files changed, 4 insertions(+)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.15 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.16
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.15  Wed Dec 21 14:47:34 2005
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Wed Jan  4 07:37:32 2006
@@ -113,6 +113,8 @@
CF490D890906A78C0072DB1C /* PPC.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = PPC.td; 
sourceTree = group; };
CF490E2F0907BBF80072DB1C /* SubtargetEmitter.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SubtargetEmitter.h; sourceTree = group; };
CF490E300907BBF80072DB1C /* SubtargetEmitter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SubtargetEmitter.cpp; sourceTree = group; };
+   CF6529A6095B21A8007F884E /* MachineDebugInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = MachineDebugInfo.cpp; sourceTree = group; };
+   CF6B5AFD095C82C300D1EA42 /* DAGCombiner.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = DAGCombiner.cpp; sourceTree = group; };
CF6F487109505E1500BC9E82 /* MachineDebugInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
MachineDebugInfo.h; sourceTree = group; };
CF9BCD0808C74DE0001E7011 /* SubtargetFeature.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
SubtargetFeature.h; sourceTree = group; };
CF9BCD1508C75070001E7011 /* SubtargetFeature.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = SubtargetFeature.cpp; sourceTree = group; };
@@ -1136,6 +1138,7 @@
DE66ED7508ABEC2B00323D32 /* LiveVariables.cpp 
*/,
DE66ED7608ABEC2B00323D32 /* 
MachineBasicBlock.cpp */,
DE66ED7708ABEC2B00323D32 /* 
MachineCodeEmitter.cpp */,
+   CF6529A6095B21A8007F884E /* 
MachineDebugInfo.cpp */,
DE66ED7808ABEC2B00323D32 /* MachineFunction.cpp 
*/,
DE66ED7908ABEC2B00323D32 /* MachineInstr.cpp */,
DE66ED7B08ABEC2B00323D32 /* Passes.cpp */,
@@ -1158,6 +1161,7 @@
DE66ED8308ABEC2B00323D32 /* SelectionDAG */ = {
isa = PBXGroup;
children = (
+   CF6B5AFD095C82C300D1EA42 /* DAGCombiner.cpp */,
DE66ED9008ABEC2B00323D32 /* LegalizeDAG.cpp */,
DE694D9F08B51E0C0039C106 /* ScheduleDAG.cpp */,
DE66ED9208ABEC2B00323D32 /* SelectionDAG.cpp */,



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2005-12-21 Thread Chris Lattner


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.13 - 1.14
---
Log message:

add dwarfwriter to the xcode project


---
Diffs of the changes:  (+4 -0)

 project.pbxproj |4 
 1 files changed, 4 insertions(+)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.13 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.14
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.13  Sat Oct 29 00:34:40 2005
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Wed Dec 21 13:51:24 2005
@@ -898,6 +898,8 @@
DE8170AA08CFB44D0093BDEF /* TableGen.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = TableGen.cpp; sourceTree = group; };
DE8170AB08CFB44D0093BDEF /* TableGenBackend.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = TableGenBackend.cpp; sourceTree = group; };
DE8170AC08CFB44D0093BDEF /* TableGenBackend.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
TableGenBackend.h; sourceTree = group; };
+   DEFAB19C0959E97F00E0AB42 /* DwarfWriter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
name = DwarfWriter.cpp; path = ../lib/CodeGen/DwarfWriter.cpp; sourceTree = 
SOURCE_ROOT; };
+   DEFAB19D0959E9A100E0AB42 /* DwarfWriter.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; name = 
DwarfWriter.h; path = ../include/llvm/CodeGen/DwarfWriter.h; sourceTree = 
SOURCE_ROOT; };
 /* End PBXFileReference section */
 
 /* Begin PBXGroup section */
@@ -1079,6 +1081,7 @@
DE66ED8308ABEC2B00323D32 /* SelectionDAG */,
DE66ED3F08ABEC2A00323D32 /* AsmPrinter.cpp */,
DE66ED4008ABEC2A00323D32 /* BranchFolding.cpp 
*/,
+   DEFAB19C0959E97F00E0AB42 /* DwarfWriter.cpp */,
DE66ED6F08ABEC2B00323D32 /* ELFWriter.cpp */,
DE66ED7008ABEC2B00323D32 /* 
IntrinsicLowering.cpp */,
DE66ED7108ABEC2B00323D32 /* LiveInterval.cpp */,
@@ -1881,6 +1884,7 @@
isa = PBXGroup;
children = (
DE66F23608ABF03100323D32 /* AsmPrinter.h */,
+   DEFAB19D0959E9A100E0AB42 /* DwarfWriter.h */,
DE66F23708ABF03100323D32 /* ELFWriter.h */,
DE66F23808ABF03100323D32 /* InstrScheduling.h 
*/,
DE66F23908ABF03100323D32 /* IntrinsicLowering.h 
*/,



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits


[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2005-12-21 Thread Jim Laskey


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.14 - 1.15
---
Log message:

Sync up the project with my tweaks.


---
Diffs of the changes:  (+199 -11)

 project.pbxproj |  210 +---
 1 files changed, 199 insertions(+), 11 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.14 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.15
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.14  Wed Dec 21 13:51:24 2005
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Wed Dec 21 14:47:34 2005
@@ -78,8 +78,57 @@
 /* End PBXContainerItemProxy section */
 
 /* Begin PBXFileReference section */
+   CF26835B09178F5500C5F253 /* TargetInstrItineraries.h */ = {isa 
= PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path 
= TargetInstrItineraries.h; sourceTree = group; };
+   CF490CD50903C9260072DB1C /* PPC.h */ = {isa = PBXFileReference; 
fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PPC.h; sourceTree 
= group; };
+   CF490CD60903C9260072DB1C /* PPCAsmPrinter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCAsmPrinter.cpp; sourceTree = group; };
+   CF490CD70903C9260072DB1C /* PPCBranchSelector.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCBranchSelector.cpp; sourceTree = group; };
+   CF490CD80903C9260072DB1C /* PPCCodeEmitter.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCCodeEmitter.cpp; sourceTree = group; };
+   CF490CD90903C9260072DB1C /* PPCFrameInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCFrameInfo.h; sourceTree = group; };
+   CF490CDA0903C9260072DB1C /* PPCInstrBuilder.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCInstrBuilder.h; sourceTree = group; };
+   CF490CDB0903C9260072DB1C /* PPCInstrFormats.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
PPCInstrFormats.td; sourceTree = group; };
+   CF490CDC0903C9260072DB1C /* PPCInstrInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCInstrInfo.cpp; sourceTree = group; };
+   CF490CDD0903C9260072DB1C /* PPCInstrInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCInstrInfo.h; sourceTree = group; };
+   CF490CDE0903C9260072DB1C /* PPCInstrInfo.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
PPCInstrInfo.td; sourceTree = group; };
+   CF490CDF0903C9260072DB1C /* PPCISelDAGToDAG.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCISelDAGToDAG.cpp; sourceTree = group; };
+   CF490CE00903C9260072DB1C /* PPCISelLowering.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCISelLowering.cpp; sourceTree = group; };
+   CF490CE10903C9260072DB1C /* PPCISelLowering.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCISelLowering.h; sourceTree = group; };
+   CF490CE20903C9260072DB1C /* PPCISelPattern.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCISelPattern.cpp; sourceTree = group; };
+   CF490CE30903C9260072DB1C /* PPCJITInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCJITInfo.cpp; sourceTree = group; };
+   CF490CE40903C9260072DB1C /* PPCJITInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCJITInfo.h; sourceTree = group; };
+   CF490CE50903C9260072DB1C /* PPCRegisterInfo.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; 
path = PPCRegisterInfo.cpp; sourceTree = group; };
+   CF490CE60903C9260072DB1C /* PPCRegisterInfo.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCRegisterInfo.h; sourceTree = group; };
+   CF490CE70903C9260072DB1C /* PPCRegisterInfo.td */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 
PPCRegisterInfo.td; sourceTree = group; };
+   CF490CE80903C9260072DB1C /* PPCRelocations.h */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 
PPCRelocations.h; sourceTree = group; };
+   CF490CE90903C9260072DB1C /* PPCSubtarget.cpp */ = {isa = 
PBXFileReference; fileEncoding = 4; lastKnownFileType = 

[llvm-commits] CVS: llvm/Xcode/LLVM.xcodeproj/project.pbxproj

2005-10-28 Thread Chris Lattner


Changes in directory llvm/Xcode/LLVM.xcodeproj:

project.pbxproj updated: 1.11 - 1.12
---
Log message:

Buh bye Expression.(cpp|h)


---
Diffs of the changes:  (+0 -4)

 project.pbxproj |4 
 1 files changed, 4 deletions(-)


Index: llvm/Xcode/LLVM.xcodeproj/project.pbxproj
diff -u llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.11 
llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.12
--- llvm/Xcode/LLVM.xcodeproj/project.pbxproj:1.11  Thu Oct 27 12:39:48 2005
+++ llvm/Xcode/LLVM.xcodeproj/project.pbxproj   Fri Oct 28 23:55:57 2005
@@ -173,7 +173,6 @@
DE66ECE908ABEC0700323D32 /* Printer.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = Printer.cpp; sourceTree = group; };
DE66ECEA08ABEC0700323D32 /* Steensgaard.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = Steensgaard.cpp; sourceTree = group; };
DE66ECEB08ABEC0700323D32 /* TopDownClosure.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = TopDownClosure.cpp; sourceTree = group; };
-   DE66ED1608ABEC0800323D32 /* Expressions.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = Expressions.cpp; sourceTree = group; };
DE66ED1708ABEC0800323D32 /* InstCount.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = InstCount.cpp; sourceTree = group; };
DE66ED1808ABEC0800323D32 /* Interval.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = Interval.cpp; sourceTree = group; };
DE66ED1908ABEC0800323D32 /* IntervalPartition.cpp */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.cpp.cpp; 
path = IntervalPartition.cpp; sourceTree = group; };
@@ -602,7 +601,6 @@
DE66F20D08ABF03100323D32 /* DSNode.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
DSNode.h; sourceTree = group; };
DE66F20E08ABF03100323D32 /* DSSupport.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
DSSupport.h; sourceTree = group; };
DE66F20F08ABF03100323D32 /* Dominators.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
Dominators.h; sourceTree = group; };
-   DE66F21008ABF03100323D32 /* Expressions.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
Expressions.h; sourceTree = group; };
DE66F21208ABF03100323D32 /* FindUsedTypes.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
FindUsedTypes.h; sourceTree = group; };
DE66F21308ABF03100323D32 /* Interval.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
Interval.h; sourceTree = group; };
DE66F21408ABF03100323D32 /* IntervalIterator.h */ = {isa = 
PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = 
IntervalIterator.h; sourceTree = group; };
@@ -1027,7 +1025,6 @@
DE66ECC108ABEC0700323D32 /* AliasSetTracker.cpp 
*/,
DE66ECC208ABEC0700323D32 /* 
BasicAliasAnalysis.cpp */,
DE66ECC308ABEC0700323D32 /* CFGPrinter.cpp */,
-   DE66ED1608ABEC0800323D32 /* Expressions.cpp */,
DE66ED1708ABEC0800323D32 /* InstCount.cpp */,
DE66ED1808ABEC0800323D32 /* Interval.cpp */,
DE66ED1908ABEC0800323D32 /* 
IntervalPartition.cpp */,
@@ -1823,7 +1820,6 @@
DE66F20808ABF03100323D32 /* ConstantsScanner.h 
*/,
DE66F20908ABF03100323D32 /* DataStructure */,
DE66F20F08ABF03100323D32 /* Dominators.h */,
-   DE66F21008ABF03100323D32 /* Expressions.h */,
DE66F21208ABF03100323D32 /* FindUsedTypes.h */,
DE66F21308ABF03100323D32 /* Interval.h */,
DE66F21408ABF03100323D32 /* IntervalIterator.h 
*/,



___
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits