[llvm] r214762 - Add a sentence that all entries should include an email address.

Joerg Sonnenberger joerg at bec.de
Mon Aug 4 12:33:25 PDT 2014


Author: joerg
Date: Mon Aug  4 14:33:25 2014
New Revision: 214762

URL: http://llvm.org/viewvc/llvm-project?rev=214762&view=rev
Log:
Add a sentence that all entries should include an email address.
Add one for Greg Clayton, Peter Collingbourne, Tobias Grosser and
Jakob Olesen based on recent commits.

Modified:
    llvm/trunk/CODE_OWNERS.TXT

Modified: llvm/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?rev=214762&r1=214761&r2=214762&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Mon Aug  4 14:33:25 2014
@@ -6,7 +6,7 @@ what goes in or not.
 The list is sorted by surname 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).
+(S). Each entry should contain at least the (N), (E) and (D) fields.
 
 N: Joe Abbey
 E: jabbey at arxan.com
@@ -38,9 +38,11 @@ E: echristo at gmail.com
 D: Debug Information, autotools/configure/make build, inline assembly
 
 N: Greg Clayton
+E: gclayton at apple.com
 D: LLDB
 
 N: Peter Collingbourne
+E: peter at pcc.me.uk
 D: libclc
 
 N: Anshuman Dasgupta
@@ -56,6 +58,7 @@ E: venkatra at cs.wisc.edu
 D: Sparc Backend (lib/Target/Sparc/*)
 
 N: Tobias Grosser
+E: tobias at grosser.es
 D: Polly
 
 N: James Grosbach
@@ -100,6 +103,7 @@ E: t.p.northover at gmail.com
 D: AArch64 backend
 
 N: Jakob Olesen
+E: stoklund at 2pi.dk
 D: Register allocators and TableGen
 
 N: Richard Osborne





More information about the llvm-commits mailing list