Normalize makefile comments and sort cmake file lists.
authorBenjamin Kramer <benny.kra@googlemail.com>
Mon, 31 Aug 2009 13:05:24 +0000 (13:05 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Mon, 31 Aug 2009 13:05:24 +0000 (13:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80584 91177308-0d34-0410-b5e6-96231b3b80d8

22 files changed:
lib/Target/ARM/AsmPrinter/Makefile
lib/Target/ARM/CMakeLists.txt
lib/Target/Alpha/AsmPrinter/Makefile
lib/Target/Alpha/CMakeLists.txt
lib/Target/Alpha/TargetInfo/Makefile
lib/Target/Blackfin/AsmPrinter/Makefile
lib/Target/Blackfin/CMakeLists.txt
lib/Target/CellSPU/AsmPrinter/Makefile
lib/Target/CellSPU/CMakeLists.txt
lib/Target/MSP430/AsmPrinter/Makefile
lib/Target/MSP430/CMakeLists.txt
lib/Target/Mips/CMakeLists.txt
lib/Target/PIC16/AsmPrinter/Makefile
lib/Target/PIC16/CMakeLists.txt
lib/Target/PowerPC/CMakeLists.txt
lib/Target/PowerPC/TargetInfo/Makefile
lib/Target/Sparc/AsmPrinter/Makefile
lib/Target/Sparc/CMakeLists.txt
lib/Target/SystemZ/AsmPrinter/Makefile
lib/Target/SystemZ/CMakeLists.txt
lib/Target/X86/CMakeLists.txt
lib/Target/XCore/CMakeLists.txt

index ce36cec47b6e2e80e5bee3d129beffb4853ecd7f..208beccce8a313a43efaa30b4cfd005de8f504a8 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
+##===- lib/Target/ARM/AsmPrinter/Makefile ------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index 10d50d42b50482b6380f89135710df5c4e9e70f7..6e09eb2ff4d50a0ec01743aef6c36e7d89f34669 100644 (file)
@@ -22,9 +22,9 @@ add_llvm_target(ARMCodeGen
   ARMISelLowering.cpp
   ARMJITInfo.cpp
   ARMLoadStoreOptimizer.cpp
+  ARMMCAsmInfo.cpp
   ARMRegisterInfo.cpp
   ARMSubtarget.cpp
-  ARMMCAsmInfo.cpp
   ARMTargetMachine.cpp
   NEONPreAllocPass.cpp
   Thumb1InstrInfo.cpp
index c5b3e946695b73f506cfa264d343ab8216a55e30..3c64a3c606f394c4a9c6818942a9abc133763744 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/Alpha/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/Alpha/AsmPrinter/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index 13ca18e2d50dc65d7135b54aa2af40b8de2ae597..b4f41aebd8db08faca8df0538a3da8937ca23877 100644 (file)
@@ -19,9 +19,9 @@ add_llvm_target(AlphaCodeGen
   AlphaISelLowering.cpp
   AlphaJITInfo.cpp
   AlphaLLRP.cpp
+  AlphaMCAsmInfo.cpp
   AlphaRegisterInfo.cpp
   AlphaSubtarget.cpp
-  AlphaMCAsmInfo.cpp
   AlphaTargetMachine.cpp
   )
 
index 7250358e462ee218c4debb8886ef19024ec8cba0..de01d7f8e8ef318b76860a2fc1de759153abb38c 100644 (file)
@@ -1,4 +1,4 @@
-#===- lib/Target/Alpha/TargetInfo/Makefile -----------------*- Makefile -*-===##
+##===- lib/Target/Alpha/TargetInfo/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index a2b0d1d1a1c6c2163f721a6f86c552338141e1a8..091d4df0bcb879d93ecae271ba63dbb99dc4c1a3 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/Blackfin/Makefile ------------------------*- Makefile -*-===##
+##===- lib/Target/Blackfin/AsmPrinter/Makefile -------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index 916ce73401e9fb7a56d6eb39d7e3a243b7a19698..6c3b2447a6946bc6b739815c53b0b9a6b457b863 100644 (file)
@@ -14,8 +14,8 @@ add_llvm_target(BlackfinCodeGen
   BlackfinInstrInfo.cpp
   BlackfinISelDAGToDAG.cpp
   BlackfinISelLowering.cpp
+  BlackfinMCAsmInfo.cpp
   BlackfinRegisterInfo.cpp
   BlackfinSubtarget.cpp
-  BlackfinMCAsmInfo.cpp
   BlackfinTargetMachine.cpp
   )
index dd56df71a5dee65815feeaf33e696e32430bdedb..69639efca748db46b0a8ed4995043bb3115d41b7 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
+##===- lib/Target/CellSPU/AsmPrinter/Makefile --------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index 1b24c4448f0f4e3c6bd6db45274244948d098528..0cb6676d7df71e014f7ddace17812725fd847241 100644 (file)
@@ -17,9 +17,9 @@ add_llvm_target(CellSPUCodeGen
   SPUInstrInfo.cpp
   SPUISelDAGToDAG.cpp
   SPUISelLowering.cpp
+  SPUMCAsmInfo.cpp
   SPURegisterInfo.cpp
   SPUSubtarget.cpp
-  SPUMCAsmInfo.cpp
   SPUTargetMachine.cpp
   )
 
index 888a2fa505ac048bb482f9436e3d1287f3d9d57b..4f340c673358ed7e7fbf56364264ccaef8798167 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/MSP430/Makefile --------------------------*- Makefile -*-===##
+##===- lib/Target/MSP430/AsmPrinter/Makefile ---------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index 85c9696e23fd505ede07a499b4ce1b866ce10ee2..60e0bb1856c32c3d55081b0c463139c963c9aa73 100644 (file)
@@ -11,11 +11,11 @@ tablegen(MSP430GenCallingConv.inc -gen-callingconv)
 tablegen(MSP430GenSubtarget.inc -gen-subtarget)
 
 add_llvm_target(MSP430CodeGen
-  MSP430ISelDAGToDAG.cpp
-  MSP430RegisterInfo.cpp
-  MSP430MCAsmInfo.cpp
   MSP430InstrInfo.cpp
+  MSP430ISelDAGToDAG.cpp
   MSP430ISelLowering.cpp
+  MSP430MCAsmInfo.cpp
+  MSP430RegisterInfo.cpp
   MSP430Subtarget.cpp
   MSP430TargetMachine.cpp
   )
index c8880b8dd4d139268159e9038a1befd843950920..0e3bf5a96d4084252af415b4c8e201c2bad5b236 100644 (file)
@@ -15,9 +15,9 @@ add_llvm_target(MipsCodeGen
   MipsInstrInfo.cpp
   MipsISelDAGToDAG.cpp
   MipsISelLowering.cpp
+  MipsMCAsmInfo.cpp
   MipsRegisterInfo.cpp
   MipsSubtarget.cpp
-  MipsMCAsmInfo.cpp
   MipsTargetMachine.cpp
   MipsTargetObjectFile.cpp
   )
index aaf3af35f27b5ce2f4ee4b37e84cb72934c7864a..f4db57e6071634a597d8cdd4b5162f57d23d3e7c 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/PIC16/Makefile ----------------------------*- Makefile -*-===##
+##===- lib/Target/PIC16/AsmPrinter/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index dcc58676d2860aae51c3cdcb1a825587a5b9d588..0ee88f9cda6f00f61324693af628cbe6e6de758c 100644 (file)
@@ -16,9 +16,9 @@ add_llvm_target(PIC16
   PIC16ISelDAGToDAG.cpp
   PIC16ISelLowering.cpp
   PIC16MemSelOpt.cpp
+  PIC16MCAsmInfo.cpp
   PIC16RegisterInfo.cpp
   PIC16Subtarget.cpp
-  PIC16MCAsmInfo.cpp
   PIC16TargetMachine.cpp
   PIC16TargetObjectFile.cpp
   )
index 564321da038b031ec57470ea4bf8c8b01ebd26dd..bdd6d3623980810032e1224843a4c67a3d50e470 100644 (file)
@@ -20,10 +20,10 @@ add_llvm_target(PowerPCCodeGen
   PPCISelLowering.cpp
   PPCJITInfo.cpp
   PPCMachOWriterInfo.cpp
+  PPCMCAsmInfo.cpp
   PPCPredicates.cpp
   PPCRegisterInfo.cpp
   PPCSubtarget.cpp
-  PPCMCAsmInfo.cpp
   PPCTargetMachine.cpp
   )
 
index 4253ce8b8966a9ffe82d4185a953b0f7c8ac4a91..a101aa4a44958adb8afa2d0bcc64ed5424a88195 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/PowerPC/TargetInfo/Makefile ------------------*- Makefile -*-===##
+##===- lib/Target/PowerPC/TargetInfo/Makefile --------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index f12a6ac39891c65df5a60044525e631d0a0bad8a..a856828ce401428b29670a297b8981c01e5c394e 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
+##===- lib/Target/Sparc/AsmPrinter/Makefile ----------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index 48dd66cd81819d9e5c8e17dc0566f55bfc056c74..74f320a00035f613bb044280eb4fdf68ec8226bd 100644 (file)
@@ -16,9 +16,9 @@ add_llvm_target(SparcCodeGen
   SparcInstrInfo.cpp
   SparcISelDAGToDAG.cpp
   SparcISelLowering.cpp
+  SparcMCAsmInfo.cpp
   SparcRegisterInfo.cpp
   SparcSubtarget.cpp
-  SparcMCAsmInfo.cpp
   SparcTargetMachine.cpp
   )
 
index 06998837c47b79925610961abea941541f044529..9a350dfe62e7dd83c74f7eb15c54942b87456a62 100644 (file)
@@ -1,4 +1,4 @@
-##===- lib/Target/SystemZ/Makefile ------------- -----------*- Makefile -*-===##
+##===- lib/Target/SystemZ/AsmPrinter/Makefile --------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
index ccde934981a724293b73f8ac1a8b43c36bb32a22..81e51d89ad9f5cf63efa0f0a258980a4625d9c5f 100644 (file)
@@ -14,9 +14,9 @@ add_llvm_target(SystemZCodeGen
   SystemZISelDAGToDAG.cpp
   SystemZISelLowering.cpp
   SystemZInstrInfo.cpp
+  SystemZMCAsmInfo.cpp
   SystemZRegisterInfo.cpp
   SystemZSubtarget.cpp
-  SystemZMCAsmInfo.cpp
   SystemZTargetMachine.cpp
   )
 
index 73d580dc97795761a2c51a6ba881b901e63cf9ec..346d6c854179bd33d3acbbd39c171c8535df7ecb 100644 (file)
@@ -22,9 +22,9 @@ set(sources
   X86ISelLowering.cpp
   X86InstrInfo.cpp
   X86JITInfo.cpp
+  X86MCAsmInfo.cpp
   X86RegisterInfo.cpp
   X86Subtarget.cpp
-  X86MCAsmInfo.cpp
   X86TargetMachine.cpp
   X86FastISel.cpp
   )
index dad4f92d749780a845b754a8d1bc7ecd88e75c63..0965323b998ad3c51d452b4aa729604f40dab2a3 100644 (file)
@@ -16,9 +16,9 @@ add_llvm_target(XCore
   XCoreInstrInfo.cpp
   XCoreISelDAGToDAG.cpp
   XCoreISelLowering.cpp
+  XCoreMCAsmInfo.cpp
   XCoreRegisterInfo.cpp
   XCoreSubtarget.cpp
-  XCoreMCAsmInfo.cpp
   XCoreTargetMachine.cpp
   XCoreTargetObjectFile.cpp
   )