[llvm] r297490 - CODE_OWNERS: Take code ownership of instruction scheduling.
Matthias Braun via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 10 10:34:39 PST 2017
Author: matze
Date: Fri Mar 10 12:34:37 2017
New Revision: 297490
URL: http://llvm.org/viewvc/llvm-project?rev=297490&view=rev
Log:
CODE_OWNERS: Take code ownership of instruction scheduling.
Modified:
llvm/trunk/CODE_OWNERS.TXT
llvm/trunk/CREDITS.TXT
Modified: llvm/trunk/CODE_OWNERS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CODE_OWNERS.TXT?rev=297490&r1=297489&r2=297490&view=diff
==============================================================================
--- llvm/trunk/CODE_OWNERS.TXT (original)
+++ llvm/trunk/CODE_OWNERS.TXT Fri Mar 10 12:34:37 2017
@@ -5,8 +5,9 @@ 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). Each entry should contain at least the (N), (E) and (D) fields.
+(W), PGP key ID and fingerprint (P), description (D), snail-mail address
+(S) and (I) IRC handle. Each entry should contain at least the (N), (E) and
+(D) fields.
N: Justin Bogner
E: mail at justinbogner.com
@@ -17,6 +18,11 @@ N: Alex Bradbury
E: asb at lowrisc.org
D: RISC-V backend (lib/Target/RISCV/*)
+N: Matthias Braun
+E: matze at braunis.de
+I: MatzeB
+D: Instruction Scheduling
+
N: Chandler Carruth
E: chandlerc at gmail.com
E: chandlerc at google.com
@@ -191,10 +197,6 @@ N: Craig Topper
E: craig.topper at gmail.com
D: X86 Backend
-N: Andrew Trick
-E: atrick at apple.com
-D: Instruction Scheduling
-
N: Ulrich Weigand
E: uweigand at de.ibm.com
D: SystemZ Backend
Modified: llvm/trunk/CREDITS.TXT
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/CREDITS.TXT?rev=297490&r1=297489&r2=297490&view=diff
==============================================================================
--- llvm/trunk/CREDITS.TXT (original)
+++ llvm/trunk/CREDITS.TXT Fri Mar 10 12:34:37 2017
@@ -457,6 +457,10 @@ N: Adam Treat
E: manyoso at yahoo.com
D: C++ bugs filed, and C++ front-end bug fixes.
+N: Andrew Trick
+E: atrick at apple.com
+D: Instruction Scheduling, ...
+
N: Lauro Ramos Venancio
E: lauro.venancio at indt.org.br
D: ARM backend improvements
More information about the llvm-commits
mailing list