mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 01:43:57 +00:00
Normalize makefile comments and sort cmake file lists.
llvm-svn: 80584
This commit is contained in:
parent
3a44b6da61
commit
61232721d9
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/ARM/Makefile -----------------------------*- Makefile -*-===##
|
##===- lib/Target/ARM/AsmPrinter/Makefile ------------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -22,9 +22,9 @@ add_llvm_target(ARMCodeGen
|
|||||||
ARMISelLowering.cpp
|
ARMISelLowering.cpp
|
||||||
ARMJITInfo.cpp
|
ARMJITInfo.cpp
|
||||||
ARMLoadStoreOptimizer.cpp
|
ARMLoadStoreOptimizer.cpp
|
||||||
|
ARMMCAsmInfo.cpp
|
||||||
ARMRegisterInfo.cpp
|
ARMRegisterInfo.cpp
|
||||||
ARMSubtarget.cpp
|
ARMSubtarget.cpp
|
||||||
ARMMCAsmInfo.cpp
|
|
||||||
ARMTargetMachine.cpp
|
ARMTargetMachine.cpp
|
||||||
NEONPreAllocPass.cpp
|
NEONPreAllocPass.cpp
|
||||||
Thumb1InstrInfo.cpp
|
Thumb1InstrInfo.cpp
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/Alpha/Makefile ---------------------------*- Makefile -*-===##
|
##===- lib/Target/Alpha/AsmPrinter/Makefile ----------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -19,9 +19,9 @@ add_llvm_target(AlphaCodeGen
|
|||||||
AlphaISelLowering.cpp
|
AlphaISelLowering.cpp
|
||||||
AlphaJITInfo.cpp
|
AlphaJITInfo.cpp
|
||||||
AlphaLLRP.cpp
|
AlphaLLRP.cpp
|
||||||
|
AlphaMCAsmInfo.cpp
|
||||||
AlphaRegisterInfo.cpp
|
AlphaRegisterInfo.cpp
|
||||||
AlphaSubtarget.cpp
|
AlphaSubtarget.cpp
|
||||||
AlphaMCAsmInfo.cpp
|
|
||||||
AlphaTargetMachine.cpp
|
AlphaTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#===- lib/Target/Alpha/TargetInfo/Makefile -----------------*- Makefile -*-===##
|
##===- lib/Target/Alpha/TargetInfo/Makefile ----------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/Blackfin/Makefile ------------------------*- Makefile -*-===##
|
##===- lib/Target/Blackfin/AsmPrinter/Makefile -------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -14,8 +14,8 @@ add_llvm_target(BlackfinCodeGen
|
|||||||
BlackfinInstrInfo.cpp
|
BlackfinInstrInfo.cpp
|
||||||
BlackfinISelDAGToDAG.cpp
|
BlackfinISelDAGToDAG.cpp
|
||||||
BlackfinISelLowering.cpp
|
BlackfinISelLowering.cpp
|
||||||
|
BlackfinMCAsmInfo.cpp
|
||||||
BlackfinRegisterInfo.cpp
|
BlackfinRegisterInfo.cpp
|
||||||
BlackfinSubtarget.cpp
|
BlackfinSubtarget.cpp
|
||||||
BlackfinMCAsmInfo.cpp
|
|
||||||
BlackfinTargetMachine.cpp
|
BlackfinTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/CellSPU/Makefile -------------------------*- Makefile -*-===##
|
##===- lib/Target/CellSPU/AsmPrinter/Makefile --------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -17,9 +17,9 @@ add_llvm_target(CellSPUCodeGen
|
|||||||
SPUInstrInfo.cpp
|
SPUInstrInfo.cpp
|
||||||
SPUISelDAGToDAG.cpp
|
SPUISelDAGToDAG.cpp
|
||||||
SPUISelLowering.cpp
|
SPUISelLowering.cpp
|
||||||
|
SPUMCAsmInfo.cpp
|
||||||
SPURegisterInfo.cpp
|
SPURegisterInfo.cpp
|
||||||
SPUSubtarget.cpp
|
SPUSubtarget.cpp
|
||||||
SPUMCAsmInfo.cpp
|
|
||||||
SPUTargetMachine.cpp
|
SPUTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/MSP430/Makefile --------------------------*- Makefile -*-===##
|
##===- lib/Target/MSP430/AsmPrinter/Makefile ---------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -11,11 +11,11 @@ tablegen(MSP430GenCallingConv.inc -gen-callingconv)
|
|||||||
tablegen(MSP430GenSubtarget.inc -gen-subtarget)
|
tablegen(MSP430GenSubtarget.inc -gen-subtarget)
|
||||||
|
|
||||||
add_llvm_target(MSP430CodeGen
|
add_llvm_target(MSP430CodeGen
|
||||||
MSP430ISelDAGToDAG.cpp
|
|
||||||
MSP430RegisterInfo.cpp
|
|
||||||
MSP430MCAsmInfo.cpp
|
|
||||||
MSP430InstrInfo.cpp
|
MSP430InstrInfo.cpp
|
||||||
|
MSP430ISelDAGToDAG.cpp
|
||||||
MSP430ISelLowering.cpp
|
MSP430ISelLowering.cpp
|
||||||
|
MSP430MCAsmInfo.cpp
|
||||||
|
MSP430RegisterInfo.cpp
|
||||||
MSP430Subtarget.cpp
|
MSP430Subtarget.cpp
|
||||||
MSP430TargetMachine.cpp
|
MSP430TargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
@ -15,9 +15,9 @@ add_llvm_target(MipsCodeGen
|
|||||||
MipsInstrInfo.cpp
|
MipsInstrInfo.cpp
|
||||||
MipsISelDAGToDAG.cpp
|
MipsISelDAGToDAG.cpp
|
||||||
MipsISelLowering.cpp
|
MipsISelLowering.cpp
|
||||||
|
MipsMCAsmInfo.cpp
|
||||||
MipsRegisterInfo.cpp
|
MipsRegisterInfo.cpp
|
||||||
MipsSubtarget.cpp
|
MipsSubtarget.cpp
|
||||||
MipsMCAsmInfo.cpp
|
|
||||||
MipsTargetMachine.cpp
|
MipsTargetMachine.cpp
|
||||||
MipsTargetObjectFile.cpp
|
MipsTargetObjectFile.cpp
|
||||||
)
|
)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/PIC16/Makefile ----------------------------*- Makefile -*-===##
|
##===- lib/Target/PIC16/AsmPrinter/Makefile ----------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -16,9 +16,9 @@ add_llvm_target(PIC16
|
|||||||
PIC16ISelDAGToDAG.cpp
|
PIC16ISelDAGToDAG.cpp
|
||||||
PIC16ISelLowering.cpp
|
PIC16ISelLowering.cpp
|
||||||
PIC16MemSelOpt.cpp
|
PIC16MemSelOpt.cpp
|
||||||
|
PIC16MCAsmInfo.cpp
|
||||||
PIC16RegisterInfo.cpp
|
PIC16RegisterInfo.cpp
|
||||||
PIC16Subtarget.cpp
|
PIC16Subtarget.cpp
|
||||||
PIC16MCAsmInfo.cpp
|
|
||||||
PIC16TargetMachine.cpp
|
PIC16TargetMachine.cpp
|
||||||
PIC16TargetObjectFile.cpp
|
PIC16TargetObjectFile.cpp
|
||||||
)
|
)
|
||||||
|
@ -20,10 +20,10 @@ add_llvm_target(PowerPCCodeGen
|
|||||||
PPCISelLowering.cpp
|
PPCISelLowering.cpp
|
||||||
PPCJITInfo.cpp
|
PPCJITInfo.cpp
|
||||||
PPCMachOWriterInfo.cpp
|
PPCMachOWriterInfo.cpp
|
||||||
|
PPCMCAsmInfo.cpp
|
||||||
PPCPredicates.cpp
|
PPCPredicates.cpp
|
||||||
PPCRegisterInfo.cpp
|
PPCRegisterInfo.cpp
|
||||||
PPCSubtarget.cpp
|
PPCSubtarget.cpp
|
||||||
PPCMCAsmInfo.cpp
|
|
||||||
PPCTargetMachine.cpp
|
PPCTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/PowerPC/TargetInfo/Makefile ------------------*- Makefile -*-===##
|
##===- lib/Target/PowerPC/TargetInfo/Makefile --------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/Sparc/Makefile ---------------------------*- Makefile -*-===##
|
##===- lib/Target/Sparc/AsmPrinter/Makefile ----------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -16,9 +16,9 @@ add_llvm_target(SparcCodeGen
|
|||||||
SparcInstrInfo.cpp
|
SparcInstrInfo.cpp
|
||||||
SparcISelDAGToDAG.cpp
|
SparcISelDAGToDAG.cpp
|
||||||
SparcISelLowering.cpp
|
SparcISelLowering.cpp
|
||||||
|
SparcMCAsmInfo.cpp
|
||||||
SparcRegisterInfo.cpp
|
SparcRegisterInfo.cpp
|
||||||
SparcSubtarget.cpp
|
SparcSubtarget.cpp
|
||||||
SparcMCAsmInfo.cpp
|
|
||||||
SparcTargetMachine.cpp
|
SparcTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
##===- lib/Target/SystemZ/Makefile ------------- -----------*- Makefile -*-===##
|
##===- lib/Target/SystemZ/AsmPrinter/Makefile --------------*- Makefile -*-===##
|
||||||
#
|
#
|
||||||
# The LLVM Compiler Infrastructure
|
# The LLVM Compiler Infrastructure
|
||||||
#
|
#
|
||||||
|
@ -14,9 +14,9 @@ add_llvm_target(SystemZCodeGen
|
|||||||
SystemZISelDAGToDAG.cpp
|
SystemZISelDAGToDAG.cpp
|
||||||
SystemZISelLowering.cpp
|
SystemZISelLowering.cpp
|
||||||
SystemZInstrInfo.cpp
|
SystemZInstrInfo.cpp
|
||||||
|
SystemZMCAsmInfo.cpp
|
||||||
SystemZRegisterInfo.cpp
|
SystemZRegisterInfo.cpp
|
||||||
SystemZSubtarget.cpp
|
SystemZSubtarget.cpp
|
||||||
SystemZMCAsmInfo.cpp
|
|
||||||
SystemZTargetMachine.cpp
|
SystemZTargetMachine.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -22,9 +22,9 @@ set(sources
|
|||||||
X86ISelLowering.cpp
|
X86ISelLowering.cpp
|
||||||
X86InstrInfo.cpp
|
X86InstrInfo.cpp
|
||||||
X86JITInfo.cpp
|
X86JITInfo.cpp
|
||||||
|
X86MCAsmInfo.cpp
|
||||||
X86RegisterInfo.cpp
|
X86RegisterInfo.cpp
|
||||||
X86Subtarget.cpp
|
X86Subtarget.cpp
|
||||||
X86MCAsmInfo.cpp
|
|
||||||
X86TargetMachine.cpp
|
X86TargetMachine.cpp
|
||||||
X86FastISel.cpp
|
X86FastISel.cpp
|
||||||
)
|
)
|
||||||
|
@ -16,9 +16,9 @@ add_llvm_target(XCore
|
|||||||
XCoreInstrInfo.cpp
|
XCoreInstrInfo.cpp
|
||||||
XCoreISelDAGToDAG.cpp
|
XCoreISelDAGToDAG.cpp
|
||||||
XCoreISelLowering.cpp
|
XCoreISelLowering.cpp
|
||||||
|
XCoreMCAsmInfo.cpp
|
||||||
XCoreRegisterInfo.cpp
|
XCoreRegisterInfo.cpp
|
||||||
XCoreSubtarget.cpp
|
XCoreSubtarget.cpp
|
||||||
XCoreMCAsmInfo.cpp
|
|
||||||
XCoreTargetMachine.cpp
|
XCoreTargetMachine.cpp
|
||||||
XCoreTargetObjectFile.cpp
|
XCoreTargetObjectFile.cpp
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user