[llvm-commits] CVS: llvm/CREDITS.TXT

Misha Brukman brukman at cs.uiuc.edu
Sun Oct 19 23:00:01 PDT 2003


Changes in directory llvm:

CREDITS.TXT updated: 1.4 -> 1.5

---
Log message:

* Fixed grammar in header 
* Added description of `mem2reg'


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

Index: llvm/CREDITS.TXT
diff -u llvm/CREDITS.TXT:1.4 llvm/CREDITS.TXT:1.5
--- llvm/CREDITS.TXT:1.4	Fri Oct 17 12:28:21 2003
+++ llvm/CREDITS.TXT	Sun Oct 19 22:59:05 2003
@@ -2,9 +2,10 @@
 likewise, at least a partial list of people who have contributed to the LLVM
 project. The format and the next paragraph are stolen directly from that file.
 
-The list sorted by name and formatted to allow easy grepping and beautification
-by scripts.  The fields are: name (N), email (E), web-address (W), PGP key ID
-and fingerprint (P), description (D), and snail-mail address (S).
+The list is sorted by name and formatted to allow easy grepping and
+beautification by scripts.  The fields are: name (N), email (E), web-address
+(W), PGP key ID and fingerprint (P), description (D), and snail-mail address
+(S).
 
 N: Vikram Adve
 E: vadve at cs.uiuc.edu
@@ -23,7 +24,7 @@
 
 N: Cameron Buschardt
 E: buschard at uiuc.edu
-D: Author of the mem2reg pass
+D: The `mem2reg' pass - promotes values stored in memory to registers
 
 N: Casey Carter
 E: ccarter at uiuc.edu





More information about the llvm-commits mailing list