[llvm-commits] CVS: llvm/lib/Target/Alpha/Alpha.h Alpha.td AlphaISelPattern.cpp AlphaInstrFormats.td AlphaInstrInfo.cpp AlphaRegisterInfo.cpp AlphaRegisterInfo.h

Misha Brukman brukman at cs.uiuc.edu
Fri Feb 4 18:24:38 PST 2005



Changes in directory llvm/lib/Target/Alpha:

Alpha.h updated: 1.1 -> 1.2
Alpha.td updated: 1.1 -> 1.2
AlphaISelPattern.cpp updated: 1.31 -> 1.32
AlphaInstrFormats.td updated: 1.3 -> 1.4
AlphaInstrInfo.cpp updated: 1.3 -> 1.4
AlphaRegisterInfo.cpp updated: 1.10 -> 1.11
AlphaRegisterInfo.h updated: 1.2 -> 1.3
---
Log message:

Make the rest of file header comments consistent in format and style


---
Diffs of the changes:  (+7 -7)

 Alpha.h               |    2 +-
 Alpha.td              |    2 +-
 AlphaISelPattern.cpp  |    2 +-
 AlphaInstrFormats.td  |    2 +-
 AlphaInstrInfo.cpp    |    2 +-
 AlphaRegisterInfo.cpp |    2 +-
 AlphaRegisterInfo.h   |    2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)


Index: llvm/lib/Target/Alpha/Alpha.h
diff -u llvm/lib/Target/Alpha/Alpha.h:1.1 llvm/lib/Target/Alpha/Alpha.h:1.2
--- llvm/lib/Target/Alpha/Alpha.h:1.1	Sat Jan 22 17:41:55 2005
+++ llvm/lib/Target/Alpha/Alpha.h	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===-- Alpha.h - Top-level interface for Alpha representation -*- C++ -*-//
+//===-- Alpha.h - Top-level interface for Alpha representation --*- C++ -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/Alpha.td
diff -u llvm/lib/Target/Alpha/Alpha.td:1.1 llvm/lib/Target/Alpha/Alpha.td:1.2
--- llvm/lib/Target/Alpha/Alpha.td:1.1	Sat Jan 22 17:41:55 2005
+++ llvm/lib/Target/Alpha/Alpha.td	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===- Alpha.td - Describe the Alpha Target Machine ----*- tablegen -*-===//
+//===- Alpha.td - Describe the Alpha Target Machine --------*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaISelPattern.cpp
diff -u llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.31 llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.32
--- llvm/lib/Target/Alpha/AlphaISelPattern.cpp:1.31	Thu Feb  3 15:01:15 2005
+++ llvm/lib/Target/Alpha/AlphaISelPattern.cpp	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===- AlphaISelPattern.cpp - A pattern matching inst selector for Alpha -===//
+//===- AlphaISelPattern.cpp - A pattern matching inst selector for Alpha --===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaInstrFormats.td
diff -u llvm/lib/Target/Alpha/AlphaInstrFormats.td:1.3 llvm/lib/Target/Alpha/AlphaInstrFormats.td:1.4
--- llvm/lib/Target/Alpha/AlphaInstrFormats.td:1.3	Wed Jan 26 15:54:08 2005
+++ llvm/lib/Target/Alpha/AlphaInstrFormats.td	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===- AlphaInstrFormats.td - Alpha Instruction Formats --*- tablegen -*-=//
+//===- AlphaInstrFormats.td - Alpha Instruction Formats ----*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.cpp
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.cpp:1.3 llvm/lib/Target/Alpha/AlphaInstrInfo.cpp:1.4
--- llvm/lib/Target/Alpha/AlphaInstrInfo.cpp:1.3	Wed Jan 26 15:54:09 2005
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.cpp	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===- AlphaInstrInfo.cpp - Alpha Instruction Information ---*- C++ -*-----===//
+//===- AlphaInstrInfo.cpp - Alpha Instruction Information -------*- C++ -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp
diff -u llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp:1.10 llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp:1.11
--- llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp:1.10	Tue Feb  1 14:35:57 2005
+++ llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===- AlphaRegisterInfo.cpp - Alpha Register Information ---*- C++ -*-----===//
+//===- AlphaRegisterInfo.cpp - Alpha Register Information -------*- C++ -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaRegisterInfo.h
diff -u llvm/lib/Target/Alpha/AlphaRegisterInfo.h:1.2 llvm/lib/Target/Alpha/AlphaRegisterInfo.h:1.3
--- llvm/lib/Target/Alpha/AlphaRegisterInfo.h:1.2	Fri Feb  4 14:25:52 2005
+++ llvm/lib/Target/Alpha/AlphaRegisterInfo.h	Fri Feb  4 20:24:26 2005
@@ -1,4 +1,4 @@
-//===- AlphaRegisterInfo.h - Alpha Register Information Impl -----*- C++ -*-==//
+//===- AlphaRegisterInfo.h - Alpha Register Information Impl ----*- C++ -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //






More information about the llvm-commits mailing list