[llvm-commits] CVS: llvm/lib/Bytecode/Writer/ConstantWriter.cpp InstructionWriter.cpp Writer.cpp WriterInternals.h

Chris Lattner lattner at cs.uiuc.edu
Sun Oct 12 22:38:18 PDT 2003


Changes in directory llvm/lib/Bytecode/Writer:

ConstantWriter.cpp updated: 1.22 -> 1.23
InstructionWriter.cpp updated: 1.30 -> 1.31
Writer.cpp updated: 1.38 -> 1.39
WriterInternals.h updated: 1.11 -> 1.12

---
Log message:

Regularize header file comments


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

Index: llvm/lib/Bytecode/Writer/ConstantWriter.cpp
diff -u llvm/lib/Bytecode/Writer/ConstantWriter.cpp:1.22 llvm/lib/Bytecode/Writer/ConstantWriter.cpp:1.23
--- llvm/lib/Bytecode/Writer/ConstantWriter.cpp:1.22	Wed Jul 23 09:54:33 2003
+++ llvm/lib/Bytecode/Writer/ConstantWriter.cpp	Sun Oct 12 22:32:07 2003
@@ -1,11 +1,7 @@
-//===-- WriteConst.cpp - Functions for writing constants ---------*- C++ -*--=//
+//===-- ConstantWriter.cpp - Functions for writing constants --------------===//
 //
 // This file implements the routines for encoding constants to a bytecode 
 // stream.
-//
-// Note that the performance of this library is not terribly important, because
-// it shouldn't be used by JIT type applications... so it is not a huge focus
-// at least.  :)
 //
 //===----------------------------------------------------------------------===//
 


Index: llvm/lib/Bytecode/Writer/InstructionWriter.cpp
diff -u llvm/lib/Bytecode/Writer/InstructionWriter.cpp:1.30 llvm/lib/Bytecode/Writer/InstructionWriter.cpp:1.31
--- llvm/lib/Bytecode/Writer/InstructionWriter.cpp:1.30	Thu Sep 11 17:31:47 2003
+++ llvm/lib/Bytecode/Writer/InstructionWriter.cpp	Sun Oct 12 22:32:07 2003
@@ -1,11 +1,7 @@
-//===-- WriteInst.cpp - Functions for writing instructions -------*- C++ -*--=//
+//===-- InstructionWriter.cpp - Functions for writing instructions --------===//
 //
 // This file implements the routines for encoding instruction opcodes to a 
 // bytecode stream.
-//
-// Note that the performance of this library is not terribly important, because
-// it shouldn't be used by JIT type applications... so it is not a huge focus
-// at least.  :)
 //
 //===----------------------------------------------------------------------===//
 


Index: llvm/lib/Bytecode/Writer/Writer.cpp
diff -u llvm/lib/Bytecode/Writer/Writer.cpp:1.38 llvm/lib/Bytecode/Writer/Writer.cpp:1.39
--- llvm/lib/Bytecode/Writer/Writer.cpp:1.38	Sun Sep 14 19:33:20 2003
+++ llvm/lib/Bytecode/Writer/Writer.cpp	Sun Oct 12 22:32:07 2003
@@ -1,4 +1,4 @@
-//===-- Writer.cpp - Library for writing VM bytecode files -------*- C++ -*--=//
+//===-- Writer.cpp - Library for writing VM bytecode files ----------------===//
 //
 // This library implements the functionality defined in llvm/Bytecode/Writer.h
 //


Index: llvm/lib/Bytecode/Writer/WriterInternals.h
diff -u llvm/lib/Bytecode/Writer/WriterInternals.h:1.11 llvm/lib/Bytecode/Writer/WriterInternals.h:1.12
--- llvm/lib/Bytecode/Writer/WriterInternals.h:1.11	Wed Mar 19 14:56:46 2003
+++ llvm/lib/Bytecode/Writer/WriterInternals.h	Sun Oct 12 22:32:07 2003
@@ -1,4 +1,4 @@
-//===-- WriterInternals.h - Data structures shared by the Writer -*- C++ -*--=//
+//===- WriterInternals.h - Data structures shared by the Writer -*- C++ -*-===//
 //
 // This header defines the interface used between components of the bytecode
 // writer.





More information about the llvm-commits mailing list