add Emacs tag and fix some comment error in file headers
authorJia Liu <proljc@gmail.com>
Fri, 17 Feb 2012 01:23:50 +0000 (01:23 +0000)
committerJia Liu <proljc@gmail.com>
Fri, 17 Feb 2012 01:23:50 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@150775 91177308-0d34-0410-b5e6-96231b3b80d8

29 files changed:
lib/Target/Mips/AsmParser/MipsAsmParser.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
lib/Target/Mips/InstPrinter/MipsInstPrinter.h
lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h
lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.cpp
lib/Target/Mips/MCTargetDesc/MipsMCAsmInfo.h
lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
lib/Target/Mips/MipsAnalyzeImmediate.cpp
lib/Target/Mips/MipsAnalyzeImmediate.h
lib/Target/Mips/MipsAsmPrinter.cpp
lib/Target/Mips/MipsAsmPrinter.h
lib/Target/Mips/MipsCodeEmitter.cpp
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsDelaySlotFiller.cpp
lib/Target/Mips/MipsEmitGPRestore.cpp
lib/Target/Mips/MipsExpandPseudo.cpp
lib/Target/Mips/MipsISelDAGToDAG.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/Mips/MipsJITInfo.cpp
lib/Target/Mips/MipsJITInfo.h
lib/Target/Mips/MipsMCInstLower.cpp
lib/Target/Mips/MipsMCInstLower.h
lib/Target/Mips/MipsSelectionDAGInfo.cpp
lib/Target/Mips/MipsTargetMachine.cpp
lib/Target/Mips/MipsTargetMachine.h
lib/Target/Mips/MipsTargetObjectFile.cpp
lib/Target/Mips/TargetInfo/MipsTargetInfo.cpp

index 58b559025757cf3cf0ee3a1b86c5579aba58af27..887b40015d6de55b8915154c34a99d16fb2215b7 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions ----===//
+// MipsAsmParser.cpp - Parse Mips assembly to MCInst instructions -*- C++ -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f806eae5292886e41df862e140c4cc5bde708eaa..942c2ec352d152433c11f5867ef35753170908f7 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax ------===//
+//== MipsInstPrinter.cpp - Convert Mips MCInst to assembly syntax -*- C++ -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 5c1116538c61021cd70eb9840e6f8f538527307e..acf495116f1926c9aef7cd5d59d82db0316f1b71 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsInstPrinter.h - Convert Mips MCInst to assembly syntax --------===//
+//=== MipsInstPrinter.h - Convert Mips MCInst to assembly syntax -*- C++ -*-==//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 24501d20fdd45c5cc6d17586ddc6bbc6a0734d60..6986c06a2d552fbd4d2c8e0521fb86bfa0a320d3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsASMBackend.cpp -  ---------===//
+//===-- MipsASMBackend.cpp - Mips Asm Backend  -----------------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 45d4f8f3619efae28daa55aa398213ba3ae59a0b..9d7d148e87831722883ca80b9edfce1236422d5d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsBaseInfo.h - Top level definitions for ARM ------- --*- C++ -*-===//
+//===-- MipsBaseInfo.h - Top level definitions for MIPS MC --- --*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 196e17fefabb0c974718376dff47753604c96c8a..4ab4e465f05e987361c0a402dd899bb551c30f60 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsELFObjectWriter.cpp - Mips ELF Writer ---------------------------===//
+//===-- MipsELFObjectWriter.cpp - Mips ELF Writer --------------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index adda0a1c2a9e8c543df158f9c7dc9d48ff87e1cf..7121671bdc2d369f4f941f4f403c8556be452bc3 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsMCAsmInfo.cpp - Mips asm properties ---------------------------===//
+//===-- MipsMCAsmInfo.cpp - Mips Asm Properties ----------------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 859685dd43e7a6b2f7f07d594f7095657b2c5821..e47e341e582dfbc86d8dbb7803b4b5e51fb6d9bd 100644 (file)
@@ -1,4 +1,4 @@
-//=====-- MipsMCAsmInfo.h - Mips asm properties ---------------*- C++ -*--====//
+//=====-- MipsMCAsmInfo.h - Mips Asm Info ---------------------*- C++ -*--====//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 174c1b0ba57919a22f4c4015925197261b84f853..19685b70e43615a5a03114e11cc7738d197c3a4f 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsMCCodeEmitter.cpp - Convert Mips code to machine code ---------===//
+//=== MipsMCCodeEmitter.cpp - Convert Mips Code to Machine Code -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index c81c820fa3fb21c7fd39332cf2adb1dd34c44c00..7ae44455a62ebaa8e96ef065e8f398bec78e0e50 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsAnalyzeImmediate.cpp - Analyze immediates ---------------------===//
+//===-- MipsAnalyzeImmediate.cpp - Analyze Immediates ----------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 47e460388144543352ae388bac844da3fa95acf7..4f0b3e5b5f7332ab6a3b173f7bdee947564d1543 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsAnalyzeImmediate.h - Analyze immediates -----------------------===//
+//===-- MipsAnalyzeImmediate.h - Analyze Immediates ------------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index c95dd7e6652b7a331580b6254beff65d10a2b1f0..7bd9f48e389c7502acfae21eab057e50fa58bf91 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsAsmPrinter.cpp - Mips LLVM assembly writer --------------------===//
+//===-- MipsAsmPrinter.cpp - Mips LLVM Assembly Printer --------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index f0c662661fce61f33ee230784c8f2bf524022efb..8502db2ec3ad3a9fb6bdf439628af80d2a7313e7 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsAsmPrinter.h - Mips LLVM assembly writer ----------------------===//
+//===-- MipsAsmPrinter.h - Mips LLVM Assembly Printer ----------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b42220b6f406bcc5c80225b94e4ffaf2ec4a0033..c06faa666a89f90a9571188d508fdc4f1bee5b40 100644 (file)
@@ -1,4 +1,4 @@
-//===-- Mips/MipsCodeEmitter.cpp - Convert Mips code to machine code -----===//
+//== Mips/MipsCodeEmitter.cpp - Convert Mips Code to Machine Code -*- C++ -*-=//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 1a3f194c3e593f2ebd49f1be10c9bb6e8cc358e6..af1104cdda90acfed3948ff0bc2bdbd579fbaeef 100644 (file)
@@ -1,3 +1,16 @@
+//===- MipsCondMov.td - Describe Mips Conditional Moves ---*- tablegen -*--===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+//
+// This is the Conditional Moves implementation.
+//
+//===----------------------------------------------------------------------===//
+
 // Conditional moves:
 // These instructions are expanded in
 // MipsISelLowering::EmitInstrWithCustomInserter if target does not have
index 05cee65f9fa611aeb6dbfcf0358512dd1c8d3721..6cb2e83180b75eef3456e8f0a5b1717391795dda 100644 (file)
@@ -1,4 +1,4 @@
-//===-- DelaySlotFiller.cpp - Mips delay slot filler ---------------------===//
+//===-- DelaySlotFiller.cpp - Mips Delay Slot Filler -----------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 03d922fe7cd68632421943bf2df2224100051e78..06732af8f637cbd6103234fb29f3d600a2932b94 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsEmitGPRestore.cpp - Emit GP restore instruction----------------===//
+//===-- MipsEmitGPRestore.cpp - Emit GP Restore Instruction ----*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index a622258a4dcb1e5c1fbfa7d68efae62a658d5a00..fcf602d2cde6060b1c48e2fb89fbb880c5bc0d19 100644 (file)
@@ -1,4 +1,4 @@
-//===--  MipsExpandPseudo.cpp - Expand pseudo instructions ----------------===//
+//===--  MipsExpandPseudo.cpp - Expand Pseudo Instructions -----*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index bdb7ca48f52a9633425041ae8418082b8df85d93..a608b565962fa7982907bf89aa21a423b17adfa5 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsISelDAGToDAG.cpp - A dag to dag inst selector for Mips --------===//
+//=== MipsISelDAGToDAG.cpp - A Dag to Dag Inst Selector for Mips -*- C++ -*-==//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 77cfc378896a02f4b70f391daea6ab8b627913b2..23d0a6dbc59565d4799344253e212d01c6b8e09d 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsISelLowering.cpp - Mips DAG Lowering Implementation -----------===//
+//=== MipsISelLowering.cpp - Mips DAG Lowering Implementation --*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index b15d290d6ca8b2ac73295295d6cb40682ef2ee43..30ee08a8b9331b2b7567dc031f9ac89937f6bc6d 100644 (file)
@@ -1,4 +1,4 @@
-//===- MipsJITInfo.cpp - Implement the JIT interfaces for the Mips target -===//
+//===-- MipsJITInfo.cpp - Implement the Mips JIT Interface -----*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 41f32a35f1b0542485335a5ab0007428caeb6514..ad3c9304a68318cc6d1a87f8f636ab36ee3ad434 100644 (file)
@@ -1,4 +1,4 @@
-//===- MipsJITInfo.h - Mips implementation of the JIT interface -*- C++ -*-===//
+//===- MipsJITInfo.h - Mips Implementation of the JIT Interface -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 6143eaad26f0faf99f89aba4b5466c18bb0d33aa..a3f2966d47dfe597609fc827ac420287000f4d4c 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst ---------===//
+//=== MipsMCInstLower.cpp - Convert Mips MachineInstr to MCInst -*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 1490c142e247311bae07ab9e875b47bedba4ebe6..83ea2ced14e9a0082f485ab5fcf96cd507697476 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------------------==//
+//===-- MipsMCInstLower.h - Lower MachineInstr to MCInst -------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index e4d70fcec591e6d4a5669bdb13936a11f8707fb2..c54f69cf1d9fb4196bc8c4d97569064de11402e4 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info -----------------===//
+//===-- MipsSelectionDAGInfo.cpp - Mips SelectionDAG Info ------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index ff766faad6806973d7ad038c47a7d88eabb66e97..b38807e0e8db0ba6716e128e2054cf064f27ab8b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips -------------===//
+//===-- MipsTargetMachine.cpp - Define TargetMachine for Mips --*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index fab576d7dad5f8b521d8197f2af01ba49ea33b9d..19ae142881ad3b77f4f28d5ecf47b9289fed6c9b 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsTargetMachine.h - Define TargetMachine for Mips -00--*- C++ -*-===//
+//===-- MipsTargetMachine.h - Define TargetMachine for Mips -----*- C++ -*-===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 05c46f5c97a5ca21eb9855995a950ec1a25aa89d..edd538e73ca88af1d058aa33bcbbb546d30e49b5 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsTargetObjectFile.cpp - Mips object files ----------------------===//
+//===-- MipsTargetObjectFile.cpp - Mips Object Files -----------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //
index 243632b20aac0a9999473b22d554f972ef3ecf15..71674d69c2ec607e50392d53635511888fc77b47 100644 (file)
@@ -1,4 +1,4 @@
-//===-- MipsTargetInfo.cpp - Mips Target Implementation -------------------===//
+//===-- MipsTargetInfo.cpp - Mips Target Implementation --------*- C++ -*--===//
 //
 //                     The LLVM Compiler Infrastructure
 //